Searched refs:buffer1 (Results 1 – 4 of 4) sorted by relevance
/trunk/main/unodevtools/source/skeletonmaker/ |
H A D | javatypemaker.cxx | 279 OStringBuffer buffer1(64); in printSetPropertyMixinBody() local 294 buffer1.append("the_value.IsPresent"); in printSetPropertyMixinBody() 297 buffer1.insert(0, t); in printSetPropertyMixinBody() 298 buffer1.append(").IsPresent"); in printSetPropertyMixinBody() 306 buffer1.append("the_value.Value"); in printSetPropertyMixinBody() 311 buffer1.insert(0, t); in printSetPropertyMixinBody() 312 buffer1.append(").Value"); in printSetPropertyMixinBody() 323 o << buffer1.makeStringAndClear(); in printSetPropertyMixinBody()
|
H A D | cpptypemaker.cxx | 280 OStringBuffer buffer1(64); in printSetPropertyMixinBody() local 291 buffer1.append("the_value.IsPresent"); in printSetPropertyMixinBody() 294 buffer1.insert(0, t); in printSetPropertyMixinBody() 295 buffer1.append(".IsPresent"); in printSetPropertyMixinBody() 303 buffer1.append("the_value.Value"); in printSetPropertyMixinBody() 308 buffer1.insert(0, t); in printSetPropertyMixinBody() 309 buffer1.append(".Value"); in printSetPropertyMixinBody() 319 o << " if(" << buffer1.makeStringAndClear() << ")\n {\n" in printSetPropertyMixinBody()
|
/trunk/main/codemaker/source/codemaker/ |
H A D | global.cxx | 190 sal_Char buffer1[1024+1]; in checkFileContent() local 197 n1 = fread(buffer1, sizeof(sal_Char), 1024, target); in checkFileContent() 203 if ( rtl_compareMemory(buffer1, buffer2, n2) != 0 ) in checkFileContent()
|
/trunk/main/svx/workben/msview/ |
H A D | msview.cxx | 182 boost::shared_ptr< char > buffer1( new char[nBufferSize] ); in compareContent() local 190 nRead = rStream1.Read( (void*)buffer1.get(), nRead ); in compareContent() 195 if( memcmp( (void*)buffer1.get(), (void*)buffer2.get(), nRead ) != 0 ) in compareContent()
|
Completed in 89 milliseconds