Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/xml/
H A Dxmlstyli.cxx326 inline void lclAppendProperty( uno::Sequence< beans::PropertyValue >& rProps, const OUString& rProp… in lclAppendProperty() function
338lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_OPERATOR ) ), eOp ); in SetOperator()
345lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_SOURCESTR ) ), rBaseC… in SetBaseCellAddress()
350lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_STYLENAME ) ), rApply… in SetStyle()
379lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_FORMULA1 ) ), aFormul… in SetFormula()
380lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_FORMULANMSP1 ) ), aFo… in SetFormula()
381lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_GRAMMAR1 ) ), nGramma… in SetFormula()
384lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_FORMULA2 ) ), aFormul… in SetFormula()
385lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_FORMULANMSP2 ) ), aFo… in SetFormula()
386lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_GRAMMAR2 ) ), nGramma… in SetFormula()
/trunk/main/oox/source/xls/
H A Dcondformatbuffer.cxx121 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 23 milliseconds