Home
last modified time | relevance | path

Searched refs:Rectangle (Results 251 – 275 of 2178) sorted by relevance

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

/aoo41x/main/vcl/source/helper/
H A Dcanvastools.cxx472 geometry::RealRectangle2D rectangle2DFromRectangle( const Rectangle& rRect ) in rectangle2DFromRectangle()
490 Rectangle rectangleFromRealRectangle2D( const geometry::RealRectangle2D& rRect ) in rectangleFromRealRectangle2D()
492 return Rectangle( static_cast<long>(rRect.X1 + .5), in rectangleFromRealRectangle2D()
510 ::Rectangle rectangleFromB2DRectangle( const ::basegfx::B2DRange& rRect ) in rectangleFromB2DRectangle()
512 return ::Rectangle( FRound( rRect.getMinX() ), in rectangleFromB2DRectangle()
530 Rectangle rectangleFromB2IRectangle( const ::basegfx::B2IRange& rRect ) in rectangleFromB2IRectangle()
532 return ::Rectangle( rRect.getMinX(), in rectangleFromB2IRectangle()
550 ::basegfx::B2DRange b2DRectangleFromRectangle( const ::Rectangle& rRect ) in b2DRectangleFromRectangle()
570 basegfx::B2IRange b2IRectangleFromRectangle( const Rectangle& rRect ) in b2IRectangleFromRectangle()
590 geometry::IntegerRectangle2D integerRectangle2DFromRectangle( const Rectangle& rRectangle ) in integerRectangle2DFromRectangle()
[all …]
/aoo41x/main/chart2/source/inc/chartview/
H A DExplicitValueProvider.hxx64 virtual ::com::sun::star::awt::Rectangle
67 virtual ::com::sun::star::awt::Rectangle getDiagramRectangleExcludingAxes()=0;
77 static ::com::sun::star::awt::Rectangle
83 , const ::com::sun::star::awt::Rectangle& rExcludingPositionAndSize );
85 static ::com::sun::star::awt::Rectangle
91 , const ::com::sun::star::awt::Rectangle& rPositionAndSizeIncludingTitles );
/aoo41x/main/svx/source/svdraw/
H A Dsvdfmtf.cxx87 const Rectangle& rRect) in ImpSdrGDIMetaFileImport()
1029 Rectangle aTextRect( aPos, aSize ); in ImportText()
1112 Rectangle aRect(rAct.GetPoint(),rAct.GetSize()); in DoAction()
1136 Rectangle aRect(rAct.GetPoint(),rAct.GetSize()); in DoAction()
1314 Rectangle aRect(rAct.GetDestPoint(), rAct.GetDestSize()); in DoAction()
1330 Rectangle aRect(rAct.GetDestPoint(),rAct.GetDestSize()); in DoAction()
1360 Rectangle aRect(rAct.GetPoint(), rAct.GetSize()); in DoAction()
1374 Rectangle aRect(rAct.GetDestPoint(), rAct.GetDestSize()); in DoAction()
1420 Rectangle( in DoAction()
1527 const Rectangle aRect(rAct.GetPoint(),rAct.GetSize()); in DoAction()
[all …]
/aoo41x/main/sfx2/source/dialog/
H A Dtitledockwin.cxx167 void TitledDockingWindow::Paint( const Rectangle& i_rArea ) in Paint()
195 Rectangle aTitleBarBox( Rectangle( in Paint()
204 DrawRect( Rectangle( nOuterLeft, nInnerTop, nInnerLeft, nInnerBottom ) ); in Paint()
206 DrawRect( Rectangle( nInnerRight, nInnerTop, nOuterRight, nInnerBottom ) ); in Paint()
208 DrawRect( Rectangle( nOuterLeft, nInnerBottom, nOuterRight, nOuterBottom ) ); in Paint()
309 void TitledDockingWindow::EndDocking( const Rectangle& i_rRect, sal_Bool i_bFloatMode ) in EndDocking()
/aoo41x/main/sc/source/core/data/
H A Ddocumen9.cxx315 Rectangle aMMRect = GetMMRect( rRange.aStart.Col(), rRange.aStart.Row(), in HasOLEObjectsInArea()
358 const Rectangle& rRect = pGrafObj->GetCurrentBoundRect(); in StartAnimations()
418 sal_Bool ScDocument::HasBackgroundDraw( SCTAB nTab, const Rectangle& rMMRect ) in HasBackgroundDraw()
446 sal_Bool ScDocument::HasAnyDraw( SCTAB nTab, const Rectangle& rMMRect ) in HasAnyDraw()
520 ScRange* pLastRange, Rectangle* pLastMM ) const in IsPrintEmpty()
527 Rectangle aMMRect; in IsPrintEmpty()
597 sal_Bool ScDocument::HasControl( SCTAB nTab, const Rectangle& rMMRect ) in HasControl()
613 Rectangle aObjRect = pObject->GetLogicRect(); in HasControl()
626 void ScDocument::InvalidateControls( Window* pWin, SCTAB nTab, const Rectangle& rMMRect ) in InvalidateControls()
640 Rectangle aObjRect = pObject->GetLogicRect(); in InvalidateControls()
/aoo41x/main/editeng/source/accessibility/
H A DAccessibleImageBullet.cxx245 awt::Rectangle aTmpRect = getBounds(); in containsPoint()
246 Rectangle aRect( Point(aTmpRect.X, aTmpRect.Y), Size(aTmpRect.Width, aTmpRect.Height) ); in containsPoint()
260 awt::Rectangle SAL_CALL AccessibleImageBullet::getBounds( ) throw (uno::RuntimeException) in getBounds()
271Rectangle aParentRect = rCacheTF.GetParaBounds( static_cast< sal_uInt16 >( GetParagraphIndex() ) ); in getBounds()
277 Rectangle aRect = aBulletInfo.aBounds; in getBounds()
283 Rectangle aScreenRect = AccessibleEditableTextPara::LogicToPixel( aRect, in getBounds()
290 return awt::Rectangle( aScreenRect.Left() + aOffset.X(), in getBounds()
296 return awt::Rectangle(); in getBounds()
305 awt::Rectangle aRect = getBounds(); in getLocation()
343 awt::Rectangle aRect = getBounds(); in getSize()
/aoo41x/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()
/aoo41x/main/svtools/inc/svtools/
H A Deditbrowsebox.hxx291 Rectangle aFocusRect;
300 virtual void Paint(const Rectangle& rClientRect);
545 Rectangle GetCellRect(long nRow, sal_uInt16 nColId, sal_Bool bRelToBrowser = sal_True) const;
549 virtual void PaintStatusCell(OutputDevice& rDev, const Rectangle& rRect) const;
550 virtual void PaintCell(OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColId) const = 0;
577 virtual void ResizeController(CellControllerRef& rController, const Rectangle&);
597 …void PaintTristate(OutputDevice& rDev, const Rectangle& rRect,const TriState& eState,sal_Bool _bEn…
659 virtual Rectangle GetFieldCharacterBounds(sal_Int32 _nRow,sal_Int32 _nColumnPos,sal_Int32 nIndex);
669 virtual void PaintField(OutputDevice& rDev, const Rectangle& rRect,
/aoo41x/main/offapi/com/sun/star/drawing/framework/
H A DXPaneBorderPainter.idl28 #include <com/sun/star/awt/Rectangle.idl>
81 ::com::sun::star::awt::Rectangle addBorder (
83 [in] ::com::sun::star::awt::Rectangle aRectangle,
102 ::com::sun::star::awt::Rectangle removeBorder (
104 [in] ::com::sun::star::awt::Rectangle aRectangle,
127 [in] ::com::sun::star::awt::Rectangle aOuterBorderRectangle,
128 [in] ::com::sun::star::awt::Rectangle aRepaintArea,
141 [in] ::com::sun::star::awt::Rectangle aOuterBorderRectangle,
142 [in] ::com::sun::star::awt::Rectangle aRepaintArea,
/aoo41x/main/svx/source/table/
H A Dtablelayouter.hxx79 void LayoutTable( ::Rectangle& rRectangle, bool bFitWidth, bool bFitHeight );
117 void updateCells( ::Rectangle& rRectangle );
122 void DistributeColumns( ::Rectangle& rArea, sal_Int32 nFirstCol, sal_Int32 nLastCol );
123 void DistributeRows( ::Rectangle& rArea, sal_Int32 nFirstRow, sal_Int32 nLastRow );
131 void LayoutTableWidth( ::Rectangle& rArea, bool bFit );
132 void LayoutTableHeight( ::Rectangle& rArea, bool bFit );
/aoo41x/main/svtools/source/control/
H A Dfixedhyper.cxx94 Paint( Rectangle( Point(), GetSizePixel() ) ); in GetFocus()
95 ShowFocus( Rectangle( Point( 1, 1 ), Size( m_nTextLen + 4, GetSizePixel().Height() - 2 ) ) ); in GetFocus()
101 Paint( Rectangle( Point(), GetSizePixel() ) ); in LoseFocus()
191 Paint( Rectangle( Point(), GetSizePixel() ) ); in GetFocus()
192 …ShowFocus( Rectangle( Point( 1, 1 ), Size( GetSizePixel().Width() - 2, GetSizePixel().Height() - 2… in GetFocus()
197 Paint( Rectangle( Point(), GetSizePixel() ) ); in LoseFocus()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleFilterMenuItem.cxx152 Rectangle ScAccessibleFilterMenuItem::GetBoundingBoxOnScreen() const in GetBoundingBoxOnScreen()
156 return Rectangle(); in GetBoundingBoxOnScreen()
162 Rectangle aRect(aPos + aMenuPos, aMenuSize); in GetBoundingBoxOnScreen()
166 Rectangle ScAccessibleFilterMenuItem::GetBoundingBox() const in GetBoundingBox()
170 return Rectangle(); in GetBoundingBox()
175 Rectangle aRect(aMenuPos, aMenuSize); in GetBoundingBox()
/aoo41x/main/sc/source/ui/view/
H A Dgridwin.cxx3545 Rectangle aRect( aPos, aPos ); in AcceptPrivateDrop()
4388 Rectangle aRect = pView->GetOutputArea(); in UpdateEditViewPos()
4402 Rectangle aRect = pView->GetOutputArea(); in UpdateEditViewPos()
4441 aRepaintPixel = Rectangle(); // alles in UpdateFormulas()
5274 std::vector<Rectangle> aPixelRects; in UpdateCursorOverlay()
5367 const Rectangle aRA(aPixelRects[a]); in UpdateCursorOverlay()
5402 std::vector<Rectangle> aPixelRects; in UpdateSelectionOverlay()
5417 const Rectangle aRA(aPixelRects[a]); in UpdateSelectionOverlay()
5538 std::vector<Rectangle> aPixelRects; in UpdateDragRectOverlay()
5628 const Rectangle aRA(aPixelRects[a]); in UpdateDragRectOverlay()
[all …]
/aoo41x/main/vcl/source/control/
H A Dctrl.cxx152 Rectangle ControlLayoutData::GetCharacterBounds( long nIndex ) const in GetCharacterBounds()
154 …= 0 && nIndex < (long) m_aUnicodeBoundRects.size()) ? m_aUnicodeBoundRects[ nIndex ] : Rectangle(); in GetCharacterBounds()
160 Rectangle Control::GetCharacterBounds( long nIndex ) const in GetCharacterBounds()
164 …ontrolData->mpLayoutData ? mpControlData->mpLayoutData->GetCharacterBounds( nIndex ) : Rectangle(); in GetCharacterBounds()
365Rectangle aRel = const_cast<Control&>(rSubControl).GetWindowExtentsRelative( const_cast<Control*>(… in AppendLayoutData()
368 Rectangle aRect = rSubControl.mpControlData->mpLayoutData->m_aUnicodeBoundRects[n]; in AppendLayoutData()
412 void Control::ImplDrawFrame( OutputDevice* pDev, Rectangle& rRect ) in ImplDrawFrame()
547 void Control::DrawControlText( OutputDevice& _rTargetDevice, Rectangle& _io_rRect, const XubString&… in DrawControlText()
/aoo41x/main/svx/source/dialog/
H A Dpagectrl.cxx121 void __EXPORT SvxPageWindow::Paint( const Rectangle& ) in Paint() argument
188 DrawRect( Rectangle( Point(0,0), winSize ) ); in DrawPage()
200 DrawRect( Rectangle( rOrg, aTempSize ) ); in DrawPage()
204 DrawRect( Rectangle( rOrg, aTempSize ) ); in DrawPage()
220 Rectangle aRect; in DrawPage()
227 Rectangle aHdRect( aRect ); in DrawPage()
228 Rectangle aFtRect( aRect ); in DrawPage()
345 Rectangle aCellRect( Point( _nLeft, _nTop ), Size( CELL_WIDTH, CELL_HEIGHT ) ); in DrawPage()
/aoo41x/main/sc/source/ui/docshell/
H A Ddocsh6.cxx68 void __EXPORT ScDocShell::SetVisArea( const Rectangle & rVisArea ) in SetVisArea()
75 void lcl_SetTopRight( Rectangle& rRect, const Point& rPos ) in lcl_SetTopRight()
84 void ScDocShell::SetVisAreaOrSize( const Rectangle& rVisArea, sal_Bool bModifyStart ) in SetVisAreaOrSize()
88 Rectangle aArea = rVisArea; in SetVisAreaOrSize()
117 Rectangle aOldVisArea = SfxObjectShell::GetVisArea(); in SetVisAreaOrSize()
186 Rectangle aOldArea = SfxObjectShell::GetVisArea(); in UpdateOle()
187 Rectangle aNewArea = aOldArea; in UpdateOle()
205 Rectangle aMMRect = aDocument.GetMMRect( nX,nY, nX,nY, nTab ); in UpdateOle()
/aoo41x/main/svx/source/accessibility/
H A Dsvxpixelctlaccessiblecontext.cxx347 awt::Rectangle SvxPixelCtlAccessible::getBounds( ) throw (uno::RuntimeException) in getBounds()
353 awt::Rectangle aRet; in getBounds()
380 Rectangle rect; in getLocationOnScreen()
888 Rectangle(mPoint,size), in CreateChild()
956 const Rectangle& rBoundingBox, in DBG_NAME()
964 mpBoundingBox( new Rectangle( rBoundingBox ) ), in DBG_NAME()
996 return Rectangle( Point( 0, 0 ), GetBoundingBox().GetSize() ).IsInside( VCLPoint( rPoint ) ); in containsPoint()
1004 awt::Rectangle SAL_CALL SvxPixelCtlAccessibleChild::getBounds() throw( RuntimeException ) in getBounds()
1009 awt::Rectangle rect = AWTRectangle( GetBoundingBox() ); in getBounds()
1252 Rectangle aRect( GetBoundingBox() ); in GetBoundingBoxOnScreen()
[all …]
/aoo41x/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…
/aoo41x/main/filter/source/flash/
H A Dswfwriter1.cxx937 Rectangle originalPixelRect = Rectangle(Point(), bmpSource.GetSizePixel()); in Impl_writeImage()
941 Rectangle destRect( srcPt, srcSize ); in Impl_writeImage()
958 Rectangle clipRect = Rectangle(Point(), clipSize); in Impl_writeImage()
961 Rectangle cropRect(destRect); in Impl_writeImage()
1228 Rectangle aOldRect( aPolyPolygon.GetBoundRect() ); in Impl_writeStroke()
1232 Rectangle aNewRect( aPolyPolygon.GetBoundRect() ); in Impl_writeStroke()
1275 Rectangle aOldRect( aPolyPolygon.GetBoundRect() ); in Impl_writeFilling()
1279 Rectangle aNewRect( aPolyPolygon.GetBoundRect() ); in Impl_writeFilling()
1327 Rectangle originalPixelRect = Rectangle(Point(), aGraphic.GetBitmapEx().GetSizePixel()); in Impl_writeFilling()
1437 Rectangle clipRect; in Impl_writeActions()
[all …]
/aoo41x/main/vcl/inc/unx/
H A Dsalframe.h97 Rectangle maRestorePosSize;
112 Rectangle maPaintRegion;
139 void GetPosSize( Rectangle &rPosSize );
142 void SetPosSize( const Rectangle &rPosSize );
203 void getPosSize( Rectangle& rRect ) { GetPosSize( rRect ); } in getPosSize()
204 void setPosSize( const Rectangle& rRect ) { SetPosSize( rRect ); } in setPosSize()
233 virtual void GetWorkArea( Rectangle& rRect );
/aoo41x/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();
/aoo41x/main/offapi/com/sun/star/ui/
H A DXDockingAreaAcceptor.idl32 #include <com/sun/star/awt/Rectangle.idl>
78 The <type scope="com::sun::star::awt">Rectangle</type> parameter is
80 <type scope="com::sun::star::awt">Rectangle</type> must be filled
90 boolean requestDockingAreaSpace( [in] com::sun::star::awt::Rectangle RequestedSpace );
96 of space we have provided. The <type scope="com::sun::star::awt">Rectangle</type>
98 <type scope="com::sun::star::awt">Rectangle</type> must be filled as
108 void setDockingAreaSpace( [in] com::sun::star::awt::Rectangle BorderSpace );
/aoo41x/main/sw/source/ui/uiview/
H A Dviewport.cxx194 Rectangle aNewVisArea( aVisArea ); in DocSzChgd()
235 Rectangle aLR( aTopLeft, aBottomRight ); in SetVisArea()
292 Rectangle aVis( aVisArea ); in SetVisArea()
345 SetVisArea( Rectangle( aPt, in SetVisArea()
360 Rectangle aNewVisArea( aVisArea ); in CheckVisArea()
438 Rectangle aOldVisArea( aVisArea ); in Scroll()
444 Rectangle aDlgRect( GetEditWin().PixelToLogic( in Scroll()
496 CalcPt( &aPt, Rectangle( rRect.TopLeft(), aSize ), in Scroll()
742 Rectangle aRect; in IMPL_LINK()
815 Rectangle aRect( aTopLeft, rOutPixel ); in CalcVisArea()
[all …]
/aoo41x/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx133 Rectangle aRect(maPos, maSize); in draw()
209 mpOutDev->DrawRect(Rectangle(aPos, aSize)); in drawPopupButton()
264 mpOutDev->DrawRect(Rectangle(aBoxPos, aBoxSize)); in drawPopupButton()
415 Rectangle aCtrlRect(Point(0, 0), GetOutputSizePixel()); in Paint()
786 Rectangle aRegion(aPos,aSize); in highlightMenuItem()
791 IntersectClipRegion(Rectangle(aPos, aSize)); in highlightMenuItem()
820 DrawRect(Rectangle(aPos,aSize)); in highlightMenuItem()
857 Rectangle aRect(aPos, aSize); in getEnclosingMenuItem()
1281 void ScDPFieldPopupWindow::Paint(const Rectangle& rRect) in Paint()
1296 DrawRect(Rectangle(aPos,aSize)); in Paint()
[all …]
/aoo41x/main/svx/source/unodraw/
H A Dunoshtxt.cxx161 Rectangle GetVisArea();
539 Rectangle aPaintRect; in SetupOutliner()
542 Rectangle aBoundRect( pTextObj->GetCurrentBoundRect() ); in SetupOutliner()
562 Rectangle aPaintRect; in UpdateOutliner()
565 Rectangle aBoundRect( pTextObj->GetCurrentBoundRect() ); in UpdateOutliner()
787 Rectangle aBoundRect( pTextObj->GetCurrentBoundRect() ); in CreateViewForwarder()
942 Rectangle SvxTextEditSourceImpl::GetVisArea() in GetVisArea()
947 Rectangle aVisArea; in GetVisArea()
958 Rectangle aAnchorRect; in GetVisArea()
968 return Rectangle(); in GetVisArea()
[all …]

Completed in 170 milliseconds

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