Home
last modified time | relevance | path

Searched refs:buf (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/trunk/main/comphelper/source/misc/
H A Danytostring.cxx41 buf.appendAscii( in appendTypeError()
55 buf.append( s ); in appendChar()
58 buf.append( c ); in appendChar()
63 void appendValue( rtl::OUStringBuffer & buf, in appendValue() argument
137 appendValue( buf, in appendValue()
207 buf.append( (*reinterpret_cast< in appendValue()
224 appendChar( buf, c ); in appendValue()
254 buf.appendAscii( in appendValue()
276 appendChar( buf, c ); in appendValue()
325 rtl::OUStringBuffer buf; in anyToString() local
[all …]
/trunk/main/pyuno/source/module/
H A Dpyuno_module.cxx90 OUStringBuffer buf; in fillStructWithInitializer() local
129 OStringBuffer buf; in raisePySystemException() local
131 buf.append( exceptionType ); in raisePySystemException()
132 buf.append( "):" ); in raisePySystemException()
222 OStringBuffer buf; in extractOneStringArg() local
234 OStringBuffer buf; in extractOneStringArg() local
416 OStringBuffer buf; in checkType() local
440 OStringBuffer buf; in checkEnum() local
534 OUStringBuffer buf; in systemPathToFileUrl() local
559 OUStringBuffer buf; in fileUrlToSystemPath() local
[all …]
H A Dpyuno.cxx83 OUStringBuffer buf( 64 ); in val2str() local
84 buf.append( (sal_Unicode)'(' ); in val2str()
85 buf.append( pTypeRef->pTypeName ); in val2str()
86 buf.append( (sal_Unicode)')' ); in val2str()
126 buf.appendAscii( "}" ); in val2str()
260 buf.append( *(float *)pVal ); in val2str()
263 buf.append( *(double *)pVal ); in val2str()
293 buf.append( aVal, 16 ); in val2str()
306 buf.append( (sal_Unicode)'?' ); in val2str()
309 return buf.makeStringAndClear(); in val2str()
[all …]
H A Dpyuno_util.cxx114 OUStringBuffer buf; in getObjectFromUnoModule() local
116 buf.appendAscii( func ); in getObjectFromUnoModule()
187 appendPointer(buf, ptr); in logException()
191 buf.append( in logException()
207 buf.appendAscii( intro ); in logReply()
208 appendPointer(buf, ptr); in logReply()
214 buf.append( in logReply()
219 buf.append( in logReply()
232 buf.appendAscii( intro ); in logCall()
233 appendPointer(buf, ptr); in logCall()
[all …]
H A Dpyuno_type.cxx187 OUStringBuffer buf; in PyEnum2Enum() local
189 buf.appendAscii( in PyEnum2Enum()
208 OUStringBuffer buf; in PyEnum2Enum() local
217 OUStringBuffer buf; in PyEnum2Enum() local
242 OUStringBuffer buf; in PyType2Type() local
249 OUStringBuffer buf; in PyType2Type() local
353 OUStringBuffer buf; in importToGlobal() local
364 OUStringBuffer buf; in importToGlobal() local
366 buf.append( name ); in importToGlobal()
391 OStringBuffer buf; in callCtor() local
[all …]
/trunk/main/icc/
H A DSampleICC-1.3.2.patch1613 icChar buf[128];
1747 icChar buf[128];
1766 icChar buf[128];
1844 icChar buf[128];
1871 icChar buf[128];
2208 ptr = buf;
2814 sReport += buf;
2905 char buf[20];
2974 sDump += buf;
2977 sDump += buf;
[all …]
/trunk/main/stoc/source/tdmanager/
H A Dtdmgr_check.cxx82 OUStringBuffer buf; in getPropertyFlagsAsString() local
102 buf.setLength( buf.getLength() - 2 ); // truncate ", " in getPropertyFlagsAsString()
108 OUStringBuffer buf; in typeError() local
114 buf.append( msg ); in typeError()
136 OUStringBuffer buf; in checkSeq() local
139 buf.append( pos ); in checkSeq()
230 OUStringBuffer buf; in checkParameters() local
233 buf.append( pos ); in checkParameters()
300 OUStringBuffer buf; in checkProperty() local
442 OUStringBuffer buf; in check() local
[all …]
/trunk/main/stoc/source/security/
H A Dpermissions.cxx84 buf.append( item ); in makeMask()
98 OUStringBuffer buf( 48 ); in makeStrings() local
254 OUStringBuffer buf( 48 ); in toString() local
256 buf.appendAscii( in toString()
258 buf.append( m_host ); in toString()
262 buf.append( m_ip ); in toString()
431 OUStringBuffer buf( 48 ); in toString() local
434 buf.append( m_url ); in toString()
474 OUStringBuffer buf( 48 ); in toString() local
475 buf.appendAscii( in toString()
[all …]
H A Dfile_policy.cxx239 OUStringBuffer buf( 16 ); in assureToken() local
241 buf.append( c ); in assureToken()
259 OUStringBuffer buf( 32 ); in getQuotedToken() local
266 buf.append( c ); in getQuotedToken()
288 OUStringBuffer buf( 32 ); in getToken() local
291 buf.append( c ); in getToken()
400 OUStringBuffer buf( 32 ); in error() local
402 buf.append( m_fileName ); in error()
404 buf.append( m_linepos ); in error()
406 buf.append( m_pos ); in error()
[all …]
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx461 OUStringBuffer buf( 128 ); in mapCliType() local
462 buf.appendAscii( in mapCliType()
533 buf->Append(sName); in mapUnoTypeName()
539 return buf->ToString(); in mapUnoTypeName()
1209 OUStringBuffer buf(512); in map_to_uno() local
1218 buf.append(e.m_message); in map_to_uno()
1466 OUStringBuffer buf( 128 ); in map_to_uno() local
1478 OUStringBuffer buf( 128 ); in map_to_uno() local
1486 OUStringBuffer buf(512); in map_to_uno() local
1973 OUStringBuffer buf( 128 ); in map_to_cli() local
[all …]
/trunk/main/binaryurp/qa/
H A Dtest-unmarshal.cxx55 buf[4] = '['; in TEST_F()
56 buf[5] = ']'; in TEST_F()
57 buf[6] = 'b'; in TEST_F()
58 buf[7] = 'o'; in TEST_F()
59 buf[8] = 'o'; in TEST_F()
60 buf[9] = 'l'; in TEST_F()
80 buf[4] = '['; in TEST_F()
81 buf[5] = ']'; in TEST_F()
82 buf[6] = 'v'; in TEST_F()
83 buf[7] = 'o'; in TEST_F()
[all …]
/trunk/main/cppuhelper/source/
H A Dcomponent_context.cxx88 OUStringBuffer buf( 64 ); in val2str() local
89 buf.append( (sal_Unicode)'(' ); in val2str()
90 buf.append( pTypeRef->pTypeName ); in val2str()
91 buf.append( (sal_Unicode)')' ); in val2str()
221 buf.append( *(float *)pVal ); in val2str()
224 buf.append( *(double *)pVal ); in val2str()
254 buf.append( aVal, 16 ); in val2str()
261 buf.append( (sal_Unicode)'?' ); in val2str()
264 return buf.makeStringAndClear(); in val2str()
612 OUStringBuffer buf; in lookupMap() local
[all …]
/trunk/main/setup_native/scripts/source/
H A Dgetuid.c60 ret = (*p_fstat)(fildes, buf); in fstat()
61 if (buf != NULL) in fstat()
63 buf->st_uid = 0; /* root */ in fstat()
64 buf->st_gid = 2; /* bin */ in fstat()
104 if (buf != NULL) in fstatat64()
106 buf->st_uid = 0; /* root */ in fstatat64()
107 buf->st_gid = 2; /* bin */ in fstatat64()
128 if (buf != NULL)
144 if (buf != NULL)
146 buf->st_uid = 0;
[all …]
/trunk/main/cpputools/source/unoexe/
H A Dunoexe.cxx174 OUStringBuffer buf( 32 ); in readOption() local
176 buf.appendAscii( pOpt ); in readOption()
292 OUStringBuffer buf( 64 ); in createInstance() local
302 OUStringBuffer buf( 64 ); in createInstance() local
403 buf.append( rLocation ); in loadComponent()
437 buf.append( rImplName ); in loadComponent()
439 buf.append( rLocation ); in loadComponent()
450 buf.append( rLocation ); in loadComponent()
558 OUStringBuffer buf( 64 ); in getInstance() local
560 buf.append( rName ); in getInstance()
[all …]
/trunk/main/svl/qa/
H A Dtest_URIHelper.cxx288 rtl::OStringBuffer buf; in TEST_F() local
289 buf.append('<'); in TEST_F()
295 buf.append('<'); in TEST_F()
296 buf.append( in TEST_F()
299 buf.append('>'); in TEST_F()
307 buf.append('<'); in TEST_F()
309 buf.append('>'); in TEST_F()
423 rtl::OStringBuffer buf; in TEST_F() local
424 buf.append('"'); in TEST_F()
432 buf.append(')'); in TEST_F()
[all …]
/trunk/main/bridges/source/jni_uno/
H A Djni_info.h256 buf->append( 'V' ); in append_sig()
259 buf->append( 'C' ); in append_sig()
262 buf->append( 'Z' ); in append_sig()
265 buf->append( 'B' ); in append_sig()
269 buf->append( 'S' ); in append_sig()
273 buf->append( 'I' ); in append_sig()
294 buf->append( in append_sig()
297 buf->append( in append_sig()
318 buf->append( in append_sig()
324 buf->append( in append_sig()
[all …]
H A Djni_data.cxx432 buf.appendAscii( in map_to_uno()
446 buf.appendAscii( in map_to_uno()
448 buf.append( type_name ); in map_to_uno()
496 buf.appendAscii( in map_to_uno()
539 buf.appendAscii( in map_to_uno()
541 buf.append( type_name ); in map_to_uno()
684 buf.appendAscii( in map_to_uno()
1153 buf.appendAscii( in map_to_uno()
1207 OUStringBuffer buf( 128 ); in map_to_uno() local
2484 buf.appendAscii( in map_to_java()
[all …]
/trunk/main/autodoc/source/cosv/service/
H A Dcomfunc.cxx88 char buf[11] = "00.00.0000"; in date2str() local
89 buf[0] = static_cast<char>(day/10 + '0'); in date2str()
90 buf[1] = static_cast<char>(day%10 + '0'); in date2str()
98 buf[8] = 0; in date2str()
107 out_Str = buf; in date2str()
136 char buf[9] = "00:00:00"; in time2str() local
139 buf[3] = static_cast<char>(min/10 + '0'); in time2str()
140 buf[4] = static_cast<char>(min%10 + '0'); in time2str()
141 buf[6] = static_cast<char>(sec/10 + '0'); in time2str()
142 buf[7] = static_cast<char>(sec%10 + '0'); in time2str()
[all …]
/trunk/main/extensions/source/logging/
H A Dcsvformatter.cxx145 buf.append(quote_char); in appendEncodedString()
148 buf.append(str); in appendEncodedString()
160 buf.append(quote_char); in appendEncodedString()
163 buf.append(str); in appendEncodedString()
243 ::rtl::OUStringBuffer buf; in getHead()
256 buf.append(comma_char); in getHead()
258 buf.setLength(buf.getLength()-1); in getHead()
259 buf.append(dos_newline); in getHead()
326 ::rtl::OUStringBuffer buf; in formatMultiColumn()
330 buf.append(comma_char); in formatMultiColumn()
[all …]
/trunk/main/cppu/source/cppu/
H A Dcppu_opt.cxx39 OUStringBuffer buf( 64 ); in cppu_unsatisfied_iquery_msg() local
42 buf.append( (sal_Unicode) '!' ); in cppu_unsatisfied_iquery_msg()
43 OUString ret( buf.makeStringAndClear() ); in cppu_unsatisfied_iquery_msg()
53 OUStringBuffer buf( 64 ); in cppu_unsatisfied_iset_msg() local
56 buf.append( (sal_Unicode) '!' ); in cppu_unsatisfied_iset_msg()
57 OUString ret( buf.makeStringAndClear() ); in cppu_unsatisfied_iset_msg()
67 OUStringBuffer buf; in cppu_Any_extraction_failure_msg() local
68 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM( in cppu_Any_extraction_failure_msg()
72 buf.append( OUString::unacquired(&pType->pTypeName) ); in cppu_Any_extraction_failure_msg()
73 buf.append( static_cast<sal_Unicode>('!') ); in cppu_Any_extraction_failure_msg()
[all …]
/trunk/main/autodoc/source/cosv/strings/
H A Dstreamstr.cxx218 memcpy( pCur, buf, nLength ); in operator <<()
232 memcpy( pCur, buf, nLength ); in operator <<()
241 char buf[C_int_max_size] = ""; in operator <<() local
246 memcpy( pCur, buf, nLength ); in operator <<()
255 char buf[C_int_max_size] = ""; in operator <<() local
260 memcpy( pCur, buf, nLength ); in operator <<()
269 char buf[C_long_max_size] = ""; in operator <<() local
274 memcpy( pCur, buf, nLength ); in operator <<()
288 memcpy( pCur, buf, nLength ); in operator <<()
303 memcpy( pCur, buf, nLength ); in operator <<()
[all …]
/trunk/main/desktop/source/deployment/registry/
H A Ddp_registry.cxx175 ::rtl::OUStringBuffer buf; in normalizeMediaType()
183 return buf.makeStringAndClear(); in normalizeMediaType()
284 ::rtl::OUStringBuffer buf; in insertBackend()
285 buf.appendAscii( in insertBackend()
289 buf.append( mediaType ); in insertBackend()
409 ::rtl::OUStringBuffer buf; in create()
411 buf.append( iPos->first ); in create()
414 buf.append( iPos->second ); in create()
430 ::rtl::OUStringBuffer buf; in create()
431 buf.append( in create()
[all …]
/trunk/main/toolkit/src2xml/source/
H A Dsrclexer.py278 command = buf
287 command = buf
288 buf = ''
290 buf += ' '
293 command = buf
294 buf += c
298 buf += c
305 defineName = buf.strip()
363 return eval(buf)
379 pos = buf.find(' ')
[all …]
/trunk/main/extensions/test/ole/MfcControl/
H A DMfcControlCtl.cpp221 char buf[256]; in inShort() local
222 sprintf( buf, "inByte: value= %d", val); in inShort()
229 char buf[256]; in inLong() local
230 sprintf( buf, "inLong: value= %d", val); in inLong()
239 char buf[256]; in inString() local
248 char buf[256]; in inFloat() local
249 sprintf( buf, "inFloat: value= %f", val); in inFloat()
256 char buf[256]; in inDouble() local
257 sprintf( buf, "inDouble: value= %g", val); in inDouble()
269 char buf[256]; in inVariant() local
[all …]
/trunk/main/io/source/stm/
H A Domark.cxx276 buf.append( Mark ); in deleteMark()
277 buf.appendAscii( ")"); in deleteMark()
297 buf.append( nMark ); in jumpToMark()
298 buf.appendAscii( ")"); in jumpToMark()
328 buf.append( nMark ); in offsetToMark()
329 buf.appendAscii( ")"); in offsetToMark()
801 buf.append( Mark ); in deleteMark()
802 buf.appendAscii( ")"); in deleteMark()
823 buf.append( nMark ); in jumpToMark()
824 buf.appendAscii( ")"); in jumpToMark()
[all …]

Completed in 254 milliseconds

12345678910>>...13