Home
last modified time | relevance | path

Searched refs:buf (Results 126 – 150 of 308) sorted by relevance

12345678910>>...13

/trunk/main/sal/osl/all/
H A Ddebugbase.cxx116 rtl::OStringBuffer buf; in osl_detail_ObjectRegistry_checkObjectCount() local
117 buf.append( RTL_CONSTASCII_STRINGPARAM("unexpected number of ") ); in osl_detail_ObjectRegistry_checkObjectCount()
118 buf.append( rData.m_pName ); in osl_detail_ObjectRegistry_checkObjectCount()
119 buf.append( RTL_CONSTASCII_STRINGPARAM(": ") ); in osl_detail_ObjectRegistry_checkObjectCount()
120 buf.append( static_cast<sal_Int64>(nSize) ); in osl_detail_ObjectRegistry_checkObjectCount()
121 DEBUGBASE_ENSURE( false, buf.makeStringAndClear().getStr() ); in osl_detail_ObjectRegistry_checkObjectCount()
/trunk/main/scripting/source/provider/
H A DMasterScriptProvider.cxx179 ::rtl::OUStringBuffer buf; in initialize()
180 buf.appendAscii( "MasterScriptProvider::initialize: caught " ); in initialize()
181 buf.append ( aError.getValueTypeName() ); in initialize()
182 buf.appendAscii( ":" ); in initialize()
185 buf.append ( aException.Message ); in initialize()
186 throw lang::WrappedTargetException( buf.makeStringAndClear(), *this, aError ); in initialize()
352 ::rtl::OUStringBuffer buf( 80 ); in getScript()
353 buf.appendAscii( "com.sun.star.script.provider.ScriptProviderFor"); in getScript()
354 buf.append( language ); in getScript()
355 ::rtl::OUString serviceName = buf.makeStringAndClear(); in getScript()
/trunk/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch2504 + c = buf[i];
2505 + buf[i] = buf[size - i];
4974 + xmlChar* buf;
5040 + xmlFree(buf);
5048 + xmlFree(buf);
5144 - xmlChar* buf;
5170 - xmlFree(buf);
5178 - xmlFree(buf);
5236 - xmlFree(buf);
5401 - xmlFree(buf);
[all …]
/trunk/main/basic/source/comp/
H A Dscanner.cxx167 sal_Unicode buf[ BUF_SIZE ], *p = buf; in NextSym() local
296 if( (p-buf) == (BUF_SIZE-1) ) in NextSym()
342 nVal = rtl_math_uStringToDouble( buf, buf+(p-buf), '.', ',', NULL, NULL ); in NextSym()
405 if( (p-buf) == (BUF_SIZE-1) ) in NextSym()
417 for( p = buf; *p; p++ ) in NextSym()
/trunk/main/sal/rtl/source/
H A Dlogfile.cxx139 OUStringBuffer buf( 128 ); in init() local
140 buf.append( value ); in init()
147 buf.appendAscii( "_" ); in init()
148 buf.append( (sal_Int32) aProcessId ); in init()
149 buf.appendAscii( ".log" ); in init()
152 OUString o = getFileUrl( buf.makeStringAndClear() ); in init()
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx52 OUStringBuffer buf( 7 + uno_name.getLength() ); in to_cts_name() local
53 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("unoidl.") ); in to_cts_name()
54 buf.append( uno_name ); in to_cts_name()
55 return ustring_to_String( buf.makeStringAndClear() ); in to_cts_name()
176 buf->Append(const_cast<System::String*>(Constants::sChar)); in mapUnoTypeName()
178 buf->Append(const_cast<System::String*>(Constants::sByte)); in mapUnoTypeName()
198 buf->Append(const_cast<System::String*>(Constants::sVoid)); in mapUnoTypeName()
200 buf->Append(const_cast<System::String*>(Constants::sType)); in mapUnoTypeName()
205 buf->Append(const_cast<System::String*>(Constants::sAny)); in mapUnoTypeName()
211 buf->Append(mapUnoPolymorphicName(sUnoName)); in mapUnoTypeName()
[all …]
/trunk/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx477 ::rtl::OUStringBuffer buf; in create()
479 buf.append( context ); in create()
480 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM( in create()
672 ::rtl::OUStringBuffer buf; in insertToActivationLayer()
684 buf.append(sourceContent.getURL()); in insertToActivationLayer()
686 buf.append( static_cast<sal_Unicode>('/') ); in insertToActivationLayer()
688 buf.makeStringAndClear(), xCmdEnv ); in insertToActivationLayer()
1009 ::rtl::OUStringBuffer buf; in getDeployPath()
1010 buf.append( data.temporaryName ); in getDeployPath()
1017 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("_/") ); in getDeployPath()
[all …]
H A Ddp_properties.cxx122 ::rtl::OUStringBuffer buf; in write()
126 buf.append(OUSTR(PROP_SUPPRESS_LICENSE)); in write()
127 buf.append(OUSTR("=")); in write()
128 buf.append(*m_prop_suppress_license); in write()
132 buf.makeStringAndClear(), RTL_TEXTENCODING_UTF8); in write()
/trunk/main/cppu/source/uno/
H A Ddata.cxx105 OUStringBuffer buf( 128 ); in binuno_queryInterface() local
106 buf.appendAscii( in binuno_queryInterface()
108 buf.append( * reinterpret_cast< OUString const * >( &pDestType->pTypeName ) ); in binuno_queryInterface()
109 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(": [") ); in binuno_queryInterface()
110 buf.append( * reinterpret_cast< OUString const * >( &pExc->pType->pTypeName ) ); in binuno_queryInterface()
111 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("] ") ); in binuno_queryInterface()
113 buf.append( * reinterpret_cast< OUString const * >( pExc->pData ) ); in binuno_queryInterface()
115 OUStringToOString( buf.makeStringAndClear(), RTL_TEXTENCODING_ASCII_US ) ); in binuno_queryInterface()
/trunk/main/extensions/source/macosx/spotlight/
H A Dunzip.m352 unsigned char* buf;
368 if (buf==NULL)
391 if (((*(buf+i))==0x50) && ((*(buf+i+1))==0x4b) &&
392 ((*(buf+i+2))==0x05) && ((*(buf+i+3))==0x06))
401 TRYFREE(buf);
1211 len the size of buf.
1220 voidp buf;
1418 buf.
1424 voidp buf;
1443 if (buf==NULL)
[all …]
/trunk/main/extensions/source/oooimprovement/
H A Doooimprovement_exports.cxx52 OUStringBuffer buf(256); in writeInfo() local
53 buf.append(implementation_name); in writeInfo()
54 buf.appendAscii("/UNO/SERVICES/"); in writeInfo()
55 buf.append(service_name); in writeInfo()
56 reg_key->createKey(buf.makeStringAndClear()); in writeInfo()
/trunk/main/toolkit/src2xml/source/
H A Dsrcparser.py42 buf = ''
44 if isUpper(c) and len(buf) > 1:
45 parts.append(buf)
46 buf = c
48 buf += c
50 if len(buf) > 0:
51 parts.append(buf)
/trunk/main/mysqlc/source/
H A Dmysqlc_resultsetmetadata.cxx441 ::rtl::OUStringBuffer buf; in checkColumnIndex()
442 buf.appendAscii( "Column index out of range (expected 1 to " ); in checkColumnIndex()
443 buf.append( sal_Int32( meta->getColumnCount() ) ); in checkColumnIndex()
444 buf.appendAscii( ", got " ); in checkColumnIndex()
445 buf.append( sal_Int32( columnIndex ) ); in checkColumnIndex()
446 buf.append( sal_Unicode( '.' ) ); in checkColumnIndex()
447 throw SQLException( buf.makeStringAndClear(), *this, OUString(), 1, Any() ); in checkColumnIndex()
/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_cmdenv.cxx366 ::rtl::OUStringBuffer buf; in update_()
367 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("WARNING: ") ); in update_()
370 buf.append( dp_exc.Message ); in update_()
371 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(", Cause: ") ); in update_()
372 buf.append( ::comphelper::anyToString(dp_exc.Cause) ); in update_()
375 buf.append( ::comphelper::anyToString(Status) ); in update_()
377 msg = buf.makeStringAndClear(); in update_()
/trunk/main/odk/source/com/sun/star/lib/loader/
H A DInstallationFinder.java478 StringBuffer buf = new StringBuffer(prefix); in getCanonicalPathFromFileURL() local
487 buf.append(host); in getCanonicalPathFromFileURL()
489 buf.append('/'); in getCanonicalPathFromFileURL()
493 buf.append('/'); in getCanonicalPathFromFileURL()
526 buf.append(s); in getCanonicalPathFromFileURL()
533 buf.append(c); in getCanonicalPathFromFileURL()
542 url = new URL(buf.toString()); in getCanonicalPathFromFileURL()
/trunk/main/cppuhelper/source/
H A Dimplementationentry.cxx46 OUStringBuffer buf( 124 ); in component_writeInfoHelper() local
47 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("/") ); in component_writeInfoHelper()
48 buf.append( entries[i].getImplementationName() ); in component_writeInfoHelper()
49 buf.appendAscii(RTL_CONSTASCII_STRINGPARAM( "/UNO/SERVICES" ) ); in component_writeInfoHelper()
51 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( buf.makeStringAndClear() ) ); in component_writeInfoHelper()
H A Dshlib.cxx229 OUStringBuffer buf( rPath.getLength() + rLibName.getLength() + 12 ); in makeComponentPath() local
233 buf.append( rPath ); in makeComponentPath()
235 buf.append( (sal_Unicode) '/' ); in makeComponentPath()
252 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(SAL_DLLPREFIX) ); in makeComponentPath()
254 buf.append( rLibName ); in makeComponentPath()
255 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(SAL_DLLEXTENSION) ); in makeComponentPath()
259 buf.append( rLibName ); in makeComponentPath()
262 OUString out( buf.makeStringAndClear() ); in makeComponentPath()
/trunk/main/unodevtools/source/unodevtools/
H A Doptions.cxx67 OUStringBuffer buf( 32 ); in readOption() local
68 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("incomplete option \"-") ); in readOption()
69 buf.appendAscii( pOpt ); in readOption()
70 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\" given!") ); in readOption()
71 throw RuntimeException( buf.makeStringAndClear(), Reference< XInterface >() ); in readOption()
/trunk/main/sal/qa/osl/pipe/
H A Dosl_Pipe.cxx696 sal_Char buf[256]; member in osl_StreamPipe::Pipe_DataSink_Thread
717 nChars = aSenderPipe.read( buf, m_pTestString1.getLength() + 1 ); in run()
723 printf("buffer is %s \n", buf); in run()
740 sal_Char buf[256]; member in osl_StreamPipe::Pipe_DataSource_Thread
784 nChars = aConnectionPipe.recv( buf, 256 ); in run()
792 printf("received message is: %s\n", buf ); in run()
813 int nCompare1 = strcmp( myDataSinkThread.buf, m_pTestString1.getStr() ); in TEST()
814 int nCompare2 = strcmp( myDataSourceThread.buf, m_pTestString2.getStr() ); in TEST()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/util/
H A DUrlToFileMapper.java127 StringBuffer buf = new StringBuffer(); in encode() local
136 buf.append(c); in encode()
138 buf.append("%20"); in encode()
150 buf.append(enc); in encode()
153 return buf.toString(); in encode()
/trunk/main/codemaker/source/javamaker/
H A Djavatype.cxx111 rtl::OStringBuffer buf; in createUnoName() local
868 rtl::OStringBuffer buf; in handleEnumType() local
869 buf.append('L'); in handleEnumType()
870 buf.append(className); in handleEnumType()
871 buf.append(';'); in handleEnumType()
1039 buf.append('T'); in addField()
1040 buf.append(type); in addField()
1041 buf.append(';'); in addField()
1896 buf.append('<'); in handleAggregatingType()
1908 buf.append(name); in handleAggregatingType()
[all …]
/trunk/main/binaryurp/source/
H A Dunmarshal.cxx388 void * buf = allocate(type.get()->nSize); in readValue() local
389 copyMemberValues(type, as.begin(), buf); in readValue()
393 raw.pData = buf; in readValue()
524 void * buf = allocate( in readSequence() local
526 static_cast< sal_Sequence * >(buf)->nRefCount = 0; in readSequence()
527 static_cast< sal_Sequence * >(buf)->nElements = in readSequence()
531 static_cast< sal_Sequence * >(buf)->elements + i * ctd.get()->nSize, in readSequence()
534 return BinaryAny(type, reinterpret_cast< sal_Sequence ** >(&buf)); in readSequence()
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dexcept.cxx569 OUStringBuffer buf; in msci_filterCppException() local
570 buf.appendAscii( in msci_filterCppException()
574 buf.append( aUNOname ); in msci_filterCppException()
575 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM( in msci_filterCppException()
577 buf.append( aRTTIname ); in msci_filterCppException()
578 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\"!") ); in msci_filterCppException()
580 buf.makeStringAndClear(), Reference< XInterface >() ); in msci_filterCppException()
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_import.cxx1480 ::rtl::OUStringBuffer buf; in importEvents()
1481 buf.append( aLocation ); in importEvents()
1482 buf.append( (sal_Unicode)':' ); in importEvents()
1483 buf.append( descr.ScriptCode ); in importEvents()
1494 ::rtl::OUStringBuffer buf; in importEvents()
1496 buf.append( descr.ScriptCode ); in importEvents()
1497 descr.ScriptCode = buf.makeStringAndClear(); in importEvents()
1614 ::rtl::OUStringBuffer buf; in importEvents()
1615 buf.append( descr.ListenerType ); in importEvents()
1616 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("::") ); in importEvents()
[all …]
/trunk/main/desktop/source/deployment/registry/
H A Ddp_backenddb.cxx601 ::rtl::OUStringBuffer buf(512); in getOneChildFromAllEntries()
602 buf.append(sPrefix); in getOneChildFromAllEntries()
603 buf.appendAscii(":"); in getOneChildFromAllEntries()
604 buf.append(sKeyElement); in getOneChildFromAllEntries()
605 buf.appendAscii("/"); in getOneChildFromAllEntries()
606 buf.append(sPrefix); in getOneChildFromAllEntries()
607 buf.appendAscii(":"); in getOneChildFromAllEntries()
608 buf.append(name); in getOneChildFromAllEntries()
609 buf.append(OUSTR("/text()")); in getOneChildFromAllEntries()
612 xpathApi->selectNodeList(root, buf.makeStringAndClear()); in getOneChildFromAllEntries()

Completed in 165 milliseconds

12345678910>>...13