Lines Matching refs:sBuffer
189 OUStringBuffer sBuffer; in CreateSDF() local
224 sBuffer.append( sOUPrj ); in CreateSDF()
225 sBuffer.append( GSI_TAB ); //"\t"; in CreateSDF()
227 sBuffer.append( sOUActFileName ); in CreateSDF()
228 sBuffer.append( GSI_SEQUENCE1 ); //"\t0\t"; in CreateSDF()
229 sBuffer.append( sOUGsi1 ); //"help"; in CreateSDF()
230 sBuffer.append( GSI_TAB ); //"\t"; in CreateSDF()
232 sBuffer.append( OUString( sID.GetBuffer() , sID.Len() , RTL_TEXTENCODING_UTF8 ) ); in CreateSDF()
233 sBuffer.append( GSI_TAB ); //"\t"; in CreateSDF()
235 … sBuffer.append( OUString(sOldRef.GetBuffer() , sOldRef.Len() , RTL_TEXTENCODING_UTF8 ) ); in CreateSDF()
236 sBuffer.append( GSI_SEQUENCE2 ); //"\t\t\t0\t"; in CreateSDF()
237 sBuffer.append( OUString( sCur.GetBuffer() , sCur.Len() , RTL_TEXTENCODING_UTF8 ) ); in CreateSDF()
238 sBuffer.append( GSI_TAB ); //"\t"; in CreateSDF()
239 sBuffer.append( data ); in CreateSDF()
240 sBuffer.append( GSI_SEQUENCE4 ); //"\t\t\t\t"; in CreateSDF()
241 sBuffer.append( sOUTimeStamp ); in CreateSDF()
242 ByteString sOut( sBuffer.makeStringAndClear().getStr() , RTL_TEXTENCODING_UTF8 ); in CreateSDF()