Lines Matching refs:rProps

326 inline void lclAppendProperty( uno::Sequence< beans::PropertyValue >& rProps, const OUString& rProp…  in lclAppendProperty()
328 sal_Int32 nLength = rProps.getLength(); in lclAppendProperty()
329 rProps.realloc( nLength + 1 ); in lclAppendProperty()
330 rProps[ nLength ].Name = rPropName; in lclAppendProperty()
331 rProps[ nLength ].Value <<= rValue; in lclAppendProperty()
336 void XMLTableStyleContext::SetOperator( uno::Sequence< beans::PropertyValue >& rProps, sheet::Condi… in SetOperator()
338 … lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_OPERATOR ) ), eOp ); in SetOperator()
341 void XMLTableStyleContext::SetBaseCellAddress( uno::Sequence< beans::PropertyValue >& rProps, const… in SetBaseCellAddress()
345 …lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_SOURCESTR ) ), rBaseC… in SetBaseCellAddress()
348 void XMLTableStyleContext::SetStyle( uno::Sequence<beans::PropertyValue>& rProps, const OUString& r… in SetStyle() argument
350 …lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_STYLENAME ) ), rApply… in SetStyle()
353 void XMLTableStyleContext::SetFormula( uno::Sequence< beans::PropertyValue >& rProps, in SetFormula() argument
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()