| /aoo41x/main/sd/source/ui/slidesorter/view/ | 
| H A D | SlsLayouter.cxx | 52     sal_Int32 mnRightBorder;  member in sd::slidesorter::view::Layouter::Implementation576       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 …]
 
 | 
| /aoo41x/main/vcl/source/window/ | 
| H A D | brdwin.cxx | 288 		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()
 1504 	pData->mnRightBorder	= aRect.Right()-aCalcRect.Right();  in Init()
 1508 	pData->mnRightBorder   += pData->mnBorderSize;  in Init()
 1524 		pData->maTitleRect.Right()	 = nWidth-pData->mnRightBorder-1;  in Init()
 [all …]
 
 | 
| H A D | splitwin.cxx | 1283 				nBorder = pWindow->mnRightBorder;  in ImplTestSplit()1378 	mnRightBorder			= 0;  in ImplInit()
 1417 						mnRightBorder, mnBottomBorder );  in ImplInit()
 1423 		mnRightBorder  = 0;  in ImplInit()
 1657 			nL = mnDX-mnRightBorder;  in ImplCalcLayout()
 1662 	nW = mnDX-mnLeftBorder-mnRightBorder;  in ImplCalcLayout()
 1811 		rRect.Right()	= mnDX-mnRightBorder-1;  in ImplGetButtonRect()
 1816 			rRect.Right()	+= mnRightBorder;  in ImplGetButtonRect()
 1828 			rRect.Right()	+= mnRightBorder;  in ImplGetButtonRect()
 3793 						mnRightBorder, mnBottomBorder );  in ImplNewAlign()
 [all …]
 
 | 
| H A D | dockmgr.cxx | 612     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 D | toolbox.cxx | 1580     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()
 2674                         maLowerRect.Right()  = mnDX-mnRightBorder-mnBorderX-TB_BORDER_OFFSET2-1;  in ImplFormat()
 2836                                          mnDX-mnRightBorder, mnDY-mnBottomBorder );  in ImplFormat()
 4785             if ( mnRightBorder )  in Resize()
 4788                     Invalidate( Rectangle( mnDX-mnRightBorder-1, 0, mnDX, mnDY ) );  in Resize()
 [all …]
 
 | 
| H A D | floatwin.cxx | 123 … mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRightBorder, mpWindowImpl-…  in ImplInit()651 … mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRightBorder, mpWindowImpl-…  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 … mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRightBorder, mpWindowImpl-…  in ImplInit()353 … mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRightBorder, mpWindowImpl-…  in ImplInit()
 
 | 
| H A D | dockwin.cxx | 861                 mpWindowImpl->mnRightBorder   = 0;  in SetFloatingMode()916 … mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRightBorder, mpWindowImpl-…  in SetFloatingMode()
 
 | 
| H A D | wrkwin.cxx | 70 … mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRightBorder, mpWindowImpl-…  in ImplInit()
 | 
| H A D | toolbox2.cxx | 425 								   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 D | msgbox.cxx | 289 	nMaxWidth -= mpWindowImpl->mnLeftBorder+mpWindowImpl->mnRightBorder+4;  in ImplPosControls()
 | 
| H A D | window.cxx | 186 	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()
 
 | 
| /aoo41x/main/vcl/inc/ | 
| H A D | brdwin.hxx | 217 	sal_Int32				mnRightBorder;  member302 	sal_Int32				mnRightBorder;  member in ImplSmallBorderWindowView
 
 | 
| H A D | window.h | 277     sal_Int32           mnRightBorder;  member in WindowImpl
 | 
| /aoo41x/main/vcl/inc/vcl/ | 
| H A D | splitwin.hxx | 73 	long				mnRightBorder;  member in SplitWindow
 | 
| H A D | toolbox.hxx | 192     long                mnRightBorder;  member in ToolBox
 |