/aoo42x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsLayouter.cxx | 51 sal_Int32 mnLeftBorder; member in sd::slidesorter::view::Layouter::Implementation 575 mnLeftBorder(5), in Implementation() 606 mnLeftBorder(rImplementation.mnLeftBorder), in Implementation() 654 mnLeftBorder = mnRequestedLeftBorder; in Rearrange() 661 if (mnLeftBorder < nMinimumBorderWidth) in Rearrange() 662 mnLeftBorder = nMinimumBorderWidth; in Rearrange() 740 sal_Int32 nX = nXPosition - mnLeftBorder; in GetColumnAtPosition() 980 mnLeftBorder + maMinimalSize.Width() + mnRightBorder, in GetValidHorizontalSizeRange() 1032 (rWindowSize.Width() - mnLeftBorder - mnRightBorder in GetTargetSize() 1109 Point (mnLeftBorder in GetPageObjectBox() [all …]
|
/aoo42x/main/vcl/source/window/ |
H A D | brdwin.cxx | 279 if ( rPos.X() < pData->mnLeftBorder ) in ImplHitTest() 825 long nBorderWidth = pData->mnLeftBorder+pData->mnRightBorder; in ImplTracking() 1023 nTitleWidth += pData->mnLeftBorder+pData->mnRightBorder; in ImplCalcTitleWidth() 1092 mnLeftBorder = 0; in Init() 1210 mnLeftBorder = aCalcRect.Left(); in Init() 1223 rLeftBorder = mnLeftBorder; in GetBorder() 1381 mpOutDev->DrawRect( Rectangle( 0, 0, mnLeftBorder, mnHeight-1 ) ); in DrawWindow() 1502 pData->mnLeftBorder = aCalcRect.Left(); in Init() 1506 pData->mnLeftBorder += pData->mnBorderSize; in Init() 1523 pData->maTitleRect.Left() = pData->mnLeftBorder; in Init() [all …]
|
H A D | splitwin.cxx | 1376 mnLeftBorder = 0; in ImplInit() 1421 mnLeftBorder = 0; in ImplInit() 1652 nL = mnLeftBorder; in ImplCalcLayout() 1659 nL = mnLeftBorder; in ImplCalcLayout() 1714 aRect.Left() = mnLeftBorder; in ImplUpdateSet() 1785 rRect.Left() = mnLeftBorder+nEx; in ImplGetButtonRect() 1797 rRect.Left() = mnLeftBorder+nEx; in ImplGetButtonRect() 1815 rRect.Left() -= mnLeftBorder; in ImplGetButtonRect() 1821 rRect.Left() = mnLeftBorder; in ImplGetButtonRect() 1827 rRect.Left() -= mnLeftBorder; in ImplGetButtonRect() [all …]
|
H A D | dockmgr.cxx | 611 mpWindowImpl->mnLeftBorder = 1; in ImplSetBorder() 1262 GetWindow()->mpWindowImpl->mnLeftBorder = 0; in StartPopupMode() 1315 GetWindow()->mpWindowImpl->mnLeftBorder, GetWindow()->mpWindowImpl->mnTopBorder, in IMPL_LINK() 1389 GetWindow()->mpWindowImpl->mnLeftBorder = 0; in SetFloatingMode() 1447 … GetWindow()->mpWindowImpl->mnLeftBorder, GetWindow()->mpWindowImpl->mnTopBorder, in SetFloatingMode()
|
H A D | floatwin.cxx | 123 …pBorderWin->GetBorder( mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRigh… in ImplInit() 651 …((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->GetBorder( mpWindowImpl->mnLeftBorder, mpWindow… in SetTitleType()
|
H A D | window2.cxx | 1118 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 D | dialog.cxx | 335 …pBorderWin->GetBorder( mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRigh… in ImplInit() 353 …pBorderWin->GetBorder( mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRigh… in ImplInit()
|
H A D | dockwin.cxx | 859 mpWindowImpl->mnLeftBorder = 0; in SetFloatingMode() 916 …((ImplBorderWindow*)mpOldBorderWin)->GetBorder( mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBor… in SetFloatingMode()
|
H A D | toolbox2.cxx | 424 Invalidate( Rectangle( mnLeftBorder, mnTopBorder, in ImplInvalidate() 455 Invalidate( Rectangle( mnLeftBorder, mnTopBorder, in ImplUpdateItem() 1839 Rectangle aRect( mnLeftBorder, mnTopBorder, mnDX-mnRightBorder, mnDY-mnBottomBorder ); in IsItemReallyVisible()
|
H A D | wrkwin.cxx | 70 …pBorderWin->GetBorder( mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRigh… in ImplInit()
|
H A D | toolbox.cxx | 1578 mnLeftBorder = 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() 2462 nLeft = TB_BORDER_OFFSET1 + mnLeftBorder; in ImplFormat() 2506 nLeft = TB_BORDER_OFFSET2 + mnLeftBorder; in ImplFormat() 2835 maPaintRect = Rectangle( mnLeftBorder, mnTopBorder, in ImplFormat()
|
H A D | msgbox.cxx | 289 nMaxWidth -= mpWindowImpl->mnLeftBorder+mpWindowImpl->mnRightBorder+4; in ImplPosControls()
|
H A D | window.cxx | 184 mnLeftBorder = 0; // left border in WindowImpl() 766 …pBorderWin->GetBorder( mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRigh… in ImplInit() 3392 …wImpl->mpClientWindow->ImplPosSizeWindow( mpWindowImpl->mpClientWindow->mpWindowImpl->mnLeftBorder, in ImplPosSizeWindow() 3394 …mnOutWidth-mpWindowImpl->mpClientWindow->mpWindowImpl->mnLeftBorder-mpWindowImpl->mpClientWindow->… in ImplPosSizeWindow() 6739 return Size( mnOutWidth+mpWindowImpl->mnLeftBorder+mpWindowImpl->mnRightBorder, in GetSizePixel() 6746 rLeftBorder = mpWindowImpl->mnLeftBorder; in GetBorder()
|
/aoo42x/main/vcl/inc/ |
H A D | brdwin.hxx | 215 sal_Int32 mnLeftBorder; member 300 sal_Int32 mnLeftBorder; member in ImplSmallBorderWindowView
|
H A D | window.h | 275 sal_Int32 mnLeftBorder; member in WindowImpl
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | splitwin.hxx | 71 long mnLeftBorder; member in SplitWindow
|
H A D | toolbox.hxx | 190 long mnLeftBorder; // inner border member in ToolBox
|