Searched refs:aInRect (Results 1 – 7 of 7) sorted by relevance
| /AOO41X/main/vcl/source/window/ |
| H A D | brdwin.cxx | 1403 Rectangle aInRect( aTmpPoint, Size( mnWidth, mnHeight ) ); in DrawWindow() local 1404 aDecoView.DrawFrame( aInRect, nStyle ); in DrawWindow() 1661 Rectangle aInRect( aTmpPoint, Size( pData->mnWidth, pData->mnHeight ) ); in DrawWindow() local 1674 pDev->DrawRect( aInRect ); in DrawWindow() 1675 aInRect.nLeft++; aInRect.nRight--; in DrawWindow() 1676 aInRect.nTop++; aInRect.nBottom--; in DrawWindow() 1679 aInRect = aDecoView.DrawFrame( aInRect, FRAME_DRAW_DOUBLEOUT | FRAME_DRAW_NODRAW); in DrawWindow() 1687 pDev->DrawRect( Rectangle( Point( aInRect.Left(), aInRect.Top() ), in DrawWindow() 1688 Size( aInRect.GetWidth(), nBorderSize ) ) ); in DrawWindow() 1689 pDev->DrawRect( Rectangle( Point( aInRect.Left(), aInRect.Top()+nBorderSize ), in DrawWindow() [all …]
|
| H A D | toolbox.cxx | 5217 Rectangle aInRect = maInDockRect; in Docking() local 5221 aInRect.Left() += aDockSize.Width()/2; in Docking() 5222 aInRect.Top() += aDockSize.Height()/2; in Docking() 5223 aInRect.Right() -= aDockSize.Width()/2; in Docking() 5224 aInRect.Bottom() -= aDockSize.Height()/2; in Docking() 5227 if ( aInRect.Left() >= aInRect.Right() ) in Docking() 5229 aInRect.Left() = maInDockRect.Left(); in Docking() 5230 aInRect.Right() = maInDockRect.Right(); in Docking() 5232 if ( aInRect.Top() >= aInRect.Bottom() ) in Docking() 5234 aInRect.Top() = maInDockRect.Top(); in Docking() [all …]
|
| /AOO41X/main/vcl/source/control/ |
| H A D | button.cxx | 976 Rectangle aInRect = rRect; in ImplDrawPushButtonContent() local 982 if( aInRect.nRight < aInRect.nLeft || aInRect.nBottom < aInRect.nTop ) in ImplDrawPushButtonContent() 983 aInRect.SetEmpty(); in ImplDrawPushButtonContent() 986 pDev->IntersectClipRegion( aInRect ); in ImplDrawPushButtonContent() 1016 aInRect.Right() -= 5; in ImplDrawPushButtonContent() 1017 aInRect.Left() = aInRect.Right() - nSymbolSize; in ImplDrawPushButtonContent() 1024 ImplCalcSymbolRect( aInRect ); in ImplDrawPushButtonContent() 1028 long nDistance = (aInRect.GetHeight() > 10) ? 2 : 1; in ImplDrawPushButtonContent() 1032 long nX = aInRect.Left() - 2*nDistance;; in ImplDrawPushButtonContent() 1033 Point aStartPt( nX, aInRect.Top()+nDistance ); in ImplDrawPushButtonContent() [all …]
|
| /AOO41X/main/sfx2/source/dialog/ |
| H A D | dockwin.cxx | 1373 Rectangle aInRect = GetInnerRect(); in CalcAlignment() local 1374 if ( aInRect.GetWidth() > nLRBorder ) in CalcAlignment() 1375 aInRect.Left() += nLRBorder/2; in CalcAlignment() 1376 if ( aInRect.GetWidth() > nLRBorder ) in CalcAlignment() 1377 aInRect.Right() -= nLRBorder/2; in CalcAlignment() 1378 if ( aInRect.GetHeight() > nTBBorder ) in CalcAlignment() 1379 aInRect.Top() += nTBBorder/2; in CalcAlignment() 1380 if ( aInRect.GetHeight() > nTBBorder ) in CalcAlignment() 1381 aInRect.Bottom() -= nTBBorder/2; in CalcAlignment() 1414 Rectangle aIntersectRect = aInRect.GetIntersection( aSmallDockingRect ); in CalcAlignment() [all …]
|
| /AOO41X/main/soldep/source/ |
| H A D | soldep.cxx | 998 Rectangle aInRect; in Resize() local 1010 aInRect = Rectangle( aOutPosTmp, aOutSizeTmp ); in Resize() 1027 aInRect = Rectangle( aOutPosTmp, aOutSizeTmp ); in Resize() 1042 aInRect = Rectangle( aOutPosTmp, aOutSizeTmp ); in Resize() 1059 aInRect = Rectangle( aOutPosTmp, aOutSizeTmp ); in Resize()
|
| H A D | tbox.cxx | 535 if(rOutRect != aOutRect || rInRect != aInRect) in SetDockingRects() 541 aInRect = rInRect; in SetDockingRects()
|
| /AOO41X/main/soldep/inc/soldep/ |
| H A D | tbox.hxx | 44 Rectangle aInRect; member in SoldepToolBox
|