Home
last modified time | relevance | path

Searched refs:Rectangle (Results 276 – 300 of 2182) sorted by relevance

1...<<11121314151617181920>>...88

/trunk/main/offapi/com/sun/star/chart/
H A DXDiagramPositioning.idl30 #include <com/sun/star/awt/Rectangle.idl>
57 void setDiagramPositionExcludingAxes( [in] com::sun::star::awt::Rectangle PositionRect );
67 com::sun::star::awt::Rectangle calculateDiagramPositionExcludingAxes();
74 void setDiagramPositionIncludingAxes( [in] com::sun::star::awt::Rectangle PositionRect );
80 com::sun::star::awt::Rectangle calculateDiagramPositionIncludingAxes();
87 …void setDiagramPositionIncludingAxesAndAxisTitles( [in] com::sun::star::awt::Rectangle PositionRec…
93 com::sun::star::awt::Rectangle calculateDiagramPositionIncludingAxesAndAxisTitles();
/trunk/main/sc/source/ui/inc/
H A Dinvmerge.hxx37 ::std::vector< Rectangle >* pRects;
38 Rectangle aTotalRect;
39 Rectangle aLineRect;
46 ScInvertMerger( ::std::vector< Rectangle >* pRectangles );
49 void AddRect( const Rectangle& rRect );
/trunk/main/svx/inc/svx/
H A Dsvdomeas.hxx99 virtual void TakeUnrotatedSnapRect(Rectangle& rRect) const;
143 …virtual void TakeTextRect( SdrOutliner& rOutliner, Rectangle& rTextRect, FASTBOOL bNoEditText=sal_…
144 Rectangle* pAnchorRect=NULL, sal_Bool bLineWidth=sal_True ) const;
145 virtual void TakeTextAnchorRect(Rectangle& rAnchorRect) const;
146 …virtual void TakeTextEditArea(Size* pPaperMin, Size* pPaperMax, Rectangle* pViewInit, Rectangle* p…
/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx317 const awt::Rectangle& aRect ) in clear()
324 const ::Rectangle aVCLRect = VCLUnoHelper::ConvertToVCLRect( aRect ); in clear()
372 …mpOutputDevice->IntersectClipRegion(Region(Rectangle(nDestX, nDestY, nDestX + nDestWidth - 1, nDes… in draw()
407 mpOutputDevice->DrawRect( Rectangle( Point( x, y ), Size( width, height ) ) ); in drawRect()
418 …mpOutputDevice->DrawRect( Rectangle( Point( x, y ), Size( width, height ) ), nHorzRound, nVertRoun… in drawRoundedRect()
467 mpOutputDevice->DrawEllipse( Rectangle( Point( x, y ), Size( width, height ) ) ); in drawEllipse()
478 …mpOutputDevice->DrawArc( Rectangle( Point( x, y ), Size( width, height ) ), Point( x1, y1 ), Point… in drawArc()
489 …mpOutputDevice->DrawPie( Rectangle( Point( x, y ), Size( width, height ) ), Point( x1, y1 ), Point… in drawPie()
500 …mpOutputDevice->DrawChord( Rectangle( Point( x, y ), Size( width, height ) ), Point( x1, y1 ), Poi… in drawChord()
519 mpOutputDevice->DrawGradient( Rectangle( Point( x, y ), Size( width, height ) ), aGradient ); in drawGradient()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblelistitem.cxx360 Rectangle aRect( m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ) ); in containsPoint()
372 awt::Rectangle SAL_CALL VCLXAccessibleListItem::getBounds( ) throw (RuntimeException) in getBounds()
377 awt::Rectangle aRect; in getBounds()
392 Rectangle aRect = m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ); in getLocation()
406 Rectangle aRect = m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ); in getLocationOnScreen()
468 awt::Rectangle SAL_CALL VCLXAccessibleListItem::getCharacterBounds( sal_Int32 nIndex ) throw (Index… in getCharacterBounds()
477 awt::Rectangle aBounds( 0, 0, 0, 0 ); in getCharacterBounds()
480 Rectangle aCharRect = m_pListBoxHelper->GetEntryCharacterBounds( m_nIndexInParent, nIndex ); in getCharacterBounds()
481 Rectangle aItemRect = m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ); in getCharacterBounds()
506 Rectangle aItemRect = m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ); in getIndexAtPoint()
H A Dvclxaccessiblestatusbaritem.cxx152 Rectangle aItemRect = m_pStatusBar->GetItemRect( m_nItemId ); in GetItemText()
177 awt::Rectangle VCLXAccessibleStatusBarItem::implGetBounds() throw (RuntimeException) in implGetBounds()
179 awt::Rectangle aBounds( 0, 0, 0, 0 ); in implGetBounds()
540 awt::Rectangle VCLXAccessibleStatusBarItem::getCharacterBounds( sal_Int32 nIndex ) throw (IndexOutO… in getCharacterBounds()
547 awt::Rectangle aBounds( 0, 0, 0, 0 ); in getCharacterBounds()
551 Rectangle aItemRect = m_pStatusBar->GetItemRect( m_nItemId ); in getCharacterBounds()
553 Rectangle aCharRect = aLayoutData.GetCharacterBounds( nIndex ); in getCharacterBounds()
571 Rectangle aItemRect = m_pStatusBar->GetItemRect( m_nItemId ); in getIndexAtPoint()
/trunk/main/svtools/source/toolpanel/
H A Dtabitemdescriptor.hxx46Rectangle aCompleteArea; // bounding area if the both text and icon are to be rendererd
47 Rectangle aIconOnlyArea; // bounding area if the icon is to be rendererd
48 Rectangle aTextOnlyArea; // bounding area if the text is to be rendererd
62 const Rectangle& GetRect( const TabItemContent i_eItemContent ) const in GetRect()
74 const Rectangle& GetCurrentRect() const in GetCurrentRect()
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlTable.cxx362 Rectangle AccessibleGridControlTable::implGetBoundingBox() in implGetBoundingBox()
366 Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( pParent )); in implGetBoundingBox()
367 Rectangle aTableRect( m_aTable.calcTableRect() ); in implGetBoundingBox()
372 Rectangle aTable( Point( nX, nY ), Size( nWidth, nHeight )); in implGetBoundingBox()
376 Rectangle AccessibleGridControlTable::implGetBoundingBoxOnScreen() in implGetBoundingBoxOnScreen()
378 Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( NULL )); in implGetBoundingBoxOnScreen()
379 Rectangle aTableRect( m_aTable.calcTableRect() ); in implGetBoundingBoxOnScreen()
384 Rectangle aTable( Point( nX, nY ), Size( nWidth, nHeight )); in implGetBoundingBoxOnScreen()
/trunk/main/vcl/source/window/
H A Dwindow2.cxx283 Rectangle aRect1( Point( mnOutOffX, mnOutOffY ), in ImplInvalidateAllOverlapBackgrounds()
349 void Window::ShowFocus( const Rectangle& rRect ) in ShowFocus()
379 pWinData->mpFocusRect = new Rectangle( rRect ); in ShowFocus()
434 void Window::Invert( const Rectangle& rRect, sal_uInt16 nFlags ) in Invert()
441 Rectangle aRect( ImplLogicToDevicePixel( rRect ) ); in Invert()
529 pWinData->mpTrackRect = new Rectangle( rRect ); in ShowTracking()
557 Rectangle aRect( ImplLogicToDevicePixel( rRect ) ); in InvertTracking()
592 Region aRegion( Rectangle( aPoint, in InvertTracking()
658 Region aRegion( Rectangle( aPoint, in InvertTracking()
1574 void Window::ImplOutputToFrame( Rectangle& rRect ) in ImplOutputToFrame()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdotxed.cxx113 Rectangle aAnchorRect; in BegTextEdit()
114 Rectangle aTextRect; in BegTextEdit()
143 void SdrTextObj::TakeTextEditArea(Size* pPaperMin, Size* pPaperMax, Rectangle* pViewInit, Rectangle in TakeTextEditArea()
148 Rectangle aViewInit; in TakeTextEditArea()
352 Rectangle aEditArea; in ImpSetTextEditParams()
363 Rectangle aAnchorRect; in ImpSetTextEditParams()
H A Dsvdorect.cxx81 SdrRectObj::SdrRectObj(const Rectangle& rRect) in SdrRectObj()
98 SdrRectObj::SdrRectObj(SdrObjKind eNewTextKind, const Rectangle& rRect) in SdrRectObj()
108 SdrRectObj::SdrRectObj(SdrObjKind eNewTextKind, const Rectangle& rNewRect, SvStream& rInput, const … in SdrRectObj()
141 XPolygon SdrRectObj::ImpCalcXPoly(const Rectangle& rRect1, long nRad1) const in ImpCalcXPoly()
216 void SdrRectObj::TakeUnrotatedSnapRect(Rectangle& rRect) const in TakeUnrotatedSnapRect()
301 void SdrRectObj::NbcSetSnapRect(const Rectangle& rRect) in NbcSetSnapRect()
307 void SdrRectObj::NbcSetLogicRect(const Rectangle& rRect) in NbcSetLogicRect()
407 Rectangle aBoundRect0; in applySpecialDrag()
476 Rectangle aRect1; in TakeCreatePoly()
/trunk/main/svtools/inc/svtools/
H A Daccessibletable.hxx98 virtual Rectangle GetWindowExtentsRelative( Window *pRelativeWindow ) const = 0;
109 virtual Rectangle calcHeaderRect( sal_Bool _bIsColumnBar, sal_Bool _bOnScreen = sal_True ) = 0;
110 virtual Rectangle calcHeaderCellRect( sal_Bool _bColHeader, sal_Int32 _nPos ) = 0;
111 virtual Rectangle calcTableRect( sal_Bool _bOnScreen = sal_True ) = 0;
112 virtual Rectangle calcCellRect( sal_Int32 _nRowPos, sal_Int32 _nColPos ) = 0;
113 …virtual Rectangle GetFieldCharacterBounds(sal_Int32 _nRow,sal_Int32 _nColumnPos,sal_Int32 nIndex)=…
/trunk/main/svtools/inc/svtools/table/
H A Dtablecontrol.hxx180 virtual Rectangle GetWindowExtentsRelative( Window *pRelativeWindow ) const;
191 virtual Rectangle calcHeaderRect( sal_Bool _bIsColumnBar, sal_Bool _bOnScreen = sal_True );
192 virtual Rectangle calcHeaderCellRect( sal_Bool _bIsColumnBar, sal_Int32 nPos);
193 virtual Rectangle calcTableRect( sal_Bool _bOnScreen = sal_True );
194 virtual Rectangle calcCellRect( sal_Int32 _nRowPos, sal_Int32 _nColPos );
195 … virtual Rectangle GetFieldCharacterBounds(sal_Int32 _nRow,sal_Int32 _nColumnPos,sal_Int32 nIndex);
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxregion.hxx74 …::com::sun::star::awt::Rectangle SAL_CALL getBounds() throw(::com::sun::star::uno::RuntimeExcepti…
77 …void SAL_CALL unionRectangle( const ::com::sun::star::awt::Rectangle& rRect ) throw(::com:…
78 …void SAL_CALL intersectRectangle( const ::com::sun::star::awt::Rectangle& rRect ) throw(::…
79 …void SAL_CALL excludeRectangle( const ::com::sun::star::awt::Rectangle& rRect ) throw(::co…
80 …void SAL_CALL xOrRectangle( const ::com::sun::star::awt::Rectangle& rRect ) throw(::com::s…
85 …::com::sun::star::uno::Sequence< ::com::sun::star::awt::Rectangle > SAL_CALL getRectangles() throw…
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DStateSetView.java31 import java.awt.Rectangle;
96 Rectangle aWidgetArea = new Rectangle ( in paintChildren()
106 private void PaintAllStates (Graphics2D g, Rectangle aWidgetArea) in PaintAllStates()
128 Rectangle aCheckBox = new Rectangle (-nBoxWidth/2,0,nBoxWidth,nBoxWidth); in PaintAllStates()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDataPilotControl.cxx157 virtual Rectangle GetBoundingBoxOnScreen(void) const
161 virtual Rectangle GetBoundingBox(void) const
519 Rectangle ScAccessibleDataPilotControl::GetBoundingBoxOnScreen(void) const in GetBoundingBoxOnScreen()
525 return Rectangle(); in GetBoundingBoxOnScreen()
528 Rectangle ScAccessibleDataPilotControl::GetBoundingBox(void) const in GetBoundingBox()
534 return Rectangle(); in GetBoundingBox()
743 Rectangle ScAccessibleDataPilotButton::GetBoundingBoxOnScreen(void) const in GetBoundingBoxOnScreen()
746 Rectangle aRect(GetBoundingBox()); in GetBoundingBoxOnScreen()
757 Rectangle ScAccessibleDataPilotButton::GetBoundingBox(void) const in GetBoundingBox()
761 …return Rectangle (mpFieldWindow->GetFieldPosition(const_cast<ScAccessibleDataPilotButton*> (this)-… in GetBoundingBox()
[all …]
/trunk/main/padmin/source/
H A Dpadialog.cxx432 pPrinter->DrawRect( Rectangle( Point( 0,0 ), aPaperSize ) ); in printPage()
433 pPrinter->DrawRect( Rectangle( Point( 100,100 ), in printPage()
436 pPrinter->DrawRect( Rectangle( Point( 200,200 ), in printPage()
439 pPrinter->DrawRect( Rectangle( Point( 300,300 ), in printPage()
478 pPrinter->DrawText( Rectangle( Point( 1000, 1000 ), in printPage()
505 pPrinter->DrawText( Rectangle( Point( 1100 + nMaxWidth, 1000 ), in printPage()
515 pPrinter->DrawRect( Rectangle( Point( aPaperSize.Width() - 4000, 1000 ), in printPage()
529 pPrinter->DrawGradient( Rectangle( Point( 1000, 5500 ), in printPage()
534 pPrinter->DrawGradient( Rectangle( Point( 1000, 6300 ), in printPage()
539 pPrinter->DrawGradient( Rectangle( Point( 1000, 7100 ), in printPage()
[all …]
/trunk/main/sd/source/ui/view/
H A Dsdview4.cxx158 Rectangle aRect( pNewGrafObj->GetLogicRect() ); in InsertGraphic()
203 pNewGrafObj = new SdrGrafObj( rGraphic, Rectangle( rPos, aSize ) ); in InsertGraphic()
208 pNewGrafObj->AdjustToMaxRect( Rectangle( Point(), aPageSize ), sal_True ); in InsertGraphic()
235 Rectangle aPickObjRect(pPickObj->GetCurrentBoundRect()); in InsertGraphic()
237 Rectangle aObjRect(pNewGrafObj->GetCurrentBoundRect()); in InsertGraphic()
320 Rectangle aRect( rPos, rSize ); in InsertMediaURL()
509 Rectangle aRect; in IMPL_LINK()
517 aRect = Rectangle( maDropPos, aSize ); in IMPL_LINK()
597 Rectangle aBoundRect(pRec->aRect); in LockRedraw()
/trunk/main/sdext/source/presenter/
H A DPresenterNotesView.cxx495 awt::Rectangle aWindowBox (mxParentWindow->getPosSize()); in Layout()
573 void PresenterNotesView::Paint (const awt::Rectangle& rUpdateBox) in Paint()
600 void PresenterNotesView::PaintToolBar (const awt::Rectangle& rUpdateBox) in PaintToolBar()
602 awt::Rectangle aWindowBox (mxParentWindow->getPosSize()); in PaintToolBar()
620 awt::Rectangle(0,sal_Int32(maTextBoundingBox.Y2),aWindowBox.Width,aWindowBox.Height), in PaintToolBar()
621 awt::Rectangle()); in PaintToolBar()
638 void PresenterNotesView::PaintText (const awt::Rectangle& rUpdateBox) in PaintText()
640 const awt::Rectangle aBox (PresenterGeometryHelper::Intersection(rUpdateBox, in PaintText()
663 awt::Rectangle()); in PaintText()
H A DPresenterTextView.cxx75 const ::boost::function<void(const ::css::awt::Rectangle&)>& rInvalidator) in PresenterTextView()
131 ::boost::function<void(const css::awt::Rectangle&)>())), in PresenterTextView()
405 const css::awt::Rectangle& rUpdateBox) in Paint()
436 const awt::Rectangle aClipBox( in Paint()
532 awt::Rectangle PresenterTextView::GetCaretBounds ( in GetCaretBounds()
541 return awt::Rectangle(0,0,0,0); in GetCaretBounds()
1178 awt::Rectangle PresenterTextParagraph::GetCharacterBounds ( in GetCharacterBounds()
1240 return awt::Rectangle(nX1,nY1,nX2-nX1+1,nY2-nY1+1); in GetCharacterBounds()
1246 return awt::Rectangle(sal_Int32(nX+0.5), sal_Int32(nY+0.5), 0, 0); in GetCharacterBounds()
1363 const ::boost::function<void(const css::awt::Rectangle&)>& rInvalidator) in PresenterTextCaret()
[all …]
/trunk/main/svtools/source/contnr/
H A Divctrl.cxx217 void SvtIconChoiceCtrl::Paint( const Rectangle& rRect ) in Paint()
244 Rectangle aEntryRect; in ArrangeIcons()
259 Rectangle aEntryRect; in ArrangeIcons()
522 Rectangle aRect; in SetBackground()
528 Rectangle aRect( _pImp->GetOutputRect() ); in SetBackground()
565 Rectangle SvtIconChoiceCtrl::GetBoundingBox( SvxIconChoiceCtrlEntry* pEntry ) const in GetBoundingBox()
585 Rectangle aTextRect = _pImp->CalcTextRect( pEntry, &aPos, sal_False, &sEntryText ); in FillLayoutData()
596 Rectangle SvtIconChoiceCtrl::GetEntryCharacterBounds( const sal_Int32 _nEntryPos, const sal_Int32 _… in GetEntryCharacterBounds()
598 Rectangle aRect; in GetEntryCharacterBounds()
/trunk/main/vcl/source/gdi/
H A Dimpimage.cxx287 const Rectangle aSrcRect( aSrcPos, maSize ); in Replace()
288 const Rectangle aDstRect( aPos, maSize ); in Replace()
306 const Rectangle aSrcRect( aSrcPos, maSize ); in Replace()
307 const Rectangle aDstRect( aPos, maSize ); in Replace()
323 const Rectangle aSrcRect( aNullPos, maSize ); in Replace()
324 const Rectangle aDstRect( aPos, maSize ); in Replace()
375 const Rectangle aSrcRect( aSrcPos, maSize ); in GetBitmapEx()
376 const Rectangle aDstRect( aPos, maSize ); in GetBitmapEx()
409 const Rectangle aCropRect( aSrcPos, maSize ); in Draw()
/trunk/main/vcl/source/control/
H A Dfixed.cxx263 Rectangle aRect( Rectangle( aPos, rSize ) ); in ImplDraw()
272 void FixedText::Paint( const Rectangle& ) in Paint() argument
301 Rectangle aRect( aPos, aSize ); in Draw()
390 …Size aSize = pControl->GetTextRect( Rectangle( Point(), Size( (nMaxWidth ? nMaxWidth : 0x7fffffff)… in CalcMinimumTextSize()
545 Rectangle aRect( 0, 0, aOutSize.Width(), aOutSize.Height() ); in ImplDraw()
603 void FixedLine::Paint( const Rectangle& ) in Paint() argument
822 void FixedBitmap::Paint( const Rectangle& ) in Paint() argument
834 Rectangle aRect( aPos, aSize ); in Draw()
1053 UserDrawEvent aUDEvt( pDev, Rectangle( rPos, rSize ), 0, nStyle ); in ImplDraw()
1060 void FixedImage::Paint( const Rectangle& ) in Paint() argument
[all …]
/trunk/test/testuno/source/fvt/uno/sc/chart/
H A DChartTitle.java43 import com.sun.star.awt.Rectangle;
154 Rectangle rectangle = new Rectangle(1000, 1000, 15000, 9500); in testCreateMainTitle()
211 Rectangle rectangle = new Rectangle(1000, 1000, 15000, 9500); in testCreateSubTitle()
272 Rectangle rectangle = new Rectangle(1000, 1000, 15000, 9500); in testInputTitles()
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleChartView.cxx85 awt::Rectangle AccessibleChartView::GetWindowPosSize() const in GetWindowPosSize()
89 return awt::Rectangle(); in GetWindowPosSize()
94 awt::Rectangle aBBox( xWindow->getPosSize() ); in GetWindowPosSize()
114 awt::Rectangle aBBox( GetWindowPosSize() ); in GetUpperLeftOnScreen()
154 awt::Rectangle SAL_CALL AccessibleChartView::getBounds() in getBounds()
157 awt::Rectangle aResult( GetWindowPosSize()); in getBounds()
175 awt::Rectangle aBounds( getBounds()); in getLocationOnScreen()

Completed in 164 milliseconds

1...<<11121314151617181920>>...88