Home
last modified time | relevance | path

Searched refs:buffer (Results 176 – 200 of 456) sorted by relevance

12345678910>>...19

/trunk/main/solenv/bin/
H A Dsort.pl38 my @buffer;
41 push(@buffer, $_);
44 foreach (sort @buffer) {
/trunk/main/remotebridges/examples/
H A Dofficeclient.cxx215 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()
/trunk/main/i18nutil/source/utility/
H A Dwidthfolding.cxx65 sal_Unicode* dst = newStr->buffer; in decompose_ja_voiced_sound_marks()
93 newStr->length = sal_Int32(dst - newStr->buffer); in decompose_ja_voiced_sound_marks()
117 sal_Unicode* dst = newStr->buffer; in compose_ja_voiced_sound_marks()
196 newStr->length = sal_Int32(dst - newStr->buffer); in compose_ja_voiced_sound_marks()
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFastHelper.hxx111 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()
/trunk/main/sal/workben/
H A Dt_random.c53 unsigned char buffer[1000]; in main() local
55 rtl_random_getBytes (pool, buffer, 8); in main()
56 printf ("random: %s\n", pt (buffer, 8)); in main()
/trunk/main/toolkit/source/layout/core/
H A Dproplist.cxx208 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()
/trunk/main/sal/osl/w32/
H A Dprocess.cxx287 …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()
H A Dsocket.cxx627 &pDottedAddr, strDottedAddr->buffer, strDottedAddr->length, in osl_createInetBroadcastAddr()
630 nAddr = inet_addr (pDottedAddr->buffer); in osl_createInetBroadcastAddr()
677 &pDottedAddr, strDottedAddr->buffer, strDottedAddr->length, in osl_createInetSocketAddr()
680 Addr= inet_addr (pDottedAddr->buffer); in osl_createInetSocketAddr()
843 &Hostname, strHostname->buffer, strHostname->length, in osl_createHostAddrByName()
846 he= gethostbyname (Hostname->buffer); in osl_createHostAddrByName()
962 …memcpy(LocalHostname, pAddr->pHostName->buffer, sizeof(sal_Unicode)*(rtl_ustr_getLength(pAddr->pHo… in osl_getLocalHostname()
/trunk/main/shell/source/win32/shlxthandler/propsheets/
H A Dpropsheets.cxx159 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()
/trunk/main/bridges/inc/bridges/cpp_uno/
H A Dbridge.hxx356 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()
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx312 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()
/trunk/main/oox/source/core/
H A Dencryption.cxx638 char buffer[ 256 ]; in toOpenSSLDigestAlgorithm() local
640 snprintf( buffer, sizeof( buffer ), "Unsupported digest algorithm %s", str.getStr() ); in toOpenSSLDigestAlgorithm()
641 throw Exception( OUString::createFromAscii( buffer ), Reference< XInterface >() ); in toOpenSSLDigestAlgorithm()
680 char buffer[ 256 ]; in toOpenSSLCipherAlgorithm() local
683 …snprintf( buffer, sizeof( buffer ), "Unsupported cipher with name=%s, keyBits=%u, chainingMode=%s"… in toOpenSSLCipherAlgorithm()
684 throw Exception( OUString::createFromAscii( buffer ), Reference< XInterface >() ); in toOpenSSLCipherAlgorithm()
/trunk/main/sal/rtl/source/
H A Dhash.cxx37 { 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 ()()
/trunk/main/sal/qa/osl/file/
H A Dtest_cpy_wrt_file.cxx84 char buffer[50000]; in TEST_F() local
86 err = tmp_file.write((void*)buffer, sizeof(buffer), written); in TEST_F()
/trunk/main/scripting/source/runtimemgr/
H A DScriptNameResolverImpl.cxx165 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 );
/trunk/main/cpputools/source/sp2bv/
H A Dsp2bv.cxx85 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()
/trunk/main/setup_native/source/win32/customactions/reg64/
H A Dreg64.cxx76 wchar_t buffer[1024]; in OutputDebugStringFormat() local
80 StringCchVPrintf( buffer, sizeof(buffer), pFormat, args ); in OutputDebugStringFormat()
81 OutputDebugString( buffer ); in OutputDebugStringFormat()
/trunk/main/sal/osl/unx/
H A Dsocket.c651 &pDottedAddr, strDottedAddr->buffer, strDottedAddr->length, in osl_createInetBroadcastAddr()
654 nAddr = inet_addr (pDottedAddr->buffer); in osl_createInetBroadcastAddr()
793 char *buffer, int buflen, int *h_errnop) in _osl_gethostbyname_r() argument
798 __error = gethostbyname_r (name, result, buffer, buflen, in _osl_gethostbyname_r()
802 return gethostbyname_r( name, result, buffer, buflen, h_errnop); in _osl_gethostbyname_r()
806 static sal_Bool _osl_getDomainName (sal_Char *buffer, sal_Int32 bufsiz) in _osl_getDomainName() argument
839 if ((k = read (p[0], buffer, n - 1)) > 0) in _osl_getDomainName()
841 buffer[k] = 0; in _osl_getDomainName()
842 if (buffer[k - 1] == '\n') in _osl_getDomainName()
843 buffer[k - 1] = 0; in _osl_getDomainName()
/trunk/main/sal/systools/win32/uwinapi/
H A DCopyFileExA.cpp119 BYTE buffer[BUFSIZE]; variable
122 fSuccess = ReadFile( hSourceFile, buffer, BUFSIZE, &dwBytesRead, NULL );
127 fSuccess = WriteFile( hTargetFile, buffer, dwBytesRead, &dwBytesWritten, NULL );
/trunk/main/extensions/source/logging/
H A Dcsvformatter.cxx282 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()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A DMarshal.java188 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);
/trunk/main/codemaker/source/codemaker/
H A Dglobal.cxx400 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()
/trunk/main/setup_native/source/win32/customactions/reg4allmsdoc/
H A Dreg4allmsi.cxx80 CHAR buffer[1024]; in OutputDebugStringFormat() local
84 StringCchVPrintfA( buffer, sizeof(buffer), pFormat, args ); in OutputDebugStringFormat()
85 OutputDebugStringA( buffer ); in OutputDebugStringFormat()
/trunk/main/udkapi/com/sun/star/io/
H A DBufferSizeExceededException.idl38 /** is thrown by instances which need to buffer data.
40 extending the buffer. (May also indicate that the internal buffer
/trunk/main/scripting/source/storage/
H A DScriptURI.cxx55 …( "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()

Completed in 153 milliseconds

12345678910>>...19