Home
last modified time | relevance | path

Searched refs:lcl_pushBack (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/reportdesign/source/ui/misc/
H A DUITools.cxx373 …void lcl_pushBack( uno::Sequence< beans::NamedValue >& _out_rProperties, const ::rtl::OUString& _s… in lcl_pushBack() function
453lcl_pushBack( _out_rProperties, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Font")), uno::makeAny… in lcl_itemsToCharProperties()
455lcl_pushBack( _out_rProperties, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FontAsian")), uno::ma… in lcl_itemsToCharProperties()
457lcl_pushBack( _out_rProperties, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FontComplex")), uno::… in lcl_itemsToCharProperties()
463lcl_pushBack( _out_rProperties, PROPERTY_CHARSHADOWED, uno::makeAny( pFontItem->GetValue() ) ); in lcl_itemsToCharProperties()
468lcl_pushBack( _out_rProperties, PROPERTY_CHARCONTOURED, uno::makeAny( pFontItem->GetValue() ) ); in lcl_itemsToCharProperties()
473lcl_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()
492lcl_pushBack( _out_rProperties, PROPERTY_CHARRELIEF, uno::makeAny( static_cast< sal_Int16 >( pFont… in lcl_itemsToCharProperties()
[all …]