Lines Matching refs:nColSpan

179 	sal_uInt32 nColSpan;  member in SwXMLTableCell_Impl
191 nColSpan( nCSpan ), in SwXMLTableCell_Impl()
212 sal_uInt32 GetColSpan() const { return nColSpan; } in GetColSpan()
244 nColSpan = nCSpan; in Set()
363 sal_uInt32 nColSpan = nCells - aCells.Count(); in Expand() local
367 bOneCell ? nColSpan : 1UL ), in Expand()
369 nColSpan--; in Expand()
408 sal_uInt32 nColSpan; member in SwXMLTableCellContext_Impl
451 nColSpan( 1UL ), in SwXMLTableCellContext_Impl()
479 nColSpan = (sal_uInt32)rValue.toInt32(); in SwXMLTableCellContext_Impl()
480 if( nColSpan < 1UL ) in SwXMLTableCellContext_Impl()
481 nColSpan = 1UL; in SwXMLTableCellContext_Impl()
566 GetTable()->InsertCell( aStyleName, nRowSpan, nColSpan, in _InsertContent()
588 GetTable()->InsertCell( aStyleName, nRowSpan, nColSpan, 0, mXmlId, pTable, bProtect ); in InsertContent()
664 if( nColRepeat > 1 && nColSpan == 1 ) in EndElement()
704 if( nColRepeat > 1 && nColSpan == 1 ) in EndElement()
1558 sal_uInt32 nColSpan ) const in GetColumnWidth()
1560 sal_uInt32 nLast = nCol+nColSpan; in GetColumnWidth()
1581 sal_uInt32 nRowSpan, sal_uInt32 nColSpan, in InsertCell() argument
1601 ASSERT( nColSpan >=1UL, "SwXMLTableContext::InsertCell: col span is 0" ); in InsertCell()
1602 if( 0UL == nColSpan ) in InsertCell()
1603 nColSpan = 1UL; in InsertCell()
1608 sal_uInt32 nColsReq = nCurCol + nColSpan; in InsertCell()
1611 nColSpan = GetColumnCount() - nCurCol; in InsertCell()
1617 if( nCurRow > 0UL && nColSpan > 1UL ) in InsertCell()
1627 nColSpan = i - nCurCol; in InsertCell()
1677 for( i=nColSpan; i>0UL; i-- ) in InsertCell()
1681 const bool bCovered = i != nColSpan || j != nRowSpan; in InsertCell()
1830 sal_uInt32 nColSpan ) in FixRowSpan() argument
1832 sal_uInt32 nLastCol = nCol + nColSpan; in FixRowSpan()
1955 sal_uInt32 nColSpan = nRightCol - nLeftCol; in MakeTableBox() local
1956 sal_Int32 nColWidth = GetColumnWidth( nLeftCol, nColSpan ); in MakeTableBox()
2053 sal_uInt32 nColSpan = nRightCol - nLeftCol; in MakeTableBox() local
2054 sal_Int32 nColWidth = GetColumnWidth( nLeftCol, nColSpan ); in MakeTableBox()