Searched refs:GetRowSpan (Results 1 – 7 of 7) sorted by relevance
210 sal_uInt32 GetRowSpan() const { return nRowSpan; } in GetRowSpan() function in SwXMLTableCell_Impl1802 if( 1UL == pPrevRow->GetCell( i )->GetRowSpan() ) in GetPrevStartNode()1838 while( pCell && pCell->GetRowSpan() > 1UL ) in FixRowSpan()1983 bSplit = ( 1UL == pRow->GetCell(j)->GetRowSpan() ); in MakeTableBox()2012 pCell->GetRowSpan() > nMaxRowSpan ) ) in MakeTableBox()2013 nMaxRowSpan = pCell->GetRowSpan(); in MakeTableBox()2023 if( pPrevRow->GetCell(i)->GetRowSpan() > 1UL ) in MakeTableBox()2276 1UL == pCell->GetRowSpan(); in MakeTableLine()2344 nBoxRowSpan = pCell->GetRowSpan(); in MakeTableLine()2427 if( ( pCell=pPrevRow->GetCell(i), pCell->GetRowSpan() > 1UL ) ) in _MakeTable()[all …]
266 sal_uInt16 GetRowSpan() const { return nRowSpan; } in GetRowSpan() function in HTMLTableCell920 ASSERT( pCell->GetRowSpan() == 1, in Shrink()1272 if( 1 == pPrevRow->GetCell(i)->GetRowSpan() ) in GetPrevBoxStartNode()1790 long nBoxRowSpan = pCell2->GetRowSpan(); in MakeTableLine()1980 pParent->GetCell(nRow,nCol)->GetRowSpan() == pParent->nRows ) in InheritBorders()2074 pCell->GetRowSpan(), in SetBorders()2199 if( pCell->GetRowSpan() > nRowSpan ) in InsertCell()2201 pCell->GetRowSpan()-nRowSpan ); in InsertCell()2210 ProtectRowSpan( nCurRow, i, pCell->GetRowSpan() ); in InsertCell()2404 if( ( pCell=pPrevRow->GetCell(i), pCell->GetRowSpan() > 1 ) ) in CloseTable()[all …]
277 sal_uInt16 nRowSpan = pCell->GetRowSpan(); in OutTableCell()
85 sal_uInt16 GetRowSpan() const { return nRowSpan; } in GetRowSpan() function in SwWriteTableCell
120 sal_uInt16 GetRowSpan() const { return nRowSpan; } in GetRowSpan() function in SwHTMLTableLayoutCell
867 sal_uInt16 nRowSpan = pLayoutCell->GetRowSpan(); in SwWriteTable()
988 if (pCell->GetRowSpan() > 1) in TableVerticalCell()990 else if (pCell->GetRowSpan() == 0) in TableVerticalCell()
Completed in 66 milliseconds