Lines Matching refs:aCellStr
1793 String aCellStr; in Doc2Sylk() local
1840 pDoc->GetString( nCol, nRow, aRange.aStart.Tab(), aCellStr ); in Doc2Sylk()
1841 aCellStr.SearchAndReplaceAll( _LF, SYLK_LF ); in Doc2Sylk()
1849 lcl_WriteString( rStrm, aCellStr, '"', ';' ); in Doc2Sylk()
1859 aCellStr.Erase(); in Doc2Sylk()
1862 pFCell->GetFormula( aCellStr,formula::FormulaGrammar::GRAM_PODF_A1); in Doc2Sylk()
1869 aCellStr.Len() > 2 && in Doc2Sylk()
1870 aCellStr.GetChar(0) == '{' && in Doc2Sylk()
1871 aCellStr.GetChar(aCellStr.Len()-1) == '}' ) in Doc2Sylk()
1873 aCellStr.Erase(aCellStr.Len()-1,1); in Doc2Sylk()
1874 aCellStr.Erase(0,1); in Doc2Sylk()
1876 if ( aCellStr.GetChar(0) == '=' ) in Doc2Sylk()
1877 aCellStr.Erase(0,1); in Doc2Sylk()
1910 if ( aCellStr.Len() ) in Doc2Sylk()
1911 lcl_WriteString( rStrm, aCellStr, 0, ';' ); in Doc2Sylk()