| /AOO41X/main/svx/source/dialog/ |
| H A D | dlgctrl.cxx | 897 nX = (sal_uInt16) ( aPt.X() * nLines / aRectSize.Width() ); in PointToIndex() 898 nY = (sal_uInt16) ( aPt.Y() * nLines / aRectSize.Height() ); in PointToIndex() 910 aPtTl.Y() = aRectSize.Height() * nYIndex / nLines + 1; in IndexToPoint() 911 aPtTl.X() = aRectSize.Width() * nXIndex / nLines + 1; in IndexToPoint() 924 nX = (sal_uInt16) ( aPt.X() * nLines / aRectSize.Width() ); in ShowPosition() 925 nY = (sal_uInt16) ( aPt.Y() * nLines / aRectSize.Height() ); in ShowPosition() 933 Invalidate(Rectangle(Point(0,0),aRectSize)); in ShowPosition() 949 aRectSize = GetOutputSize(); in SvxPixelCtl() 1043 nTmp = (sal_uInt16) ( aRectSize.Height() * i / nLines ); in Paint() 1044 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()
|
| /AOO41X/main/vcl/source/window/ |
| H A D | decoview.cxx | 400 Size aRectSize( 2, 1 ); in ImplDrawSymbol() local 402 aRectSize.Width() = 1; in ImplDrawSymbol() 404 aRectSize.Width() = nMin/10; in ImplDrawSymbol() 407 nBottom = nCenterY-n2+nMin-aRectSize.Width()+1; in ImplDrawSymbol() 409 while ( i < nMin-aRectSize.Width()+1 ) in ImplDrawSymbol() 411 pDev->DrawRect( Rectangle( Point( nLeft+i, nTop+i ), aRectSize ) ); in ImplDrawSymbol() 412 pDev->DrawRect( Rectangle( Point( nLeft+i, nBottom-i ), aRectSize ) ); in ImplDrawSymbol() 448 Size aRectSize( 1, 2 ); in ImplDrawSymbol() local 457 pDev->DrawRect( Rectangle( Point( nX, nY++ ), aRectSize ) ); in ImplDrawSymbol() 469 pDev->DrawRect( Rectangle( Point( nX, nY-- ), aRectSize ) ); in ImplDrawSymbol()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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 | 1184 Size aRectSize = aRect.GetSize(); in Paint() local 1187 Point aTxtPos( aRect.Left()+(aRectSize.Width()-nTextWidth)/2, in Paint() 1188 (aRectSize.Height()-nTextHeight)/2 ); in Paint()
|
| /AOO41X/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()
|
| /AOO41X/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()
|