Lines Matching refs:rStrImpValue

274 			const ::rtl::OUString& rStrImpValue,
327 const ::rtl::OUString& rStrImpValue,
337 const OUString& rStrImpValue, in importXML() argument
343 if( IsXMLToken( rStrImpValue, XML_FOREGROUND ) ) in importXML()
345 else if( !IsXMLToken( rStrImpValue, XML_BACKGROUND ) ) in importXML()
379 const ::rtl::OUString& rStrImpValue,
389 const OUString& rStrImpValue, in importXML() argument
395 if( IsXMLToken( rStrImpValue, XML_OUTSIDE ) ) in importXML()
397 else if( ! IsXMLToken( rStrImpValue, XML_FULL ) ) in importXML()
431 const ::rtl::OUString& rStrImpValue,
441 const OUString& rStrImpValue, in importXML() argument
448 if( ! IsXMLToken( rStrImpValue, XML_NO_LIMIT ) ) in importXML()
451 bRet = SvXMLUnitConverter::convertNumber( nValue, rStrImpValue ); in importXML()
497 const ::rtl::OUString& rStrImpValue,
507 const OUString& rStrImpValue, in importXML() argument
512 sal_Bool bRet = SvXMLUnitConverter::convertEnum( nWrap, rStrImpValue, in importXML()
553 const ::rtl::OUString& rStrImpValue,
563 const OUString& rStrImpValue, in importXML() argument
569 if( ! IsXMLToken( rStrImpValue, XML_NONE ) ) in importXML()
572 SvXMLTokenEnumerator aTokenEnum( rStrImpValue ); in importXML()
639 const OUString& rStrImpValue, in importXML() argument
644 sal_Bool bRet = SvXMLUnitConverter::convertEnum( nAnchor, rStrImpValue, in importXML()
674 sal_Bool XMLAnchorTypePropHdl::convert( const OUString& rStrImpValue, in convert() argument
678 sal_Bool bRet = SvXMLUnitConverter::convertEnum( nAnchor, rStrImpValue, in convert()
755 const ::rtl::OUString& rStrImpValue,
765 const OUString& rStrImpValue, in importXML() argument
770 sal_Bool bRet = SvXMLUnitConverter::convertEnum( nHoriMirror, rStrImpValue, in importXML()
810 const ::rtl::OUString& rStrImpValue,
820 const OUString& rStrImpValue, in importXML() argument
826 if( ! IsXMLToken( rStrImpValue, XML_NONE ) ) in importXML()
829 SvXMLTokenEnumerator aTokenEnum( rStrImpValue ); in importXML()
911 const ::rtl::OUString& rStrImpValue,
921 const OUString& rStrImpValue, in importXML() argument
931 SvXMLTokenEnumerator aTokenEnum( rStrImpValue ); in importXML()
1015 const ::rtl::OUString& rStrImpValue,
1025 const OUString& rStrImpValue, in importXML() argument
1029 if( rStrImpValue.getLength() ) in importXML()
1030 rValue <<= rStrImpValue.copy( 0, 1 ); in importXML()
1032 rValue <<= rStrImpValue; in importXML()
1061 const ::rtl::OUString& rStrImpValue,
1071 const OUString& rStrImpValue, in importXML() argument
1077 bRet = SvXMLUnitConverter::convertPercent( nValue, rStrImpValue ); in importXML()
1119 const ::rtl::OUString& rStrImpValue,
1129 const OUString& rStrImpValue, in importXML() argument
1133 sal_Bool bValue = (rStrImpValue == sValue ); in importXML()
1168 const ::rtl::OUString& rStrImpValue,
1178 const OUString& rStrImpValue, in importXML() argument
1183 sal_Bool bRet = SvXMLUnitConverter::convertNumber( nValue, rStrImpValue ); in importXML()
1232 const ::rtl::OUString& rStrImpValue,
1242 const OUString& rStrImpValue, in importXML() argument
1247 sal_Bool bRet = SvXMLUnitConverter::convertNumber( nValue, rStrImpValue ); in importXML()