Lines Matching refs:nCurrCol
860 for( sal_uInt16 nCurrCol = 0; nCurrCol < nColCount; ++nCurrCol ) in PrepareMerge() local
862 SwTableBox* pBox = (*pBoxes)[nCurrCol]; in PrepareMerge()
866 if( nCurrCol ) in PrepareMerge()
880 if( nCurrCol+1 == nColCount && pBox->getRowSpan() > 0 ) in PrepareMerge()
918 if( !nCurrCol ) in PrepareMerge()
937 for( sal_uInt16 nCurrCol = 0; nCurrCol < nColCount; ++nCurrCol ) in PrepareMerge() local
939 SwTableBox* pBox = (*pBoxes)[nCurrCol]; in PrepareMerge()
940 if( nCurrCol ) in PrepareMerge()
2038 for( sal_uInt16 nCurrCol = 0; nCurrCol < nColCount; ++nCurrCol ) in SwSaveRowSpan() local
2040 SwTableBox* pBox = rBoxes[nCurrCol]; in SwSaveRowSpan()
2043 mnRowSpans[ nCurrCol ] = nRowSp; in SwSaveRowSpan()
2071 for( sal_uInt16 nCurrCol = 0; nCurrCol < nColCount; ++nCurrCol ) in RestoreRowSpan() local
2073 SwTableBox* pBox = pLine->GetTabBoxes()[nCurrCol]; in RestoreRowSpan()
2076 if( nRowSp != rSave.mnRowSpans[ nCurrCol ] ) in RestoreRowSpan()
2078 ASSERT( -nRowSp == rSave.mnRowSpans[ nCurrCol ], "Pardon me?!" ) in RestoreRowSpan()
2079 ASSERT( rSave.mnRowSpans[ nCurrCol ] < 0, "Pardon me?!" ) in RestoreRowSpan()
2133 for( sal_uInt16 nCurrCol = 0; nCurrCol < nColCount; ++nCurrCol ) in CleanUpBottomRowSpan() local
2135 SwTableBox* pBox = pLine->GetTabBoxes()[nCurrCol]; in CleanUpBottomRowSpan()
2173 for( sal_uInt16 nCurrCol = 0; nCurrCol < nColCount; ++nCurrCol ) in CheckConsistency() local
2175 SwTableBox* pBox = pLine->GetTabBoxes()[nCurrCol]; in CheckConsistency()