Home
last modified time | relevance | path

Searched refs:buffer1 (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/unodevtools/source/skeletonmaker/
H A Djavatypemaker.cxx279 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 Dcpptypemaker.cxx280 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()
/aoo4110/main/codemaker/source/codemaker/
H A Dglobal.cxx190 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()
/aoo4110/main/svx/workben/msview/
H A Dmsview.cxx182 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 27 milliseconds