Home
last modified time | relevance | path

Searched refs:buf (Results 1 – 25 of 307) sorted by path

12345678910>>...13

/aoo42x/extras/l10n/source/kid/
H A Dlocalize.sdf49265 helpcontent2 source\text\swriter\02\10110000.xhp 0 help par_id3147410 13 0 kid x-+buf‖\<ahelp hid…
/aoo42x/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 …]
/aoo42x/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 …]
/aoo42x/main/basctl/source/basicide/
H A Dmoduldl2.cxx1334 ::rtl::OUStringBuffer buf; in ExportAsPackage()
1335 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("vnd.sun.star.zip://") ); in ExportAsPackage()
1336 buf.append( ::rtl::Uri::encode( aPackageURL, in ExportAsPackage()
1340 buf.append( static_cast<sal_Unicode>('/') ); in ExportAsPackage()
1341 OUString destFolder( buf.makeStringAndClear() ); in ExportAsPackage()
/aoo42x/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()
H A Dsymtbl.cxx85 char buf[ 40 ]; in Add() local
88 case SbxINTEGER: snprintf( buf, sizeof(buf), "%d", (short) n ); break; in Add()
89 case SbxLONG: snprintf( buf, sizeof(buf), "%ld", (long) n ); break; in Add()
90 case SbxSINGLE: snprintf( buf, sizeof(buf), "%.6g", (float) n ); break; in Add()
91 case SbxDOUBLE: snprintf( buf, sizeof(buf), "%.16g", n ); break; in Add()
94 return Add( String::CreateFromAscii( buf ) ); in Add()
/aoo42x/main/basic/source/runtime/
H A Dmethods.cxx2247 char buf[ 20 ]; in RTLFUNC() local
2248 snprintf( buf, sizeof(buf), "%02d:%02d:%02d", in RTLFUNC()
2250 aRes = String::CreateFromAscii( buf ); in RTLFUNC()
/aoo42x/main/basic/source/sbx/
H A Dsbxscan.cxx101 char buf[ 80 ], *q = buf; in ImpScan() local
181 nVal = atof( buf ); in ImpScan()
215 for( q = buf; *q; q++ ) in ImpScan()
/aoo42x/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()
/aoo42x/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 …]
/aoo42x/main/binaryurp/source/
H A Dreader.cxx80 css::uno::Sequence< sal_Int8 > buf; in read() local
81 sal_Int32 n = connection->read(buf, static_cast< sal_Int32 >(size)); in read()
92 OSL_ASSERT(buf.getLength() == static_cast< sal_Int32 >(size)); in read()
93 return buf; in read()
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()
H A Dwriter.cxx263 std::vector< unsigned char > buf; in sendRequest() local
271 &buf, in sendRequest()
306 &buf, in sendRequest()
322 &buf, in sendRequest()
340 &buf, in sendRequest()
352 sendMessage(buf); in sendRequest()
365 std::vector< unsigned char > buf; in sendReply() local
374 &buf, in sendReply()
382 &buf, in sendReply()
405 &buf, in sendReply()
[all …]
/aoo42x/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dexceptions.cxx68 rtl::OStringBuffer buf; in toUnoName() local
72 buf.append(rttiName); in toUnoName()
78 buf.append(rttiName, sal::static_int_cast< sal_Int32 >(p - rttiName)); in toUnoName()
79 buf.append("."); in toUnoName()
86 buf.makeStringAndClear(), RTL_TEXTENCODING_UTF8); in toUnoName()
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Dexcept.cxx67 OUStringBuffer buf( 64 ); in toUNOname() local
80 buf.appendAscii( p, n ); in toUNOname()
83 buf.append( (sal_Unicode)'.' ); in toUNOname()
87 OUString ret( buf.makeStringAndClear() ); in toUNOname()
92 return buf.makeStringAndClear(); in toUNOname()
136 OStringBuffer buf( 64 ); in getRTTI() local
137 buf.append( RTL_CONSTASCII_STRINGPARAM("_ZTIN") ); in getRTTI()
142 buf.append( token.getLength() ); in getRTTI()
144 buf.append( c_token ); in getRTTI()
147 buf.append( 'E' ); in getRTTI()
[all …]
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()
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Dexcept.cxx75 OUStringBuffer buf( 64 ); in toUNOname() local
88 buf.appendAscii( p, n ); in toUNOname()
91 buf.append( (sal_Unicode)'.' ); in toUNOname()
95 OUString ret( buf.makeStringAndClear() ); in toUNOname()
100 return buf.makeStringAndClear(); in toUNOname()
144 OStringBuffer buf( 64 ); in getRTTI() local
145 buf.append( RTL_CONSTASCII_STRINGPARAM("_ZTIN") ); in getRTTI()
150 buf.append( token.getLength() ); in getRTTI()
152 buf.append( c_token ); in getRTTI()
155 buf.append( 'E' ); in getRTTI()
[all …]
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Dexcept.cxx68 OUStringBuffer buf( 64 ); in toUNOname() local
81 buf.appendAscii( p, n ); in toUNOname()
84 buf.append( (sal_Unicode)'.' ); in toUNOname()
88 OUString ret( buf.makeStringAndClear() ); in toUNOname()
93 return buf.makeStringAndClear(); in toUNOname()
137 OStringBuffer buf( 64 ); in getRTTI() local
138 buf.append( RTL_CONSTASCII_STRINGPARAM("_ZTIN") ); in getRTTI()
143 buf.append( token.getLength() ); in getRTTI()
145 buf.append( c_token ); in getRTTI()
148 buf.append( 'E' ); in getRTTI()
[all …]
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Dexcept.cxx68 OUStringBuffer buf( 64 ); in toUNOname() local
81 buf.appendAscii( p, n ); in toUNOname()
84 buf.append( (sal_Unicode)'.' ); in toUNOname()
88 OUString ret( buf.makeStringAndClear() ); in toUNOname()
93 return buf.makeStringAndClear(); in toUNOname()
137 OStringBuffer buf( 64 ); in getRTTI() local
138 buf.append( RTL_CONSTASCII_STRINGPARAM("_ZTIN") ); in getRTTI()
143 buf.append( token.getLength() ); in getRTTI()
145 buf.append( c_token ); in getRTTI()
148 buf.append( 'E' ); in getRTTI()
[all …]
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Dexcept.cxx75 OUStringBuffer buf( 64 ); in toUNOname() local
88 buf.appendAscii( p, n ); in toUNOname()
91 buf.append( (sal_Unicode)'.' ); in toUNOname()
95 OUString ret( buf.makeStringAndClear() ); in toUNOname()
100 return buf.makeStringAndClear(); in toUNOname()
144 OStringBuffer buf( 64 ); in getRTTI() local
145 buf.append( RTL_CONSTASCII_STRINGPARAM("_ZTIN") ); in getRTTI()
150 buf.append( token.getLength() ); in getRTTI()
152 buf.append( c_token ); in getRTTI()
155 buf.append( 'E' ); in getRTTI()
[all …]
H A Duno2cpp.cxx402 OUStringBuffer buf; in cpp_call() local
403 buf.appendAscii(RTL_CONSTASCII_STRINGPARAM("C++ code threw ")); in cpp_call()
404 appendCString(buf, typeid(e).name()); in cpp_call()
405 buf.appendAscii(RTL_CONSTASCII_STRINGPARAM(": ")); in cpp_call()
406 appendCString(buf, e.what()); in cpp_call()
408 buf.makeStringAndClear(), Reference< XInterface >()); in cpp_call()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Dexcept.cxx68 OUStringBuffer buf( 64 ); in toUNOname() local
81 buf.appendAscii( p, n ); in toUNOname()
84 buf.append( (sal_Unicode)'.' ); in toUNOname()
88 OUString ret( buf.makeStringAndClear() ); in toUNOname()
93 return buf.makeStringAndClear(); in toUNOname()
137 OStringBuffer buf( 64 ); in getRTTI() local
138 buf.append( RTL_CONSTASCII_STRINGPARAM("_ZTIN") ); in getRTTI()
143 buf.append( token.getLength() ); in getRTTI()
145 buf.append( c_token ); in getRTTI()
148 buf.append( 'E' ); in getRTTI()
[all …]
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Dexcept.cxx67 OUStringBuffer buf( 64 ); in toUNOname() local
80 buf.appendAscii( p, n ); in toUNOname()
83 buf.append( (sal_Unicode)'.' ); in toUNOname()
87 OUString ret( buf.makeStringAndClear() ); in toUNOname()
92 return buf.makeStringAndClear(); in toUNOname()
136 OStringBuffer buf( 64 ); in getRTTI() local
137 buf.append( RTL_CONSTASCII_STRINGPARAM("_ZTIN") ); in getRTTI()
142 buf.append( token.getLength() ); in getRTTI()
144 buf.append( c_token ); in getRTTI()
147 buf.append( 'E' ); in getRTTI()
[all …]
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()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Dexcept.cxx67 OUStringBuffer buf( 64 ); in toUNOname() local
80 buf.appendAscii( p, n ); in toUNOname()
83 buf.append( (sal_Unicode)'.' ); in toUNOname()
87 OUString ret( buf.makeStringAndClear() ); in toUNOname()
92 return buf.makeStringAndClear(); in toUNOname()
136 OStringBuffer buf( 64 ); in getRTTI() local
137 buf.append( RTL_CONSTASCII_STRINGPARAM("_ZTIN") ); in getRTTI()
142 buf.append( token.getLength() ); in getRTTI()
144 buf.append( c_token ); in getRTTI()
147 buf.append( 'E' ); in getRTTI()
[all …]

Completed in 1935 milliseconds

12345678910>>...13