Lines Matching refs:C2U

139                 aPostfix = C2U( "Asian" );  in FillSpecialItem()
141 aPostfix = C2U( "Complex" ); in FillSpecialItem()
145 aItem.PutValue( GetPropertySet()->getPropertyValue( C2U( "CharFontName" ) + aPostfix), in FillSpecialItem()
147 aItem.PutValue( GetPropertySet()->getPropertyValue( C2U( "CharFontFamily" ) + aPostfix), in FillSpecialItem()
149 … aItem.PutValue( GetPropertySet()->getPropertyValue( C2U( "CharFontStyleName" ) + aPostfix), in FillSpecialItem()
151 … aItem.PutValue( GetPropertySet()->getPropertyValue( C2U( "CharFontCharSet" ) + aPostfix), in FillSpecialItem()
153 aItem.PutValue( GetPropertySet()->getPropertyValue( C2U( "CharFontPitch" ) + aPostfix), in FillSpecialItem()
165 uno::Any aValue( GetPropertySet()->getPropertyValue( C2U( "CharUnderline" ))); in FillSpecialItem()
172 aValue = GetPropertySet()->getPropertyValue( C2U( "CharUnderlineHasColor" )); in FillSpecialItem()
180 aValue = GetPropertySet()->getPropertyValue( C2U( "CharUnderlineColor" )); in FillSpecialItem()
197 uno::Any aValue( GetPropertySet()->getPropertyValue( C2U( "CharOverline" ) ) ); in FillSpecialItem()
204 aValue = GetPropertySet()->getPropertyValue( C2U( "CharOverlineHasColor" ) ); in FillSpecialItem()
212 aValue = GetPropertySet()->getPropertyValue( C2U( "CharOverlineColor" ) ); in FillSpecialItem()
232 aPostfix = C2U( "Asian" ); in FillSpecialItem()
234 aPostfix = C2U( "Complex" ); in FillSpecialItem()
238 uno::Any aValue( GetPropertySet()->getPropertyValue( C2U( "CharPosture" ) + aPostfix)); in FillSpecialItem()
253 aPostfix = C2U( "Asian" ); in FillSpecialItem()
255 aPostfix = C2U( "Complex" ); in FillSpecialItem()
259 uno::Any aValue( GetPropertySet()->getPropertyValue( C2U( "CharWeight" ) + aPostfix)); in FillSpecialItem()
274 aPostfix = C2U( "Asian" ); in FillSpecialItem()
276 aPostfix = C2U( "Complex" ); in FillSpecialItem()
282 … uno::Any aValue( GetPropertySet()->getPropertyValue( C2U( "CharHeight" ) + aPostfix )); in FillSpecialItem()
318 rOutItemSet.Put( SfxStringItem( nWhichId, C2U( "" ) ) ); in FillSpecialItem()
344 aPostfix = C2U( "Asian" ); in ApplySpecialItem()
346 aPostfix = C2U( "Complex" ); in ApplySpecialItem()
354 … if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharFontName" ) + aPostfix )) in ApplySpecialItem()
356 GetPropertySet()->setPropertyValue( C2U( "CharFontName" ) + aPostfix, aValue ); in ApplySpecialItem()
362 … if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharFontFamily" ) + aPostfix )) in ApplySpecialItem()
364 … GetPropertySet()->setPropertyValue( C2U( "CharFontFamily" ) + aPostfix, aValue ); in ApplySpecialItem()
370 … if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharFontStyleName" ) + aPostfix )) in ApplySpecialItem()
372 … GetPropertySet()->setPropertyValue( C2U( "CharFontStyleName" ) + aPostfix, aValue ); in ApplySpecialItem()
378 … if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharFontCharSet" ) + aPostfix )) in ApplySpecialItem()
380 … GetPropertySet()->setPropertyValue( C2U( "CharFontCharSet" ) + aPostfix, aValue ); in ApplySpecialItem()
386 … if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharFontPitch" ) + aPostfix )) in ApplySpecialItem()
388 GetPropertySet()->setPropertyValue( C2U( "CharFontPitch" ) + aPostfix, aValue ); in ApplySpecialItem()
403 if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharUnderline" ) )) in ApplySpecialItem()
405 GetPropertySet()->setPropertyValue( C2U( "CharUnderline" ), aValue ); in ApplySpecialItem()
412 if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharUnderlineColor" ) )) in ApplySpecialItem()
414 GetPropertySet()->setPropertyValue( C2U( "CharUnderlineColor" ), aValue ); in ApplySpecialItem()
421 if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharUnderlineHasColor" ) )) in ApplySpecialItem()
423 GetPropertySet()->setPropertyValue( C2U( "CharUnderlineHasColor" ), aValue ); in ApplySpecialItem()
436 if ( aValue != GetPropertySet()->getPropertyValue( C2U( "CharOverline" ) ) ) in ApplySpecialItem()
438 GetPropertySet()->setPropertyValue( C2U( "CharOverline" ), aValue ); in ApplySpecialItem()
445 if ( aValue != GetPropertySet()->getPropertyValue( C2U( "CharOverlineColor" ) ) ) in ApplySpecialItem()
447 GetPropertySet()->setPropertyValue( C2U( "CharOverlineColor" ), aValue ); in ApplySpecialItem()
454 if ( aValue != GetPropertySet()->getPropertyValue( C2U( "CharOverlineHasColor" ) ) ) in ApplySpecialItem()
456 GetPropertySet()->setPropertyValue( C2U( "CharOverlineHasColor" ), aValue ); in ApplySpecialItem()
469 aPostfix = C2U( "Asian" ); in ApplySpecialItem()
471 aPostfix = C2U( "Complex" ); in ApplySpecialItem()
479 if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharPosture" ) + aPostfix)) in ApplySpecialItem()
481 GetPropertySet()->setPropertyValue( C2U( "CharPosture" ) + aPostfix, aValue ); in ApplySpecialItem()
494 aPostfix = C2U( "Asian" ); in ApplySpecialItem()
496 aPostfix = C2U( "Complex" ); in ApplySpecialItem()
504 if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharWeight" ) + aPostfix)) in ApplySpecialItem()
506 GetPropertySet()->setPropertyValue( C2U( "CharWeight" ) + aPostfix, aValue ); in ApplySpecialItem()
519 aPostfix = C2U( "Asian" ); in ApplySpecialItem()
521 aPostfix = C2U( "Complex" ); in ApplySpecialItem()
532 … if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharHeight" ) + aPostfix )) in ApplySpecialItem()
558 … GetPropertySet()->setPropertyValue( C2U( "CharHeight" ) + aPostfix, aValue ); in ApplySpecialItem()