Searched refs:lclAppendProperty (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sc/source/filter/xml/ |
H A D | xmlstyli.cxx | 326 inline void lclAppendProperty( uno::Sequence< beans::PropertyValue >& rProps, const OUString& rProp… in lclAppendProperty() function 338 … lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_OPERATOR ) ), eOp ); in SetOperator() 345 …lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_SOURCESTR ) ), rBaseC… in SetBaseCellAddress() 350 …lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_STYLENAME ) ), rApply… in SetStyle() 379 …lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_FORMULA1 ) ), aFormul… in SetFormula() 380 …lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_FORMULANMSP1 ) ), aFo… in SetFormula() 381 …lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_GRAMMAR1 ) ), nGramma… in SetFormula() 384 …lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_FORMULA2 ) ), aFormul… in SetFormula() 385 …lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_FORMULANMSP2 ) ), aFo… in SetFormula() 386 …lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_GRAMMAR2 ) ), nGramma… in SetFormula()
|
/trunk/main/oox/source/xls/ |
H A D | condformatbuffer.cxx | 121 void lclAppendProperty( ::std::vector< PropertyValue >& orProps, const OUString& rPropName, const T… in lclAppendProperty() function 594 lclAppendProperty( aProps, CREATE_OUSTRING( "Operator" ), eOperator ); in finalizeImport() 595 lclAppendProperty( aProps, CREATE_OUSTRING( "Formula1" ), maModel.maFormulas[ 0 ] ); in finalizeImport() 597 lclAppendProperty( aProps, CREATE_OUSTRING( "Formula2" ), maModel.maFormulas[ 1 ] ); in finalizeImport() 602 lclAppendProperty( aProps, CREATE_OUSTRING( "StyleName" ), aStyleName ); in finalizeImport()
|
Completed in 20 milliseconds