Searched refs:aStrBuf (Results 1 – 10 of 10) sorted by relevance
9028 aStrBuf == expVal && aStrBuf.getLength() == expVal.getLength() in append_001()9044 aStrBuf == expVal && aStrBuf.getLength() == expVal.getLength() in append_002()9060 aStrBuf == expVal && aStrBuf.getLength() == expVal.getLength() in append_003()9076 aStrBuf == expVal && aStrBuf.getLength() == expVal.getLength() in append_004()9092 aStrBuf == expVal && aStrBuf.getLength() == expVal.getLength() in append_005()9108 aStrBuf == expVal && aStrBuf.getLength() == expVal.getLength() in append_006()9124 aStrBuf == expVal && aStrBuf.getLength() == expVal.getLength() in append_007()9140 aStrBuf == expVal && aStrBuf.getLength() == expVal.getLength() in append_008()9156 aStrBuf == expVal && aStrBuf.getLength() == expVal.getLength() in append_009()9172 aStrBuf == expVal && aStrBuf.getLength() == expVal.getLength() in append_010()[all …]
37 rtl::OUStringBuffer aStrBuf; in exportToSvg() local38 aStrBuf.appendAscii("matrix("); in exportToSvg()40 aStrBuf.append(rMatrix.get(0,0)); in exportToSvg()41 aStrBuf.appendAscii(", "); in exportToSvg()43 aStrBuf.append(rMatrix.get(1,0)); in exportToSvg()44 aStrBuf.appendAscii(", "); in exportToSvg()46 aStrBuf.append(rMatrix.get(0,1)); in exportToSvg()47 aStrBuf.appendAscii(", "); in exportToSvg()50 aStrBuf.appendAscii(", "); in exportToSvg()53 aStrBuf.appendAscii(", "); in exportToSvg()[all …]
496 OUStringBuffer aStrBuf( 128 ); in findScreenBitmap() local497 aStrBuf.appendAscii( "intro_" ); in findScreenBitmap()500 aStrBuf.append( _sAppName ); in findScreenBitmap()501 aStrBuf.appendAscii( "_" ); in findScreenBitmap()504 aStrBuf.appendAscii( "x" ); in findScreenBitmap()519 aStrBuf.appendAscii( "intro_" ); in findScreenBitmap()520 aStrBuf.appendAscii( "_" ); in findScreenBitmap()522 aStrBuf.appendAscii( "x" ); in findScreenBitmap()544 OUStringBuffer aStrBuf( 128 ); in findAppBitmap() local546 aStrBuf.appendAscii( "_" ); in findAppBitmap()[all …]
159 rtl::OUStringBuffer aStrBuf( aCmd ); in fillPopupMenu() local160 aStrBuf.appendAscii( "?PageStyle:string="); in fillPopupMenu()161 aStrBuf.append( aDisplayName ); in fillPopupMenu()162 aStrBuf.appendAscii( "&On:bool=" ); in fillPopupMenu()164 aStrBuf.appendAscii( "true" ); in fillPopupMenu()166 aStrBuf.appendAscii( "false" ); in fillPopupMenu()167 rtl::OUString aCommand( aStrBuf.makeStringAndClear() ); in fillPopupMenu()195 rtl::OUStringBuffer aStrBuf( aCmd ); in fillPopupMenu() local196 aStrBuf.appendAscii( "?On:bool=" ); in fillPopupMenu()200 aStrBuf.appendAscii( "true" ); in fillPopupMenu()[all …]
481 rtl::OUStringBuffer aStrBuf( aStaticCmdPart ); in fillPopupMenu() local485 aStrBuf.append( aSortedTbs[i].aCommand.copy( n+1 )); in fillPopupMenu()487 rtl::OUString aCmd( aStrBuf.makeStringAndClear() ); in fillPopupMenu()
197 rtl::OUStringBuffer aStrBuf( 0 ); in replaceName() local219 aStrBuf.ensureCapacity( 256 ); in replaceName()223 aStrBuf.append( m_vReplacement[off] ); in replaceName()232 oustring = aStrBuf.makeStringAndClear(); in replaceName()1278 rtl::OUStringBuffer aStrBuf; in implGetTreeFileFromPackage() local1279 aStrBuf.append( xPackage->getURL() ); in implGetTreeFileFromPackage()1280 aStrBuf.append( aSlash ); in implGetTreeFileFromPackage()1281 aStrBuf.append( aLanguage ); in implGetTreeFileFromPackage()1282 aStrBuf.append( aSlash ); in implGetTreeFileFromPackage()1283 aStrBuf.append( aHelpFilesBaseName ); in implGetTreeFileFromPackage()[all …]
328 rtl::OUStringBuffer aStrBuf( 0 ); in replaceName() local373 aStrBuf.ensureCapacity( 256 ); in replaceName()1000 rtl::OUStringBuffer aStrBuf; in jarFile() local1001 aStrBuf.append( aExtensionPath ); in jarFile()1002 aStrBuf.append( aSlash ); in jarFile()1003 aStrBuf.append( aPureJar ); in jarFile()1558 rtl::OUStringBuffer aStrBuf; in implGetFileFromPackage() local1560 aStrBuf.append( aSlash ); in implGetFileFromPackage()1561 aStrBuf.append( aLanguage ); in implGetFileFromPackage()1564 aStrBuf.append( aSlash ); in implGetFileFromPackage()[all …]
43 OUStringBuffer aStrBuf; in Create() local44 aStrBuf.appendAscii( SVLIBRARY("scui") ); in Create()46 …if ( aDialogLibrary.is() || aDialogLibrary.loadRelative( &thisModule, aStrBuf.makeStringAndClear()… in Create()
292 OUStringBuffer aStrBuf; in ByteArrayToString() local300 aStrBuf.append(aChar); in ByteArrayToString()311 aStrBuf.append(aChar); in ByteArrayToString()314 return aStrBuf.makeStringAndClear(); in ByteArrayToString()
3376 rtl::OUStringBuffer aStrBuf( aUnoCmd ); in ConvertSlotsToCommands() local3377 aStrBuf.appendAscii( pSlot->GetUnoName() ); in ConvertSlotsToCommands()3379 aCommand = aStrBuf.makeStringAndClear(); in ConvertSlotsToCommands()
Completed in 464 milliseconds