INTEGRATION: CWS swenhancedfields2 (1.41.18); FILE MERGED
2008/08/04 14:18:07 b_michaelsen 1.41.18.2: RESYNC: (1.41-1.42); FILE MERGED 2008/04/23 14:29:19 ama 1.41.18.1: #i33737#: Enhanced fields
This commit is contained in:
parent
9ec9822b6a
commit
08873c23dc
1 changed files with 8 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: unoport.cxx,v $
|
||||
* $Revision: 1.42 $
|
||||
* $Revision: 1.43 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -314,6 +314,9 @@ void SwXTextPortion::GetPropertyValue(
|
|||
case PORTION_RUBY_START:
|
||||
case PORTION_RUBY_END: pRet = "Ruby";break;
|
||||
case PORTION_SOFT_PAGEBREAK:pRet = "SoftPageBreak";break;
|
||||
case PORTION_FIELD_START:pRet = "TextFieldStart";break;
|
||||
case PORTION_FIELD_END:pRet = "TextFieldEnd";break;
|
||||
case PORTION_FIELD_START_END:pRet = "TextFieldStartEnd";break;
|
||||
default:
|
||||
pRet = 0;
|
||||
}
|
||||
|
@ -357,6 +360,8 @@ void SwXTextPortion::GetPropertyValue(
|
|||
case PORTION_REDLINE_END :
|
||||
case PORTION_RUBY_START:
|
||||
case PORTION_RUBY_END:
|
||||
case PORTION_FIELD_START:
|
||||
case PORTION_FIELD_END:
|
||||
rVal.setValue(&bIsCollapsed, ::getBooleanCppuType());
|
||||
break;
|
||||
default:
|
||||
|
@ -374,6 +379,7 @@ void SwXTextPortion::GetPropertyValue(
|
|||
case PORTION_TOXMARK_START:
|
||||
case PORTION_REDLINE_START:
|
||||
case PORTION_RUBY_START:
|
||||
case PORTION_FIELD_START:
|
||||
break;
|
||||
|
||||
case PORTION_REFMARK_END:
|
||||
|
@ -381,6 +387,7 @@ void SwXTextPortion::GetPropertyValue(
|
|||
case PORTION_BOOKMARK_END:
|
||||
case PORTION_REDLINE_END:
|
||||
case PORTION_RUBY_END:
|
||||
case PORTION_FIELD_END:
|
||||
bStart = FALSE;
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue