Searched refs:nBottomSpace (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sw/inc/ |
H A D | pvprtdat.hxx | 32 sal_uLong nLeftSpace, nRightSpace, nTopSpace, nBottomSpace, member in SwPagePreViewPrtData 39 : nLeftSpace(0), nRightSpace(0), nTopSpace(0), nBottomSpace(0), in SwPagePreViewPrtData() 53 sal_uLong GetBottomSpace() const { return nBottomSpace; } in GetBottomSpace() 54 void SetBottomSpace( sal_uLong n ) { nBottomSpace = n; } in SetBottomSpace()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | tabfrm.cxx | 4087 SwTwips nBottomSpace = 0; in lcl_CalcTopAndBottomMargin() local 4093 nBottomSpace = ((SwRowFrm*)rCell.GetUpper())->GetBottomMarginForLowers(); in lcl_CalcTopAndBottomMargin() 4101 nBottomSpace = rAttrs.CalcRight( &rCell ); in lcl_CalcTopAndBottomMargin() 4106 nBottomSpace = rAttrs.CalcBottom(); in lcl_CalcTopAndBottomMargin() 4110 return nTopSpace + nBottomSpace; in lcl_CalcTopAndBottomMargin() 5177 SwTwips nTopSpace, nBottomSpace, nLeftSpace, nRightSpace; in Format() local 5185 nBottomSpace = ((SwRowFrm*)GetUpper())->GetBottomMarginForLowers(); in Format() 5194 nBottomSpace = pAttrs->CalcBottom(); in Format() 5197 (this->*fnRect->fnSetYMargins)( nTopSpace, nBottomSpace ); in Format()
|
/aoo42x/main/sc/source/core/data/ |
H A D | postit.cxx | 286 long nBottomSpace = rVisRect.Bottom() - maCellRect.Bottom() + 1; in AutoPlaceCaption() local 299 …bool bFitsHeightBottom = nNeededSpaceY <= nBottomSpace; // text box height fits into the height be… in AutoPlaceCaption()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | tabview.cxx | 2008 long nBottomSpace = aVisible.Bottom() - aSelection.Bottom(); in GetChartInsertPos() local 2028 else if ( nTopSpace >= nNeededHeight || nBottomSpace >= nNeededHeight ) in GetChartInsertPos() 2032 if ( nBottomSpace > nNeededHeight ) // bottom is preferred in GetChartInsertPos()
|
Completed in 49 milliseconds