Home
last modified time | relevance | path

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

/trunk/main/unodevtools/source/skeletonmaker/
H A Dcpptypemaker.cxx281 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 Djavatypemaker.cxx280 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()
/trunk/main/codemaker/source/codemaker/
H A Dglobal.cxx191 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()
/trunk/main/svx/workben/msview/
H A Dmsview.cxx183 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 25 milliseconds