Home
last modified time | relevance | path

Searched refs:Rectangle (Results 601 – 625 of 2178) sorted by relevance

1...<<21222324252627282930>>...88

/aoo41x/main/oox/inc/oox/drawingml/
H A Dshape.hxx136 const ::com::sun::star::awt::Rectangle* pShapeRect = 0,
154 const ::com::sun::star::awt::Rectangle* pShapeRect,
162 const ::com::sun::star::awt::Rectangle& rClientRect,
168 const ::com::sun::star::awt::Rectangle& rShapeRect );
/aoo41x/main/svx/source/dialog/
H A Dcontwnd.hxx40 Rectangle aWorkRect;
55 virtual void Paint( const Rectangle& rRect );
76 const Rectangle& GetWorkRect() const { return aWorkRect; } in GetWorkRect()
H A Dcharmap.cxx155 if ( Rectangle(Point(), GetOutputSize()).IsInside(rMEvt.GetPosPixel())) in MouseButtonUp()
318 void SvxShowCharSet::Paint( const Rectangle& ) in Paint() argument
353 Rectangle aBoundRect; in DrawChars_Impl()
412 DrawRect( Rectangle( aPointUL, Size(nX-1,nY-1) ) ); in DrawChars_Impl()
420 DrawRect( Rectangle( aPointUL, Size( nX-1, nY-1) ) ); in DrawChars_Impl()
574 DrawRect( Rectangle( aOldPixel, Size( nX-1, nY-1 ) ) ); in SelectIndex()
690 aFind->second->maRect = Rectangle( Point( pix.X() + 1, pix.Y() + 1 ), Size(nX-1,nY-1) ); in ImplGetItem()
/aoo41x/main/dbaccess/source/ui/inc/
H A DConnectionLine.hxx70 Rectangle GetBoundingRect();
79 Rectangle GetSourceTextPos() const;
80 Rectangle GetDestTextPos() const;
H A DTableConnection.hxx48 class Rectangle;
108 Rectangle GetBoundingRect() const;
113 virtual void Draw( const Rectangle& rRect );
/aoo41x/main/sd/source/ui/slidesorter/inc/model/
H A DSlsPageDescriptor.hxx125 Rectangle GetBoundingBox (void) const;
127 void SetBoundingBox (const Rectangle& rBoundingBox);
139 Rectangle maBoundingBox;
/aoo41x/main/dbaccess/inc/
H A Ddataview.hxx78 virtual void Paint( const Rectangle& _rRect );
81 virtual void resizeAll( const Rectangle& _rPlayground );
84 virtual void resizeDocumentView( Rectangle& _rPlayground );
/aoo41x/main/sd/source/ui/view/
H A Dsdview3.cxx122 void ImpCheckInsertPos(Point& rPos, const Size& rSize, const Rectangle& rWorkArea) in ImpCheckInsertPos()
126Rectangle aMarkRect(Point(rPos.X() - (rSize.Width() / 2), rPos.Y() - (rSize.Height() / 2)), rSize); in ImpCheckInsertPos()
477 Rectangle aCurBoundRect; in InsertData()
725 Rectangle aPickObjRect( pPickObj2->GetCurrentBoundRect() ); in InsertData()
728 Rectangle aObjRect( pNewObj->GetCurrentBoundRect() ); in InsertData()
849 Rectangle aRect( pObj->GetLogicRect() ); in InsertData()
1006 Rectangle aRect( maDropPos, aSize ); in InsertData()
1177 Rectangle aRect( maDropPos, aSize ); in InsertData()
1416 Rectangle aRect( pOLV->GetOutputArea() ); in InsertData()
1451 Rectangle aRect( pOLV->GetOutputArea() ); in InsertData()
/aoo41x/main/reportdesign/source/ui/misc/
H A DUITools.cxx860 SdrObject* isOver(const Rectangle& _rRect, SdrPage& _rPage, SdrView& _rView, bool _bAllObjects, Sdr… in isOver()
879 Rectangle aRect = _rRect.GetIntersection(pObjIter->GetLastBoundRect()); in isOver()
901 SdrObject* isOver(const Rectangle& _rRect,SdrPage& _rPage,SdrView& _rView,bool _bAllObjects, SdrUno… in isOver()
917 Rectangle aRect = _rRect.GetIntersection(pObjIter->GetLastBoundRect()); in isOver()
931 Rectangle aRect = _pObj->GetCurrentBoundRect(); in isOver()
969 Rectangle getRectangleFromControl(SdrObject* _pControl) in getRectangleFromControl()
976 Rectangle aRect(VCLPoint(xComponent->getPosition()),VCLSize(xComponent->getSize())); in getRectangleFromControl()
982 return Rectangle(); in getRectangleFromControl()
993 Rectangle aRect = getRectangleFromControl(_pControl); in correctOverlapping()
1002 const Rectangle& aLogicRect = pOverlappedObj->GetLogicRect(); in correctOverlapping()
/aoo41x/main/vcl/inc/
H A Dilstbox.hxx197 Rectangle maFocusRect;
263 virtual void Paint( const Rectangle& rRect );
271 void ImplDoPaint( const Rectangle& rRect, bool bLayout = false );
349 Rectangle GetBoundingRectangle( sal_uInt16 nItem ) const;
587 Rectangle maFocusRect;
607 virtual void Paint( const Rectangle& rRect );
/aoo41x/main/tools/source/generic/
H A Dpoly2.cxx316 const Rectangle aBound( GetBoundRect() ); in Optimize()
581 void PolyPolygon::Distort( const Rectangle& rRefRect, const Polygon& rDistortedRect ) in Distort()
600 void PolyPolygon::Clip( const Rectangle& rRect ) in Clip()
629 Rectangle PolyPolygon::GetBoundRect() const in GetBoundRect()
668 return Rectangle( nXMin, nYMin, nXMax, nYMax ); in GetBoundRect()
670 return Rectangle(); in GetBoundRect()
/aoo41x/main/svx/source/svdraw/
H A Dsvdsnpv.cxx297 void SdrSnapView::TakeActionRect(Rectangle& rRect) const in TakeActionRect()
300 rRect=Rectangle(aDragStat.GetNow(),aDragStat.GetNow()); in TakeActionRect()
388 Rectangle aRect(pO->GetCurrentBoundRect()); in SnapPos()
410 Rectangle aLog(pO->GetSnapRect()); in SnapPos()
411 Rectangle aR1(aLog); in SnapPos()
495 sal_uInt16 SdrSnapView::SnapRect(const Rectangle& rRect, const SdrPageView* pPV, long& rDX, long& r… in SnapRect()
/aoo41x/main/svx/source/table/
H A Dcell.hxx76 SVX_DLLPRIVATE void setCellRect( ::Rectangle& rCellRect ) { maCellRect = rCellRect; } in setCellRect()
77 SVX_DLLPRIVATE const ::Rectangle& getCellRect() const { return maCellRect; } in getCellRect()
78 SVX_DLLPRIVATE ::Rectangle& getCellRect() { return maCellRect; } in getCellRect()
84 SVX_DLLPRIVATE virtual const Rectangle& GetCurrentBoundRect() const;
85 SVX_DLLPRIVATE virtual void TakeTextAnchorRect(Rectangle& rAnchorRect) const;
231 Rectangle maCellRect;
/aoo41x/main/canvas/workben/
H A Dcanvasdemo.cxx101 virtual void Paint( const Rectangle& rRect );
188 void drawRect( Rectangle rRect, uno::Sequence< double > &aColor, int /*nWidth*/ ) in drawRect()
314 drawRect( Rectangle( 20, 30, 70, 60 ), maColorRed, 8 ); in drawRectangles()
316 drawRect( Rectangle( 90, 40, 180, 100 ), maColorBlack, 4 ); in drawRectangles()
318 drawRect( Rectangle( 10, 80, 80, 140 ), maColorBlack, 1 ); in drawRectangles()
571 void TestWindow::Paint( const Rectangle& /*rRect*/ ) in Paint() argument
/aoo41x/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx345 void OTableWindow::Paint( const Rectangle& rRect ) in Paint()
347 Rectangle aRect( Point(0,0), GetOutputSizePixel() ); in Paint()
353 void OTableWindow::Draw3DBorder(const Rectangle& rRect) in Draw3DBorder()
375 Rectangle OTableWindow::getSizingRect(const Point& _rPos,const Size& _rOutputSize) const in getSizingRect()
377 Rectangle aSizingRect = Rectangle( GetPosPixel(), GetSizePixel() ); in getSizingRect()
/aoo41x/main/sd/source/ui/slidesorter/inc/view/
H A DSlsInsertionIndicatorOverlay.hxx83 const Rectangle& rRepaintArea);
89 Rectangle GetBoundingBox (void) const;
102 void SetPositionAndSize (const Rectangle& rBoundingBox);
/aoo41x/main/editeng/source/accessibility/
H A DAccessibleStringWrap.cxx47 sal_Bool AccessibleStringWrap::GetCharacterBounds( sal_Int32 nIndex, Rectangle& rRect ) in GetCharacterBounds()
76 rRect = Rectangle( Point(-rRect.Top(), rRect.Left()), in GetCharacterBounds()
86 Rectangle aRect; in GetIndexAtPoint()
/aoo41x/main/sw/source/ui/docvw/
H A DPostItMgr.cxx949Rectangle aNoteRect (Point(pPostIt->GetPosPixel().X(),pPostIt->GetPosPixel().Y()-5),pPostIt->GetSi… in MakeVisible()
985 bool SwPostItMgr::LayoutByPage(std::list<SwSidebarWin*> &aVisiblePostItList,const Rectangle aBorder… in LayoutByPage()
995 const Rectangle rBorder = mpEditWin->LogicToPixel( aBorder); in LayoutByPage()
1542 Rectangle aRect; in IsHit()
1546 …: Rectangle( Point(aPageFrm.Right()+GetSidebarBorderWidth(),aPageFrm.Top()) , Size(GetSidebarWidth… in IsHit()
1560 Rectangle SwPostItMgr::GetBottomScrollRect(const unsigned long aPage) const in GetBottomScrollRect()
1567 return Rectangle(aPointBottom,aSize); in GetBottomScrollRect()
1571 Rectangle SwPostItMgr::GetTopScrollRect(const unsigned long aPage) const in GetTopScrollRect()
1578 return Rectangle(aPointTop,aSize); in GetTopScrollRect()
1594 Rectangle aRectBottom(GetBottomScrollRect(aPage)); in ScrollbarHit()
[all …]
/aoo41x/main/sw/inc/
H A Daccmap.hxx43 class Rectangle;
303 virtual Rectangle GetVisibleArea() const;
326 Rectangle CoreToPixel (const Rectangle& rRect) const;
/aoo41x/main/svtools/source/graphic/
H A Drenderer.cxx217 …estinationRect" ), UNOGRAPHIC_DESTINATIONRECT, &::getCppuType( (const awt::Rectangle*)(0)), 0, 0 }, in createPropertySetInfo()
262 awt::Rectangle aAWTRect; in _setPropertyValues()
266 maDestRect = Rectangle( Point( aAWTRect.X, aAWTRect.Y ), in _setPropertyValues()
304 const awt::Rectangle aAWTRect( maDestRect.Left(), maDestRect.Top(), in _getPropertyValues()
/aoo41x/main/accessibility/source/standard/
H A Daccessiblemenucomponent.cxx114 awt::Rectangle OAccessibleMenuComponent::implGetBounds() throw (RuntimeException) in implGetBounds()
116 awt::Rectangle aBounds( 0, 0, 0, 0 ); in implGetBounds()
124 Rectangle aRect = pWindow->GetWindowExtentsRelative( NULL ); in implGetBounds()
283 Rectangle aRect = pWindow->GetWindowExtentsRelative( NULL ); in getLocationOnScreen()
/aoo41x/main/sdext/source/presenter/
H A DPresenterPaintManager.hxx54 ::boost::function<void(const css::awt::Rectangle& rRepaintBox)>
76 const css::awt::Rectangle& rRepaintBox,
80 const css::awt::Rectangle& rRepaintBox,
/aoo41x/main/sw/source/ui/table/
H A Dtautofmt.cxx78 virtual void Paint( const Rectangle& rRect );
106 void DoPaint ( const Rectangle& rRect );
760 Rectangle cellRect = maArray.GetCellRect( nCol, nRow ); in DrawString()
990 DoPaint( Rectangle( Point(0,0), GetSizePixel() ) ); in NotifyChange()
996 void AutoFmtPreview::DoPaint( const Rectangle& /*rRect*/ ) in DoPaint() argument
1034 aVD.DrawRect( Rectangle( Point(0,0), theWndSize ) ); in DoPaint()
1050 void __EXPORT AutoFmtPreview::Paint( const Rectangle& rRect ) in Paint()
/aoo41x/main/sc/source/ui/view/
H A Dolinewin.cxx149 Rectangle aRect( GetRectangle( 0, nEntryStart, GetOutputSizeLevel() - 1, nEntryEnd ) ); in ScrollRel()
224 Rectangle ScOutlineWindow::GetRectangle( in GetRectangle()
227 return Rectangle( GetPoint( nLevelStart, nEntryStart ), GetPoint( nLevelEnd, nEntryEnd ) ); in GetRectangle()
524 SetClipRegion( Rectangle( in SetEntryAreaClipRegion()
548 DrawRect( Rectangle( aPos, rImage.GetSizePixel() ) ); in DrawImageRel()
582 maFocusRect = Rectangle( aPos, Size( SC_OL_BITMAPSIZE - 2, SC_OL_BITMAPSIZE - 2 ) ); in ShowFocus()
608 void ScOutlineWindow::Paint( const Rectangle& /* rRect */ ) in Paint() argument
/aoo41x/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx148 const Rectangle aRect(aEmpty, aVirtualDeviceMask.GetOutputSizePixel()); in animatedBitmapExPreparator()
171 const Rectangle aRect(rAnimBitmap.aPosPix, aContent.GetSizePixel()); in animatedBitmapExPreparator()
314 const Rectangle aRectangle( in create2DDecompositionOfGraphic()
341 const Rectangle aCenteredRectangle( in create2DDecompositionOfGraphic()
349 … const Rectangle aRightRectangle(aRectangle.TopCenter(), aRectangle.BottomRight()); in create2DDecompositionOfGraphic()
355 … const Rectangle aRightRectangle(aRectangle.TopCenter(), aRectangle.BottomRight()); in create2DDecompositionOfGraphic()
356 … const Rectangle aBottomRectangle(aRectangle.LeftCenter(), aRectangle.BottomRight()); in create2DDecompositionOfGraphic()

Completed in 153 milliseconds

1...<<21222324252627282930>>...88