Searched refs:SwWriteTableCol (Results 1 – 4 of 4) sorted by relevance
91 SwWriteTableCol::SwWriteTableCol(sal_uInt32 nPosition) in SwWriteTableCol() function in SwWriteTableCol493 SwWriteTableCol *pCol = new SwWriteTableCol( nCPos ); in CollectTableRowsCols()518 ASSERT( SwWriteTableCol(nCheckPos) == in CollectTableRowsCols()519 SwWriteTableCol(nEndCPos), in CollectTableRowsCols()528 ASSERT( SwWriteTableCol(nCheckPos) == in CollectTableRowsCols()529 SwWriteTableCol(nCPos), in CollectTableRowsCols()674 SwWriteTableCol aCol( nCPos ); in FillTableRowsCols()717 SwWriteTableCol *pCol = aCols[nCol]; in FillTableRowsCols()782 SwWriteTableCol *pCol = new SwWriteTableCol( nParentWidth ); in SwWriteTable()820 SwWriteTableCol *pCol = in SwWriteTable()[all …]
177 class SwWriteTableCol class190 SwWriteTableCol( sal_uInt32 nPosition );203 inline int operator==( const SwWriteTableCol& rCol ) const;204 inline int operator<( const SwWriteTableCol& rCol ) const;214 inline int SwWriteTableCol::operator==( const SwWriteTableCol& rCol ) const in operator ==()221 inline int SwWriteTableCol::operator<( const SwWriteTableCol& rCol ) const in operator <()229 typedef SwWriteTableCol *SwWriteTableColPtr;
283 SwWriteTableCol *pCol = aCols[nCol]; in OutTableCell()611 SwWriteTableCol *pCol = aCols[0]; in Write()615 SwWriteTableCol *pNextCol = aCols[nCol]; in Write()842 const SwWriteTableCol *pColumn = aCols[nCol]; in Write()
73 class SwXMLTableColumn_Impl : public SwWriteTableCol82 SwWriteTableCol( nPosition ), in SwXMLTableColumn_Impl()
Completed in 22 milliseconds