Home
last modified time | relevance | path

Searched refs:Rectangle (Results 476 – 500 of 2178) sorted by relevance

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

/aoo41x/main/sd/source/ui/view/
H A Ddrviewsh.cxx83 void DrawViewShell::MakeVisible(const Rectangle& rRect, ::Window& rWin) in MakeVisible()
101 Rectangle aVisArea(rWin.PixelToLogic(Rectangle(Point(0,0), aVisSizePixel))); in MakeVisible()
119 const Rectangle aInnerRectangle( in MakeVisible()
/aoo41x/main/sc/source/core/tool/
H A Ddetfunc.cxx371 Rectangle aRect( in GetDrawRect()
378 Rectangle ScDetectiveFunc::GetDrawRect( SCCOL nCol, SCROW nRow ) const in GetDrawRect()
413 Rectangle aStartRect; in HasArrow()
414 Rectangle aEndRect; in HasArrow()
533 pArrow->NbcSetLogicRect(Rectangle(aStartPos,aEndPos)); //! noetig ??? in InsertArrow()
563 Rectangle aRect = GetDrawRect( nStartCol, nStartRow, nEndCol, nEndRow ); in InsertToOtherTab()
599 pArrow->NbcSetLogicRect(Rectangle(aStartPos,aEndPos)); //! noetig ??? in InsertToOtherTab()
661 Rectangle aRect = GetDrawRect( nCol, nRow ); in DrawCircle()
686 Rectangle aRect = GetDrawRect( nCol, nRow ); in DeleteArrowsAt()
758 Rectangle aCornerRect = GetDrawRect( nCol1, nRow1, nCol2, nRow2 ); in DeleteBox()
[all …]
/aoo41x/main/editeng/source/editeng/
H A Deditview.cxx201 Rectangle aRect( pImpEditView->aOutArea ); in Invalidate()
299 void EditView::Paint( const Rectangle& rRect, OutputDevice* pTargetDevice ) in Paint()
329 void EditView::SetVisArea( const Rectangle& rRec ) in SetVisArea()
335 const Rectangle& EditView::GetVisArea() const in GetVisArea()
339 static Rectangle aRect; in GetVisArea()
344 void EditView::SetOutputArea( const Rectangle& rRec ) in SetOutputArea()
356 const Rectangle& EditView::GetOutputArea() const in GetOutputArea()
1397 Rectangle aRect; in GetWordUnderMousePointer()
1418 Rectangle aTopLeftRec( pImpEE->PaMtoEditCursor( aWordSel.Min() ) ); in GetWordUnderMousePointer()
1419 Rectangle aBottomRightRec( pImpEE->PaMtoEditCursor( aWordSel.Max() ) ); in GetWordUnderMousePointer()
[all …]
/aoo41x/main/editeng/source/accessibility/
H A DAccessibleStaticTextBase.cxx196 Rectangle GetParagraphBoundingBox() const;
466 Rectangle AccessibleStaticTextBase_Impl::GetParagraphBoundingBox() const in GetParagraphBoundingBox()
468 Rectangle aRect; in GetParagraphBoundingBox()
471 awt::Rectangle aAwtRect = mpTextParagraph->getBounds(); in GetParagraphBoundingBox()
472 … aRect = Rectangle( Point( aAwtRect.X, aAwtRect.Y ), Size( aAwtRect.Width, aAwtRect.Height ) ); in GetParagraphBoundingBox()
727 …awt::Rectangle SAL_CALL AccessibleStaticTextBase::getCharacterBounds( sal_Int32 nIndex ) throw (la… in getCharacterBounds()
737 awt::Rectangle aParaBounds( rPara.getBounds() ); in getCharacterBounds()
738 awt::Rectangle aBounds( rPara.getCharacterBounds( aPos.nIndex ) ); in getCharacterBounds()
771 awt::Rectangle aParaBounds( rPara.getBounds() ); in getIndexAtPoint()
1153 Rectangle AccessibleStaticTextBase::GetParagraphBoundingBox() const in GetParagraphBoundingBox()
/aoo41x/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx401 Rectangle aRect = GetTextRect( Rectangle( Point(), aSize ), aText, in CalcActiveHeight()
421 Rectangle ExtensionBox_Impl::GetEntryRect( const long nPos ) const in GetEntryRect()
439 return Rectangle( aPos, aSize ); in GetEntryRect()
514 void ExtensionBox_Impl::DrawRow( const Rectangle& rRect, const TEntry_Impl pEntry ) in DrawRow()
633 DrawText( Rectangle( aPos.X(), aPos.Y(), rRect.Right(), rRect.Bottom() - nExtraHeight ), in DrawRow()
681 Rectangle aEntryRect = GetEntryRect( m_nActive ); in RecalcAll()
774 void ExtensionBox_Impl::Paint( const Rectangle &/*rPaintRect*/ ) in Paint() argument
794 Rectangle aEntryRect( aStart, aSize ); in Paint()
1257 Rectangle aScrRect( Point(), GetOutputSizePixel() ); in DoScroll()
/aoo41x/main/vcl/workben/
H A Dvcldemo.cxx80 void Paint( const Rectangle& rRect );
125 Rectangle aRect(0,0,4,4); in MouseButtonDown()
154 void MyWin::Paint( const Rectangle& rRect ) in Paint()
160 Rectangle r(aPt, aSz); in Paint()
/aoo41x/main/vcl/inc/vcl/
H A Dslider.hxx40 Rectangle maChannel1Rect;
41 Rectangle maChannel2Rect;
42 Rectangle maThumbRect;
92 virtual void Paint( const Rectangle& rRect );
/aoo41x/main/editeng/source/uno/
H A Dunoviwou.cxx50 Rectangle aOutputRect( mrOutlinerView.GetOutputArea() ); in GetTextOffset()
60 Rectangle SvxDrawOutlinerViewForwarder::GetVisArea() const in GetVisArea()
66 Rectangle aVisArea = mrOutlinerView.GetVisArea(); in GetVisArea()
86 return Rectangle(); in GetVisArea()
/aoo41x/main/sw/source/ui/uiview/
H A Dpview.cxx221 maPaintedPreviewDocRect( Rectangle(0,0,0,0) ) in SwPagePreViewWin()
253 void SwPagePreViewWin::Paint( const Rectangle& rRect ) in Paint()
264 Rectangle aRect( LogicToPixel( rRect )); in Paint()
1487 Rectangle aPixVisArea( pViewWin->LogicToPixel( aVisArea ) ); in IMPL_LINK_INLINE_END()
1547 Rectangle aRect( rOfst, rSize ); in InnerResizePixel()
1576 SetVisArea( Rectangle( Point(), aBottomRight ) ); in OuterResizePixel()
1596 Rectangle aLR(aTopLeft,aBottomRight); in SetVisArea()
1665 Rectangle aRect; in IMPL_LINK()
1696 Help::ShowQuickHelp(pScrollbar, Rectangle(), aEmptyStr, 0); in IMPL_LINK()
1865 const Rectangle& rDocRect = pViewWin->GetPaintedPreviewDocRect(); in ScrollViewSzChg()
[all …]
/aoo41x/main/svx/source/customshapes/
H A DEnhancedCustomShapeEngine.cxx184 Rectangle aTextBounds = pCustoObj->GetSnapRect(); in ImplForceGroupWithText()
303 Rectangle aRect( pSdrObjCustomShape->GetSnapRect() ); in REF()
352 com::sun::star::awt::Rectangle SAL_CALL EnhancedCustomShapeEngine::getTextBounds() in getTextBounds()
355 com::sun::star::awt::Rectangle aTextRect; in getTextBounds()
363 Rectangle aRect( aCustomShape2d.GetTextRect() ); in getTextBounds()
384 Rectangle aRect( pSdrObjCustomShape->GetSnapRect() ); in getLineGeometry()
/aoo41x/main/sc/source/ui/dbgui/
H A Dfieldwnd.cxx457 void ScPivotFieldWindow::Paint( const Rectangle& /*rRect*/ ) in Paint() argument
481 Rectangle aSelection( in Paint()
618 Rectangle aRect( rHEvt.GetMousePosPixel(), GetSizePixel() ); in RequestHelp()
775 rDev.DrawRect( Rectangle( Point( 0, 0 ), aDevSize ) ); in DrawBackground()
781 rDev.DrawRect( Rectangle( Point( 0, 0 ), aDevSize ) ); in DrawBackground()
807 … aDecoView.DrawButton( Rectangle( aFieldPos, maFieldSize ), bFocus ? BUTTON_DRAW_DEFAULT : 0 ); in DrawField()
855 rDev.DrawRect( Rectangle( aMainLinePos, aMainLineSize ) ); in DrawInsertionCursor()
860 rDev.DrawRect( Rectangle( aSubLinePos, aSubLineSize ) ); in DrawInsertionCursor()
863 rDev.DrawRect( Rectangle( aSubLinePos, aSubLineSize ) ); in DrawInsertionCursor()
/aoo41x/main/svx/source/accessibility/
H A DAccessibleShape.cxx586 awt::Rectangle aBBox (xChildComponent->getBounds()); in getAccessibleAtPoint()
604 awt::Rectangle SAL_CALL AccessibleShape::getBounds (void) in getBounds()
611 awt::Rectangle aBoundingBox; in getBounds()
654 aBoundingBox = awt::Rectangle ( in getBounds()
717 ::Rectangle aBBox ( in getBounds()
720 ::Rectangle aParentBBox (0,0, aParentSize.Width, aParentSize.Height); in getBounds()
722 aBoundingBox = awt::Rectangle ( in getBounds()
731 aBoundingBox = awt::Rectangle ( in getBounds()
747 awt::Rectangle aBoundingBox (getBounds()); in getLocation()
783 awt::Rectangle aBoundingBox (getBounds()); in getSize()
[all …]
/aoo41x/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx231 Rectangle VclMetafileProcessor2D::impDumpToMetaFile( in impDumpToMetaFile()
243 const Rectangle aPrimitiveRectangle( in impDumpToMetaFile()
795 const Rectangle aCurrentRect( in processBasePrimitive2D()
811 Rectangle aCropRect(aCurrentRect); in processBasePrimitive2D()
844 aCropRect = Rectangle( in processBasePrimitive2D()
906 const Rectangle aRectLogic( in processBasePrimitive2D()
1015 const Rectangle aRectLogic( in processBasePrimitive2D()
1831 const Rectangle aRectLogic( in processBasePrimitive2D()
2010 … const Rectangle aPrimitiveRectangle(impDumpToMetaFile(rContent, aContentMetafile)); in processBasePrimitive2D()
2038 const Rectangle aRectLogic( in processBasePrimitive2D()
[all …]
/aoo41x/main/xmloff/source/style/
H A DVisAreaContext.cxx48 Rectangle& rRect, const MapUnit aMapUnit ) : in XMLVisAreaContext()
51 awt::Rectangle rAwtRect( rRect.getX(), rRect.getY(), rRect.getWidth(), rRect.getHeight() ); in XMLVisAreaContext()
64 ::com::sun::star::awt::Rectangle& rRect, const sal_Int16 nMeasureUnit ) : in XMLVisAreaContext()
74 …ocess( const uno::Reference< xml::sax::XAttributeList>& xAttrList, awt::Rectangle& rRect, const sa… in process()
/aoo41x/main/svtools/source/control/
H A Dcalendar.cxx790 Rectangle aOutRect = maPrevRect; in ImplDrawSpin()
799 Rectangle aOutRect = maNextRect; in ImplDrawSpin()
928 Rectangle aFrameRect( aDateRect ); in ImplDrawDate()
996 Rectangle aTempRect( 1, aTitleRect.Top()+TITLE_BORDERY, in ImplDraw()
1137 Rectangle aClearRect( nDayX, nDayY, in ImplDraw()
1211 Rectangle aDateRect( GetDateRect( rDate ) ); in ImplUpdateDate()
1808 void Calendar::Paint( const Rectangle& ) in Paint() argument
1846 Rectangle aDateRect = GetDateRect( aDate ); in RequestHelp()
2246 Rectangle Calendar::GetDateRect( const Date& rDate ) const in GetDateRect()
2248 Rectangle aRect; in GetDateRect()
[all …]
H A Dvalueset.cxx221 Rectangle aRect = pItem->maRect; in ImplFormatItem()
770 Rectangle aRect = pItem->maRect; in ImplDrawSelect()
873 Rectangle aRect2 = aRect; in ImplDrawSelect()
913 Rectangle aRect; in ImplHideSelect()
976 Rectangle aRect1; in ImplDrawDropPos()
1157 Rectangle aWinRect( aDefPos, maVirDev.GetOutputSizePixel() ); in ImplGetItem()
1661 void ValueSet::Paint( const Rectangle& ) in Paint() argument
1728 Rectangle aItemRect = pItem->maRect; in RequestHelp()
2091 Rectangle ValueSet::GetItemRect( sal_uInt16 nItemId ) const in GetItemRect()
2098 return Rectangle(); in GetItemRect()
[all …]
/aoo41x/main/sw/source/core/access/
H A Dacccontext.cxx829 const awt::Rectangle & aRect) in lcl_PointInRectangle()
844 awt::Rectangle aPixBounds = getBoundsImpl(sal_True); in containsPoint()
909 awt::Rectangle SAL_CALL SwAccessibleContext::getBoundsImpl(sal_Bool bRelative) in getBoundsImpl()
923 Rectangle aPixBounds( 0, 0, 0, 0 ); in getBoundsImpl()
947 awt::Rectangle aBox( aPixBounds.Left(), aPixBounds.Top(), in getBoundsImpl()
954 awt::Rectangle SAL_CALL SwAccessibleContext::getBounds() in getBounds()
963 awt::Rectangle aRect = getBoundsImpl(sal_True); in getLocation()
974 awt::Rectangle aRect = getBoundsImpl(sal_False); in getLocationOnScreen()
989 awt::Rectangle aRect = getBoundsImpl(sal_False); in getSize()
1625 Rectangle aVisArea( pThisAcc->GetVisArea() ); in lcl_SwAccessibleContext_DbgMsg()
[all …]
/aoo41x/main/sw/source/ui/lingu/
H A Dsdrhhcwrap.cxx96 Rectangle aRect( aPoint, aSize ); in SdrHHCWrapper()
110 pOutlView->SetOutputArea( Rectangle( Point(), Size(1, 1) ) ); in ~SdrHHCWrapper()
136 pOutlView->SetOutputArea( Rectangle( Point(), Size(1, 1) ) ); in ConvertNextDocument()
172 pOutlView->SetOutputArea( Rectangle( Point(), Size(1,1))); in ConvertNextDocument()
/aoo41x/main/svl/source/items/
H A Drectitem.cxx53 SfxRectangleItem::SfxRectangleItem( sal_uInt16 nW, const Rectangle& rVal ) : in SfxRectangleItem()
122 Rectangle aStr; in Create()
146 rVal <<= com::sun::star::awt::Rectangle( aVal.getX(), in QueryValue()
168 com::sun::star::awt::Rectangle aValue; in PutValue()
/aoo41x/main/comphelper/inc/comphelper/
H A Daccessiblecomponenthelper.hxx55 …virtual ::com::sun::star::awt::Rectangle SAL_CALL implGetBounds( ) throw (::com::sun::star::uno::…
66 …::com::sun::star::awt::Rectangle SAL_CALL getBounds( ) throw (::com::sun::star::uno::RuntimeExcep…
99 …virtual ::com::sun::star::awt::Rectangle SAL_CALL getBounds( ) throw (::com::sun::star::uno::Runt…
131 …virtual ::com::sun::star::awt::Rectangle SAL_CALL getBounds( ) throw (::com::sun::star::uno::Runt…
/aoo41x/main/sw/source/ui/docvw/
H A DSidebarTxtControl.cxx129 … Help::ShowQuickHelp( this,PixelToLogic(Rectangle(rEvt.GetMousePosPixel(),Size(50,10))),sTxt); in RequestHelp()
133 void SidebarTxtControl::Paint( const Rectangle& rRect) in Paint()
140 DrawGradient( Rectangle( Point(0,0), PixelToLogic(GetSizePixel()) ), in Paint()
147 DrawGradient( Rectangle( Point(0,0), PixelToLogic(GetSizePixel()) ), in Paint()
259 Help::ShowQuickHelp( this,PixelToLogic(Rectangle(GetPosPixel(),Size(50,10))),sURL); in MouseMove()
/aoo41x/main/sfx2/source/sidebar/
H A DDeck.cxx147 Rectangle Deck::GetContentArea (void) const in GetContentArea()
152 return Rectangle( in GetContentArea()
173 void Deck::Paint (const Rectangle& rUpdateArea) in Paint()
185 Rectangle aBox( in Paint()
445 void Deck::ScrollContainerWindow::Paint (const Rectangle& rUpdateArea) in Paint()
/aoo41x/main/sc/source/ui/inc/
H A DAccessibleDocument.hxx224 virtual Rectangle GetVisibleArea() const;
292 virtual Rectangle GetBoundingBoxOnScreen(void) const
296 virtual Rectangle GetBoundingBox(void) const
306 Rectangle maVisArea;
330 Rectangle GetVisibleArea_Impl() const;
/aoo41x/main/svx/source/svdraw/
H A Dsvdocirc.cxx61 Point GetWinkPnt(const Rectangle& rR, long nWink) in GetWinkPnt()
125 SdrCircObj::SdrCircObj(SdrObjKind eNewKind, const Rectangle& rRect): in SdrCircObj()
134 SdrCircObj::SdrCircObj(SdrObjKind eNewKind, const Rectangle& rRect, long nNewStartWink, long nNewEn… in SdrCircObj()
213 basegfx::B2DPolygon SdrCircObj::ImpCalcXPolyCirc(const SdrObjKind eCicrleKind, const Rectangle& rRe… in ImpCalcXPolyCirc()
363 Rectangle aR;
692 Rectangle aRect1(rStat.GetStart(), rStat.GetNow()); in BegCreate()
963 void Union(Rectangle& rR, const Point& rP) in Union()
971 void SdrCircObj::TakeUnrotatedSnapRect(Rectangle& rRect) const in TakeUnrotatedSnapRect()
1033 void SdrCircObj::NbcSetSnapRect(const Rectangle& rRect) in NbcSetSnapRect()
1036 Rectangle aSR0(GetSnapRect()); in NbcSetSnapRect()
/aoo41x/main/svtools/source/graphic/
H A Dgrfmgr.cxx323 Polygon aClipPoly( Rectangle( rPt, rSz ) ); in ImplGetCropParams()
688 Rectangle aCropRect; in Draw()
765 Rectangle aCropRect; in DrawWithPDFHandling()
807 Rectangle( aPt, aSz ), in DrawWithPDFHandling()
817 sal_Bool GraphicObject::DrawTiled( OutputDevice* pOut, const Rectangle& rArea, const Size& rSize, in DrawTiled()
1000 Rectangle aClipRect( aMtfMapMode.GetOrigin().X() + aCropLeftTop.Width(), in GetTransformedGraphic()
1037 Rectangle aCropRect; in GetTransformedGraphic()
1094 aCropRect = Rectangle( aCropLeftTop.Width(), aCropLeftTop.Height(), in GetTransformedGraphic()
1109 if( !aCropRect.IsInside( Rectangle(aAnimBmp.aPosPix, aAnimBmp.aSizePix) ) ) in GetTransformedGraphic()
1112 Rectangle aCropRectRel( aCropRect ); in GetTransformedGraphic()

Completed in 192 milliseconds

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