Searched refs:nTopSpace (Results 1 – 7 of 7) sorted by relevance
/aoo4110/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() 50 sal_uLong GetTopSpace() const { return nTopSpace; } in GetTopSpace() 51 void SetTopSpace( sal_uLong n ) { nTopSpace = n; } in SetTopSpace()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | tabfrm.cxx | 4086 SwTwips nTopSpace = 0; in lcl_CalcTopAndBottomMargin() local 4100 nTopSpace = rAttrs.CalcLeft( &rCell ); in lcl_CalcTopAndBottomMargin() 4105 nTopSpace = rAttrs.CalcTop(); in lcl_CalcTopAndBottomMargin() 4110 return nTopSpace + nBottomSpace; in lcl_CalcTopAndBottomMargin() 4236 sal_uInt16 nTopSpace = 0; in lcl_GetTopSpace() local 4249 nTopSpace = Max( nTopSpace, nTmpTopSpace ); in lcl_GetTopSpace() 4251 return nTopSpace; in lcl_GetTopSpace() 4412 sal_uInt16 nTopPrtMargin = nTopSpace; in Format() 5177 SwTwips nTopSpace, nBottomSpace, nLeftSpace, nRightSpace; in Format() local 5193 nTopSpace = pAttrs->CalcTop(); in Format() [all …]
|
/aoo4110/main/extensions/source/dbpilots/ |
H A D | optiongrouplayouter.cxx | 90 sal_Int32 nTopSpace = 0; in doLayout() local 129 aButtonPosition.Y = aShapePosition.Y + (i+1) * nTempHeight + nTopSpace; in doLayout()
|
/aoo4110/main/sc/source/core/data/ |
H A D | postit.cxx | 285 long nTopSpace = maCellRect.Top() - rVisRect.Top() + 1; in AutoPlaceCaption() local 298 …bool bFitsHeightTop = nNeededSpaceY <= nTopSpace; // text box height fits into the height ab… in AutoPlaceCaption()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | tabview3.cxx | 735 long nTopSpace = aDlgPixel.Top(); in AlignToCursor() local 737 if ( nBotSpace > 0 && nBotSpace > nTopSpace ) in AlignToCursor() 753 if ( !bBottom && nTopSpace > 0 ) in AlignToCursor() 755 nSpaceY = ( nTopSpace - nCellSizeY ) / 2; in AlignToCursor()
|
H A D | printfun.cxx | 2116 long nTopSpace = aPageRect.Top(); in PrintPage() local 2157 nTopSpace += ( aPageRect.GetHeight() - nDataHeight ) / 2; in PrintPage() 2159 nTopSpace -= lcl_LineTotal(pBorderItem->GetTop()); in PrintPage() 2190 long nStartY = ((long) ( nTopSpace * nScaleY )); in PrintPage()
|
H A D | tabview.cxx | 2007 long nTopSpace = aSelection.Top() - aVisible.Top(); in GetChartInsertPos() local 2028 else if ( nTopSpace >= nNeededHeight || nBottomSpace >= nNeededHeight ) in GetChartInsertPos()
|
Completed in 83 milliseconds