Searched refs:lcl_pushBack (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/reportdesign/source/ui/misc/ |
| H A D | UITools.cxx | 373 …void lcl_pushBack( uno::Sequence< beans::NamedValue >& _out_rProperties, const ::rtl::OUString& _s… in lcl_pushBack() function 453 …lcl_pushBack( _out_rProperties, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Font")), uno::makeAny… in lcl_itemsToCharProperties() 455 …lcl_pushBack( _out_rProperties, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FontAsian")), uno::ma… in lcl_itemsToCharProperties() 457 …lcl_pushBack( _out_rProperties, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FontComplex")), uno::… in lcl_itemsToCharProperties() 463 … lcl_pushBack( _out_rProperties, PROPERTY_CHARSHADOWED, uno::makeAny( pFontItem->GetValue() ) ); in lcl_itemsToCharProperties() 468 … lcl_pushBack( _out_rProperties, PROPERTY_CHARCONTOURED, uno::makeAny( pFontItem->GetValue() ) ); in lcl_itemsToCharProperties() 473 …lcl_pushBack( _out_rProperties, PROPERTY_CHARUNDERLINECOLOR, uno::makeAny( pFontItem->GetColor().G… in lcl_itemsToCharProperties() 480 lcl_pushBack( _out_rProperties, PROPERTY_PARAADJUST, aValue ); in lcl_itemsToCharProperties() 487 lcl_pushBack( _out_rProperties, PROPERTY_VERTICALALIGN, aValue ); in lcl_itemsToCharProperties() 492 …lcl_pushBack( _out_rProperties, PROPERTY_CHARRELIEF, uno::makeAny( static_cast< sal_Int16 >( pFont… in lcl_itemsToCharProperties() [all …]
|