Home
last modified time | relevance | path

Searched refs:nBottomSpace (Results 1 – 4 of 4) sorted by path

/trunk/main/sc/source/core/data/
H A Dpostit.cxx286 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()
/trunk/main/sc/source/ui/view/
H A Dtabview.cxx2008 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()
/trunk/main/sw/inc/
H A Dpvprtdat.hxx32 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()
/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx4087 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()

Completed in 65 milliseconds