Searched refs:rStrVec (Results 1 – 1 of 1) sorted by relevance
721 StringVec& rStrVec = maTexts[ nLineIx ]; in ImplSetTextLineSep() local722 rStrVec.clear(); in ImplSetTextLineSep()762 rStrVec.push_back( aCellText ); in ImplSetTextLineSep()764 rStrVec.push_back( aCellText.Copy( 0, CSV_MAXSTRLEN ) ); in ImplSetTextLineSep()782 StringVec& rStrVec = maTexts[ nLineIx ]; in ImplSetTextLineFix() local783 rStrVec.clear(); in ImplSetTextLineFix()790 rStrVec.push_back( rTextLine.Copy( nStrIx, Max( nColWidth, CSV_MAXSTRLEN ) ) ); in ImplSetTextLineFix()803 const StringVec& rStrVec = maTexts[ nLineIx ]; in GetCellText() local804 if( nColIndex >= rStrVec.size() ) return EMPTY_STRING; in GetCellText()806 return rStrVec[ nColIndex ]; in GetCellText()[all …]