Home
last modified time | relevance | path

Searched refs:bUseLayoutHeights (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx66 SwWriteTableRow::SwWriteTableRow( long nPosition, sal_Bool bUseLayoutHeights ) in SwWriteTableRow() argument
67 : pBackground(0), nPos(nPosition), mbUseLayoutHeights(bUseLayoutHeights), in SwWriteTableRow()
114 if( bUseLayoutHeights ) in GetLineHeight()
127 bUseLayoutHeights = bLayoutAvailable; /*sal_False;*/ in GetLineHeight()
452 SwWriteTableRow *pRow = new SwWriteTableRow( nRPos, bUseLayoutHeights); in CollectTableRowsCols()
466 SwWriteTableRow aRow( nStartRPos + nParentLineHeight, bUseLayoutHeights ); in CollectTableRowsCols()
469 SwWriteTableRow aRowCheckPos(nCheckPos,bUseLayoutHeights); in CollectTableRowsCols()
470 SwWriteTableRow aRowRPos(nRPos,bUseLayoutHeights); in CollectTableRowsCols()
471 ASSERT( !bUseLayoutHeights || in CollectTableRowsCols()
587 SwWriteTableRow aRow( nRPos,bUseLayoutHeights ); in FillTableRowsCols()
[all …]
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx133 SwWriteTableRow( long nPos, sal_Bool bUseLayoutHeights );
257 sal_Bool bUseLayoutHeights : 1; // Layout zur Hoehenbestimmung nehmen? member in SwWriteTable