Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx91 SwWriteTableCol::SwWriteTableCol(sal_uInt32 nPosition) in SwWriteTableCol() function in SwWriteTableCol
323 const SwWriteTableCol *pCol = aCols[nCol]; in GetLeftSpace()
341 const SwWriteTableCol *pCol = aCols[nCol+nColSpan-1]; in GetRightSpace()
493 SwWriteTableCol *pCol = new SwWriteTableCol( nCPos ); in CollectTableRowsCols()
518 ASSERT( SwWriteTableCol(nCheckPos) == in CollectTableRowsCols()
519 SwWriteTableCol(nEndCPos), in CollectTableRowsCols()
525 SwWriteTableCol aCol( nStartCPos + nParentLineWidth ); in CollectTableRowsCols()
528 ASSERT( SwWriteTableCol(nCheckPos) == in CollectTableRowsCols()
529 SwWriteTableCol(nCPos), in CollectTableRowsCols()
635 SwWriteTableCol aCol( nParentLineWidth ); in FillTableRowsCols()
[all …]
/AOO41X/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;
/AOO41X/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()
/AOO41X/main/sw/source/filter/xml/
H A Dxmltble.cxx73 class SwXMLTableColumn_Impl : public SwWriteTableCol
82 SwWriteTableCol( nPosition ), in SwXMLTableColumn_Impl()