Searched refs:nRightBorder (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/vcl/source/window/ |
H A D | brdwin.cxx | 2036 sal_Int32 nRightBorder; in Resize() local 2053 aSize.Width()-nLeftBorder-nRightBorder, in Resize() 2139 sal_Int32 nRightBorder; in UpdateView() local 2152 mpBorderView->GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in UpdateView() 2153 aSize.Width() += nLeftBorder+nRightBorder; in UpdateView() 2164 GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in UpdateView() 2167 aOutputSize.Width() += nLeftBorder+nRightBorder; in UpdateView() 2185 sal_Int32 nRightBorder; in InvalidateBorder() local 2187 mpBorderView->GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in InvalidateBorder() 2188 if ( nLeftBorder || nTopBorder || nRightBorder || nBottomBorder ) in InvalidateBorder() [all …]
|
/aoo42x/main/svtools/source/control/ |
H A D | taskmisc.cxx | 269 sal_Int32 nRightBorder; in ImplCascade() local 285 pTempWindow->GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in ImplCascade() 292 pTempWindow->GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in ImplCascade()
|
/aoo42x/main/reportdesign/source/ui/report/ |
H A D | ReportSection.cxx | 561 sal_Int32 nRightBorder = i_nPaperWidth - i_nRightMargin; in impl_adjustObjectSizePosition() local 580 if ( (aPos.X + aSize.Width) > nRightBorder ) in impl_adjustObjectSizePosition() 582 aPos.X = nRightBorder - aSize.Width; in impl_adjustObjectSizePosition()
|
/aoo42x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsLayouter.cxx | 348 sal_Int32 nRightBorder, in SetBorders() argument 354 if (nRightBorder >= 0) in SetBorders() 355 mpImplementation->mnRequestedRightBorder = nRightBorder; in SetBorders()
|
/aoo42x/main/sd/source/ui/slidesorter/inc/view/ |
H A D | SlsLayouter.hxx | 98 void SetBorders (sal_Int32 nLeftBorder, sal_Int32 nRightBorder,
|
/aoo42x/main/starmath/inc/ |
H A D | document.hxx | 119 nRightBorder, member in SmDocShell
|
/aoo42x/main/sd/source/core/ |
H A D | sdpage.cxx | 2969 long nRightBorder = rHandoutMaster.GetRgtBorder(); in CalculateHandoutAreas() local 2981 aArea.Width() -= nGapW * 2 + nLeftBorder + nRightBorder; in CalculateHandoutAreas()
|
Completed in 84 milliseconds