Home
last modified time | relevance | path

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

/trunk/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 …]
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx68 SwWriteTableRow::SwWriteTableRow( long nPosition, sal_Bool bUseLayoutHeights ) in SwWriteTableRow() function in SwWriteTableRow
182 SwWriteTableRow *pRow ) in GetLineBrush()
389 const SwWriteTableRow *pRow = 0; in GetAbsHeight()
454 SwWriteTableRow *pRow = new SwWriteTableRow( nRPos, bUseLayoutHeights); in CollectTableRowsCols()
472 SwWriteTableRow aRowRPos(nRPos,bUseLayoutHeights); in CollectTableRowsCols()
589 SwWriteTableRow aRow( nRPos,bUseLayoutHeights ); in FillTableRowsCols()
605 SwWriteTableRow *pRow = aRows[nOldRow]; in FillTableRowsCols()
606 SwWriteTableRow *pEndRow = aRows[nRow]; in FillTableRowsCols()
836 SwWriteTableRow *pRow = in SwWriteTable()
846 SwWriteTableRow *pRow = aRows[nRow]; in SwWriteTable()
[all …]
/trunk/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()
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx820 SwWriteTableRow *pRow = aRows[ pTableTextNodeInfoInner->getRow( ) ]; in TableDefinition()
860 SwWriteTableRow *pRow = aRows[ pTableTextNodeInfoInner->getRow( ) ]; in TableDefaultBorders()
906 SwWriteTableRow *pRow = aRows[ pTableTextNodeInfoInner->getRow( ) ]; in TableBackgrounds()
982 SwWriteTableRow *pRow = aRows[ pTableTextNodeInfoInner->getRow( ) ]; in TableVerticalCell()
H A Ddocxattributeoutput.cxx1141 SwWriteTableRow *pRow = aRows[ pTableTextNodeInfoInner->getRow( ) ]; in TableCellProperties()

Completed in 75 milliseconds