Searched refs:bUseLayoutHeights (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 68 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 …]
|
/aoo4110/main/sw/source/filter/inc/ |
H A D | wrtswtbl.hxx | 133 SwWriteTableRow( long nPos, sal_Bool bUseLayoutHeights ); 257 sal_Bool bUseLayoutHeights : 1; // Layout zur Hoehenbestimmung nehmen? member in SwWriteTable
|
Completed in 11 milliseconds