Home
last modified time | relevance | path

Searched defs:aRect (Results 101 – 125 of 544) sorted by relevance

12345678910>>...22

/trunk/main/sd/source/core/
H A Dsdpage.cxx308 Rectangle aRect (aPnt, aSize); in CreatePresObj() local
895 Rectangle aRect( aPos, aSize ); in CreateDefaultPresObj() local
902 Rectangle aRect( aPos, aSize ); in CreateDefaultPresObj() local
909 Rectangle aRect( aPos, aSize ); in CreateDefaultPresObj() local
940 Rectangle aRect( aPos, aSize ); in CreateDefaultPresObj() local
946 Rectangle aRect( aPos, aSize ); in CreateDefaultPresObj() local
952 Rectangle aRect( aPos, aSize ); in CreateDefaultPresObj() local
958 Rectangle aRect( aPos, aSize ); in CreateDefaultPresObj() local
2074 …mpl( SdPage& rPage, SdrObject* pSourceObj, PresObjKind& eObjKind, bool bVertical, Rectangle aRect ) in convertPresentationObjectImpl()
2219 …toLayoutShape( SdrObject* pObj, PresObjKind eObjKind, bool bVertical, Rectangle aRect, bool bInit ) in InsertAutoLayoutShape()
/trunk/main/sw/source/ui/docvw/
H A DAnnotationMenuButton.cxx128 const Rectangle aRect( Rectangle( Point( 0, 0 ), PixelToLogic( GetSizePixel() ) ) ); in Paint() local
/trunk/main/odk/examples/OLE/activex/
H A DSOComWindowPeer.h106 /* [in] */ IDispatch __RPC_FAR *aRect, in invalidateRect()
/trunk/main/sc/source/ui/drawfunc/
H A Dfumark.cxx101 Rectangle aRect(aBeginPos, aEndPos); in MouseMove() local
/trunk/main/sw/source/core/layout/
H A Dlayact.cxx361 SwRect aRect( pTmp->GetUpper()->PaintArea() ); in PaintCntnt() local
1578 SwRect aRect( pLay->GetUpper()->PaintArea() ); in FormatLayout() local
1777 SwRect aRect( pTab->GetUpper()->PaintArea() ); in FormatLayoutTab() local
1796 SwRect aRect( pTab->GetUpper()->PaintArea() ); in FormatLayoutTab() local
2379 Rectangle aRect( 0, 0, 5, 5 ); in ShowIdle() local
2607 Rectangle aRect( 0, 0, 5, 5 ); in SwLayIdle() local
H A Dpaintfrm.cxx2922 SwRect aRect( rRect ); in Paint() local
3641 SwRect aRect( rRect ); in Paint() local
3898 SwRect aRect; in Paint() local
4354 SwRect aRect( _rOutRect ); in lcl_PaintLeftRightLine() local
4867 SwRect aRect( Prt() ); in PaintBorder() local
4980 SwRect aRect( Prt() ); in PaintBorder() local
5082 SwRect aRect( rRect ); in PaintColLines() local
5872 SwRect aRect; in PaintBackground() local
6031 SwRect aRect( rRect ); in RefreshSubsidiary() local
6249 SwRect aRect( aP1, aP2 ); in lcl_RefreshLine() local
[all …]
/trunk/main/vcl/source/window/
H A Ddockmgr.cxx498 Rectangle aRect; in GetPosSizePixel() local
623 Rectangle aRect; in GetDragRect() local
656 Rectangle aRect( aPt, GetOutputSizePixel() ); in DrawBorder() local
686 Rectangle aRect( GetDragRect() ); in DrawGrip() local
766 Rectangle aRect( aPt, GetOutputSizePixel() ); in Paint() local
1074 Rectangle aRect( rRect ); in EndDocking() local
/trunk/main/vcl/source/control/
H A Dfixed.cxx263 Rectangle aRect( Rectangle( aPos, rSize ) ); in ImplDraw() local
301 Rectangle aRect( aPos, aSize ); in Draw() local
545 Rectangle aRect( 0, 0, aOutSize.Width(), aOutSize.Height() ); in ImplDraw() local
834 Rectangle aRect( aPos, aSize ); in Draw() local
1086 Rectangle aRect( aPos, aSize ); in Draw() local
/trunk/main/sd/source/ui/view/
H A Dsdview3.cxx849 Rectangle aRect( pObj->GetLogicRect() ); in InsertData() local
1006 Rectangle aRect( maDropPos, aSize ); in InsertData() local
1177 Rectangle aRect( maDropPos, aSize ); in InsertData() local
1416 Rectangle aRect( pOLV->GetOutputArea() ); in InsertData() local
1451 Rectangle aRect( pOLV->GetOutputArea() ); in InsertData() local
H A Ddrviews8.cxx526 Rectangle aRect( aPnt, aBmpSize ); in ScannerEvent() local
/trunk/main/basegfx/test/
H A Dgenericclipper.cxx88 const B2DPolyPolygon aRect( in validate() local
/trunk/main/vcl/source/gdi/
H A Dbmpacc3.cxx122 const Rectangle aRect( aPoint, maBitmap.GetSizePixel() ); in Erase() local
276 Rectangle aRect( aPoint, maBitmap.GetSizePixel() ); in FillRect() local
/trunk/main/sc/source/ui/view/
H A Dgridwin3.cxx378 Rectangle aRect; in UpdateStatusPosSize() local
393 Rectangle aRect = pDrView->GetAllMarkedRect(); in UpdateStatusPosSize() local
H A Doutput3.cxx53 Rectangle aRect; in PrePrintDrawingLayer() local
H A Dspelldialog.cxx250 Rectangle aRect( Point( 0, 0 ), Point( 0, 0 ) ); in Init() local
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DGeneralTableSample.java198 com.sun.star.awt.Rectangle aRect = new com.sun.star.awt.Rectangle(); in doSampleFunction() local
/trunk/main/canvas/source/directx/
H A Ddx_surfacebitmap.cxx178 const Gdiplus::Rect aRect( 0,0,aBmpData.Width,aBmpData.Height ); in lock() local
513 const Gdiplus::Rect aRect( tools::gdiPlusRectFromIntegerRectangle2D( rect ) ); in getData() local
600 const Gdiplus::Rect aRect( tools::gdiPlusRectFromIntegerRectangle2D( rect ) ); in setData() local
/trunk/main/sw/source/core/inc/
H A Ddrawdev.hxx129 SwRect aRect( rRect ); in DrawRect() local
/trunk/main/svtools/source/control/
H A Dtaskbar.cxx402 Rectangle aRect( nOldStatusX, 0, nOldStatusX+2, aSize.Height()-1 ); in Resize() local
407 Rectangle aRect( nNewStatusX, 0, nNewStatusX+2, aSize.Height()-1 ); in Resize() local
/trunk/main/canvas/source/simplecanvas/
H A Dsimplecanvasimpl.cxx218 …virtual void SAL_CALL setRectClip( const geometry::RealRectangle2D& aRect ) throw (uno::RuntimeExc… in setRectClip()
248 …virtual void SAL_CALL drawRect( const geometry::RealRectangle2D& aRect ) throw (uno::RuntimeExcept… in drawRect()
/trunk/main/chart2/source/controller/drawinglayer/
H A DDrawViewWrapper.cxx206 Rectangle aRect(Point(0,0), aOutputSize); in ReInit() local
370 Rectangle aRect(pObj->GetCurrentBoundRect()); in IsObjectHit() local
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlBase.cxx374 Rectangle aRect = implGetBoundingBox(); in getBoundingBox() local
388 Rectangle aRect = implGetBoundingBoxOnScreen(); in getBoundingBoxOnScreen() local
/trunk/main/accessibility/source/standard/
H A Daccessiblemenucomponent.cxx124 Rectangle aRect = pWindow->GetWindowExtentsRelative( NULL ); in implGetBounds() local
283 Rectangle aRect = pWindow->GetWindowExtentsRelative( NULL ); in getLocationOnScreen() local
/trunk/main/sd/source/ui/func/
H A Dfuzoom.cxx162 Rectangle aRect(aBeginPos, aEndPos); in MouseMove() local
/trunk/main/embedserv/source/embed/
H A Ddocholder.cxx1228 uno::Sequence< sal_Int32 > aRect; in GetDocumentBorder() local
1315 HRESULT DocumentHolder::SetContRects(LPCRECT aRect) in SetContRects()
1342 HRESULT DocumentHolder::SetObjectRects(LPCRECT aRect, LPCRECT aClip) in SetObjectRects()
1469 RECT aRect; in setDockingAreaSpace() local

Completed in 266 milliseconds

12345678910>>...22