Searched refs:MetaWallpaperAction (Results 1 – 13 of 13) sorted by relevance
210 case( META_WALLPAPER_ACTION ): pAction = new MetaWallpaperAction; break; in ReadMetaAction()2720 MetaWallpaperAction::MetaWallpaperAction( const Rectangle& rRect, in IMPL_META_ACTION()2730 void MetaWallpaperAction::Execute( OutputDevice* pOut ) in Execute()2737 MetaAction* MetaWallpaperAction::Clone() in Clone()2739 MetaAction* pClone = (MetaAction*) new MetaWallpaperAction( *this ); in Clone()2746 void MetaWallpaperAction::Move( long nHorzMove, long nVertMove ) in Move()2753 void MetaWallpaperAction::Scale( double fScaleX, double fScaleY ) in Scale()2760 sal_Bool MetaWallpaperAction::Compare( const MetaAction& rMetaAction ) const in Compare()2762 return ( maRect == ((MetaWallpaperAction&)rMetaAction).maRect ) && in Compare()2763 ( maWallpaper == ((MetaWallpaperAction&)rMetaAction).maWallpaper ); in Compare()[all …]
1870 MetaWallpaperAction* pAct = (MetaWallpaperAction*) pAction; in GetBoundRect()2148 MetaWallpaperAction* pAct = (MetaWallpaperAction*) pAction; in ImplExchangeColors()2166 aMtf.Insert( new MetaWallpaperAction( rRect, aWall ), LIST_APPEND ); in ImplExchangeColors()
541 aActionBounds = static_cast<const MetaWallpaperAction&>(rAct).GetRect(); in ImplCalcActionBounds()828 static_cast<const MetaWallpaperAction*>(pCurrAct)->GetRect(), in RemoveTransparenciesFromMetaFile()
1040 const MetaWallpaperAction* pA = (const MetaWallpaperAction*) pAction; in playMetafile()
1959 MetaWallpaperAction* pAct = (MetaWallpaperAction*) pAction; in ImplWriteActions()
1122 mpMetaFile->AddAction( new MetaWallpaperAction( rRect, rWallpaper ) ); in DrawWallpaper()
970 MetaWallpaperAction* pAct = (MetaWallpaperAction*) pAction; in ImpMask()979 pAct = new MetaWallpaperAction( pAct->GetRect(), aWall ); in ImpMask()
135 void DoAction(MetaWallpaperAction& rAct);
193 case META_WALLPAPER_ACTION : DoAction((MetaWallpaperAction&)*pAct); break; in DoLoopActions()1450 void ImpSdrGDIMetaFileImport::DoAction(MetaWallpaperAction& /*rAct*/) in DoAction() argument
1006 class VCL_DLLPUBLIC MetaWallpaperAction : public MetaAction class1018 MetaWallpaperAction( const Rectangle& rRect,
1490 const MetaWallpaperAction* pA = (const MetaWallpaperAction*) pMA; in WriteRecords()
2369 const MetaWallpaperAction* pA = (const MetaWallpaperAction*)pAction; in interpretMetafile()
895 const MetaWallpaperAction* pA = (const MetaWallpaperAction*)pMA; in ImplWriteActions()
Completed in 134 milliseconds