Lines Matching refs:GetTabLines

255     if( !nDiff || nRowIdx >= rTable.GetTabLines().Count() )  in lcl_ChangeRowSpan()
270 const SwTableLine* pLine = rTable.GetTabLines()[ nRowIdx ]; in lcl_ChangeRowSpan()
505 nCheck = GetTabLines().C40_GETPOS( SwTableLine, pTmpL ); in CollectBoxSelection()
621 sal_uInt16 nCurrLine = rTable.GetTabLines().C40_GETPOS(SwTableLine, pLine ); in lcl_InsertPosition()
983 sal_uInt16 nFirstLn = GetTabLines().C40_GETPOS(SwTableLine, pFirstLn ); in _FindSuperfluousRows()
984 sal_uInt16 nLastLn = GetTabLines().C40_GETPOS(SwTableLine, pLastLn ); in _FindSuperfluousRows()
1024 sal_uInt16 nLine = rTable.GetTabLines().C40_GETPOS(SwTableLine, pMyUpper ); in FindStartOfRowSpan()
1025 if( nLine && nLine < rTable.GetTabLines().Count() ) in FindStartOfRowSpan()
1030 pNext = lcl_LeftBorder2Box( nLeftBorder, rTable.GetTabLines()[--nLine] ); in FindStartOfRowSpan()
1054 sal_uInt16 nLine = rTable.GetTabLines().C40_GETPOS(SwTableLine, pMyUpper ); in FindEndOfRowSpan()
1056 if( nMaxStep >= rTable.GetTabLines().Count() ) in FindEndOfRowSpan()
1057 nMaxStep = rTable.GetTabLines().Count() - 1; in FindEndOfRowSpan()
1060 lcl_LeftBorder2Box( nLeftBorder, rTable.GetTabLines()[ nMaxStep ] ); in FindEndOfRowSpan()
1078 sal_uInt16 nLine = rTable.GetTabLines().C40_GETPOS(SwTableLine, pMyUpper ); in lcl_getAllMergedBoxes()
1080 sal_uInt16 nCount = rTable.GetTabLines().Count(); in lcl_getAllMergedBoxes()
1083 pBox = lcl_LeftBorder2Box( nLeftBorder, rTable.GetTabLines()[nLine] ); in lcl_getAllMergedBoxes()
1161 ASSERT( nCnt && nRowIdx < GetTabLines().Count(), "Wrong call of InsertSpannedRow" ); in InsertSpannedRow()
1163 SwTableLine& rLine = *GetTabLines()[ nRowIdx ]; in InsertSpannedRow()
1179 SwTableLine *pNewLine = GetTabLines()[ nRowIdx + nCnt - n ]; in InsertSpannedRow()
1221 rTable.GetTabLines().C40_GETPOS( SwTableLine, pLine ) ); in lcl_SophisticatedFillLineIndices()
1317 const sal_uInt16 nStart = rTable.GetTabLines().C40_GETPOS( SwTableLine, pLine ); in lcl_CalculateSplitLineHeights()
1339 nHeight += rTable.GetTabLines()[ i ]->GetTableLineHeight( bLayoutAvailable ); in lcl_CalculateSplitLineHeights()
1373 sal_uInt16 nPos = rTable.GetTabLines().C40_GETPOS( SwTableLine, pLine ); in lcl_LineIndex()
1425 SwTableLine* pRow = GetTabLines()[ nFirst ]; in NewSplitRow()
1437 SwTableLine* pRow = GetTabLines()[ nFirst ]; in NewSplitRow()
1504 SwTableLine *pLine = GetTabLines()[ nRowIdx ]; in InsertRow()
1512 SwTableLine *pNewLine = GetTabLines()[ nRowIdx+nCnt-n-nOfs]; in InsertRow()
1564 sal_uInt16 nLinePos = GetTabLines().C40_GETPOS(SwTableLine, pLine); in PrepareDelBoxes()
1568 if( ++nLinePos < GetTabLines().Count() ) in PrepareDelBoxes()
1570 pLine = GetTabLines()[ nLinePos ]; in PrepareDelBoxes()
1581 pLine = GetTabLines()[ --nLinePos ]; in PrepareDelBoxes()
1972 sal_uInt16 nLineIdx = GetTabLines().C40_GETPOS( SwTableLine, rpLine ); in CheckRowSpan()
1973 ASSERT( nLineIdx < GetTabLines().Count(), "Start line out of range" ); in CheckRowSpan()
1980 rpLine = GetTabLines()[ nLineIdx ]; in CheckRowSpan()
2002 sal_uInt16 nMaxLine = GetTabLines().Count(); in CheckRowSpan()
2006 rpLine = GetTabLines()[ nLineIdx ]; in CheckRowSpan()
2061 sal_uInt16 nLineCount = GetTabLines().Count(); in RestoreRowSpan()
2065 SwTableLine* pLine = GetTabLines()[rSave.mnSplitLine]; in RestoreRowSpan()
2089 pNext = lcl_LeftBorder2Box( nLeftBorder, GetTabLines()[--nLine] ); in RestoreRowSpan()
2116 pRet = new SwSaveRowSpan( GetTabLines()[0]->GetTabBoxes(), nSplitLine ); in CleanUpTopRowSpan()
2129 sal_uInt16 nLastLine = GetTabLines().Count()-1; in CleanUpBottomRowSpan()
2130 SwTableLine* pLine = GetTabLines()[nLastLine]; in CleanUpBottomRowSpan()
2161 sal_uInt16 nLineCount = GetTabLines().Count(); in CheckConsistency()
2169 SwTableLine* pLine = GetTabLines()[nCurrLine]; in CheckConsistency()