Lines Matching refs:aValue
165 uno::Any aValue( GetPropertySet()->getPropertyValue( C2U( "CharUnderline" ))); in FillSpecialItem() local
166 if( aValue.hasValue()) in FillSpecialItem()
168 aItem.PutValue( aValue, MID_TL_STYLE ); in FillSpecialItem()
172 aValue = GetPropertySet()->getPropertyValue( C2U( "CharUnderlineHasColor" )); in FillSpecialItem()
173 if( aValue.hasValue() && in FillSpecialItem()
174 ( *reinterpret_cast< const sal_Bool * >( aValue.getValue()) != sal_False )) in FillSpecialItem()
176 aItem.PutValue( aValue, MID_TL_HASCOLOR ); in FillSpecialItem()
180 aValue = GetPropertySet()->getPropertyValue( C2U( "CharUnderlineColor" )); in FillSpecialItem()
181 if( aValue.hasValue()) in FillSpecialItem()
183 aItem.PutValue( aValue, MID_TL_COLOR ); in FillSpecialItem()
197 uno::Any aValue( GetPropertySet()->getPropertyValue( C2U( "CharOverline" ) ) ); in FillSpecialItem() local
198 if ( aValue.hasValue() ) in FillSpecialItem()
200 aItem.PutValue( aValue, MID_TL_STYLE ); in FillSpecialItem()
204 aValue = GetPropertySet()->getPropertyValue( C2U( "CharOverlineHasColor" ) ); in FillSpecialItem()
205 if ( aValue.hasValue() && in FillSpecialItem()
206 ( *reinterpret_cast< const sal_Bool* >( aValue.getValue() ) != sal_False ) ) in FillSpecialItem()
208 aItem.PutValue( aValue, MID_TL_HASCOLOR ); in FillSpecialItem()
212 aValue = GetPropertySet()->getPropertyValue( C2U( "CharOverlineColor" ) ); in FillSpecialItem()
213 if ( aValue.hasValue() ) in FillSpecialItem()
215 aItem.PutValue( aValue, MID_TL_COLOR ); in FillSpecialItem()
238 uno::Any aValue( GetPropertySet()->getPropertyValue( C2U( "CharPosture" ) + aPostfix)); in FillSpecialItem() local
239 if( aValue.hasValue()) in FillSpecialItem()
241 aItem.PutValue( aValue, MID_POSTURE ); in FillSpecialItem()
259 uno::Any aValue( GetPropertySet()->getPropertyValue( C2U( "CharWeight" ) + aPostfix)); in FillSpecialItem() local
260 if( aValue.hasValue()) in FillSpecialItem()
262 aItem.PutValue( aValue, MID_WEIGHT ); in FillSpecialItem()
282 … uno::Any aValue( GetPropertySet()->getPropertyValue( C2U( "CharHeight" ) + aPostfix )); in FillSpecialItem() local
284 if( aValue >>= fHeight ) in FillSpecialItem()
294 aValue <<= fHeight; in FillSpecialItem()
298 aItem.PutValue( aValue, MID_FONTHEIGHT ); in FillSpecialItem()
334 uno::Any aValue; in ApplySpecialItem() local
352 if( rItem.QueryValue( aValue, MID_FONT_FAMILY_NAME )) in ApplySpecialItem()
354 … if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharFontName" ) + aPostfix )) in ApplySpecialItem()
356 GetPropertySet()->setPropertyValue( C2U( "CharFontName" ) + aPostfix, aValue ); in ApplySpecialItem()
360 if( rItem.QueryValue( aValue, MID_FONT_FAMILY )) in ApplySpecialItem()
362 … if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharFontFamily" ) + aPostfix )) in ApplySpecialItem()
364 … GetPropertySet()->setPropertyValue( C2U( "CharFontFamily" ) + aPostfix, aValue ); in ApplySpecialItem()
368 if( rItem.QueryValue( aValue, MID_FONT_STYLE_NAME )) in ApplySpecialItem()
370 … if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharFontStyleName" ) + aPostfix )) in ApplySpecialItem()
372 … GetPropertySet()->setPropertyValue( C2U( "CharFontStyleName" ) + aPostfix, aValue ); in ApplySpecialItem()
376 if( rItem.QueryValue( aValue, MID_FONT_CHAR_SET )) in ApplySpecialItem()
378 … if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharFontCharSet" ) + aPostfix )) in ApplySpecialItem()
380 … GetPropertySet()->setPropertyValue( C2U( "CharFontCharSet" ) + aPostfix, aValue ); in ApplySpecialItem()
384 if( rItem.QueryValue( aValue, MID_FONT_PITCH )) in ApplySpecialItem()
386 … if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharFontPitch" ) + aPostfix )) in ApplySpecialItem()
388 GetPropertySet()->setPropertyValue( C2U( "CharFontPitch" ) + aPostfix, aValue ); in ApplySpecialItem()
401 if( rItem.QueryValue( aValue, MID_TL_STYLE )) in ApplySpecialItem()
403 if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharUnderline" ) )) in ApplySpecialItem()
405 GetPropertySet()->setPropertyValue( C2U( "CharUnderline" ), aValue ); in ApplySpecialItem()
410 if( rItem.QueryValue( aValue, MID_TL_COLOR )) in ApplySpecialItem()
412 if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharUnderlineColor" ) )) in ApplySpecialItem()
414 GetPropertySet()->setPropertyValue( C2U( "CharUnderlineColor" ), aValue ); in ApplySpecialItem()
419 if( rItem.QueryValue( aValue, MID_TL_HASCOLOR )) in ApplySpecialItem()
421 if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharUnderlineHasColor" ) )) in ApplySpecialItem()
423 GetPropertySet()->setPropertyValue( C2U( "CharUnderlineHasColor" ), aValue ); in ApplySpecialItem()
434 if ( rItem.QueryValue( aValue, MID_TL_STYLE ) ) in ApplySpecialItem()
436 if ( aValue != GetPropertySet()->getPropertyValue( C2U( "CharOverline" ) ) ) in ApplySpecialItem()
438 GetPropertySet()->setPropertyValue( C2U( "CharOverline" ), aValue ); in ApplySpecialItem()
443 if ( rItem.QueryValue( aValue, MID_TL_COLOR ) ) in ApplySpecialItem()
445 if ( aValue != GetPropertySet()->getPropertyValue( C2U( "CharOverlineColor" ) ) ) in ApplySpecialItem()
447 GetPropertySet()->setPropertyValue( C2U( "CharOverlineColor" ), aValue ); in ApplySpecialItem()
452 if ( rItem.QueryValue( aValue, MID_TL_HASCOLOR ) ) in ApplySpecialItem()
454 if ( aValue != GetPropertySet()->getPropertyValue( C2U( "CharOverlineHasColor" ) ) ) in ApplySpecialItem()
456 GetPropertySet()->setPropertyValue( C2U( "CharOverlineHasColor" ), aValue ); in ApplySpecialItem()
477 if( rItem.QueryValue( aValue, MID_POSTURE )) in ApplySpecialItem()
479 if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharPosture" ) + aPostfix)) in ApplySpecialItem()
481 GetPropertySet()->setPropertyValue( C2U( "CharPosture" ) + aPostfix, aValue ); in ApplySpecialItem()
502 if( rItem.QueryValue( aValue, MID_WEIGHT )) in ApplySpecialItem()
504 if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharWeight" ) + aPostfix)) in ApplySpecialItem()
506 GetPropertySet()->setPropertyValue( C2U( "CharWeight" ) + aPostfix, aValue ); in ApplySpecialItem()
529 if( rItem.QueryValue( aValue, MID_FONTHEIGHT ) ) in ApplySpecialItem()
532 … if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharHeight" ) + aPostfix )) in ApplySpecialItem()
558 … GetPropertySet()->setPropertyValue( C2U( "CharHeight" ) + aPostfix, aValue ); in ApplySpecialItem()