Home
last modified time | relevance | path

Searched refs:aRect (Results 351 – 375 of 610) sorted by relevance

1...<<11121314151617181920>>...25

/aoo41x/main/canvas/source/tools/
H A Dverifyinput.cxx820 const ::basegfx::B2IRange aRect( in verifyIndexRange() local
824 if( aRect.getMinX() < 0 || in verifyIndexRange()
825 aRect.getMaxX() > size.Width || in verifyIndexRange()
826 aRect.getMinY() < 0 || in verifyIndexRange()
827 aRect.getMaxY() > size.Height ) in verifyIndexRange()
/aoo41x/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx705 ::basegfx::B2DRectangle aRect(0.0, 0.0, 1.0, 1.0); in gradientFill()
709 aRect, in gradientFill()
717 ::vcl::unotools::rectangleFromB2DRectangle( aRect )); in gradientFill()
830 const ::basegfx::B2DRectangle aRect(0.0, 0.0, 1.0, 1.0); in fillTexturedPolyPolygon() local
833 aRect, in fillTexturedPolyPolygon()
H A Dcanvashelper.cxx964 const Rectangle aRect( ::vcl::unotools::rectangleFromIntegerRectangle2D(rect) ); in getData() local
972 Bitmap aBitmap( rOutDev.GetBitmap(aRect.TopLeft(), in getData()
973 aRect.GetSize()) ); in getData()
1026 const Rectangle aRect( ::vcl::unotools::rectangleFromIntegerRectangle2D(rect) ); in setData() local
1049 Bitmap aBitmap( aRect.GetSize(), nBitCount, pPalette ); in setData()
1136 rOutDev.DrawBitmap(aRect.TopLeft(), aBitmap); in setData()
/aoo41x/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx1229 Rectangle aRect; in ReadData() local
1232 ReadRectangle(aRect); in ReadData()
1238 aRect.setWidth(aRect.getWidth()+1); in ReadData()
1239 aRect.setHeight(aRect.getHeight()+1); in ReadData()
1240 pVirDev->SetClipRegion( Region( aRect ) ); in ReadData()
/aoo41x/main/vcl/aqua/source/window/
H A Dsalframeview.mm151 NSRect aRect = NSMakeRect( pFrame->maGeometry.nX, pFrame->maGeometry.nY,
153 pFrame->VCLToCocoa( aRect );
154 …NSWindow* pNSWindow = [super initWithContentRect: aRect styleMask: mpFrame->getStyleMask() backing…
456 …const NSRect aRect = { NSZeroPoint, NSMakeSize( mpFrame->maGeometry.nWidth, mpFrame->maGeometry.nH…
457 [self addCursorRect: aRect cursor: mpFrame->getCurrentCursor()];
496 -(void)drawRect: (NSRect)aRect
509 const CGRect aCGRect = {{aRect.origin.x,aRect.origin.y},{aRect.size.width,aRect.size.height}};
519 mpFrame->mpGraphics->UpdateWindow( aRect );
/aoo41x/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx2485 GdkRectangle aRect; in UnionClipRegion() local
2486 aRect.x = nX; in UnionClipRegion()
2487 aRect.y = nY; in UnionClipRegion()
2488 aRect.width = nWidth; in UnionClipRegion()
2489 aRect.height = nHeight; in UnionClipRegion()
2491 gdk_region_union_with_rect( m_pRegion, &aRect ); in UnionClipRegion()
2999 GdkRectangle aRect; in signalConfigure() local
3001 pThis->maGeometry.nTopDecoration = y - aRect.y; in signalConfigure()
3002 pThis->maGeometry.nBottomDecoration = aRect.y + aRect.height - y - pEvent->height; in signalConfigure()
3003 pThis->maGeometry.nLeftDecoration = x - aRect.x; in signalConfigure()
[all …]
/aoo41x/main/vcl/source/control/
H A Dbutton.cxx451 Rectangle aRect = Rectangle( Point(), rSize ); in ImplDrawAlignedImage() local
464 aRect.Left() += 3 * nSymbolHeight / 2; in ImplDrawAlignedImage()
486 aRect.Right() -= ( aImageSize.Width() + nImageSep ); in ImplDrawAlignedImage()
498 aRect = pDev->GetTextRect( aRect, aText, nTextStyle ); in ImplDrawAlignedImage()
499 aTextSize = aRect.GetSize(); in ImplDrawAlignedImage()
1100 Rectangle aRect( aPoint, aOutSz ); in ImplDrawPushButton() local
1101 Rectangle aInRect = aRect; in ImplDrawPushButton()
1545 Rectangle aRect( aPos, aSize ); in Draw() local
1578 aRect = aDecoView.DrawButton( aRect, nButtonStyle ); in Draw()
1580 ImplDrawPushButtonContent( pDev, nFlags, aRect, false, true ); in Draw()
[all …]
H A Dctrl.cxx368 Rectangle aRect = rSubControl.mpControlData->mpLayoutData->m_aUnicodeBoundRects[n]; in AppendLayoutData() local
369 aRect.Move( aRel.Left(), aRel.Top() ); in AppendLayoutData()
370 mpControlData->mpLayoutData->m_aUnicodeBoundRects.push_back( aRect ); in AppendLayoutData()
H A Dcombobox.cxx1250 Rectangle aRect( aPos, aSize ); in Draw() local
1254 ImplDrawFrame( pDev, aRect ); in Draw()
1259 pDev->DrawRect( aRect ); in Draw()
1561 Rectangle aRect = mpImplLB->GetMainWindow()->GetBoundingRectangle( nItem ); in GetBoundingRectangle() local
1563 aRect.Move( aOffset.TopLeft().X(), aOffset.TopLeft().Y() ); in GetBoundingRectangle()
1564 return aRect; in GetBoundingRectangle()
/aoo41x/main/embedserv/source/embed/
H A Ded_iinplace.cxx79 STDMETHODIMP EmbedDocument_Impl::SetObjectRects(LPCRECT aRect, LPCRECT aClip) in SetObjectRects() argument
83 return m_pDocHolder->SetObjectRects(aRect,aClip); in SetObjectRects()
/aoo41x/main/svtools/inc/svtools/
H A Dimaprect.hxx40 Rectangle aRect; member in IMapRectangleObject
69 virtual Rectangle GetBoundRect() const { return aRect; } in GetBoundRect()
/aoo41x/main/basegfx/test/
H A Dboxclipper.cxx336 B2DPolygon aRect=tools::createPolygonFromRect( in validatePoly() local
339 aRect.flip(); in validatePoly()
341 genericClip.append(aRect); in validatePoly()
/aoo41x/main/sd/source/ui/dlg/
H A Dcopydlg.cxx305 Rectangle aRect = mpView->GetAllMarkedRect(); in IMPL_LINK() local
307 SetMetricValue( maMtrFldMoveX, Fraction( aRect.GetWidth() ) / in IMPL_LINK()
309 SetMetricValue( maMtrFldMoveY, Fraction( aRect.GetHeight() ) / in IMPL_LINK()
/aoo41x/main/sw/source/core/text/
H A Dnoteurl.cxx72 Rectangle aRect( OutputDevice::LogicToLogic( aSwRect.SVRect(), in FillImageMap() local
74 IMapRectangleObject aObj( aRect, rNote.GetURL(), aEmptyStr, aEmptyStr, in FillImageMap()
H A Dtxtfrm.cxx2697 SwRect aRect = rTxtFly.GetFrm( aFlyRect ); in lcl_CalcFlyBasePos() local
2698 if ( 0 != (aRect.*fnRect->fnGetWidth)() ) in lcl_CalcFlyBasePos()
2702 if ( (aRect.*fnRect->fnGetRight)() - in lcl_CalcFlyBasePos()
2706 (aRect.*fnRect->fnGetLeft)() ); in lcl_CalcFlyBasePos()
2707 nRet = (aRect.*fnRect->fnGetLeft)(); in lcl_CalcFlyBasePos()
2715 (aRect.*fnRect->fnGetLeft)() >= 0 ) in lcl_CalcFlyBasePos()
2718 (aRect.*fnRect->fnGetRight)() + 1 ); in lcl_CalcFlyBasePos()
2719 nRet = (aRect.*fnRect->fnGetRight)(); in lcl_CalcFlyBasePos()
/aoo41x/main/automation/source/server/
H A Dstatemnt.cxx3933 UniString::CreateFromInt32(aRect.Left()). in HandleVisibleControls()
3934 AppendAscii(",").Append(UniString::CreateFromInt32(aRect.Top())). in HandleVisibleControls()
5308 Rectangle aRect = pTB->GetItemRect(pTB->GetItemId(nItemPos)); in Execute() local
5309 if ( aRect.IsEmpty() ) in Execute()
5325 aRect = pTB->GetItemRect(pTB->GetItemId(nItemPos)); in Execute()
5339 Rectangle aRect = pTB->GetItemPosDropDownRect( nItemPos ); in Execute() local
5340 AnimateMouse( pControl, aRect.Center() ); in Execute()
5374 Rectangle aRect = pTB->GetItemPosDropDownRect( nItemPos ); in Execute() local
5375 AnimateMouse( pControl, aRect.Center() ); in Execute()
5425 Rectangle aRect = pTB->GetItemPosRect( nItemPos ); in Execute() local
[all …]
/aoo41x/main/starmath/source/
H A Drect.cxx607 SmRect aRect (*this); in AsGlyphRect() local
608 aRect.SetTop(nGlyphTop); in AsGlyphRect()
609 aRect.SetBottom(nGlyphBottom); in AsGlyphRect()
610 return aRect; in AsGlyphRect()
/aoo41x/main/svx/source/svdraw/
H A Dsvdoole2.cxx1841 Size aVisSize( (long)( Fraction( aRect.GetWidth() ) / aScaleWidth ), in ImpSetVisAreaSize()
1842 (long)( Fraction( aRect.GetHeight() ) / aScaleHeight ) ); in ImpSetVisAreaSize()
1865aRect.SetSize(OutputDevice::LogicToLogic( aAcceptedVisArea.GetSize(), aNewMapUnit, pModel->GetScal… in ImpSetVisAreaSize()
1872 pClient->SetObjArea(aRect); in ImpSetVisAreaSize()
1893 Rectangle aScaleRect(aRect.TopLeft(), aObjAreaSize); in ImpSetVisAreaSize()
1912 Point aTL( aRect.TopLeft() ); in ImpSetVisAreaSize()
1913 Point aBR( aRect.BottomRight() ); in ImpSetVisAreaSize()
2274 Size aSize = aRect.GetSize(); in CalculateNewScaling()
/aoo41x/main/avmedia/source/xine/
H A Dwindow.cxx185 awt::Rectangle aRect = getPosSize(); in implLayoutVideoWindow() local
186 int nW = aRect.Width, nH = aRect.Height; in implLayoutVideoWindow()
/aoo41x/main/slideshow/source/engine/shapes/
H A Dviewmediashape.cxx225 const awt::Rectangle aRect( xParentWindow->getPosSize() ); in resize() local
227 maWindowOffset.X = aRect.X; in resize()
228 maWindowOffset.Y = aRect.Y; in resize()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessiblePreviewHeaderCell.cxx338 Rectangle aRect = pWindow->GetWindowExtentsRelative(NULL); in GetBoundingBoxOnScreen() local
339 aCellRect.setX(aCellRect.getX() + aRect.getX()); in GetBoundingBoxOnScreen()
340 aCellRect.setY(aCellRect.getY() + aRect.getY()); in GetBoundingBoxOnScreen()
/aoo41x/main/xmloff/source/draw/
H A Dshapeexport4.cxx508 awt::Rectangle aRect; in ImpExportEnhancedGeometry() local
509 if ( rGeoProp.Value >>= aRect ) in ImpExportEnhancedGeometry()
511 SdXMLImExViewBox aViewBox( aRect.X, aRect.Y, aRect.Width, aRect.Height ); in ImpExportEnhancedGeometry()
/aoo41x/main/sfx2/source/appl/
H A Dnewhelp.cxx2919 ::com::sun::star::awt::Rectangle aRect = xWindow->getPosSize(); in MakeLayout()
2922 xWindow->setPosSize( aRect.X, aRect.Y, nWidth, nHeight, ::com::sun::star::awt::PosSize::SIZE ); in MakeLayout()
2924 if ( aRect.Width > 0 && aRect.Height > 0 ) in MakeLayout()
2961 ::com::sun::star::awt::Rectangle aRect = xWindow->getPosSize(); in InitSizes()
2962 nHeight = aRect.Height; in InitSizes()
2966 nExpandWidth = aRect.Width; in InitSizes()
2971 nCollapseWidth = aRect.Width; in InitSizes()
3024 ::com::sun::star::awt::Rectangle aRect = xWindow->getPosSize(); in SaveConfig()
3025 nW = aRect.Width; in SaveConfig()
3026 nH = aRect.Height; in SaveConfig()
/aoo41x/main/sc/source/ui/view/
H A Dprintfun.cxx439 Rectangle aRect = rBound; in DrawToDev() local
441 if (aRect.Right() < aRect.Left() || aRect.Bottom() < aRect.Top()) in DrawToDev()
442 aRect = Rectangle( Point(), pDev->GetOutputSize() ); in DrawToDev()
474 long nDevSizeX = aRect.Right()-aRect.Left()+1; in DrawToDev()
475 long nDevSizeY = aRect.Bottom()-aRect.Top()+1; in DrawToDev()
516 long nScrX = aRect.Left(); in DrawToDev()
517 long nScrY = aRect.Top(); in DrawToDev()
/aoo41x/main/svx/source/sidebar/tools/
H A DPopup.cxx76 const Rectangle aRect (aPos, aSize); in Show() local
79 aRect, in Show()

Completed in 1084 milliseconds

1...<<11121314151617181920>>...25