Home
last modified time | relevance | path

Searched refs:mnLeftBorder (Results 1 – 17 of 17) sorted by last modified time

/trunk/main/vcl/source/window/
H A Ddockmgr.cxx611 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 Dtoolbox.cxx1578 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 Dsplitwin.cxx1376 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 Dbrdwin.cxx279 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 Dwindow.cxx184 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()
H A Dfloatwin.cxx123 …pBorderWin->GetBorder( mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRigh… in ImplInit()
651 …((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->GetBorder( mpWindowImpl->mnLeftBorder, mpWindow… 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 Dwrkwin.cxx70 …pBorderWin->GetBorder( mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRigh… in ImplInit()
H A Dtoolbox2.cxx424 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 Dmsgbox.cxx289 nMaxWidth -= mpWindowImpl->mnLeftBorder+mpWindowImpl->mnRightBorder+4; in ImplPosControls()
H A Ddockwin.cxx859 mpWindowImpl->mnLeftBorder = 0; in SetFloatingMode()
916 …((ImplBorderWindow*)mpOldBorderWin)->GetBorder( mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBor… in SetFloatingMode()
H A Ddialog.cxx335 …pBorderWin->GetBorder( mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRigh… in ImplInit()
353 …pBorderWin->GetBorder( mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRigh… in ImplInit()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsLayouter.cxx51 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 …]
/trunk/main/vcl/inc/vcl/
H A Dtoolbox.hxx190 long mnLeftBorder; // inner border member in ToolBox
H A Dsplitwin.hxx71 long mnLeftBorder; member in SplitWindow
/trunk/main/vcl/inc/
H A Dwindow.h275 sal_Int32 mnLeftBorder; member in WindowImpl
H A Dbrdwin.hxx215 sal_Int32 mnLeftBorder; member
300 sal_Int32 mnLeftBorder; member in ImplSmallBorderWindowView

Completed in 144 milliseconds