Lines Matching refs:getPropertyValue
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()
238 uno::Any aValue( GetPropertySet()->getPropertyValue( C2U( "CharPosture" ) + aPostfix)); in FillSpecialItem()
259 uno::Any aValue( GetPropertySet()->getPropertyValue( C2U( "CharWeight" ) + aPostfix)); in FillSpecialItem()
282 … uno::Any aValue( GetPropertySet()->getPropertyValue( C2U( "CharHeight" ) + aPostfix )); in FillSpecialItem()
289 … if( GetRefSizePropertySet()->getPropertyValue( m_aRefSizePropertyName ) >>= aOldRefSize ) in FillSpecialItem()
354 … if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharFontName" ) + aPostfix )) in ApplySpecialItem()
362 … if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharFontFamily" ) + aPostfix )) in ApplySpecialItem()
370 … if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharFontStyleName" ) + aPostfix )) in ApplySpecialItem()
378 … if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharFontCharSet" ) + aPostfix )) in ApplySpecialItem()
386 … if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharFontPitch" ) + aPostfix )) in ApplySpecialItem()
403 if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharUnderline" ) )) in ApplySpecialItem()
412 if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharUnderlineColor" ) )) in ApplySpecialItem()
421 if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharUnderlineHasColor" ) )) in ApplySpecialItem()
436 if ( aValue != GetPropertySet()->getPropertyValue( C2U( "CharOverline" ) ) ) in ApplySpecialItem()
445 if ( aValue != GetPropertySet()->getPropertyValue( C2U( "CharOverlineColor" ) ) ) in ApplySpecialItem()
454 if ( aValue != GetPropertySet()->getPropertyValue( C2U( "CharOverlineHasColor" ) ) ) in ApplySpecialItem()
479 if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharPosture" ) + aPostfix)) in ApplySpecialItem()
504 if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharWeight" ) + aPostfix)) in ApplySpecialItem()
532 … if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharHeight" ) + aPostfix )) in ApplySpecialItem()
540 … if( GetRefSizePropertySet()->getPropertyValue( m_aRefSizePropertyName ) >>= aOldRefSize ) in ApplySpecialItem()
552 … GetRefSizePropertySet()->getPropertyValue( m_aRefSizePropertyName ).hasValue()) in ApplySpecialItem()