/trunk/main/sfx2/source/doc/ |
H A D | doctempl.cxx | 340 RegionData_Impl *pData1 = pImp->GetRegion( nIdx ); in GetFullRegionName() 377 RegionData_Impl *pData = pImp->GetRegion( nIdx ); in GetRegionName() 458 RegionData_Impl *pData = pImp->GetRegion( nIdx ); in IsRegionLoaded() 492 RegionData_Impl *pData = pImp->GetRegion( rName ); in GetCount() 525 RegionData_Impl *pData = pImp->GetRegion( nRegion ); in GetCount() 599 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in GetFileName() 640 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in GetPath() 734 RegionData_Impl *pRegion = pImp->GetRegion( 0L ); in GetDefaultTemplatePath() 1410 RegionData_Impl *pRegion = pImp->GetRegion( rText ); in InsertDir() 1676 RegionData_Impl *pRegion = pImp->GetRegion( i ); in GetFull() [all …]
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxregion.cxx | 122 maRegion.Union( VCLUnoHelper::GetRegion( rxRegion ) ); in unionRegion() 130 maRegion.Intersect( VCLUnoHelper::GetRegion( rxRegion ) ); in intersectRegion() 138 maRegion.Exclude( VCLUnoHelper::GetRegion( rxRegion ) ); in excludeRegion() 146 maRegion.XOr( VCLUnoHelper::GetRegion( rxRegion ) ); in xOrRegion()
|
H A D | vclxgraphics.cxx | 279 mpClipRegion = new Region( VCLUnoHelper::GetRegion( rxRegion ) ); in setClipRegion() 290 Region aRegion( VCLUnoHelper::GetRegion( rxRegion ) ); in intersectClipRegion()
|
/trunk/main/sw/source/core/view/ |
H A D | viewsh.cxx | 198 if ( Imp()->GetRegion() && Imp()->GetRegion()->GetOrigin() != VisArea() ) in ImplEndAction() 219 if ( Imp()->GetRegion() || in ImplEndAction() 237 SwRegionRects *pRegion = Imp()->GetRegion(); in ImplEndAction() 1142 Imp()->GetRegion() && Imp()->GetRegion()->GetOrigin() != VisArea() ) in VisPortChgd() 1789 if ( Imp()->GetRegion() && Imp()->GetRegion()->GetOrigin() != VisArea()) in CheckInvalidForPaint() 1803 SwRegionRects *pRegion = Imp()->GetRegion(); in CheckInvalidForPaint()
|
/trunk/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 1399 if( !pClipAction->GetRegion().HasPolyPolygonOrB2DPolyPolygon() ) in createActions() 1407 pClipAction->GetRegion().GetBoundRect() ) ); in createActions() 1421 … basegfx::B2DPolyPolygon aPolyPolygon(pClipAction->GetRegion().GetAsB2DPolyPolygon()); in createActions() 1455 if( !pClipAction->GetRegion().HasPolyPolygonOrB2DPolyPolygon() ) in createActions() 1462 rVDev.LogicToPixel( pClipAction->GetRegion().GetBoundRect() ) ); in createActions() 1475 … basegfx::B2DPolyPolygon aPolyPolygon(pClipAction->GetRegion().GetAsB2DPolyPolygon()); in createActions()
|
/trunk/main/vcl/source/gdi/ |
H A D | gdimtf.cxx | 940 aNewReg.Intersect( pOldAct->GetRegion() ); in Clip() 1387 if( pAct->IsClipping() && pAct->GetRegion().HasPolyPolygonOrB2DPolyPolygon() ) in Rotate() 1388 …ion( new MetaClipRegionAction( Region( ImplGetRotatedPolyPolygon( pAct->GetRegion().GetAsPolyPolyg… in Rotate() 1407 const Region& rRegion = pAct->GetRegion(); in Rotate() 1800 …aClipStack.back() = aMapVDev.LogicToLogic( pAct->GetRegion().GetBoundRect(), aMapVDev.GetMapMode()… in GetBoundRect() 1820 …Rectangle aRect( aMapVDev.LogicToLogic( pAct->GetRegion().GetBoundRect(), aMapVDev.GetMapMode(), G… in GetBoundRect() 2745 const Region& rRegion = pAct->GetRegion(); in GetChecksum()
|
H A D | gdimetafiletools.cxx | 307 const Region& rRegion = pA->GetRegion(); in clipMetafileContentAgainstOwnRegions() 343 const Region& rRegion = pA->GetRegion(); in clipMetafileContentAgainstOwnRegions()
|
H A D | pdfwriter_impl2.cxx | 890 if( pA->GetRegion().IsEmpty() ) in playMetafile() 894 Region aReg( pA->GetRegion() ); in playMetafile() 913 Region aReg( pA->GetRegion() ); in playMetafile()
|
H A D | cvtsvm.cxx | 1980 const Region& rRegion = pAct->GetRegion(); in ImplWriteActions()
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | doctdlg.hxx | 77 sal_uInt16 GetRegion() const { return aRegionLb.GetSelectEntryPos(); } in GetRegion() function in SfxDocumentTemplateDlg
|
/trunk/main/toolkit/inc/toolkit/awt/ |
H A D | vclxregion.hxx | 57 const Region& GetRegion() const { return maRegion; } in GetRegion() function in VCLXRegion
|
/trunk/main/sw/source/core/inc/ |
H A D | viewimp.hxx | 199 SwRegionRects *GetRegion() { return pRegion; } in GetRegion() function in SwViewImp
|
/trunk/main/vcl/inc/vcl/ |
H A D | metaact.hxx | 1049 const Region& GetRegion() const { return maRegion; } in GetRegion() function in MetaClipRegionAction 1096 const Region& GetRegion() const { return maRegion; } in GetRegion() function in MetaISectRegionClipRegionAction
|
/trunk/main/toolkit/inc/toolkit/helper/ |
H A D | vclunohelper.hxx | 96 …static Region GetRegion( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XR…
|
/trunk/main/toolkit/source/helper/ |
H A D | vclunohelper.cxx | 137 Region VCLUnoHelper::GetRegion( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XReg… in GetRegion() function in VCLUnoHelper 142 aRegion = pVCLRegion->GetRegion(); in GetRegion()
|
/trunk/main/sw/source/core/layout/ |
H A D | layact.cxx | 2462 if ( pSh->Imp()->GetRegion() ) in SwLayIdle() 2508 if ( pViewImp->GetRegion() ) in SwLayIdle()
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | metafileprimitive2d.cxx | 2429 … basegfx::B2DPolyPolygon aNewClipPolyPolygon(getB2DPolyPolygonFromRegion(pA->GetRegion())); in interpretMetafile() 2516 const Region& rNewRegion = pA->GetRegion(); in interpretMetafile()
|
/trunk/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 945 Region aRegion( pA->GetRegion() ); in ImplWriteActions() 953 Region aRegion( pA->GetRegion() ); in ImplWriteActions()
|
/trunk/main/sw/source/core/crsr/ |
H A D | crsrsh.cxx | 253 if( bIdleEnd && Imp()->GetRegion() ) in EndAction()
|