Home
last modified time | relevance | path

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

/AOO41X/main/extensions/source/propctrlr/
H A Dfontdialog.cxx310 …void lcl_pushBackPropertyValue( Sequence< NamedValue >& _out_properties, const ::rtl::OUString& _n… in lcl_pushBackPropertyValue() argument
312 _out_properties.realloc( _out_properties.getLength() + 1 ); in lcl_pushBackPropertyValue()
313 _out_properties[ _out_properties.getLength() - 1 ] = NamedValue( _name, _value ); in lcl_pushBackPropertyValue()
318 …log::translateItemsToProperties( const SfxItemSet& _rSet, Sequence< NamedValue >& _out_properties ) in translateItemsToProperties() argument
320 _out_properties.realloc( 0 ); in translateItemsToProperties()
333 …lcl_pushBackPropertyValue( _out_properties, PROPERTY_FONT_NAME , makeAny(::rtl::OUString(rFont… in translateItemsToProperties()
334 …lcl_pushBackPropertyValue( _out_properties, PROPERTY_FONT_STYLENAME, makeAny(::rtl::OUString(rFont… in translateItemsToProperties()
335 …lcl_pushBackPropertyValue( _out_properties, PROPERTY_FONT_FAMILY , makeAny((sal_Int16)rFontItem.… in translateItemsToProperties()
336 …lcl_pushBackPropertyValue( _out_properties, PROPERTY_FONT_CHARSET , makeAny((sal_Int16)rFontItem.… in translateItemsToProperties()
349 lcl_pushBackPropertyValue( _out_properties, PROPERTY_FONT_HEIGHT,makeAny(nHeight)); in translateItemsToProperties()
[all …]
H A Dfontdialog.hxx69 … ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& _out_properties );