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.cxx68 SwWriteTableRow::SwWriteTableRow( long nPosition, sal_Bool bUseLayoutHeights ) in SwWriteTableRow() argument
69 : pBackground(0), nPos(nPosition), mbUseLayoutHeights(bUseLayoutHeights), in SwWriteTableRow()
116 if( bUseLayoutHeights ) in GetLineHeight()
129 bUseLayoutHeights = bLayoutAvailable; /*sal_False;*/ in GetLineHeight()
471 SwWriteTableRow aRowCheckPos(nCheckPos,bUseLayoutHeights); in CollectTableRowsCols()
472 SwWriteTableRow aRowRPos(nRPos,bUseLayoutHeights); in CollectTableRowsCols()
473 ASSERT( !bUseLayoutHeights || in CollectTableRowsCols()
589 SwWriteTableRow aRow( nRPos,bUseLayoutHeights ); in FillTableRowsCols()
771 bUseLayoutHeights(true), in SwWriteTable()
798 bRelWidths(pLayoutInfo->HasPrcWidthOption()), bUseLayoutHeights(false), in SwWriteTable()
[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

Completed in 12 milliseconds