Home
last modified time | relevance | path

Searched refs:nBottom (Results 101 – 125 of 166) sorted by relevance

1234567

/aoo41x/main/sdext/source/presenter/
H A DPresenterScreen.cxx923 const double nBottom) in SetupView() argument
947 nBottom); in SetupView()
H A DPresenterPaneAnimator.cxx715 const double nBottom (rFreeCenterArea.Y2); in MovePanesAway() local
716 const double nLowerVerticalOffset (nBottom - aLowerPanes->GetOriginalBoundingBox().Y1); in MovePanesAway()
727 nBottom-20); in MovePanesAway()
H A DPresenterPaneContainer.hxx130 const double nBottom);
H A DPresenterScreen.hxx224 const double nBottom);
/aoo41x/main/sc/inc/
H A Dcolumn.hxx421 SCROW nBottom; member in ScColumnIterator
437 SCROW nBottom; member in ScMarkedDataIter
H A Dcursuno.hxx81 sal_Int32 nRight, sal_Int32 nBottom )
/aoo41x/main/padmin/source/
H A Dadddlg.cxx557 int nLeft, nRight, nTop, nBottom; in APOldPrinterPage() local
560 nLeft, nRight, nTop, nBottom ) ) in APOldPrinterPage()
577 … aInfo.m_nBottomMarginAdjust = aValue.ToInt32() - (int)((double)nBottom * 35.27777778 ); in APOldPrinterPage()
/aoo41x/main/sfx2/source/sidebar/
H A DDrawHelper.hxx63 const sal_Int32 nBottom,
/aoo41x/main/tools/source/generic/
H A Dsvborder.cxx44 nBottom = aOuter.Bottom() - aInner.Bottom(); in SvBorder()
/aoo41x/main/sw/source/core/text/
H A Dtxtftn.cxx269 const SwTwips nBottom = (aRect.*fnRect->fnGetBottom)(); in lcl_GetFtnLower() local
270 if ( (*fnRect->fnYDiff)( nBottom, nFlyLower ) > 0 ) in lcl_GetFtnLower()
271 nFlyLower = nBottom; in lcl_GetFtnLower()
/aoo41x/main/svx/source/table/
H A Dtablecolumn.hxx59 …ByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) throw (::com::s…
H A Dtablerow.hxx62 …ByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) throw (::com::s…
/aoo41x/main/sw/source/core/layout/
H A Dcalcmove.cxx745 const long nBottom = pAttrs->CalcBottomLine()+ aBorder.Height(); in MakeAll() local
814 nBot += nBottom; in MakeAll()
836 Prt().Height( Frm().Height() - (nTop + nBottom) ); in MakeAll()
/aoo41x/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx793 sal_uInt16 nTop, nLeft, nBottom, nRight; in ReadPixMapEtc() local
794 *pPict >> nTop >> nLeft >> nBottom >> nRight; in ReadPixMapEtc()
795 *pSrcRect = Rectangle( (sal_uLong)nLeft, (sal_uLong)nTop, (sal_uLong)nRight, (sal_uLong)nBottom ); in ReadPixMapEtc()
/aoo41x/main/sw/source/ui/inc/
H A Dfrmmgr.hxx109 long nBottom= LONG_MAX );
/aoo41x/main/sw/source/core/inc/
H A Dcntfrm.hxx108 …static bool CalcLowers( SwLayoutFrm* pLay, const SwLayoutFrm* pDontLeave, long nBottom, bool bSkip…
/aoo41x/main/vcl/source/control/
H A Dimgctrl.cxx183 aRect.nBottom--; in Paint()
/aoo41x/main/starmath/inc/
H A Drect.hxx136 void SetBottom(long nBottom);
/aoo41x/main/vcl/source/window/
H A Dsyswin.cxx776 …te.mnY + displacement + aState.mnHeight + g.nBottomDecoration) > (unsigned long) aDesktop.nBottom ) in SetWindowStateData()
783 …te.mnY + displacement + aState.mnHeight + g.nBottomDecoration) > (unsigned long) aDesktop.nBottom ) in SetWindowStateData()
/aoo41x/main/sw/inc/
H A Dunotbl.hxx294 sal_Int32 nBottom; member
363 …ByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) throw(com::sun:…
463 …ByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) throw(com::sun:…
/aoo41x/main/sc/source/filter/xml/
H A Dxmlstyle.cxx289 sal_Int32 nBottom = 0, nTop = 0, nLeft = 0, nRight = 0; in ContextFilter() local
290 if ((pPadding_Bottom->maValue >>= nBottom) && in ContextFilter()
295 if ((nBottom == nTop) && (nLeft == nRight) && (nTop == nLeft)) in ContextFilter()
/aoo41x/main/sd/source/ui/view/
H A Dfrmview.cxx861 aVisArea.nBottom += nTop - aVisArea.nTop; in ReadUserDataSequence()
893 aVisArea.nBottom = nHeight + aVisArea.nTop - 1; in ReadUserDataSequence()
/aoo41x/main/sw/source/core/access/
H A Dacctable.cxx1103 sal_Int32 nBottom = pCellFrm->Frm().Bottom(); in getAccessibleRowExtentAt() local
1104 nBottom -= GetFrm()->Frm().Top(); in getAccessibleRowExtentAt()
1106 GetTableData().GetRows().upper_bound( nBottom ) ); in getAccessibleRowExtentAt()
/aoo41x/main/sw/source/core/frmedt/
H A Dfews.cxx1137 long nBottom = (pTab->GetUpper()->*fnRect->fnGetPrtBottom)(); in CalcBoundRect() local
1138 (_orRect.*fnRect->fnSetBottom)( nBottom ); in CalcBoundRect()
/aoo41x/main/sd/source/core/
H A Ddrawdoc2.cxx638 sal_uLong nBottom = Max((long)(aDefSize.Height() - aOutSize.Height() - nTop + nOffset), 0L); in CreateFirstPages() local
641 pPage->SetBorder(nLeft, nTop, nRight, nBottom); in CreateFirstPages()

Completed in 208 milliseconds

1234567