Home
last modified time | relevance | path

Searched refs:buf (Results 176 – 200 of 308) sorted by relevance

12345678910>>...13

/trunk/main/codemaker/source/javamaker/
H A Dclassfile.cxx89 unsigned char buf[] = { static_cast< unsigned char >(data) }; in writeU1() local
90 write(file, &buf, sizeof buf); in writeU1()
94 unsigned char buf[] = { in writeU2() local
97 write(file, buf, sizeof buf); in writeU2()
101 unsigned char buf[] = { in writeU4() local
106 write(file, buf, sizeof buf); in writeU4()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updateinstalldialog.cxx428 ::rtl::OUStringBuffer buf(256); in downloadExtensions()
433 buf.appendAscii("\n"); in downloadExtensions()
434 buf.append(OUSTR("Could not download ")); in downloadExtensions()
435 buf.append(j->first); in downloadExtensions()
436 buf.appendAscii(". "); in downloadExtensions()
437 buf.append(j->second.Message); in downloadExtensions()
440 buf.makeStringAndClear()); in downloadExtensions()
/trunk/main/writerfilter/unocomponent/debugservices/rtftok/
H A DScannerTestService.cxx126 char buf[100]; in rbrace() local
127 sprintf(buf, "ole%02i.ole", numOfOLEs); in rbrace()
167 …rtl::OUString::createFromAscii(buf), embed::ElementModes::READWRITE | embed::ElementModes::TRUNCAT… in rbrace()
193 …rtl::OUString::createFromAscii(buf), embed::ElementModes::READWRITE | embed::ElementModes::TRUNCAT… in rbrace()
315 int read(void *buf, int maxlen) in read() argument
322 memcpy(buf, _buffer, len); in read()
/trunk/main/sfx2/source/doc/
H A DDocumentMetadataAccess.cxx185 ::rtl::OUStringBuffer buf; in createBaseURI()
192 buf.append(last); in createBaseURI()
194 buf.append(static_cast<sal_Unicode>('/')); in createBaseURI()
198 buf.append(i_rSubDocument); in createBaseURI()
199 buf.append(static_cast<sal_Unicode>('/')); in createBaseURI()
201 const ::rtl::OUString Path(buf.makeStringAndClear()); in createBaseURI()
592 ::rtl::OUStringBuffer buf(i_rBaseURI); in readStream()
593 buf.append(dir).append(static_cast<sal_Unicode>('/')); in readStream()
694 ::rtl::OUStringBuffer buf(i_rBaseURI); in writeStream()
695 buf.append(dir).append(static_cast<sal_Unicode>('/')); in writeStream()
[all …]
/trunk/main/stoc/source/uriproc/
H A DVndSunStarPkgUrlReferenceFactory.cxx118 rtl::OUStringBuffer buf; in createVndSunStarPkgUrlReference() local
119 buf.appendAscii(RTL_CONSTASCII_STRINGPARAM("vnd.sun.star.pkg://")); in createVndSunStarPkgUrlReference()
120 buf.append( in createVndSunStarPkgUrlReference()
126 buf.makeStringAndClear())); in createVndSunStarPkgUrlReference()
/trunk/main/desktop/win32/source/
H A Dextendloaderenvironment.cxx46 LPWSTR buf = NULL; in fail() local
49 GetLastError(), 0, reinterpret_cast< LPWSTR >(&buf), 0, NULL); in fail()
50 MessageBoxW(NULL, buf, NULL, MB_OK | MB_ICONERROR); in fail()
51 LocalFree(buf); in fail()
/trunk/main/desktop/win32/source/rebase/
H A Drebase.cxx61 LPWSTR buf = NULL; in fail() local
64 GetLastError(), 0, reinterpret_cast< LPWSTR >(&buf), 0, NULL); in fail()
65 MessageBoxW(NULL, buf, NULL, MB_OK | MB_ICONERROR); in fail()
66 LocalFree(buf); in fail()
H A Drebasegui.cxx62 LPWSTR buf = NULL; in fail() local
65 GetLastError(), 0, reinterpret_cast< LPWSTR >(&buf), 0, NULL); in fail()
66 MessageBoxW(NULL, buf, NULL, MB_OK | MB_ICONERROR); in fail()
67 LocalFree(buf); in fail()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_environment.cxx154 StringBuilder * buf= new StringBuilder(256); in getObjectIdentifier() local
158 buf->Append(m_IDGen->GetId(obj, & bFirst)); in getObjectIdentifier()
164 buf->Append(sOidPart); in getObjectIdentifier()
165 oId= buf->ToString(); in getObjectIdentifier()
H A Dcli_uno.cxx238 OUStringBuffer buf( 128 ); in call_cli() local
239 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM( in call_cli()
242 buf.append(mapCliString(e->get_Message())); in call_cli()
243 throw BridgeRuntimeError( buf.makeStringAndClear() ); in call_cli()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Duno2cpp.cxx74 Elf32_auxv_t buf[128]; in hasVFP() local
76 while ((ret == -1) && ((n = read(fd, buf, sizeof (buf))) > 0)) in hasVFP()
80 if (buf[i].a_type == AT_HWCAP) in hasVFP()
82 ret = (buf[i].a_un.a_val & HWCAP_ARM_VFP) ? true : false; in hasVFP()
85 else if (buf[i].a_type == AT_NULL) in hasVFP()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Duno2cpp.cxx74 Elf32_auxv_t buf[128]; in hasVFP() local
76 while ((ret == -1) && ((n = read(fd, buf, sizeof (buf))) > 0)) in hasVFP()
80 if (buf[i].a_type == AT_HWCAP) in hasVFP()
82 ret = (buf[i].a_un.a_val & HWCAP_ARM_VFP) ? true : false; in hasVFP()
85 else if (buf[i].a_type == AT_NULL) in hasVFP()
/trunk/main/bean/qa/complex/bean/
H A DOOoBeanTest.java424 StringBuffer buf = new StringBuffer(1000); in test6() local
445 buf.append("h"); in test6()
448 if ( ! s.equals(buf.toString())) in test6()
492 StringBuffer buf = new StringBuffer(1000); in test6a() local
548 buf.append("h"); in test6a()
552 if ( ! s.equals(buf.toString())) in test6a()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjavaplugin.cxx141 rtl::OUStringBuffer buf(1024); in createJavaInfo() local
142 buf.append(info->getRuntimeLibrary()); in createJavaInfo()
145 buf.appendAscii("\n"); in createJavaInfo()
146 buf.append(info->getLibraryPaths()); in createJavaInfo()
147 buf.appendAscii("\n"); in createJavaInfo()
150 rtl::OUString sVendorData = buf.makeStringAndClear(); in createJavaInfo()
/trunk/main/scripting/java/org/openoffice/idesupport/
H A DSVersionRCFile.java170 StringBuffer buf = new StringBuffer(FILE_URL_PREFIX); in toFileURL() local
171 buf.append(path); in toFileURL()
174 buf.append("/"); in toFileURL()
176 return buf.toString(); in toFileURL()
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp915 char buf[1024]; in PreviewDialogProc() local
917 while ( fgets( buf, elementsof(buf), fp ) != NULL ) in PreviewDialogProc()
921 MultiByteToWideChar( CP_UTF8, 0, buf, -1, bufW, elementsof(bufW) ); in PreviewDialogProc()
935 unsigned char buf[16]; in PreviewDialogProc() local
942 count = fread( buf, sizeof(buf[0]), sizeof(buf)/sizeof(buf[0]), fp ); in PreviewDialogProc()
948 _sntprintf( output, elementsof(output), _T("%02X\x20"), buf[i] ); in PreviewDialogProc()
951 for ( ; i < elementsof(buf); i++ ) in PreviewDialogProc()
960 if ( (int)buf[i] >= 0x20 && (int)buf[i] <= 0x7F ) in PreviewDialogProc()
961 output[0] = (TCHAR)buf[i]; in PreviewDialogProc()
/trunk/main/sal/workben/
H A Dt_random.c32 static char buf[80]; in pt() local
35 sprintf(&(buf[i*2]),"%02x",md[i]); in pt()
37 return(buf); in pt()
/trunk/main/scripting/java/org/openoffice/idesupport/filter/
H A DExceptParcelFilter.java49 StringBuffer buf = new StringBuffer(DESCRIPTION + ": "); in toString() local
51 buf.append("<" + this.parcelName + ">"); in toString()
53 return buf.toString(); in toString()
/trunk/main/configmgr/source/
H A Dxcsparser.cxx348 rtl::OStringBuffer buf; in handleComponentSchema() local
349 buf.append('.'); in handleComponentSchema()
372 buf.insert(0, s.begin, s.length); in handleComponentSchema()
386 buf.append(s.begin, s.length); in handleComponentSchema()
405 componentName_ = xmlreader::Span(buf.getStr(), buf.getLength()). in handleComponentSchema()
/trunk/main/hsqldb/patches/
H A Di121754.patch62 buf.append(' ').append(Token.T_COUNT).append('(');
65 + buf.append('*');
67 + buf.append(left);
70 + buf.append(')');
75 buf.append(' ').append(Token.T_VAR_SAMP).append('(');
76 buf.append(left).append(')');
85 + return buf.toString();
/trunk/main/mythes/
H A Dmythes-1.2.0-overflow.patch15 int nmeanings = atoi(buf+np+1);
19 + free(buf);
24 free(buf);
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DStreamPump.java45 char[] buf = new char[1024]; in run() local
47 while ((count = reader.read(buf)) != -1) { in run()
50 stringBuffer.append(buf, 0, count); in run()
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfgrprd.cxx40 char buf[256 + 1]; in DXFReadLine() local
51 sal_uInt16 nLen = (sal_uInt16)rIStm.Read( buf, sizeof(buf)-1 ); in DXFReadLine()
62 c = buf[n]; in DXFReadLine()
/trunk/main/jvmfwk/source/
H A Dfwkutil.cxx113 char buf[16]; in isAccessibilitySupportDesired() local
119 if( fgets( buf, sizeof(buf), fp ) ) in isAccessibilitySupportDesired()
121 int nCompare = strncasecmp( buf, "true", 4 ); in isAccessibilitySupportDesired()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DUnoUrl.java99 StringBuffer buf = new StringBuffer(partTypeName); in getUninterpretedString() local
101 buf.append(','); in getUninterpretedString()
102 buf.append(uninterpretedParameterString); in getUninterpretedString()
104 return buf.toString(); in getUninterpretedString()

Completed in 116 milliseconds

12345678910>>...13