Home
last modified time | relevance | path

Searched refs:pMtf (Results 1 – 18 of 18) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx6634 GDIMetaFile* pMtf = mpMetaFile; in AddTextRectActions() local
6646 mpMetaFile = pMtf; in AddTextRectActions()
6681 GDIMetaFile* pMtf = mpMetaFile; in DrawText() local
6691 mpMetaFile = pMtf; in DrawText()
H A Dgdimtf.cxx485 GDIMetaFile* pMtf = pOut->GetConnectMetaFile(); in Play() local
517 if ( pMtf && pMtf->IsRecord() && ( pOut->GetOutDevType() != OUTDEV_PRINTER ) ) in Play()
H A Dpdfextoutdevdata.cxx319 GDIMetaFile* pMtf = rOutDev.GetConnectMetaFile(); in PushAction() local
320 DBG_ASSERT( pMtf, "PageSyncData::PushAction -> no ConnectMetaFile !!!" ); in PushAction()
324 if ( pMtf ) in PushAction()
325 aSync.nIdx = pMtf->GetActionCount(); in PushAction()
H A Doutdev.cxx2659 void OutputDevice::SetConnectMetaFile( GDIMetaFile* pMtf ) in SetConnectMetaFile() argument
2661 mpMetaFile = pMtf; in SetConnectMetaFile()
/trunk/main/svx/source/svdraw/
H A Dsvdotext.cxx1027 GDIMetaFile* pMtf = pOut->GetConnectMetaFile(); in ImpSetCharStretching() local
1030 if(pMtf && (!pMtf->IsRecord() || pMtf->IsPause())) in ImpSetCharStretching()
1031 pMtf = NULL; in ImpSetCharStretching()
1033 if(pMtf) in ImpSetCharStretching()
1034 pMtf->Pause(sal_True); in ImpSetCharStretching()
1047 if(pMtf) in ImpSetCharStretching()
1048 pMtf->Pause(sal_False); in ImpSetCharStretching()
H A Dsvdetc.cxx326 GDIMetaFile* pMtf=rOut.GetConnectMetaFile(); in Restore() local
327 if (pMtf!=NULL && (!pMtf->IsRecord() || pMtf->IsPause())) pMtf=NULL; in Restore()
328 if (pMtf!=NULL) pMtf->Pause(sal_True); in Restore()
331 if (pMtf!=NULL) pMtf->Pause(sal_False); in Restore()
/trunk/main/svtools/source/misc/
H A Dembedhlp.cxx817 GDIMetaFile * pMtf = pOut->GetConnectMetaFile(); in DrawShading() local
818 if( pMtf && pMtf->IsRecord() ) in DrawShading()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx174 if( GetFormat() == FORMAT_GDIMETAFILE && pMtf ) in Write()
182 DBG_ASSERT( pMtf->GetPrefMapMode().GetOrigin() == Point(), in Write()
184 MapUnit nMU = pMtf->GetPrefMapMode().GetMapUnit(); in Write()
187 Size aPrefS( pMtf->GetPrefSize() ); in Write()
191 pMtf->Scale( Fraction( aS.Width(), aPrefS.Width() ), in Write()
193 pMtf->SetPrefMapMode( MAP_100TH_MM ); in Write()
194 pMtf->SetPrefSize( aS ); in Write()
196 WriteWindowMetafileBits( rStm, *pMtf ); in Write()
7071 else if( nRecType == 5 && !pMtf ) in ConvertToOle2()
7092 if( !bMtfRead && pMtf ) in ConvertToOle2()
[all …]
H A Dviscache.hxx39 GDIMetaFile * pMtf; member in Impl_OlePres
49 , pMtf( NULL ) in Impl_OlePres()
58 delete pMtf; in ~Impl_OlePres()
62 if( pMtf ) in SetMtf()
63 delete pMtf; in SetMtf()
64 pMtf = new GDIMetaFile( rMtf ); in SetMtf()
67 GDIMetaFile *GetMetaFile() const { return pMtf; } in GetMetaFile()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx2892 GDIMetaFile* pMtf = pOutDev->GetConnectMetaFile(); in Paint() local
2893 const bool bMetafileValid( pMtf != NULL ); in Paint()
3191 pMtf->AddAction( pFieldData->createBeginComment() ); in Paint()
3533 pMtf->AddAction( pFieldData->createEndComment() ); in Paint()
/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx923 const boost::scoped_ptr< GDIMetaFile > pMtf( in GetGraphic() local
938 pMtf->SetPrefSize( aTextRect.GetSize() ); in GetGraphic()
946 pMtf->SetPrefMapMode( aLocalMapMode ); in GetGraphic()
948 pMtf->AddAction( new MetaCommentAction( in GetGraphic()
952 pMtf->AddAction( new MetaCommentAction( in GetGraphic()
957 aGraphic = Graphic( *pMtf ); in GetGraphic()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx2526 internal::MtfAutoPtr pMtf( in createActions() local
2537 pMtf, in createActions()
/trunk/main/vcl/inc/vcl/
H A Dprint.hxx80 PrinterPage( GDIMetaFile* pMtf, sal_Bool bNewJobSetup, const JobSetup& rSetup ) : in PrinterPage() argument
81 mpMtf( pMtf ), maJobSetup( rSetup ), mbNewJobSetup( bNewJobSetup ) {} in PrinterPage()
H A Doutdev.hxx871 void SetConnectMetaFile( GDIMetaFile* pMtf );
/trunk/main/slideshow/source/engine/shapes/
H A Dgdimtftools.cxx462 GDIMetaFileSharedPtr pMtf( new GDIMetaFile() ); in getAnimationFromGraphic() local
463 pMtf->AddAction( in getAnimationFromGraphic()
476 pMtf->SetPrefMapMode( MapMode() ); in getAnimationFromGraphic()
477 pMtf->SetPrefSize( aAnimSize ); in getAnimationFromGraphic()
495 o_rFrames.push_back( MtfAnimationFrame( pMtf, in getAnimationFromGraphic()
H A Dbackgroundshape.cxx143 GDIMetaFileSharedPtr pMtf( new GDIMetaFile() ); in BackgroundShape() local
148 xDrawPage, *pMtf, MTF_LOAD_BACKGROUND_ONLY, in BackgroundShape()
151 xDrawPage, *pMtf, MTF_LOAD_BACKGROUND_ONLY, in BackgroundShape()
166 mpMtf = pMtf; in BackgroundShape()
/trunk/main/sfx2/source/doc/
H A Dobjembed.cxx271 GDIMetaFile * pMtf = pDev->GetConnectMetaFile(); in DoDraw_Impl() local
272 if( pMtf ) in DoDraw_Impl()
274 if( pMtf->IsRecord() && pDev->GetOutDevType() != OUTDEV_PRINTER ) in DoDraw_Impl()
275 pMtf->Stop(); in DoDraw_Impl()
277 pMtf = NULL; in DoDraw_Impl()
286 if( pMtf ) in DoDraw_Impl()
287 pMtf->Record( pDev ); in DoDraw_Impl()
/trunk/main/sd/source/ui/dlg/
H A Ddocprev.cxx216 GDIMetaFile* pMtf = NULL; in updateViewSettings() local
227 pMtf = new GDIMetaFile; in updateViewSettings()
239 pMtf->Record( &aVDev ); in updateViewSettings()
269 pMtf->Stop(); in updateViewSettings()
270 pMtf->WindStart(); in updateViewSettings()
271 pMtf->SetPrefMapMode( aMap ); in updateViewSettings()
272 pMtf->SetPrefSize( aNewSize ); in updateViewSettings()
281 pMetaFile = pMtf; in updateViewSettings()

Completed in 235 milliseconds