Lines Matching refs:rStrVec
721 StringVec& rStrVec = maTexts[ nLineIx ]; in ImplSetTextLineSep() local
722 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() local
783 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() local
804 if( nColIndex >= rStrVec.size() ) return EMPTY_STRING; in GetCellText()
806 return rStrVec[ nColIndex ]; in GetCellText()
1149 StringVec& rStrVec = maTexts[ nLine ]; in ImplDrawColumnBackgr() local
1150 if( (nColIndex < rStrVec.size()) && (rStrVec[ nColIndex ].Len() > nStrPos) ) in ImplDrawColumnBackgr()
1152 String aText( rStrVec[ nColIndex ], nStrPos, nStrLen ); in ImplDrawColumnBackgr()