/aoo41x/main/remotebridges/examples/ |
H A D | officeclient.cxx | 215 printf( "%s\n", o.pData->buffer ); in run() 221 printf( "%s\n", o.pData->buffer ); in run() 227 printf( "%s\n", o.pData->buffer ); in run() 233 printf( "%s\n", o.pData->buffer ); in run()
|
/aoo41x/main/soldep/bootstrp/ |
H A D | command.cxx | 223 char buffer[1024]; in BuildCommand() local 284 buffer[pos++] = *CommandString++; in BuildCommand() 288 buffer[pos] = '\0'; in BuildCommand() 292 ppArgv[index] = (char *) new char [strlen(buffer)+1]; in BuildCommand() 300 strcpy (ppArgv[index++], buffer); in BuildCommand()
|
/aoo41x/main/writerfilter/source/ooxml/ |
H A D | OOXMLFastHelper.hxx | 111 static char buffer[16]; in createAndSetParentAndDefine() local 112 snprintf(buffer, sizeof(buffer), "0x%08" SAL_PRIxUINT32, nId); in createAndSetParentAndDefine() 114 debug_logger->attribute("idnum", buffer); in createAndSetParentAndDefine()
|
/aoo41x/main/toolkit/source/layout/core/ |
H A D | proplist.cxx | 208 OUStringBuffer buffer( string.getLength() ); in toUnoNaming() local 209 sal_Unicode *str = string.pData->buffer; in toUnoNaming() 222 buffer.append( (sal_Unicode ) ( str[i] - 'a' + 'A' ) ); in toUnoNaming() 224 buffer.append( (sal_Unicode ) str[i] ); in toUnoNaming() 229 return buffer.makeStringAndClear(); in toUnoNaming()
|
/aoo41x/main/sal/osl/w32/ |
H A D | process.cxx | 287 …0, reinterpret_cast<LPCWSTR>(ppArgs[0]->buffer), L".exe", aBuffer.getBufSizeInSymbols(), ::osl::mi… in osl_createCommandArgs_Impl() 397 …if (GetEnvironmentVariableW(reinterpret_cast<LPCWSTR>(ustrVar->buffer), buff, ENV_BUFFER_SIZE) > 0) in osl_getEnvironment() 408 LPCWSTR lpName = reinterpret_cast<LPCWSTR>(ustrVar->buffer); in osl_setEnvironment() 409 LPCWSTR lpValue = reinterpret_cast<LPCWSTR>(ustrValue->buffer); in osl_setEnvironment() 422 LPCWSTR lpName = reinterpret_cast<LPCWSTR>(ustrVar->buffer); in osl_clearEnvironment()
|
/aoo41x/main/shell/source/win32/shlxthandler/propsheets/ |
H A D | propsheets.cxx | 159 TCHAR * buffer = new TCHAR[ size + 1 ]; in Initialize() local 161 0, buffer, size + 1 ); in Initialize() 164 std::wstring fname = getShortPathName( buffer ); in Initialize() 172 delete [] buffer; in Initialize()
|
/aoo41x/main/sal/rtl/source/ |
H A D | hash.cxx | 37 { return (size_t)rtl_ustr_hashCode_WithLength( rString->buffer, rString->length ); } in operator ()() 49 return !rtl_ustr_compare_WithLength( pStringA->buffer, pStringA->length, in operator ()() 50 pStringB->buffer, pStringB->length); in operator ()()
|
/aoo41x/main/sal/qa/osl/file/ |
H A D | test_cpy_wrt_file.cxx | 85 char buffer[50000]; in wrt_file() local 87 err = tmp_file.write((void*)buffer, sizeof(buffer), written); in wrt_file()
|
/aoo41x/main/cpputools/source/sp2bv/ |
H A D | sp2bv.cxx | 85 const sal_Unicode* pCur = pUrl->buffer; in main() 105 rtl_uString2String( &pBootVar, pBuffer->buffer, pBuffer->length, in main() 108 fprintf(stdout, "%s", pBootVar->buffer); in main()
|
/aoo41x/main/bridges/inc/bridges/cpp_uno/ |
H A D | bridge.hxx | 356 if (0 == rtl_ustr_ascii_compare( pFrom->pTypeName->buffer, CPPU_CURRENT_LANGUAGE_BINDING_NAME ) && in cppu_ext_getMapping() 357 0 == rtl_ustr_ascii_compare( pTo->pTypeName->buffer, UNO_LB_UNO )) in cppu_ext_getMapping() 366 …else if (0 == rtl_ustr_ascii_compare( pTo->pTypeName->buffer, CPPU_CURRENT_LANGUAGE_BINDING_NAME )… in cppu_ext_getMapping() 367 0 == rtl_ustr_ascii_compare( pFrom->pTypeName->buffer, UNO_LB_UNO )) in cppu_ext_getMapping() 489 …OSL_ENSURE( ::rtl_ustr_ascii_compare( pCppEnv->pTypeName->buffer, CPPU_CURRENT_LANGUAGE_BINDING_NA… in cppu_cppenv_initEnvironment()
|
/aoo41x/main/setup_native/source/win32/customactions/reg64/ |
H A D | reg64.cxx | 76 wchar_t buffer[1024]; in OutputDebugStringFormat() local 80 StringCchVPrintf( buffer, sizeof(buffer), pFormat, args ); in OutputDebugStringFormat() 81 OutputDebugString( buffer ); in OutputDebugStringFormat()
|
/aoo41x/main/scripting/source/runtimemgr/ |
H A D | ScriptNameResolverImpl.cxx | 165 docUriO.pData->buffer, docSid ); in resolve() 230 RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in resolve() 242 filesysURL, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in resolve() 331 RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in resolve() 591 RTL_TEXTENCODING_ASCII_US ).pData->buffer );
|
/aoo41x/main/sal/systools/win32/uwinapi/ |
H A D | CopyFileExA.cpp | 119 BYTE buffer[BUFSIZE]; variable 122 fSuccess = ReadFile( hSourceFile, buffer, BUFSIZE, &dwBytesRead, NULL ); 127 fSuccess = WriteFile( hTargetFile, buffer, dwBytesRead, &dwBytesWritten, NULL );
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | WW8TableInfo.cxx | 312 static char buffer[256]; in toString() local 313 snprintf(buffer, sizeof(buffer), in toString() 329 return string(buffer); in toString() 349 static char buffer[1024]; in toString() local 350 snprintf(buffer, sizeof(buffer), in toString() 354 ::std::string sResult(buffer); in toString()
|
/aoo41x/main/udkapi/com/sun/star/io/ |
H A D | BufferSizeExceededException.idl | 38 /** is thrown by instances which need to buffer data. 40 extending the buffer. (May also indicate that the internal buffer
|
/aoo41x/main/scripting/source/storage/ |
H A D | ScriptURI.cxx | 55 …( "received uri: %s\n",::rtl::OUStringToOString( m_uri, RTL_TEXTENCODING_ASCII_US).pData->buffer ); in ScriptURI() 180 RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in parseIt() 189 RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in parseIt()
|
/aoo41x/main/setup_native/source/win32/customactions/reg4allmsdoc/ |
H A D | reg4allmsi.cxx | 80 CHAR buffer[1024]; in OutputDebugStringFormat() local 84 StringCchVPrintfA( buffer, sizeof(buffer), pFormat, args ); in OutputDebugStringFormat() 85 OutputDebugStringA( buffer ); in OutputDebugStringFormat()
|
/aoo41x/main/jurt/com/sun/star/lib/uno/protocols/urp/ |
H A D | Marshal.java | 188 byte[] data = buffer.toByteArray(); in reset() 189 buffer.reset(); in reset() 380 private final ByteArrayOutputStream buffer = new ByteArrayOutputStream(); field in Marshal 381 private final DataOutput output = new DataOutputStream(buffer);
|
/aoo41x/main/extensions/source/logging/ |
H A D | csvformatter.cxx | 282 char buffer[ 30 ]; in format() local 283 const size_t buffer_size = sizeof( buffer ); in format() 284 snprintf( buffer, buffer_size, "%04i-%02i-%02iT%02i:%02i:%02i.%02i", in format() 292 aLogEntry.appendAscii( buffer ); in format()
|
/aoo41x/main/codemaker/source/codemaker/ |
H A D | global.cxx | 400 bool FileStream::write(void const * buffer, sal_uInt64 size) { in write() argument 403 if (osl_writeFile(m_file, buffer, size, &written) != osl_File_E_None) { in write() 408 buffer = static_cast< char const * >(buffer) + written; in write()
|
/aoo41x/test/testcommon/source/org/openoffice/test/common/ |
H A D | ReportUploader.java | 112 byte[] buffer = new byte[1024]; in upload() 114 while ((len = fis.read(buffer)) != -1) { in upload() 115 out.write(buffer, 0, len); in upload()
|
/aoo41x/main/bridges/source/jni_uno/ |
H A D | jni_helper.h | 49 jni->GetStringRegion( jstr, 0, len, (jchar *) ustr->buffer ); in jstring_to_ustring() 53 ustr->buffer[ len ] = '\0'; in jstring_to_ustring() 74 jstring jstr = jni->NewString( (jchar const *) ustr->buffer, ustr->length ); in ustring_to_jstring()
|
/aoo41x/main/codemaker/source/idlmaker/ |
H A D | idloptions.cxx | 190 char buffer[512]; in initOptions() local 192 while ( fscanf(cmdFile, "%s", buffer) != EOF ) in initOptions() 194 rargv[rargc]= strdup(buffer); in initOptions()
|
/aoo41x/main/bridges/test/ |
H A D | testclient.cxx | 152 RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in main() 228 printf( "A remote object reference became invalid\n%s\n" , o.pData->buffer ); in main() 233 printf( "Login failed, got an Exception !\n%s\n" , o.pData->buffer ); in main()
|
/aoo41x/main/codemaker/source/bonobowrappermaker/ |
H A D | corbaoptions.cxx | 198 char buffer[512]; in initOptions() local 200 while ( fscanf(cmdFile, "%s", buffer) != EOF ) in initOptions() 202 rargv[rargc]= strdup(buffer); in initOptions()
|