Lines Matching refs:aBufStr
1803 String aBufStr; in Doc2Sylk() local
1828 aBufStr.AssignAscii(RTL_CONSTASCII_STRINGPARAM( "C;X" )); in Doc2Sylk()
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()
1843 aBufStr.AssignAscii(RTL_CONSTASCII_STRINGPARAM( "C;X" )); 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()
1847 aBufStr.AppendAscii(RTL_CONSTASCII_STRINGPARAM( ";K" )); in Doc2Sylk()
1848 lcl_WriteSimpleString( rStrm, aBufStr ); in Doc2Sylk()