Home
last modified time | relevance | path

Searched refs:nRightBorder (Results 1 – 7 of 7) sorted by path

/trunk/main/reportdesign/source/ui/report/
H A DReportSection.cxx561 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()
/trunk/main/sd/source/core/
H A Dsdpage.cxx2969 long nRightBorder = rHandoutMaster.GetRgtBorder(); in CalculateHandoutAreas() local
2981 aArea.Width() -= nGapW * 2 + nLeftBorder + nRightBorder; in CalculateHandoutAreas()
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsLayouter.hxx98 void SetBorders (sal_Int32 nLeftBorder, sal_Int32 nRightBorder,
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsLayouter.cxx348 sal_Int32 nRightBorder, in SetBorders() argument
354 if (nRightBorder >= 0) in SetBorders()
355 mpImplementation->mnRequestedRightBorder = nRightBorder; in SetBorders()
/trunk/main/starmath/inc/
H A Ddocument.hxx119 nRightBorder, member in SmDocShell
/trunk/main/svtools/source/control/
H A Dtaskmisc.cxx269 sal_Int32 nRightBorder; in ImplCascade() local
285 pTempWindow->GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in ImplCascade()
292 pTempWindow->GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in ImplCascade()
/trunk/main/vcl/source/window/
H A Dbrdwin.cxx2036 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 …]

Completed in 55 milliseconds