Searched refs:mpMtf (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/svtools/source/graphic/ |
H A D | grfcache.cxx | 174 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 …]
|
/aoo42x/main/slideshow/source/engine/shapes/ |
H A D | drawshapesubsetting.cxx | 64 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 D | backgroundshape.cxx | 120 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()
|
H A D | gdimtftools.hxx | 74 mpMtf( rMtf ), in MtfAnimationFrame() 85 GDIMetaFileSharedPtr mpMtf; member
|
H A D | viewshape.hxx | 220 mpMtf(), in RendererCacheEntry() 233 GDIMetaFileSharedPtr mpMtf; member
|
H A D | drawshape.cxx | 516 maAnimationFrames.front().mpMtf, in DrawShape() 518 mpCurrMtf = maAnimationFrames.front().mpMtf; in DrawShape() 940 mpCurrMtf = maAnimationFrames[ mnCurrFrame ].mpMtf; in setIntrinsicAnimationFrame()
|
H A D | viewshape.cxx | 79 if( rMtf != io_rCacheEntry.mpMtf || in prefetch() 173 io_rCacheEntry.mpMtf = rMtf; in prefetch()
|
H A D | drawshapesubsetting.hxx | 255 ::boost::shared_ptr< GDIMetaFile > mpMtf;
|
/aoo42x/main/filter/source/svg/ |
H A D | svgexport.cxx | 134 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 D | svgfilter.hxx | 177 GDIMetaFile* mpMtf; member in ObjectRepresentation 191 sal_Bool HasRepresentation() const { return mpMtf != NULL; } in HasRepresentation() 192 const GDIMetaFile& GetRepresentation() const { return *mpMtf; } in GetRepresentation()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | print.hxx | 73 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()
|
Completed in 71 milliseconds