Home
last modified time | relevance | path

Searched refs:Rectangle (Results 401 – 425 of 2178) sorted by relevance

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

/aoo41x/main/chart2/source/controller/inc/
H A DPositionAndSizeHelper.hxx44 , const ::com::sun::star::awt::Rectangle& rNewPositionAndSize
45 , const ::com::sun::star::awt::Rectangle& rPageRectangle );
49 , const ::com::sun::star::awt::Rectangle& rNewPositionAndSize
50 , const ::com::sun::star::awt::Rectangle& rPageRectangle );
/aoo41x/main/svx/source/table/
H A Dcelleditsource.cxx154 Rectangle GetVisArea();
671 Rectangle aBoundRect( mxCell->GetCurrentBoundRect() ); in CreateViewForwarder()
804 Rectangle CellEditSourceImpl::GetVisArea() in GetVisArea()
809 Rectangle aVisArea; in GetVisArea()
817 Rectangle aAnchorRect; in GetVisArea()
826 return Rectangle(); in GetVisArea()
1003 Rectangle CellEditSource::GetVisArea() const in GetVisArea()
/aoo41x/main/sc/source/ui/view/
H A Dtabvwshb.cxx95 Rectangle aRect = pObj->GetLogicRect(); in ConnectObject()
136 Rectangle aRect = pObj->GetLogicRect(); in ActivateObject()
141 const Rectangle& rBoundRect = pObj->GetCurrentBoundRect(); in ActivateObject()
344 Rectangle aRect( pWin->PixelToLogic( rRect.GetValue() ) ); in ExecDrawIns()
403 Rectangle aVisArea = pWin->PixelToLogic(Rectangle(Point(0,0), pWin->GetOutputSizePixel())); in ExecDrawIns()
408 Rectangle aNewObjectRectangle(aObjPos, aObjSize); in ExecDrawIns()
H A Doutput.cxx783 Rectangle aRect; in DrawBackground()
987 Rectangle aRect( nPosX, nPosY, in DrawExtraShadow()
1068 Rectangle aRect; in DrawClear()
1099 aRect = Rectangle( Point( nScrX, nPosY ), in DrawClear()
1671 Rectangle aDrawingRect; in GetChangedAreaRegion()
1714 Rectangle aDrawingRect; in SetChangedClip()
1806 Rectangle aRect; in DrawMark()
1944 pDev->DrawRect( Rectangle( nMinX, nMinY, nMaxX, nMaxY ) ); in DrawRefMark()
2332 Rectangle aCellRect; in DrawClipMarks()
2422 Rectangle aMarkRect = aCellRect; in DrawClipMarks()
[all …]
/aoo41x/main/sd/source/ui/inc/
H A DViewShell.hxx193 const Rectangle& GetAllWindowRect (void);
197 virtual void Paint (const Rectangle& rRect, ::sd::Window* pWin);
226 virtual void SetZoomRect(const Rectangle& rZoomRect);
236 void DrawMarkRect(const Rectangle& rRect) const;
306 virtual void VisAreaChanged(const Rectangle& rRect);
527 Rectangle maAllWindowRectangle;
/aoo41x/main/svtools/inc/svtools/
H A Divctrl.hxx82 Rectangle aRect; // Bounding-Rect des Entries
83 Rectangle aGridRect; // nur gesetzt im Grid-Modus
136 const Rectangle & GetBoundRect() const { return aRect; } in GetBoundRect()
250 virtual void Paint( const Rectangle& rRect );
373 Rectangle GetBoundingBox( SvxIconChoiceCtrlEntry* pEntry ) const;
374Rectangle GetEntryCharacterBounds( const sal_Int32 _nEntryPos, const sal_Int32 _nCharacterIndex …
H A Dsvtabbx.hxx156 virtual void Paint( const Rectangle& );
221 virtual Rectangle calcHeaderRect( sal_Bool _bIsColumnBar, sal_Bool _bOnScreen = sal_True );
222 virtual Rectangle calcTableRect( sal_Bool _bOnScreen = sal_True );
223 …virtual Rectangle GetFieldRectPixelAbs( sal_Int32 _nRow, sal_uInt16 _nColumn, sal_Bool _bIsHead…
250 virtual Rectangle GetWindowExtentsRelative( Window *pRelativeWindow ) const;
258 …virtual Rectangle GetFieldCharacterBounds(sal_Int32 _nRow,sal_Int32 _nColumnPos,sal_Int32 nInde…
H A Dimappoly.hxx42 Rectangle aEllipse;
73 virtual Rectangle GetBoundRect() const { return aPoly.GetBoundRect(); } in GetBoundRect()
76 const Rectangle& GetExtraEllipse() const { return aEllipse; } in GetExtraEllipse()
77 void SetExtraEllipse( const Rectangle& rEllipse );
/aoo41x/main/editeng/source/uno/
H A Dunoedhlp.cxx341 Rectangle SvxEditSourceHelper::EEToUserSpace( const Rectangle& rRect, const Size& rEESize, bool bIs… in EEToUserSpace()
344 return bIsVertical ? Rectangle( EEToUserSpace(rRect.BottomLeft(), rEESize, bIsVertical), in EEToUserSpace()
348 Rectangle SvxEditSourceHelper::UserSpaceToEE( const Rectangle& rRect, const Size& rEESize, bool bIs… in UserSpaceToEE()
351 return bIsVertical ? Rectangle( UserSpaceToEE(rRect.TopRight(), rEESize, bIsVertical), in UserSpaceToEE()
/aoo41x/main/sd/source/ui/dlg/
H A Dvectdlg.cxx105 Rectangle SdVectorizeDlg::GetRect( const Size& rDispSize, const Size& rBmpSize ) const in GetRect()
107 Rectangle aRect; in GetRect()
129 aRect = Rectangle( aBmpPos, aBmpSize ); in GetRect()
139 const Rectangle aRect( GetRect( aBmpWin.GetSizePixel(), aBmp.GetSizePixel() ) ); in InitPreviewBmp()
155 const Rectangle aRect( GetRect( Size( VECTORIZE_MAX_EXTENT, VECTORIZE_MAX_EXTENT ), aSizePix ) ); in GetPreparedBitmap()
268 Rectangle aRect( Point( nPosX, nPosY ), Size( nWidth + 1, nHeight + 1 ) ); in AddTile()
/aoo41x/main/svl/inc/svl/
H A Drectitem.hxx39 Rectangle aVal;
44 SfxRectangleItem( sal_uInt16 nWhich, const Rectangle& rVal );
61 const Rectangle& GetValue() const { return aVal; } in GetValue()
62 void SetValue( const Rectangle& rNewVal ) { in SetValue()
/aoo41x/main/oox/inc/oox/export/
H A Dvmlexport.hxx86 virtual void Commit( EscherPropertyContainer& rProps, const Rectangle& rRect );
93 virtual UINT32 EnterGroup( const String& rShapeName, const Rectangle* pBoundRect = 0 );
103 void AddLineDimensions( const Rectangle& rRectangle );
106 void AddRectangleDimensions( rtl::OStringBuffer& rBuffer, const Rectangle& rRectangle );
/aoo41x/main/svx/inc/svx/
H A Dsvddrgv.hxx61 Rectangle aDragLimit;
114 virtual void TakeActionRect(Rectangle& rRect) const;
298 void SetWorkArea(const Rectangle& rRect) { aMaxWorkArea=rRect; } in SetWorkArea()
299 const Rectangle& GetWorkArea() const { return aMaxWorkArea; } in GetWorkArea()
313 virtual sal_Bool TakeDragLimit(SdrDragMode eMode, Rectangle& rRect) const;
/aoo41x/main/sd/source/ui/slidesorter/controller/
H A DSlsVisibleAreaManager.cxx190 const Rectangle aVisibleArea (pWindow->PixelToLogic( in GetRequestedTopLeft()
191 Rectangle( in GetRequestedTopLeft()
194 const Rectangle aModelArea (mrSlideSorter.GetView().GetModelArea()); in GetRequestedTopLeft()
202 Rectangle aBoundingBox; in GetRequestedTopLeft()
203 for (::std::vector<Rectangle>::const_iterator in GetRequestedTopLeft()
H A DSlideSorterController.cxx318 const Rectangle& rBBox, in Paint()
453 Rectangle aBBox ( in Command()
799 Rectangle SlideSorterController::Resize (const Rectangle& rAvailableSpace) in Resize()
801 Rectangle aContentArea (rAvailableSpace); in Resize()
815 Rectangle SlideSorterController::Rearrange (bool bForce) in Rearrange()
817 Rectangle aNewContentArea (maTotalWindowArea); in Rearrange()
847 Rectangle aCurrentContentArea (pWindow->GetPosPixel(), pWindow->GetOutputSizePixel()); in Rearrange()
/aoo41x/main/oox/source/vml/
H A Dvmldrawing.cxx206 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in createAndInsertXShape()
228 … const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect, sal_Int32& rnCtrlIndex ) const in createAndInsertXControlShape()
258 bool Drawing::convertClientAnchor( Rectangle& /*orShapeRect*/, const OUString& /*rShapeAnchor*/ ) c… in convertClientAnchor() argument
264 const Reference< XShapes >& /*rxShapes*/, const Rectangle& /*rShapeRect*/ ) const in createAndInsertClientXShape()
270 const Rectangle& /*rShapeRect*/, const ShapeBase& /*rShape*/, bool /*bGroupChild*/ ) in notifyXShapeInserted() argument
/aoo41x/main/sdext/source/presenter/
H A DPresenterUIPainter.hxx49 const css::awt::Rectangle& rRepaintBox,
50 const css::awt::Rectangle& rBoundingBox,
57 const css::awt::Rectangle& rRepaintBox,
58 const css::awt::Rectangle& rBoundingBox,
/aoo41x/main/vcl/source/app/
H A Dsalvtables.cxx49 void SalFrame::Flush( const Rectangle& ) in Flush() argument
137 bool SalMenu::ShowNativePopupMenu(FloatingWindow *, const Rectangle&, sal_uLong ) in ShowNativePopupMenu() argument
151 Rectangle SalMenu::GetMenuBarButtonRectPixel( sal_uInt16, SalFrame* ) in GetMenuBarButtonRectPixel()
153 return Rectangle(); in GetMenuBarButtonRectPixel()
/aoo41x/main/sw/source/filter/ww8/
H A Drtfsdrexport.hxx86 virtual void Commit( EscherPropertyContainer& rProps, const Rectangle& rRect );
94 virtual sal_uInt32 EnterGroup( const String& rShapeName, const Rectangle* pBoundRect = 0 );
101 void AddLineDimensions( const Rectangle& rRectangle );
104 void AddRectangleDimensions( rtl::OStringBuffer& rBuffer, const Rectangle& rRectangle );
/aoo41x/main/accessibility/inc/accessibility/helper/
H A DIComboListBoxHelper.hxx41 virtual Rectangle GetDropDownPosSizePixel( ) const = 0;
42 virtual Rectangle GetBoundingRectangle( sal_uInt16 nItem ) const = 0;
43 virtual Rectangle GetWindowExtentsRelative( Window* pRelativeWindow ) = 0;
60 …virtual Rectangle GetEntryCharacterBounds( const sal_Int32 _nEntryPos, const sal_Int32 _nCha…
/aoo41x/main/svx/source/dialog/
H A Dimapwnd.cxx241 Rectangle aClipRect( aPoint, GetGraphicSize() ); in CreateObj()
250 Rectangle aDrawRect( pIMapRectObj->GetRectangle( sal_False ) ); in CreateObj()
266 Rectangle aCircle( aCenter - aOffset, aCenter + aOffset ); in CreateObj()
284 Rectangle aDrawRect( pIMapPolyObj->GetExtraEllipse() ); in CreateObj()
523 if ( Rectangle( Point(), GetGraphicSize() ).IsInside( aPt ) ) in GetHitSdrObj()
720 Rectangle aLogicPix( LogicToPixel( Rectangle( Point(), GetGraphicSize() ) ) ); in RequestHelp()
721 Rectangle aScreenRect( OutputToScreenPixel( aLogicPix.TopLeft() ), in RequestHelp()
961 Rectangle aNewObjectRectangle(aPagePos, Size(nDefaultObjectSizeWidth, nDefaultObjectSizeHeight)); in CreateDefaultObject()
/aoo41x/main/vcl/workben/
H A Doutdevgrind.cxx88 virtual void Paint( const Rectangle& rRect );
114 const Rectangle aRect(aPt1,aPt2); in setupMethodStubs()
115 const Rectangle aRect2(aPt3,aPt4); in setupMethodStubs()
249 (void (OutputDevice::*)( const Rectangle& ))( in setupMethodStubs()
260 … (void (OutputDevice::*)( const Rectangle&, sal_uLong nHorzRount, sal_uLong nVertRound ))( in setupMethodStubs()
725 (void (OutputDevice::*)( const Rectangle&, const Gradient& ))( in setupMethodStubs()
842 const Rectangle aClipRect(10,10,1000,1000); in outDevGrind()
895 void TestWindow::Paint( const Rectangle& ) in Paint() argument
/aoo41x/main/svx/source/svdraw/
H A Dsvdmrkv1.cxx230 sal_Bool SdrMarkView::MarkPoints(const Rectangle* pRect, sal_Bool bUnmark) in MarkPoints()
314 const Rectangle& SdrMarkView::GetMarkedPointsRect() const in GetMarkedPointsRect()
340 Rectangle aPnts; in ImpSetPointsRects()
341 Rectangle aGlue; in ImpSetPointsRects()
348 Rectangle& rR=eKind==HDL_GLUE ? aGlue : aPnts; in ImpSetPointsRects()
350 rR=Rectangle(aPt,aPt); in ImpSetPointsRects()
522 sal_Bool SdrMarkView::MarkGluePoints(const Rectangle* pRect, sal_Bool bUnmark) in MarkGluePoints()
714 const Rectangle& SdrMarkView::GetMarkedGluePointsRect() const in GetMarkedGluePointsRect()
/aoo41x/main/starmath/source/
H A Drect.cxx184 Rectangle aGlyphRect; in BuildRect()
616 void SmDrawFrame(OutputDevice &rDev, const Rectangle &rRec,
666 SmDrawFrame(rDev, Rectangle(rPosition - Point(GetItalicLeftSpace(), 0), in Draw()
670 SmDrawFrame(rDev, Rectangle(rPosition, GetSize()), COL_LIGHTRED); in Draw()
676 void SmDrawFrame(OutputDevice &rDev, const Rectangle &rRec, in SmDrawFrame()
695 const XubString &rText, Rectangle &rRect) in SmGetGlyphBoundRect()
738 Rectangle aResult (aPoint, Size(nTextWidth, rDev.GetTextHeight())), in SmGetGlyphBoundRect()
747 aResult = Rectangle(aTmp.Left() * nScaleFactor, aTmp.Top() * nScaleFactor, in SmGetGlyphBoundRect()
/aoo41x/main/oox/source/drawingml/
H A Dshape.cxx160 const awt::Rectangle* pShapeRect, in addShape()
178 …n( rFilterBase, *this, pTheme, xShapes, pShapeRect ? *pShapeRect : awt::Rectangle( maPosition.X, m… in addShape()
211 const awt::Rectangle& rClientRect, in addChildren()
239 awt::Rectangle aShapeRect; in addChildren()
240 awt::Rectangle* pShapeRect = 0; in addChildren()
269 const awt::Rectangle* pShapeRect, in createAndInsert()
274 …awt::Rectangle aShapeRectHmm( aPosition.X / 360, aPosition.Y / 360, aSize.Width / 360, aSize.Heigh… in createAndInsert()
551 …izeServiceName( XmlFilterBase& rFilter, const OUString& rServiceName, const Rectangle& rShapeRect ) in finalizeServiceName()

Completed in 136 milliseconds

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