Lines Matching refs:_rValue

145 …xtEmphasisHandler::exportXML( ::rtl::OUString& _rStrExpValue, const Any& _rValue, const SvXMLUnitC…  in exportXML()  argument
150 if (_rValue >>= nFontEmphasis) in exportXML()
172 …xtEmphasisHandler::importXML( const ::rtl::OUString& _rStrImpValue, Any& _rValue, const SvXMLUnitC… in importXML() argument
214 _rValue <<= (sal_Int16)nEmphasis; in importXML()
230 …sal_Bool OControlBorderHandler::importXML( const ::rtl::OUString& _rStrImpValue, Any& _rValue, con… in importXML() argument
248 _rValue <<= nStyle; in importXML()
258 _rValue <<= (sal_Int32)aColor.GetColor(); in importXML()
268 …sal_Bool OControlBorderHandler::exportXML( ::rtl::OUString& _rStrExpValue, const Any& _rValue, con… in exportXML() argument
278 bSuccess = (_rValue >>= nBorder) in exportXML()
285 if ( _rValue >>= nBorderColor ) in exportXML()
313 …sal_Bool OFontWidthHandler::importXML( const ::rtl::OUString& _rStrImpValue, Any& _rValue, const S… in importXML() argument
318 _rValue <<= (sal_Int16)nWidth; in importXML()
324 …sal_Bool OFontWidthHandler::exportXML( ::rtl::OUString& _rStrExpValue, const Any& _rValue, const S… in exportXML() argument
328 if (_rValue >>= nWidth) in exportXML()
344 …sal_Bool ORotationAngleHandler::importXML( const ::rtl::OUString& _rStrImpValue, Any& _rValue, con… in importXML() argument
352 _rValue <<= (float)fValue; in importXML()
359 …sal_Bool ORotationAngleHandler::exportXML( ::rtl::OUString& _rStrExpValue, const Any& _rValue, con… in exportXML() argument
362 sal_Bool bSuccess = (_rValue >>= fAngle); in exportXML()