Home
last modified time | relevance | path

Searched refs:GetRect (Results 1 – 25 of 66) sorted by path

123

/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1440 rVDev.LogicToPixel( pClipAction->GetRect() ) ); in createActions()
1661 createGradientAction( ::Polygon( pGradAct->GetRect() ), in createActions()
2022 static_cast<MetaRectAction*>(pCurrAct)->GetRect() ); in createActions()
2047 static_cast<MetaRoundRectAction*>(pCurrAct)->GetRect()); in createActions()
2070 static_cast<MetaEllipseAction*>(pCurrAct)->GetRect() ); in createActions()
2095 const Polygon aToolsPoly( static_cast<MetaArcAction*>(pCurrAct)->GetRect(), in createActions()
2109 const Polygon aToolsPoly( static_cast<MetaPieAction*>(pCurrAct)->GetRect(), in createActions()
2123 … const Polygon aToolsPoly( static_cast<MetaChordAction*>(pCurrAct)->GetRect(), in createActions()
2643 rVDev.AddTextRectActions( pAct->GetRect(), in createActions()
/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx335 Rectangle aRect = rUDEvt.GetRect(); in UserDraw()
/trunk/main/cui/source/inc/
H A Dtransfrm.hxx163 Rectangle GetRect();
/trunk/main/cui/source/tabpages/
H A Dtransfrm.cxx1541 Rectangle aTmpRect( GetRect() ); in PointChanged()
1562 Rectangle SvxPositionSizeTabPage::GetRect() in GetRect() function in SvxPositionSizeTabPage
/trunk/main/dbaccess/source/ui/dlg/
H A Ddirectsql.cxx89 …_rUDEvt.GetDevice()->DrawText( _rUDEvt.GetRect(), GetEntry( _rUDEvt.GetItemId() ), TEXT_DRAW_LEFT … in UserDraw()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1183 if(rWallpaper.IsRect() && !rWallpaper.GetRect().IsEmpty()) in CreateAndAppendBitmapWallpaper()
1186 rWallpaper.GetRect().Left(), rWallpaper.GetRect().Top(), in CreateAndAppendBitmapWallpaper()
1187 rWallpaper.GetRect().Right(), rWallpaper.GetRect().Bottom()); in CreateAndAppendBitmapWallpaper()
1779 const Rectangle& rRectangle = pA->GetRect(); in interpretMetafile()
1806 const Rectangle& rRectangle = pA->GetRect(); in interpretMetafile()
1845 const Rectangle& rRectangle = pA->GetRect(); in interpretMetafile()
1869 … const Polygon aToolsPoly(pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_ARC); in interpretMetafile()
2101 const Rectangle& rRectangle = pA->GetRect(); in interpretMetafile()
2285 const Rectangle& rRectangle = pA->GetRect(); in interpretMetafile()
2375 Rectangle aWallpaperRectangle(pA->GetRect()); in interpretMetafile()
[all …]
/trunk/main/filter/source/flash/
H A Dswfexporter.cxx766 clipRect = pA->GetRect(); in getMetaFile()
H A Dswfwriter1.cxx1483 Impl_writeRect( ( (const MetaRectAction*) pAction )->GetRect(), 0, 0 ); in Impl_writeActions()
1491 Impl_writeRect( pA->GetRect(), pA->GetHorzRound(), pA->GetVertRound() ); in Impl_writeActions()
1498 const Rectangle& rRect = pA->GetRect(); in Impl_writeActions()
1516 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_ARC ); in Impl_writeActions()
1523 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_PIE ); in Impl_writeActions()
1530 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_CHORD ); in Impl_writeActions()
1580 Polygon aPoly( pA->GetRect() ); in Impl_writeActions()
1857 Impl_writeText( pA->GetRect().TopLeft(), pA->GetText(), NULL, 0 ); in Impl_writeActions()
1878 clipRect = pA->GetRect(); in Impl_writeActions()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx1584 aCenter.X()=(pA->GetRect().Left()+pA->GetRect().Right())/2; in WriteOrders()
1585 aCenter.Y()=(pA->GetRect().Top()+pA->GetRect().Bottom())/2; in WriteOrders()
1587 METSetArcParams(pA->GetRect().GetWidth(), pA->GetRect().GetHeight(),0,0); in WriteOrders()
1614 aCenter.X()=(pA->GetRect().Left()+pA->GetRect().Right())/2; in WriteOrders()
1615 aCenter.Y()=(pA->GetRect().Top()+pA->GetRect().Bottom())/2; in WriteOrders()
1635 METSetArcParams(pA->GetRect().GetWidth(), pA->GetRect().GetHeight(),0,0); in WriteOrders()
1651 aCenter.X()=(pA->GetRect().Left()+pA->GetRect().Right())/2; in WriteOrders()
1652 aCenter.Y()=(pA->GetRect().Top()+pA->GetRect().Bottom())/2; in WriteOrders()
1666 METSetArcParams(pA->GetRect().GetWidth(), pA->GetRect().GetHeight(),0,0); in WriteOrders()
1701 aCenter.X()=(pA->GetRect().Left()+pA->GetRect().Right())/2; in WriteOrders()
[all …]
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1496 WriteOpcode_Rect(PDM_PAINT,pA->GetRect()); in WriteOpcodes()
1506 WriteOpcode_Rect(PDM_FRAME,pA->GetRect()); in WriteOpcodes()
1520 WriteOpcode_RRect(PDM_PAINT,pA->GetRect()); in WriteOpcodes()
1530 WriteOpcode_RRect(PDM_FRAME,pA->GetRect()); in WriteOpcodes()
1542 WriteOpcode_Oval(PDM_PAINT,pA->GetRect()); in WriteOpcodes()
1552 WriteOpcode_Oval(PDM_FRAME,pA->GetRect()); in WriteOpcodes()
1594 fxc=((double)(pA->GetRect().Left()+pA->GetRect().Right()))/2.0; in WriteOpcodes()
1595 fyc=((double)(pA->GetRect().Top()+pA->GetRect().Bottom()))/2.0; in WriteOpcodes()
1596 fxr=((double)pA->GetRect().GetWidth())/2.0; in WriteOpcodes()
1597 fyr=((double)pA->GetRect().GetHeight())/2.0; in WriteOpcodes()
[all …]
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx645 ImplRect( ( (const MetaRectAction*) pMA )->GetRect() ); in ImplWriteActions()
650 ImplRect( ( (const MetaRoundRectAction*) pMA )->GetRect() ); in ImplWriteActions()
655 Rectangle aRect = ( ( (const MetaEllipseAction*) pMA )->GetRect() ); in ImplWriteActions()
665 …Polygon aPoly( ( (const MetaArcAction*)pMA )->GetRect(), ( (const MetaArcAction*)pMA )->GetStartPo… in ImplWriteActions()
674 …Polygon aPoly( ( (const MetaPieAction*)pMA )->GetRect(), ( (const MetaPieAction*)pMA )->GetStartPo… in ImplWriteActions()
683 …Polygon aPoly( ( (const MetaChordAction*)pMA )->GetRect(), ( (const MetaChordAction*)pMA )->GetSta… in ImplWriteActions()
869 PolyPolygon aPolyPoly( ( (const MetaGradientAction*)pMA)->GetRect() ); in ImplWriteActions()
896 Rectangle aRect = pA->GetRect(); in ImplWriteActions()
937 Region aRegion( pA->GetRect() ); in ImplWriteActions()
/trunk/main/filter/source/msfilter/
H A Deschesdo.cxx116 Rectangle aRect( rObj.GetRect() ); in ImplFlipBoundingBox()
299 sal_Int32 nLenght = rObj.GetRect().GetWidth(); in ImplWriteShape()
300 if ( nLenght > rObj.GetRect().GetHeight() ) in ImplWriteShape()
301 nLenght = rObj.GetRect().GetHeight(); in ImplWriteShape()
724 Rectangle aRect( rObj.GetRect() ); in ImplWriteShape()
733 mpEscherEx->Commit( aPropOpt, rObj.GetRect() ); in ImplWriteShape()
783 double fDist = hypot( rObj.GetRect().GetWidth(), in ImplWriteAdditionalText()
784 rObj.GetRect().GetHeight() ); in ImplWriteAdditionalText()
825 rObj.GetRect() ); in ImplWriteAdditionalText()
827 rObj.GetRect() ); in ImplWriteAdditionalText()
[all …]
H A Deschesdo.hxx72 const Rectangle& GetRect() const { return maRect; } in GetRect() function in ImplEESdrObject
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1198 ImplWriteRect( ( (const MetaRectAction*) pAction )->GetRect(), 0, 0 ); in ImplWriteActions()
1210 ImplWriteRect( pA->GetRect(), pA->GetHorzRound(), pA->GetVertRound() ); in ImplWriteActions()
1220 const Rectangle& rRect = pA->GetRect(); in ImplWriteActions()
1242 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_ARC ); in ImplWriteActions()
1249 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_PIE ); in ImplWriteActions()
1256 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_CHORD ); in ImplWriteActions()
1319 const Polygon aRectPoly( pA->GetRect() ); in ImplWriteActions()
1816 ImplWriteText( pA->GetRect().TopLeft(), pA->GetText(), NULL, 0 ); in ImplWriteActions()
/trunk/main/framework/source/uielement/
H A Dstatusbarmanager.cxx658 awt::Rectangle aRect( rUDEvt.GetRect().Left(), in UserDraw()
659 rUDEvt.GetRect().Top(), in UserDraw()
660 rUDEvt.GetRect().GetWidth(), in UserDraw()
661 rUDEvt.GetRect().GetHeight() ); in UserDraw()
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx4048 return rAnchor.GetRect( GetRoot(), maScUsedArea.aStart.Tab(), MAP_100TH_MM ); in CalcAnchorRect()
H A Dxlescher.cxx177 Rectangle XclObjAnchor::GetRect( const XclRoot& rRoot, SCTAB nScTab, MapUnit eMapUnit ) const in GetRect() function in XclObjAnchor
/trunk/main/sc/source/filter/inc/
H A Dxlescher.hxx320 Rectangle GetRect( const XclRoot& rRoot, SCTAB nScTab, MapUnit eMapUnit ) const;
/trunk/main/sc/source/ui/sidebar/
H A DCellLineStyleValueSet.cxx88 Rectangle aRect = rUDEvt.GetRect(); in UserDraw()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationCreateDialog.cxx134 Rectangle aOutRect( rUDEvt.GetRect() ); in UserDraw()
/trunk/main/sd/source/ui/dlg/
H A Dvectdlg.cxx105 Rectangle SdVectorizeDlg::GetRect( const Size& rDispSize, const Size& rBmpSize ) const in GetRect() function in SdVectorizeDlg
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()
/trunk/main/sd/source/ui/inc/
H A Dvectdlg.hxx82 Rectangle GetRect( const Size& rDispSize, const Size& rBmpSize ) const;
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx511 Point aPos( rUDEvt.GetRect().TopLeft() ); in UserDraw()
513 aPos.Y() += ( rUDEvt.GetRect().GetHeight() - rUDEvt.GetDevice()->GetTextHeight() ) / 2; in UserDraw()
/trunk/main/starmath/inc/
H A Dnode.hxx148 const SmRect & GetRect() const { return *this; } in GetRect() function in SmNode
149 SmRect & GetRect() { return *this; } in GetRect() function in SmNode
/trunk/main/starmath/source/
H A Dnode.cxx772 { const SmRect &rNodeRect = pNode->GetRect(); in Arrange()
870 SmRect::operator = (pNode->GetRect()); in Arrange()
1056 const SmRect &rOpRect = pOper->GetRect(); in Arrange()
1439 const SmRect &rBodyRect = pBody->GetRect(); in Arrange()
1488 aPos = pSubSup->GetRect().AlignTo(aTmpRect, in Arrange()
1501 aPos = pSubSup->GetRect().AlignTo(aTmpRect, in Arrange()
1513 aPos = pSubSup->GetRect().AlignTo(rBodyRect, RP_BOTTOM, in Arrange()
1521 aPos = pSubSup->GetRect().AlignTo(rBodyRect, RP_TOP, in Arrange()
1942 SmRect::operator = (pNode->GetRect()); in Arrange()
2181 SmRect::operator = (pNode->GetRect()); in Arrange()
[all …]

Completed in 181 milliseconds

123