| /aoo41x/main/sd/source/ui/slidesorter/view/ | 
| H A D | SlsLayouter.cxx | 54     sal_Int32 mnBottomBorder;  member in sd::slidesorter::view::Layouter::Implementation578       mnBottomBorder(5),  in Implementation()
 609       mnBottomBorder(rImplementation.mnBottomBorder),  in Implementation()
 657     mnBottomBorder = mnRequestedBottomBorder;  in Rearrange()
 671         if (mnBottomBorder < nMinimumBorderHeight)  in Rearrange()
 672             mnBottomBorder = nMinimumBorderHeight;  in Rearrange()
 990         mnTopBorder + maMinimalSize.Height() + mnBottomBorder,  in GetValidVerticalSizeRange()
 991         mnTopBorder + maMaximalSize.Height() + mnBottomBorder);  in GetValidVerticalSizeRange()
 1037             (rWindowSize.Height() - mnTopBorder - mnBottomBorder  in GetTargetSize()
 1142         aBoundingBox.Bottom() += mnBottomBorder;  in AddBorderAndGap()
 [all …]
 
 | 
| /aoo41x/main/vcl/source/window/ | 
| H A D | splitwin.cxx | 1269 				nBorder = pWindow->mnBottomBorder;  in ImplTestSplit()1379 	mnBottomBorder			= 0;  in ImplInit()
 1417 						mnRightBorder, mnBottomBorder );  in ImplInit()
 1424 		mnBottomBorder = 0;  in ImplInit()
 1649 			nT = mnDY-mnBottomBorder;  in ImplCalcLayout()
 1663 	nH = mnDY-mnTopBorder-mnBottomBorder;  in ImplCalcLayout()
 1788 		rRect.Bottom()	= mnDY-mnBottomBorder-1;  in ImplGetButtonRect()
 1792 			rRect.Bottom()	+= mnBottomBorder;  in ImplGetButtonRect()
 1804 			rRect.Bottom()	+= mnBottomBorder;  in ImplGetButtonRect()
 3793 						mnRightBorder, mnBottomBorder );  in ImplNewAlign()
 [all …]
 
 | 
| H A D | brdwin.cxx | 306 		else if ( rPos.Y() >= pData->mnHeight-pData->mnBottomBorder )  in ImplHitTest()826 				long		nBorderHeight	= pData->mnTopBorder+pData->mnBottomBorder;  in ImplTracking()
 1095 		mnBottomBorder	= 0;  in Init()
 1161                     mnBottomBorder  = aBounds.Bottom() - aContent.Bottom();  in Init()
 1213             mnBottomBorder	= aRect.Bottom()-aCalcRect.Bottom();  in Init()
 1226 	rBottomBorder	= mnBottomBorder;  in GetBorder()
 1380 			mpOutDev->DrawRect( Rectangle( 0, mnHeight-mnBottomBorder, mnWidth-1, mnHeight-1 ) );  in DrawWindow()
 1505 	pData->mnBottomBorder	= aRect.Bottom()-aCalcRect.Bottom();  in Init()
 1509 	pData->mnBottomBorder  += pData->mnBorderSize;  in Init()
 1643 	rBottomBorder	= maFrameData.mnBottomBorder;  in GetBorder()
 [all …]
 
 | 
| H A D | dockmgr.cxx | 610     mpWindowImpl->mnBottomBorder  = 1;  in ImplSetBorder()1265     GetWindow()->mpWindowImpl->mnBottomBorder  = 0;  in StartPopupMode()
 1316             GetWindow()->mpWindowImpl->mnRightBorder, GetWindow()->mpWindowImpl->mnBottomBorder );  in IMPL_LINK()
 1392                 GetWindow()->mpWindowImpl->mnBottomBorder  = 0;  in SetFloatingMode()
 1448 …             GetWindow()->mpWindowImpl->mnRightBorder, GetWindow()->mpWindowImpl->mnBottomBorder );  in SetFloatingMode()
 
 | 
