Searched refs:rFndLines (Results 1 – 2 of 2) sorted by relevance
197 _FndLines &rFndLines = rFndBox.GetLines(); in TableStructure() local199 const SwTableLine* pLine = rFndLines[0]->GetLine(); in TableStructure()202 if( rFndLines.Count() > 1 ) in TableStructure()204 pLine = rFndLines[ rFndLines.Count()-1 ]->GetLine(); in TableStructure()226 rFndLines.C40_INSERT( _FndLine, pInsLine, rFndLines.Count() ); in TableStructure()
1915 void lcl_CalcNewWidths( const _FndLines& rFndLines, _CpyPara& rPara ) in lcl_CalcNewWidths() argument1918 sal_uInt16 nLineCount = rFndLines.Count(); in lcl_CalcNewWidths()1928 const _FndLine *pFndLine = rFndLines[ nLine ]; in lcl_CalcNewWidths()
Completed in 105 milliseconds