Home
last modified time | relevance | path

Searched refs:SwWriteTableCol (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx91 SwWriteTableCol::SwWriteTableCol(sal_uInt32 nPosition) in SwWriteTableCol() function in SwWriteTableCol
493 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 …]
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx177 class SwWriteTableCol class
190 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;
/trunk/main/sw/source/filter/html/
H A Dhtmltabw.cxx283 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()
/trunk/main/sw/source/filter/xml/
H A Dxmltble.cxx73 class SwXMLTableColumn_Impl : public SwWriteTableCol
82 SwWriteTableCol( nPosition ), in SwXMLTableColumn_Impl()

Completed in 29 milliseconds