Home
last modified time | relevance | path

Searched refs:SwWriteTableRow (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx108 class SwWriteTableRow class
117 SwWriteTableRow();
119 SwWriteTableRow & operator= (const SwWriteTableRow &);
123 SwWriteTableRow( const SwWriteTableRow & );
133 SwWriteTableRow( long nPos, sal_Bool bUseLayoutHeights );
153 inline int operator==( const SwWriteTableRow& rRow ) const;
154 inline int operator<( const SwWriteTableRow& rRow2 ) const;
157 inline int SwWriteTableRow::operator==( const SwWriteTableRow& rRow ) const in operator ==()
164 inline int SwWriteTableRow::operator<( const SwWriteTableRow& rRow ) const in operator <()
171 typedef SwWriteTableRow *SwWriteTableRowPtr;
[all …]
/AOO41X/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx68 SwWriteTableRow::SwWriteTableRow( long nPosition, sal_Bool bUseLayoutHeights ) in SwWriteTableRow() function in SwWriteTableRow
75 SwWriteTableCell *SwWriteTableRow::AddCell( const SwTableBox *pBox, in AddCell()
182 SwWriteTableRow *pRow ) in GetLineBrush()
389 const SwWriteTableRow *pRow = 0; in GetAbsHeight()
454 SwWriteTableRow *pRow = new SwWriteTableRow( nRPos, bUseLayoutHeights); in CollectTableRowsCols()
468 SwWriteTableRow aRow( nStartRPos + nParentLineHeight, bUseLayoutHeights ); in CollectTableRowsCols()
471 SwWriteTableRow aRowCheckPos(nCheckPos,bUseLayoutHeights); in CollectTableRowsCols()
472 SwWriteTableRow aRowRPos(nRPos,bUseLayoutHeights); in CollectTableRowsCols()
589 SwWriteTableRow aRow( nRPos,bUseLayoutHeights ); in FillTableRowsCols()
605 SwWriteTableRow *pRow = aRows[nOldRow]; in FillTableRowsCols()
[all …]
/AOO41X/main/sw/source/filter/html/
H A Dhtmltabw.cxx588 SwWriteTableRow *pRow = aRows[0]; in Write()
591 SwWriteTableRow *pNextRow = aRows[nRow]; in Write()
921 const SwWriteTableRow *pRow2 = aRows[nRow]; in Write()
/AOO41X/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx828 SwWriteTableRow *pRow = aRows[ pTableTextNodeInfoInner->getRow( ) ]; in TableDefinition()
868 SwWriteTableRow *pRow = aRows[ pTableTextNodeInfoInner->getRow( ) ]; in TableDefaultBorders()
914 SwWriteTableRow *pRow = aRows[ pTableTextNodeInfoInner->getRow( ) ]; in TableBackgrounds()
990 SwWriteTableRow *pRow = aRows[ pTableTextNodeInfoInner->getRow( ) ]; in TableVerticalCell()
H A Ddocxattributeoutput.cxx1141 SwWriteTableRow *pRow = aRows[ pTableTextNodeInfoInner->getRow( ) ]; in TableCellProperties()