Lines Matching refs:aPrefix
1878 String aPrefix; in Doc2Sylk() local
1888 aPrefix.AssignAscii( RTL_CONSTASCII_STRINGPARAM( ";R" ) ); in Doc2Sylk()
1889 aPrefix += String::CreateFromInt32( nR ); in Doc2Sylk()
1890 aPrefix.AppendAscii( RTL_CONSTASCII_STRINGPARAM( ";C" ) ); in Doc2Sylk()
1891 aPrefix += String::CreateFromInt32( nC ); in Doc2Sylk()
1892 aPrefix.AppendAscii( RTL_CONSTASCII_STRINGPARAM( ";M" ) ); in Doc2Sylk()
1899 aPrefix.AssignAscii( RTL_CONSTASCII_STRINGPARAM( ";I;R" ) ); in Doc2Sylk()
1900 aPrefix += String::CreateFromInt32( aPos.Row() - nStartRow + 1 ); in Doc2Sylk()
1901 aPrefix.AppendAscii( RTL_CONSTASCII_STRINGPARAM( ";C" ) ); in Doc2Sylk()
1902 aPrefix += String::CreateFromInt32( aPos.Col() - nStartCol + 1 ); in Doc2Sylk()
1907 aPrefix.AssignAscii( RTL_CONSTASCII_STRINGPARAM( ";E" ) ); in Doc2Sylk()
1909 lcl_WriteSimpleString( rStrm, aPrefix ); in Doc2Sylk()