Home
last modified time | relevance | path

Searched refs:GetRegion (Results 1 – 19 of 19) sorted by relevance

/trunk/main/sfx2/source/doc/
H A Ddoctempl.cxx340 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 Dvclxregion.cxx122 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 Dvclxgraphics.cxx279 mpClipRegion = new Region( VCLUnoHelper::GetRegion( rxRegion ) ); in setClipRegion()
290 Region aRegion( VCLUnoHelper::GetRegion( rxRegion ) ); in intersectClipRegion()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx198 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 Dimplrenderer.cxx1399 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 Dgdimtf.cxx940 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 Dgdimetafiletools.cxx307 const Region& rRegion = pA->GetRegion(); in clipMetafileContentAgainstOwnRegions()
343 const Region& rRegion = pA->GetRegion(); in clipMetafileContentAgainstOwnRegions()
H A Dpdfwriter_impl2.cxx890 if( pA->GetRegion().IsEmpty() ) in playMetafile()
894 Region aReg( pA->GetRegion() ); in playMetafile()
913 Region aReg( pA->GetRegion() ); in playMetafile()
H A Dcvtsvm.cxx1980 const Region& rRegion = pAct->GetRegion(); in ImplWriteActions()
/trunk/main/sfx2/inc/sfx2/
H A Ddoctdlg.hxx77 sal_uInt16 GetRegion() const { return aRegionLb.GetSelectEntryPos(); } in GetRegion() function in SfxDocumentTemplateDlg
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxregion.hxx57 const Region& GetRegion() const { return maRegion; } in GetRegion() function in VCLXRegion
/trunk/main/sw/source/core/inc/
H A Dviewimp.hxx199 SwRegionRects *GetRegion() { return pRegion; } in GetRegion() function in SwViewImp
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx1049 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 Dvclunohelper.hxx96 …static Region GetRegion( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XR…
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx137 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 Dlayact.cxx2462 if ( pSh->Imp()->GetRegion() ) in SwLayIdle()
2508 if ( pViewImp->GetRegion() ) in SwLayIdle()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx2429 … basegfx::B2DPolyPolygon aNewClipPolyPolygon(getB2DPolyPolygonFromRegion(pA->GetRegion())); in interpretMetafile()
2516 const Region& rNewRegion = pA->GetRegion(); in interpretMetafile()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx945 Region aRegion( pA->GetRegion() ); in ImplWriteActions()
953 Region aRegion( pA->GetRegion() ); in ImplWriteActions()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx253 if( bIdleEnd && Imp()->GetRegion() ) in EndAction()

Completed in 150 milliseconds