| /trunk/main/sc/source/ui/cctrl/ |
| H A D | cbuttonw.cxx | 84 Rectangle aInnerRect = aBtnRect; in Draw() local 96 aInnerRect=aDecoView.DrawButton( aBtnRect, nButtonStyle ); in Draw() 99 aInnerRect.Left() += 1; in Draw() 100 aInnerRect.Top() += 1; in Draw() 101 aInnerRect.Right() -= 1; in Draw() 102 aInnerRect.Bottom() -= 1; in Draw() 104 Size aInnerSize = aInnerRect.GetSize(); in Draw() 105 Point aInnerCenter = aInnerRect.Center(); in Draw() 107 aInnerRect.Top() = aInnerCenter.Y() - (aInnerSize.Width()>>1); in Draw() 108 aInnerRect.Bottom()= aInnerCenter.Y() + (aInnerSize.Width()>>1); in Draw() [all …]
|
| /trunk/main/sfx2/source/dialog/ |
| H A D | dockwin.cxx | 763 aPos = aInnerRect.TopLeft(); in Docking() 771 aPos = Point(aOuterRect.Left(), aInnerRect.Top()); in Docking() 779 aPos = Point(aInnerRect.Right() - rRect.GetSize().Width(), in Docking() 780 aInnerRect.Top()); in Docking() 789 aInnerRect.Bottom() - rRect.GetSize().Height()); in Docking() 1588 aPoint = aInnerRect.TopLeft(); in CalcAlignment() 1592 aPoint = aInnerRect.TopRight(); in CalcAlignment() 1612 aPoint = aInnerRect.TopLeft(); in CalcAlignment() 1616 aPoint = aInnerRect.BottomLeft(); in CalcAlignment() 1642 aDockingRect.SetPos( aInnerRect.TopLeft() ); in CalcAlignment() [all …]
|
| /trunk/main/sfx2/source/appl/ |
| H A D | workwin.cxx | 1999 Rectangle aInnerRect( aOuterRect ); in ConfigChild_Impl() local 2016 aInnerRect.Top() += pCli->aSize.Height(); in ConfigChild_Impl() 2022 aInnerRect.Top() += pCli->aSize.Height(); in ConfigChild_Impl() 2027 aInnerRect.Top() += pCli->aSize.Height(); in ConfigChild_Impl() 2033 aInnerRect.Top() += pCli->aSize.Height(); in ConfigChild_Impl() 2039 aInnerRect.Bottom() -= pCli->aSize.Height(); in ConfigChild_Impl() 2045 aInnerRect.Bottom() -= pCli->aSize.Height(); in ConfigChild_Impl() 2050 aInnerRect.Bottom() -= pCli->aSize.Height(); in ConfigChild_Impl() 2056 aInnerRect.Bottom() -= pCli->aSize.Height(); in ConfigChild_Impl() 2062 aInnerRect.Left() += pCli->aSize.Width(); in ConfigChild_Impl() [all …]
|
| /trunk/main/sfx2/inc/sfx2/ |
| H A D | dockwin.hxx | 46 Rectangle aInnerRect; member in SfxDockingWindow 95 { aInnerRect = rInner; aOuterRect = rOuter; } in SetDockingRects() 96 const Rectangle& GetInnerRect() const { return aInnerRect; } in GetInnerRect()
|
| /trunk/main/svtools/source/misc/ |
| H A D | helpagentwindow.cxx | 121 Rectangle aInnerRect( aOutputRect ); in Paint() local 131 aOutputRect.Left() + (aInnerRect.GetWidth() - aPictureSize.Width()) / 2, in Paint() 132 aOutputRect.Top() + (aInnerRect.GetHeight() - aPictureSize.Height()) / 2 ); in Paint()
|
| /trunk/main/svtools/source/brwbox/ |
| H A D | datwin.cxx | 80 String aVal = rDev.GetEllipsisString(aText,aInnerRect.GetWidth() - 2*MIN_COLUMNWIDTH); in DECLARE_LIST() 95 ( aInnerRect.Left() + aInnerRect.Right() ) / 2 - ( rDev.GetTextWidth(aVal) / 2 ), in DECLARE_LIST() 96 aInnerRect.Top() ), aVal ); in DECLARE_LIST()
|
| H A D | datwin.hxx | 50 Rectangle aInnerRect; member in ButtonFrame 65 ,aInnerRect( Point( aRect.Left()+1, aRect.Top()+1 ), in ButtonFrame()
|
| /trunk/main/vcl/source/window/ |
| H A D | toolbox.cxx | 3228 Rectangle aInnerRect( pThis->mpData->maMenubuttonItem.maRect ); in ImplDrawMenubutton() local 3236 aInnerRect.Left() += nDiff1; in ImplDrawMenubutton() 3237 aInnerRect.Right() -= nDiff2; in ImplDrawMenubutton() 3241 aInnerRect.Top() += nDiff1; in ImplDrawMenubutton() 3242 aInnerRect.Bottom() -= nDiff2; in ImplDrawMenubutton() 3248 aInnerRect.nLeft+=2; in ImplDrawMenubutton() 3249 aInnerRect.nRight-=1; in ImplDrawMenubutton() 3250 aInnerRect.nTop+=1; in ImplDrawMenubutton() 3251 aInnerRect.nBottom-=1; in ImplDrawMenubutton() 3255 aInnerRect.nLeft+=1; in ImplDrawMenubutton() [all …]
|
| /trunk/main/vcl/source/control/ |
| H A D | spinfld.cxx | 653 Rectangle aInnerRect = aView.DrawButton( maDropDownRect, nStyle ); in Paint() local 660 …aView.DrawSymbol( aInnerRect, eSymbol, GetSettings().GetStyleSettings().GetButtonTextColor(), nSty… in Paint() 1070 Rectangle aInnerRect = aView.DrawButton( aDD, nStyle ); in Draw() local 1076 aView.DrawSymbol( aInnerRect, eSymbol, aButtonTextColor, nStyle ); in Draw()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/ |
| H A D | BorderRemover.java | 152 Rect aInnerRect = findBorder(m_aImage, nBorderColor); in createNewImageWithoutBorder() local 154 RenderedImage aImage = createImage(m_aImage, aInnerRect); in createNewImageWithoutBorder()
|
| /trunk/main/vbahelper/source/vbahelper/ |
| H A D | vbahelper.cxx | 1152 awt::Rectangle aInnerRect = mxWindow->getPosSize(); in implSetSize() local 1153 sal_Int32 nDecorWidth = aOuterRect.getWidth() - aInnerRect.Width; in implSetSize() 1154 sal_Int32 nDecorHeight = aOuterRect.getHeight() - aInnerRect.Height; in implSetSize()
|
| /trunk/main/vcl/win/source/window/ |
| H A D | salframe.cxx | 4230 RECT aInnerRect; in UpdateFrameGeometry() local 4231 GetClientRect( hWnd, &aInnerRect ); in UpdateFrameGeometry() 4232 if( aInnerRect.right ) in UpdateFrameGeometry() 4235 aPt.x=aInnerRect.right; in UpdateFrameGeometry() 4236 aPt.y=aInnerRect.top; in UpdateFrameGeometry() 4240 if( aInnerRect.bottom ) // may be zero if window was not shown yet in UpdateFrameGeometry() 4241 pFrame->maGeometry.nBottomDecoration += aRect.bottom - aPt.y - aInnerRect.bottom; in UpdateFrameGeometry()
|