Home
last modified time | relevance | path

Searched refs:Rectangle (Results 751 – 775 of 2177) sorted by relevance

1...<<31323334353637383940>>...88

/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DShapeContainer.java26 import java.awt.Rectangle;
48 maBoundingBox = new Rectangle (0,0,100,100); in ShapeContainer()
230 private Rectangle maBoundingBox;
/aoo41x/main/svx/source/svdraw/
H A Dsvddrgv.cxx156 void SdrDragView::TakeActionRect(Rectangle& rRect) const in TakeActionRect()
169 rRect = Rectangle( in TakeActionRect()
176 rRect=Rectangle(aDragStat.GetNow(),aDragStat.GetNow()); in TakeActionRect()
187 Rectangle aR; in TakeDragObjAnchorPos()
222 sal_Bool SdrDragView::TakeDragLimit(SdrDragMode /*eMode*/, Rectangle& /*rRect*/) const in TakeDragLimit()
/aoo41x/main/sfx2/source/doc/
H A Dnew.cxx116 const Rectangle&, GDIMetaFile* pFile, Window* pWindow ) in ImpPaint() argument
147 pWindow->DrawRect( Rectangle( Point( 0,0 ), pWindow->GetOutputSize() ) ); in ImpPaint()
154 pWindow->DrawRect( Rectangle( aPoint + Point( FRAME, FRAME ), bPoint + Point( FRAME, FRAME ) ) ); in ImpPaint()
163 void SfxPreviewWin_Impl::Paint( const Rectangle& rRect ) in Paint()
183 void SfxPreviewWin::Paint( const Rectangle& rRect ) in Paint()
/aoo41x/main/sc/source/ui/view/
H A Dtabview4.cxx109 Rectangle aRect( pWin->OutputToScreenPixel( aPos ), Size(1,1) ); in ShowRefTip()
156 pSelEngine->SetVisibleArea( Rectangle(Point(), in StopRefMode()
298 Rectangle aRect( aPos, aPos ); in UpdateRef()
498 Rectangle aRect( 0,nDragPos, pWin->GetOutputSizePixel().Width()-1,nDragPos+HDR_SLIDERSIZE-1 ); in InvertHorizontal()
513 Rectangle aRect( nDragPos,0, nDragPos+HDR_SLIDERSIZE-1,pWin->GetOutputSizePixel().Height()-1 ); in InvertVertical()
/aoo41x/main/embeddedobj/source/commonembedding/
H A Dembedobj.cxx57 awt::Rectangle GetRectangleInterception( const awt::Rectangle& aRect1, const awt::Rectangle& aRect2… in GetRectangleInterception()
59 awt::Rectangle aResult; in GetRectangleInterception()
251 … awt::Rectangle aRectangleToShow = GetRectangleInterception( m_aOwnRectangle, m_aClipRectangle ); in SwitchStateTo_Impl()
/aoo41x/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx574 Rectangle aPrimaryRect( m_aTitle.GetPosPixel(), m_aTitle.GetSizePixel() ); in impl_positionControls()
582 Rectangle aSecondaryRect( m_aMessage.GetPosPixel(), m_aMessage.GetSizePixel() ); in impl_positionControls()
599Rectangle aSuggestedRect( GetTextRect( aPrimaryRect, sPrimary, TEXT_DRAW_WORDBREAK | TEXT_DRAW_MUL… in impl_positionControls()
605 Rectangle aInfoRect( m_aInfoImage.GetPosPixel(), m_aInfoImage.GetSizePixel() ); in impl_positionControls()
623 const Rectangle& rBottomTextRect( bHaveSecondaryText ? aSecondaryRect : aPrimaryRect ); in impl_positionControls()
/aoo41x/main/vcl/source/control/
H A Dedit.cxx591 Rectangle aRect( aPos, Size( 10, nTH ) ); in ImplRepaint()
665 Rectangle aRect( aPos, Size( 10, nTH ) ); in ImplRepaint()
1096 Rectangle aRect( aTmpPoint, GetOutputSizePixel() ); in ImplClearBackground()
1126 Rectangle aBounds( aClipRgn.GetBoundRect() ); in ImplClearBackground()
1146 pBorder->Paint( Rectangle() ); in ImplClearBackground()
1151 pBorder->Paint( Rectangle() ); in ImplClearBackground()
1872 void Edit::Paint( const Rectangle& ) in Paint() argument
1916 Rectangle aRect( aPos, aSize ); in Draw()
1956 Rectangle aClip( aPos, aSize ); in Draw()
2869 Rectangle aRect( Point( 0, 0 ), aSize ); in CalcMinimumSize()
[all …]
/aoo41x/main/sw/source/filter/ww8/
H A Dww8graf.cxx374 SdrObject* pObj = new SdrRectObj( Rectangle( aP0, aP1 ) ); in ReadRect()
396 SdrObject* pObj = new SdrCircObj( OBJ_CIRC, Rectangle( aP0, aP1 ) ); in ReadElipse()
430 SdrObject* pObj = new SdrCircObj( OBJ_SECT, Rectangle( aP0, aP1 ), in ReadArc()
1129 Rectangle aInnerDist( pRecord->nDxTextLeft, in InsertTxbxText()
1217 SdrObject* pObj = new SdrRectObj( OBJ_TEXT, Rectangle( aP0, aP1 ) ); in ReadTxtBox()
1219 pObj->NbcSetSnapRect(Rectangle(aP0, aP1)); in ReadTxtBox()
1277 pObj->NbcSetSnapRect(Rectangle(aP0, aP1)); in ReadCaptionBox()
1687 Rectangle& rInnerDist ) in MatchSdrItemsIntoFlySet()
1797 const Rectangle& rSnapRect = pSdrObj->GetSnapRect(); in MatchSdrItemsIntoFlySet()
3024 Rectangle aInnerDist(pRecord->nDxTextLeft, pRecord->nDyTextTop, in ConvertDrawTextToFly()
[all …]
/aoo41x/main/svtools/source/filter/wmf/
H A Dwmfwr.cxx356 void WMFWriter::WriteRectangle(const Rectangle & rRect) in WriteRectangle()
395 void WMFWriter::WMFRecord_Arc(const Rectangle & rRect, const Point & rStartPt, const Point & rEndPt) in WMFRecord_Arc()
403 void WMFWriter::WMFRecord_Chord(const Rectangle & rRect, const Point & rStartPt, const Point & rEnd… in WMFRecord_Chord()
531 void WMFWriter::WMFRecord_Ellipse(const Rectangle & rRect) in WMFRecord_Ellipse()
734 void WMFWriter::WMFRecord_Pie(const Rectangle & rRect, const Point & rStartPt, const Point & rEndPt) in WMFRecord_Pie()
802 void WMFWriter::WMFRecord_Rectangle(const Rectangle & rRect) in WMFRecord_Rectangle()
816 void WMFWriter::WMFRecord_RoundRect(const Rectangle & rRect, long nHorzRound, long nVertRound) in WMFRecord_RoundRect()
1000 void WMFWriter::WMFRecord_IntersectClipRect( const Rectangle& rRect ) in WMFRecord_IntersectClipRect()
1407 if( aTmp.Crop( Rectangle( pA->GetSrcPoint(), pA->GetSrcSize() ) ) ) in WriteRecords()
1452 aBmpEx.Crop( Rectangle( pA->GetSrcPoint(), pA->GetSrcSize() ) ); in WriteRecords()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx1378 Rectangle ScAccessibleSpreadsheet::GetBoundingBoxOnScreen() const in GetBoundingBoxOnScreen()
1381 Rectangle aRect; in GetBoundingBoxOnScreen()
1391 Rectangle ScAccessibleSpreadsheet::GetBoundingBox() const in GetBoundingBox()
1394 Rectangle aRect; in GetBoundingBox()
1462 Rectangle ScAccessibleSpreadsheet::GetVisArea(ScTabViewShell* pViewShell, ScSplitPos eSplitPos) in GetVisArea()
1464 Rectangle aVisArea; in GetVisArea()
1477 Rectangle ScAccessibleSpreadsheet::GetVisCells(const Rectangle& rVisArea) in GetVisCells()
1487 return Rectangle(nStartX, nStartY, nEndX, nEndY); in GetVisCells()
1490 return Rectangle(); in GetVisCells()
/aoo41x/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx201 maClipRegion.push_back (Rectangle(Point(nX,nY ), Size(nDX,nDY))); in UnionClipRegion()
206 PrinterGfx::JoinVerticalClipRectangles( std::list< Rectangle >::iterator& it, in JoinVerticalClipRectangles()
211 std::list< Rectangle >::iterator tempit, nextit; in JoinVerticalClipRectangles()
216 Rectangle aLastRect( *it ); in JoinVerticalClipRectangles()
322 std::list< Rectangle >::iterator it = maClipRegion.begin(); in EndSetClipRegion()
349 PrinterGfx::DrawRect (const Rectangle& rRectangle ) in DrawRect()
1175 PrinterGfx::DrawEPS( const Rectangle& rBoundingBox, void* pPtr, sal_uInt32 nSize ) in DrawEPS()
/aoo41x/main/framework/source/services/
H A Dbackingwindow.cxx431 maControlRect = Rectangle( Point(), maBackgroundLeft.GetSizePixel() ); in initControls()
658 void BackingWindow::Paint( const Rectangle& ) in Paint() argument
663 Region aClip( Rectangle( Point( 0, 0 ), GetOutputSizePixel() ) ); in Paint()
664 Rectangle aBmpRect(maControlRect); in Paint()
672 DrawWallpaper( Rectangle( Point( 0, 0 ), GetOutputSizePixel() ), aBack ); in Paint()
679 aDev.DrawWallpaper( Rectangle( aOffset, GetOutputSizePixel() ), aBack ); in Paint()
790 maControlRect = Rectangle( Point( (aWindowSize.Width() - aControlSize.Width()) / 2, in Resize()
/aoo41x/main/editeng/source/uno/
H A Dunoedprx.cxx747 Rectangle SvxAccessibleTextAdapter::GetCharBounds( sal_uInt16 nPara, sal_uInt16 nIndex ) const in GetCharBounds()
756Rectangle aRect = mrTextForwarder->GetCharBounds( nPara, static_cast< sal_uInt16 >( aIndex.GetEEIn… in GetCharBounds()
794Rectangle aStartRect = mrTextForwarder->GetCharBounds( nPara, static_cast< sal_uInt16 >( aIndex.Ge… in GetCharBounds()
807 Rectangle SvxAccessibleTextAdapter::GetParaBounds( sal_uInt16 nPara ) const in GetParaBounds()
818 Rectangle aRect( mrTextForwarder->GetParaBounds( nPara ) ); in GetParaBounds()
902 Rectangle aRect = mrTextForwarder->GetCharBounds( nPara, aIndex.GetEEIndex() ); in GetIndexAtPoint()
1217 Rectangle SvxAccessibleTextEditViewAdapter::GetVisArea() const in GetVisArea()
/aoo41x/main/reportdesign/source/core/sdr/
H A DRptObject.cxx403 void OObjectBase::SetPropsFromRect(const Rectangle& _rRect) in SetPropsFromRect()
523 void OCustomShape::SetSnapRectImpl(const Rectangle& _rRect) in SetSnapRectImpl()
566 void OCustomShape::NbcSetLogicRect(const Rectangle& rRect) in NbcSetLogicRect()
707 void OUnoObject::SetSnapRectImpl(const Rectangle& _rRect) in SetSnapRectImpl()
793 void OUnoObject::NbcSetLogicRect(const Rectangle& rRect) in NbcSetLogicRect()
1007 void OOle2Obj::SetSnapRectImpl(const Rectangle& _rRect) in SetSnapRectImpl()
1093 void OOle2Obj::NbcSetLogicRect(const Rectangle& rRect) in NbcSetLogicRect()
/aoo41x/main/svtools/source/edit/
H A Dtextview.cxx342 void TextView::Paint( const Rectangle& rRect ) in Paint()
347 void TextView::ImpPaint( const Rectangle& rRect, sal_Bool bUseVirtDev ) in ImpPaint()
393 Rectangle aTmpRec( Point( 0, 0 ), rRect.GetSize() ); in ImpPaint()
425 Rectangle aVisArea( mpImpl->maStartDocPos, mpImpl->mpWindow->GetOutputSizePixel() ); in ImpHighlight()
474 Rectangle aRect( aPnt1, aPnt2 ); in ImpHighlight()
527 Rectangle aOutArea( Point( 0, 0 ), mpImpl->mpWindow->GetOutputSizePixel() ); in ImpShowHideSelection()
1035 Rectangle aR1 = mpImpl->mpTextEngine->PaMtoEditCursor( aPaM ); in Command()
1047Rectangle aR2 = mpImpl->mpTextEngine->PaMtoEditCursor( TextPaM( aPaM.GetPara(), nInputEnd ) ); in Command()
1747 Rectangle aRec = mpImpl->mpTextEngine->PaMtoEditCursor( rPaM ); in PageUp()
1760 Rectangle aRec = mpImpl->mpTextEngine->PaMtoEditCursor( rPaM ); in PageDown()
[all …]
/aoo41x/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.hxx175 void DrawRow( const Rectangle& rRect, const TEntry_Impl pEntry );
195 virtual void Paint( const Rectangle &rPaintRect );
203 Rectangle GetEntryRect( const long nPos ) const;
/aoo41x/test/testgui/source/bvt/gui/
H A DFileTypeTest.java33 import java.awt.Rectangle;
280 Rectangle rectangle = GraphicsUtil.findRectangle(draw.getScreenRectangle(), 0xFF00FF00); in saveNewDrawing()
289 Rectangle rectangle1 = GraphicsUtil.findRectangle(draw.getScreenRectangle(), 0xFF00FF00); in saveNewDrawing()
/aoo41x/main/bean/com/sun/star/comp/beans/
H A DLocalOfficeWindow.java33 import com.sun.star.awt.Rectangle;
205 Rectangle aRect = new Rectangle( 0, 0, 20, 20 ); in createUNOWindowPeer()
/aoo41x/main/editeng/inc/editeng/
H A Dunoedsrc.hxx247 virtual Rectangle GetCharBounds( sal_uInt16 nPara, sal_uInt16 nIndex ) const = 0;
258 virtual Rectangle GetParaBounds( sal_uInt16 nPara ) const = 0;
476 virtual Rectangle GetVisArea() const = 0;
/aoo41x/main/vcl/inc/vcl/
H A Dbitmap.hxx551 sal_Bool Crop( const Rectangle& rRectPixel );
593 sal_Bool CopyPixel( const Rectangle& rRectDst,
594 const Rectangle& rRectSrc,
725 Region CreateRegion( const Color& rColor, const Rectangle& rRect ) const;
/aoo41x/main/svtools/inc/svtools/
H A Dsvtreebx.hxx266 virtual void Paint( const Rectangle& rRect );
324 virtual Rectangle GetFocusRect( SvLBoxEntry*, long nLine );
348 virtual void Invalidate( const Rectangle&, sal_uInt16 nFlags = 0 );
405 virtual Rectangle GetBoundingRect( SvLBoxEntry* pEntry );
/aoo41x/main/svtools/source/inc/
H A Dsvimpbox.hxx227 Rectangle GetVisibleArea() const;
253 void CalcCellFocusRect( SvLBoxEntry* pEntry, Rectangle& rRect );
281 void Paint( const Rectangle& rRect );
356 Rectangle GetClipRegionRect() const;
/aoo41x/main/starmath/inc/
H A Ddialog.hxx87 virtual void Paint(const Rectangle&);
307 virtual void Paint(const Rectangle&);
331 virtual void Paint(const Rectangle&);
393 virtual void Paint(const Rectangle&);
/aoo41x/main/sfx2/source/sidebar/
H A DGridLayouter.cxx138 void GridLayouter::Paint (const Rectangle& rBox) in Paint()
539 mrParent.DrawRect(Rectangle( in Paint()
555 mrParent.DrawRect(Rectangle( in Paint()
581 Rectangle aBox ( in Paint()
/aoo41x/main/svx/source/dialog/
H A Ddialcontrol.cxx94 Rectangle aRect( nX, nY, 2 * mnCenterX - nX, 2 * mnCenterY - nY ); in DrawElements()
106 DrawEllipse( Rectangle( nX - nSize, nY - nSize, nX + nSize, nY + nSize ) ); in DrawElements()
207 DrawEllipse( Rectangle( maRect.Left() + DIAL_OUTER_WIDTH, maRect.Top() + DIAL_OUTER_WIDTH, in DrawBackground()
272 void DialControl::Paint( const Rectangle& ) in Paint() argument

Completed in 186 milliseconds

1...<<31323334353637383940>>...88