Searched refs:buffer2 (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/unodevtools/source/skeletonmaker/ |
H A D | cpptypemaker.cxx | 281 OStringBuffer buffer2(64); in printSetPropertyMixinBody() local 292 buffer2.append("the_value.Value"); in printSetPropertyMixinBody() 296 buffer2.insert(0, t); in printSetPropertyMixinBody() 297 buffer2.append(".Value"); in printSetPropertyMixinBody() 305 buffer2.append("the_value.Value"); in printSetPropertyMixinBody() 311 buffer2.insert(0, t); in printSetPropertyMixinBody() 312 buffer2.append(".Value"); in printSetPropertyMixinBody() 320 << " v <<= " << buffer2.makeStringAndClear() << ";\n }\n"; in printSetPropertyMixinBody() 322 o << " v <<= " << buffer2.makeStringAndClear() << ";\n\n"; in printSetPropertyMixinBody()
|
H A D | javatypemaker.cxx | 280 OStringBuffer buffer2(64); in printSetPropertyMixinBody() local 295 buffer2.append("the_value.Value"); in printSetPropertyMixinBody() 299 buffer2.insert(0, t); in printSetPropertyMixinBody() 300 buffer2.append(").Value"); in printSetPropertyMixinBody() 308 buffer2.append("the_value.Value"); in printSetPropertyMixinBody() 314 buffer2.insert(0, t); in printSetPropertyMixinBody() 315 buffer2.append(").Value"); in printSetPropertyMixinBody() 325 o << ") ? " << buffer2.makeStringAndClear() << " : Any.VOID,\n" in printSetPropertyMixinBody()
|
/aoo41x/main/codemaker/source/codemaker/ |
H A D | global.cxx | 191 sal_Char buffer2[1024+1]; in checkFileContent() local 198 n2 = fread(buffer2, sizeof(sal_Char), 1024, tmp); in checkFileContent() 203 if ( rtl_compareMemory(buffer1, buffer2, n2) != 0 ) in checkFileContent()
|
/aoo41x/main/svx/workben/msview/ |
H A D | msview.cxx | 183 boost::shared_ptr< char > buffer2( new char[nBufferSize] ); in compareContent() local 193 if( rStream2.Read( (void*)buffer2.get(), nRead ) != nRead ) in compareContent() 195 if( memcmp( (void*)buffer1.get(), (void*)buffer2.get(), nRead ) != 0 ) in compareContent()
|
Completed in 71 milliseconds