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.cxx312 _out_properties.realloc( _out_properties.getLength() + 1 ); in lcl_pushBackPropertyValue()
313 _out_properties[ _out_properties.getLength() - 1 ] = NamedValue( _name, _value ); in lcl_pushBackPropertyValue()
320 _out_properties.realloc( 0 ); in translateItemsToProperties()
349 lcl_pushBackPropertyValue( _out_properties, PROPERTY_FONT_HEIGHT,makeAny(nHeight)); in translateItemsToProperties()
363 lcl_pushBackPropertyValue( _out_properties, PROPERTY_FONT_WEIGHT,makeAny(nWeight)); in translateItemsToProperties()
376 lcl_pushBackPropertyValue( _out_properties, PROPERTY_FONT_SLANT, makeAny((sal_Int16)eSlant)); in translateItemsToProperties()
389 lcl_pushBackPropertyValue( _out_properties, PROPERTY_FONT_UNDERLINE,makeAny(nUnderline)); in translateItemsToProperties()
398 lcl_pushBackPropertyValue( _out_properties, PROPERTY_TEXTLINECOLOR, aUnoColor ); in translateItemsToProperties()
411 lcl_pushBackPropertyValue( _out_properties, PROPERTY_FONT_STRIKEOUT,makeAny(nStrikeout)); in translateItemsToProperties()
443 lcl_pushBackPropertyValue( _out_properties, PROPERTY_TEXTCOLOR, aUnoColor ); in translateItemsToProperties()
[all …]
H A Dfontdialog.hxx69 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& _out_properties );

Completed in 15 milliseconds