| H A D | toolbox.cxx | 1581     mnBottomBorder    = 0;  in ImplInit()2333         int nBorderY = 2*TB_BORDER_OFFSET2 + mnTopBorder + mnBottomBorder + 2*mnBorderY;  in ImplGetOptimalFloatingSize()
 2413     ImplCalcBorder( meAlign, mnLeftBorder, mnTopBorder, mnRightBorder, mnBottomBorder, this );  in ImplFormat()
 2464             nBottom     = TB_BORDER_OFFSET1 + mnBottomBorder;  in ImplFormat()
 2508             nMax       -= nTop + TB_BORDER_OFFSET1 + mnBottomBorder;  in ImplFormat()
 2588                 maNextToolRect.Bottom()  = mnDY-mnBottomBorder-mnBorderY-TB_BORDER_OFFSET2-1;  in ImplFormat()
 2643                         maLowerRect.Bottom() = mnDY-mnBottomBorder-mnBorderY-TB_BORDER_OFFSET2-1;  in ImplFormat()
 2836                                          mnDX-mnRightBorder, mnDY-mnBottomBorder );  in ImplFormat()
 4793             if ( mnBottomBorder )  in Resize()
 4796                     Invalidate( Rectangle( 0, mnDY-mnBottomBorder-1, mnDX, mnDY ) );  in Resize()
 [all …]
 
 | 
| H A D | floatwin.cxx | 123 …LeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRightBorder, mpWindowImpl->mnBottomBorder );  in ImplInit()651 …LeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRightBorder, mpWindowImpl->mnBottomBorder );  in SetTitleType()
 
 | 
| H A D | window2.cxx | 1119     aSz.Height() += mpWindowImpl->mnTopBorder+mpWindowImpl->mnBottomBorder;  in CalcWindowSize()1131     aSz.Height() -= mpWindowImpl->mnTopBorder+mpWindowImpl->mnBottomBorder;  in CalcOutputSize()
 1972 …                      rNewSize.Height()+mpWindowImpl->mnTopBorder+mpWindowImpl->mnBottomBorder ) );  in SetOutputSizePixel()
 
 | 
| H A D | dialog.cxx | 335 …LeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRightBorder, mpWindowImpl->mnBottomBorder );  in ImplInit()353 …LeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRightBorder, mpWindowImpl->mnBottomBorder );  in ImplInit()
 
 | 
| H A D | dockwin.cxx | 862                 mpWindowImpl->mnBottomBorder  = 0;  in SetFloatingMode()916 …LeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRightBorder, mpWindowImpl->mnBottomBorder );  in SetFloatingMode()
 
 | 
| H A D | wrkwin.cxx | 70 …LeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRightBorder, mpWindowImpl->mnBottomBorder );  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 | window.cxx | 187 	mnBottomBorder      = 0;            // bottom border  in WindowImpl()766 …LeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRightBorder, mpWindowImpl->mnBottomBorder );  in ImplInit()
 3395 …ClientWindow->mpWindowImpl->mnTopBorder-mpWindowImpl->mpClientWindow->mpWindowImpl->mnBottomBorder,  in ImplPosSizeWindow()
 6740                  mnOutHeight+mpWindowImpl->mnTopBorder+mpWindowImpl->mnBottomBorder );  in GetSizePixel()
 6749     rBottomBorder   = mpWindowImpl->mnBottomBorder;  in GetBorder()
 
 | 
| /aoo41x/main/vcl/inc/ | 
| H A D | brdwin.hxx | 218 	sal_Int32				mnBottomBorder;  member303 	sal_Int32				mnBottomBorder;  member in ImplSmallBorderWindowView
 
 | 
| H A D | window.h | 278     sal_Int32           mnBottomBorder;  member in WindowImpl
 | 
| /aoo41x/main/vcl/inc/vcl/ | 
| H A D | splitwin.hxx | 74 	long				mnBottomBorder;  member in SplitWindow
 | 
| H A D | toolbox.hxx | 193     long                mnBottomBorder;  member in ToolBox
 |