Lines Matching refs:aLines

327     if( !aLines.Count() )  in CollectBoxSelection()
334 sal_uInt16 nLines = aLines.Count(); in CollectBoxSelection()
340 SwTableLine* pLine = aLines[nRow]; in CollectBoxSelection()
380 SwTableLine* pLine = aLines[nRow]; in CollectBoxSelection()
658 if( !aLines.Count() || !nCnt ) in NewInsertCol()
663 std::vector< sal_uInt16 > aInsPos( aLines.Count(), USHRT_MAX ); in NewInsertCol()
666 for( sal_uInt16 i = 0; i < aLines[0]->GetTabBoxes().Count(); ++i ) in NewInsertCol()
667 nTableWidth += aLines[0]->GetTabBoxes()[i]->GetFrmFmt()->GetFrmSize().GetWidth(); in NewInsertCol()
700 for( sal_uInt16 i = 0; i < aLines.Count(); ++i ) in NewInsertCol()
702 SwTableLine* pLine = aLines[ i ]; in NewInsertCol()
719 SwTableLine* pTmpLine = aLines[ nLastLine ]; in NewInsertCol()
777 const SwTableBoxes &rTabBoxes = aLines[0]->GetTabBoxes(); in NewInsertCol()
987 SwTableLine* pLine = aLines[nRow]; in _FindSuperfluousRows()
1661 if( !aLines.Count() ) in CreateSelection()
1683 sal_uInt16 nLines = aLines.Count(); in CreateSelection()
1697 SwTableLine* pLine = aLines[nRow]; in CreateSelection()
1742 SwTableLine* pLine = aLines[nRow]; in CreateSelection()
1786 *aLines[i], bChkProtected, bColumn ); in CreateSelection()
1793 lcl_SearchSelBox( *this, rBoxes, nMin, nMax, *aLines[i], in CreateSelection()
1840 lcl_SearchSelBox( *this, rBoxes, nLowerMin, nLowerMax, *aLines[i], in CreateSelection()
1854 if( !aLines.Count() || !rBoxes.Count() ) in ExpandColumnSelection()
1857 sal_uInt16 nLineCnt = aLines.Count(); in ExpandColumnSelection()
1862 SwTableLine* pLine = aLines[nRow]; in ExpandColumnSelection()
1880 SwTableLine* pLine = aLines[nRow]; in ExpandColumnSelection()
1901 if( !aLines.Count() || nMax < nMin ) in PrepareDeleteCol()
1907 sal_uInt16 nLineCnt = aLines.Count(); in PrepareDeleteCol()
1910 SwTableLine* pLine = aLines[nRow]; in PrepareDeleteCol()