Lines Matching refs:B2UCONST

137         rColorStr = B2UCONST( "none" );  in ImplGetColorStr()
140 rColorStr = B2UCONST( "rgb(" ); in ImplGetColorStr()
142 rColorStr += B2UCONST( "," ); in ImplGetColorStr()
144 rColorStr += B2UCONST( "," ); in ImplGetColorStr()
146 rColorStr += B2UCONST( ")" ); in ImplGetColorStr()
183 ::rtl::OUString aGradientURL( B2UCONST( "url(#" ) ); in AddPaintAttr()
184 …dAttribute( XML_NAMESPACE_NONE, aXMLAttrFill, ( aGradientURL += aGradientId ) += B2UCONST( ")" ) ); in AddPaintAttr()
222 … ( rGradientId = B2UCONST( "Gradient_" ) ) += ::rtl::OUString::valueOf( nCurGradientId++ ) ); in AddGradientDef()
237 … mrExport.AddAttribute( XML_NAMESPACE_NONE, aXMLAttrGradientUnits, B2UCONST( "userSpaceOnUse" ) ); in AddGradientDef()
286 … mrExport.AddAttribute( XML_NAMESPACE_NONE, aXMLAttrGradientUnits, B2UCONST( "userSpaceOnUse" ) ); in AddGradientDef()
340 aFontStyle = B2UCONST( "oblique" ); in SetFontAttr()
342 aFontStyle = B2UCONST( "italic" ); in SetFontAttr()
345 aFontStyle = B2UCONST( "normal" ); in SetFontAttr()
372 aTextDecoration = B2UCONST( "underline " ); in SetFontAttr()
375 aTextDecoration += B2UCONST( "line-through " ); in SetFontAttr()
378 aTextDecoration = B2UCONST( "none" ); in SetFontAttr()
481 const ::rtl::OUString aBlank( B2UCONST( " " ) ); in GetPathString()
482 const ::rtl::OUString aComma( B2UCONST( "," ) ); in GetPathString()
492 aPathData += B2UCONST( "M " ); in GetPathString()
508 aPathData += B2UCONST( "C " ); in GetPathString()
524 aPathData += B2UCONST( "L " ); in GetPathString()
533 aPathData += B2UCONST( " Z" ); in GetPathString()
728 const ::rtl::OUString aComma( B2UCONST( "," ) ); in ImplWriteShape()
1044 aString += B2UCONST( "<" ); in ImplWriteBmp()
1049 aString += B2UCONST( "=\"" ); in ImplWriteBmp()
1051 aString += B2UCONST( "\" " ); in ImplWriteBmp()
1054 aString += B2UCONST( "=\"" ); in ImplWriteBmp()
1056 aString += B2UCONST( "\" " ); in ImplWriteBmp()
1059 aString += B2UCONST( "=\"" ); in ImplWriteBmp()
1061 aString += B2UCONST( "\" " ); in ImplWriteBmp()
1064 aString += B2UCONST( "=\"" ); in ImplWriteBmp()
1066 aString += B2UCONST( "\" " ); in ImplWriteBmp()
1069 aString += B2UCONST( "=\"data:image/png;base64," ); in ImplWriteBmp()
1130 xExtDocHandler->unknown( B2UCONST( "\"/>" ) ); in ImplWriteBmp()
1498 … mapCurShape->maId = *pElementId + B2UCONST("_") + ::rtl::OUString::valueOf(nEntryCount++); in ImplWriteActions()
1585 … mapCurShape->maId = *pElementId + B2UCONST("_") + ::rtl::OUString::valueOf(nEntryCount++); in ImplWriteActions()
1653 … mapCurShape->maId = *pElementId + B2UCONST("_") + ::rtl::OUString::valueOf(nEntryCount++); in ImplWriteActions()
1665 … mapCurShape->maId = *pElementId + B2UCONST("_") + ::rtl::OUString::valueOf(nEntryCount++); in ImplWriteActions()