Home
last modified time | relevance | path

Searched refs:mnRightBorder (Results 1 – 17 of 17) sorted by relevance

/AOO42X/main/sd/source/ui/slidesorter/view/
H A DSlsLayouter.cxx52 sal_Int32 mnRightBorder; member in sd::slidesorter::view::Layouter::Implementation
576 mnRightBorder(5), in Implementation()
607 mnRightBorder(rImplementation.mnRightBorder), in Implementation()
656 mnRightBorder = mnRequestedRightBorder; in Rearrange()
663 if (mnRightBorder < nMinimumBorderWidth) in Rearrange()
664 mnRightBorder = nMinimumBorderWidth; in Rearrange()
980 mnLeftBorder + maMinimalSize.Width() + mnRightBorder, in GetValidHorizontalSizeRange()
981 mnLeftBorder + maMaximalSize.Width() + mnRightBorder); in GetValidHorizontalSizeRange()
1032 (rWindowSize.Width() - mnLeftBorder - mnRightBorder in GetTargetSize()
1134 aBoundingBox.Right() += mnRightBorder; in AddBorderAndGap()
[all …]
/AOO42X/main/vcl/source/window/
H A Dbrdwin.cxx288 else if ( rPos.X() >= pData->mnWidth-pData->mnRightBorder ) in ImplHitTest()
825 long nBorderWidth = pData->mnLeftBorder+pData->mnRightBorder; in ImplTracking()
1023 nTitleWidth += pData->mnLeftBorder+pData->mnRightBorder; in ImplCalcTitleWidth()
1094 mnRightBorder = 0; in Init()
1159 mnRightBorder = aBounds.Right() - aContent.Right(); in Init()
1212 mnRightBorder = aRect.Right()-aCalcRect.Right(); in Init()
1225 rRightBorder = mnRightBorder; in GetBorder()
1382 mpOutDev->DrawRect( Rectangle( mnWidth-mnRightBorder, 0, mnWidth-1, mnHeight-1 ) ); in DrawWindow()
1504 pData->mnRightBorder = aRect.Right()-aCalcRect.Right(); in Init()
1508 pData->mnRightBorder += pData->mnBorderSize; in Init()
[all …]
H A Dsplitwin.cxx1049 pWindow->mnDX-pWindow->mnRightBorder-1, in ImplDrawBack()
1283 nBorder = pWindow->mnRightBorder; in ImplTestSplit()
1378 mnRightBorder = 0; in ImplInit()
1417 mnRightBorder, mnBottomBorder ); in ImplInit()
1423 mnRightBorder = 0; in ImplInit()
1562 nCurSize = aNewSize.Width()-mnLeftBorder-mnRightBorder; in CalcLayoutSizePixel()
1627 nCurSize = mnDX-mnLeftBorder-mnRightBorder; in ImplCalcLayout()
1657 nL = mnDX-mnRightBorder; in ImplCalcLayout()
1662 nW = mnDX-mnLeftBorder-mnRightBorder; in ImplCalcLayout()
1716 aRect.Right() = mnDX-mnRightBorder-1; in ImplUpdateSet()
[all …]
H A Ddockmgr.cxx612 mpWindowImpl->mnRightBorder = 1; in ImplSetBorder()
1264 GetWindow()->mpWindowImpl->mnRightBorder = 0; in StartPopupMode()
1316 GetWindow()->mpWindowImpl->mnRightBorder, GetWindow()->mpWindowImpl->mnBottomBorder ); in IMPL_LINK()
1391 GetWindow()->mpWindowImpl->mnRightBorder = 0; in SetFloatingMode()
1448 … GetWindow()->mpWindowImpl->mnRightBorder, GetWindow()->mpWindowImpl->mnBottomBorder ); in SetFloatingMode()
H A Dtoolbox.cxx1580 mnRightBorder = 0; in ImplInit()
2332 int nBorderX = 2*TB_BORDER_OFFSET1 + mnLeftBorder + mnRightBorder + 2*mnBorderX; in ImplGetOptimalFloatingSize()
2413 ImplCalcBorder( meAlign, mnLeftBorder, mnTopBorder, mnRightBorder, mnBottomBorder, this ); in ImplFormat()
2465 nMax -= nLeft + TB_BORDER_OFFSET1 + mnRightBorder; in ImplFormat()
2507 nRight = TB_BORDER_OFFSET2 + mnRightBorder; in ImplFormat()
2595 maNextToolRect.Right() = mnDX-mnRightBorder-mnBorderX-TB_BORDER_OFFSET2-1; in ImplFormat()
2632 … mpData->maMenubuttonItem.maRect.Right() = mnDX - mnRightBorder-mnBorderX-TB_BORDER_OFFSET1-1; in ImplFormat()
2659 … mpData->maMenubuttonItem.maRect.Right() = mnDX-mnRightBorder-mnBorderX-TB_BORDER_OFFSET2-1; in ImplFormat()
2665 … mpData->maMenubuttonItem.maRect.Right() = mnDX-mnRightBorder-mnBorderX-TB_BORDER_OFFSET2-1; in ImplFormat()
2674 maLowerRect.Right() = mnDX-mnRightBorder-mnBorderX-TB_BORDER_OFFSET2-1; in ImplFormat()
[all …]
H A Dfloatwin.cxx123 … mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRightBorder, mpWindowImpl-… in ImplInit()
651 … mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRightBorder, mpWindowImpl-… in SetTitleType()
H A Dwindow2.cxx1118 aSz.Width() += mpWindowImpl->mnLeftBorder+mpWindowImpl->mnRightBorder; in CalcWindowSize()
1130 aSz.Width() -= mpWindowImpl->mnLeftBorder+mpWindowImpl->mnRightBorder; in CalcOutputSize()
1971 SetSizePixel( Size( rNewSize.Width()+mpWindowImpl->mnLeftBorder+mpWindowImpl->mnRightBorder, in SetOutputSizePixel()
H A Ddialog.cxx335 … mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRightBorder, mpWindowImpl-… in ImplInit()
353 … mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRightBorder, mpWindowImpl-… in ImplInit()
H A Ddockwin.cxx861 mpWindowImpl->mnRightBorder = 0; in SetFloatingMode()
916 … mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRightBorder, mpWindowImpl-… in SetFloatingMode()
H A Dtoolbox2.cxx425 mnDX-mnRightBorder-1, mnDY-mnBottomBorder-1 ) ); in ImplInvalidate()
456 mnDX-mnRightBorder-1, mnDY-mnBottomBorder-1 ) ); in ImplUpdateItem()
1839 Rectangle aRect( mnLeftBorder, mnTopBorder, mnDX-mnRightBorder, mnDY-mnBottomBorder ); in IsItemReallyVisible()
H A Dwrkwin.cxx70 … mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRightBorder, mpWindowImpl-… in ImplInit()
H A Dmsgbox.cxx289 nMaxWidth -= mpWindowImpl->mnLeftBorder+mpWindowImpl->mnRightBorder+4; in ImplPosControls()
H A Dwindow.cxx186 mnRightBorder = 0; // right border in WindowImpl()
766 … mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRightBorder, mpWindowImpl-… in ImplInit()
3394 …ClientWindow->mpWindowImpl->mnLeftBorder-mpWindowImpl->mpClientWindow->mpWindowImpl->mnRightBorder, in ImplPosSizeWindow()
6739 return Size( mnOutWidth+mpWindowImpl->mnLeftBorder+mpWindowImpl->mnRightBorder, in GetSizePixel()
6748 rRightBorder = mpWindowImpl->mnRightBorder; in GetBorder()
/AOO42X/main/vcl/inc/
H A Dbrdwin.hxx217 sal_Int32 mnRightBorder; member
302 sal_Int32 mnRightBorder; member in ImplSmallBorderWindowView
H A Dwindow.h277 sal_Int32 mnRightBorder; variable
/AOO42X/main/vcl/inc/vcl/
H A Dsplitwin.hxx73 long mnRightBorder; member in SplitWindow
H A Dtoolbox.hxx192 long mnRightBorder; member in ToolBox