| /trunk/main/svx/source/dialog/ |
| H A D | dlgctrl.cxx | 869 nX = (sal_uInt16) ( aPt.X() * nLines / aRectSize.Width() ); in PointToIndex() 870 nY = (sal_uInt16) ( aPt.Y() * nLines / aRectSize.Height() ); in PointToIndex() 882 aPtTl.Y() = aRectSize.Height() * nYIndex / nLines + 1; in IndexToPoint() 883 aPtTl.X() = aRectSize.Width() * nXIndex / nLines + 1; in IndexToPoint() 896 nX = (sal_uInt16) ( aPt.X() * nLines / aRectSize.Width() ); in ShowPosition() 897 nY = (sal_uInt16) ( aPt.Y() * nLines / aRectSize.Height() ); in ShowPosition() 905 Invalidate(Rectangle(Point(0,0),aRectSize)); in ShowPosition() 921 aRectSize = GetOutputSize(); in SvxPixelCtl() 1007 nTmp = (sal_uInt16) ( aRectSize.Height() * i / nLines ); in Paint() 1008 DrawLine( Point( 0, nTmp ), Point( aRectSize.Width(), nTmp ) ); in Paint() [all …]
|
| H A D | svxbmpnumvalueset.cxx | 180 Size aRectSize(nRectWidth, aRect.GetHeight()); in UserDraw() local 213 pVDev->SetOutputSize( aRectSize ); in UserDraw() 235 pDev->DrawOutDev( aRect.TopLeft(), aRectSize, in UserDraw() 236 aOrgRect.TopLeft(), aRectSize, in UserDraw() 412 pDev->DrawOutDev( aRect.TopLeft(), aRectSize, in UserDraw() 413 aOrgRect.TopLeft(), aRectSize, in UserDraw()
|
| /trunk/main/vcl/source/window/ |
| H A D | decoview.cxx | 397 Size aRectSize( 2, 1 ); in ImplDrawSymbol() local 399 aRectSize.Width() = 1; in ImplDrawSymbol() 401 aRectSize.Width() = nMin/10; in ImplDrawSymbol() 404 nBottom = nCenterY-n2+nMin-aRectSize.Width()+1; in ImplDrawSymbol() 406 while ( i < nMin-aRectSize.Width()+1 ) in ImplDrawSymbol() 408 pDev->DrawRect( Rectangle( Point( nLeft+i, nTop+i ), aRectSize ) ); in ImplDrawSymbol() 409 pDev->DrawRect( Rectangle( Point( nLeft+i, nBottom-i ), aRectSize ) ); in ImplDrawSymbol() 445 Size aRectSize( 1, 2 ); in ImplDrawSymbol() local 454 pDev->DrawRect( Rectangle( Point( nX, nY++ ), aRectSize ) ); in ImplDrawSymbol() 466 pDev->DrawRect( Rectangle( Point( nX, nY-- ), aRectSize ) ); in ImplDrawSymbol()
|
| /trunk/main/sc/source/ui/unoobj/ |
| H A D | chartuno.cxx | 232 Size aRectSize( aRect.Width, aRect.Height ); in addNewByName() local 233 if (aRectSize.Width() <= 0) aRectSize.Width() = 5000; // Default-Groesse in addNewByName() 234 if (aRectSize.Height() <= 0) aRectSize.Height() = 5000; in addNewByName() 235 Rectangle aInsRect( aRectPos, aRectSize ); in addNewByName()
|
| /trunk/main/svx/source/sidebar/tools/ |
| H A D | ValueSetWithTextControl.cxx | 300 Size aRectSize(nRectWidth, aRect.GetHeight()); in UserDraw() local 322 pVDev->SetOutputSize( aRectSize ); in UserDraw() 347 pDev->DrawOutDev( aRect.TopLeft(), aRectSize, in UserDraw() 348 aOrgRect.TopLeft(), aRectSize, in UserDraw()
|
| /trunk/main/svx/inc/svx/ |
| H A D | dlgctrl.hxx | 214 Size aRectSize; member in SvxPixelCtl 249 long GetWidth() const { return aRectSize.getWidth() ; } in GetWidth() 250 long GetHeight() const { return aRectSize.getHeight() ; } in GetHeight()
|
| /trunk/main/svtools/source/control/ |
| H A D | valueset.cxx | 308 Size aRectSize = aRect.GetSize(); in ImplFormatItem() local 310 aPos.X() += (aRectSize.Width()-aImageSize.Width())/2; in ImplFormatItem() 311 aPos.Y() += (aRectSize.Height()-aImageSize.Height())/2; in ImplFormatItem() 317 if ( (aImageSize.Width() > aRectSize.Width()) || in ImplFormatItem() 318 (aImageSize.Height() > aRectSize.Height()) ) in ImplFormatItem()
|
| H A D | tabbar.cxx | 1159 Size aRectSize = aRect.GetSize(); in Paint() local 1162 Point aTxtPos( aRect.Left()+(aRectSize.Width()-nTextWidth)/2, in Paint() 1163 (aRectSize.Height()-nTextHeight)/2 ); in Paint()
|
| /trunk/main/cui/source/tabpages/ |
| H A D | backgrnd.cxx | 1952 Size aRectSize(aWndPosition.GetSizePixel()); in EnableTransparency() local 1957 aRectSize.Height() = nRectHeight; in EnableTransparency() 1958 aWndPosition.SetSizePixel(aRectSize); in EnableTransparency()
|
| /trunk/main/svtools/source/contnr/ |
| H A D | svtreebx.cxx | 1706 Size aRectSize( 0, nTempEntryHeight ); in PaintEntry1() local 1802 aRectSize.Width() = aSize.Width(); in PaintEntry1() 1804 aRect.SetSize( aRectSize ); in PaintEntry1()
|