Home
last modified time | relevance | path

Searched refs:mpMtf (Results 1 – 11 of 11) sorted by last modified time

/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshape.cxx516 maAnimationFrames.front().mpMtf, in DrawShape()
518 mpCurrMtf = maAnimationFrames.front().mpMtf; in DrawShape()
940 mpCurrMtf = maAnimationFrames[ mnCurrFrame ].mpMtf; in setIntrinsicAnimationFrame()
H A Ddrawshapesubsetting.cxx64 ENSURE_OR_THROW( mpMtf, in ensureInitializedNodeTree()
72 maActionClassVector.reserve( mpMtf->GetActionCount() ); in ensureInitializedNodeTree()
79 for( pCurrAct = mpMtf->FirstAction(); pCurrAct; pCurrAct = mpMtf->NextAction() ) in ensureInitializedNodeTree()
233 mpMtf(), in DrawShapeSubsetting()
245 mpMtf( rMtf ), in DrawShapeSubsetting()
253 ENSURE_OR_THROW( mpMtf, in DrawShapeSubsetting()
262 mpMtf( rMtf ), in DrawShapeSubsetting()
270 ENSURE_OR_THROW( mpMtf, in DrawShapeSubsetting()
279 mpMtf.reset(); in reset()
291 mpMtf = rMtf; in reset()
[all …]
H A Ddrawshapesubsetting.hxx255 ::boost::shared_ptr< GDIMetaFile > mpMtf;
H A Dgdimtftools.hxx74 mpMtf( rMtf ), in MtfAnimationFrame()
85 GDIMetaFileSharedPtr mpMtf; member
H A Dviewshape.cxx79 if( rMtf != io_rCacheEntry.mpMtf || in prefetch()
173 io_rCacheEntry.mpMtf = rMtf; in prefetch()
H A Dviewshape.hxx220 mpMtf(), in RendererCacheEntry()
233 GDIMetaFileSharedPtr mpMtf; member
H A Dbackgroundshape.cxx120 GDIMetaFileSharedPtr mpMtf; member in slideshow::internal::BackgroundShape
137 mpMtf(), in BackgroundShape()
166 mpMtf = pMtf; in BackgroundShape()
201 maViewShapes.back()->render( mpMtf ); in addViewLayer()
297 ::boost::cref( mpMtf ) ) ) in render()
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx134 mpMtf( NULL ) in ObjectRepresentation()
143 mpMtf( new GDIMetaFile( rMtf ) ) in ObjectRepresentation()
151 mpMtf( rPresentation.mpMtf ? new GDIMetaFile( *rPresentation.mpMtf ) : NULL ) in ObjectRepresentation()
159 delete mpMtf; in ~ObjectRepresentation()
167 delete mpMtf, ( mpMtf = rPresentation.mpMtf ? new GDIMetaFile( *rPresentation.mpMtf ) : NULL ); in operator =()
177 ( *mpMtf == *rPresentation.mpMtf ) ); in operator ==()
H A Dsvgfilter.hxx177 GDIMetaFile* mpMtf; member in ObjectRepresentation
191 sal_Bool HasRepresentation() const { return mpMtf != NULL; } in HasRepresentation()
192 const GDIMetaFile& GetRepresentation() const { return *mpMtf; } in GetRepresentation()
/trunk/main/vcl/inc/vcl/
H A Dprint.hxx73 GDIMetaFile* mpMtf; member in PrinterPage
79 PrinterPage() : mpMtf( new GDIMetaFile() ) {} in PrinterPage()
81 mpMtf( pMtf ), maJobSetup( rSetup ), mbNewJobSetup( bNewJobSetup ) {} in PrinterPage()
82 ~PrinterPage() { delete mpMtf; } in ~PrinterPage()
84 GDIMetaFile* GetGDIMetaFile() const { return mpMtf; } in GetGDIMetaFile()
/trunk/main/svtools/source/graphic/
H A Dgrfcache.cxx174 GDIMetaFile* mpMtf; member in GraphicCacheEntry
208 mpMtf ( NULL ), in GraphicCacheEntry()
223 delete mpMtf; in ~GraphicCacheEntry()
240 if( mpMtf ) in ImplInit()
241 delete mpMtf, mpMtf = NULL; in ImplInit()
317 else if( mpMtf ) in ImplFillSubstitute()
319 rSubstitute = *mpMtf; in ImplFillSubstitute()
408 delete mpMtf, mpMtf = NULL; in GraphicObjectWasSwappedOut()
568 if( mpMtf ) in ~GraphicDisplayCacheEntry()
569 delete mpMtf; in ~GraphicDisplayCacheEntry()
[all …]

Completed in 57 milliseconds