Home
last modified time | relevance | path

Searched refs:aBufStr (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx1803 String aBufStr; in Doc2Sylk() local
1829 aBufStr += String::CreateFromInt32( c ); in Doc2Sylk()
1830 aBufStr.AppendAscii(RTL_CONSTASCII_STRINGPARAM( ";Y" )); in Doc2Sylk()
1831 aBufStr += String::CreateFromInt32( r ); in Doc2Sylk()
1832 aBufStr.AppendAscii(RTL_CONSTASCII_STRINGPARAM( ";K" )); in Doc2Sylk()
1833 aBufStr += aValStr; in Doc2Sylk()
1834 lcl_WriteSimpleString( rStrm, aBufStr ); in Doc2Sylk()
1844 aBufStr += String::CreateFromInt32( c ); in Doc2Sylk()
1845 aBufStr.AppendAscii(RTL_CONSTASCII_STRINGPARAM( ";Y" )); in Doc2Sylk()
1846 aBufStr += String::CreateFromInt32( r ); in Doc2Sylk()
[all …]
/trunk/main/idl/source/cmptools/
H A Dlex.cxx257 if( (int)aBufStr.Len() < nBufPos ) in GetNextChar()
259 if( rInStream.ReadLine( aBufStr ) ) in GetNextChar()
267 aBufStr.Erase(); in GetNextChar()
273 nChar = aBufStr.GetChar( (sal_uInt16)nBufPos++ ); in GetNextChar()
/trunk/main/idl/inc/
H A Dlex.hxx158 ByteString aBufStr; member in SvTokenStream
162 return aBufStr.GetChar((sal_uInt16)nBufPos++); in GetFastNextChar()
183 nColumn += aBufStr.GetChar(n++) == '\t' ? nTabSize : 1; in CalcColumn()

Completed in 42 milliseconds