/aoo42x/main/filter/source/msfilter/ |
H A D | viscache.hxx | 39 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()
|
H A D | msdffimp.cxx | 174 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 …]
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | docprev.cxx | 216 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()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | objembed.cxx | 271 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()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdetc.cxx | 326 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()
|
H A D | svdotext.cxx | 1027 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()
|
/aoo42x/main/slideshow/source/engine/shapes/ |
H A D | gdimtftools.cxx | 462 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 D | backgroundshape.cxx | 143 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()
|
/aoo42x/main/svx/source/unodraw/ |
H A D | UnoGraphicExporter.cxx | 923 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()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | pdfextoutdevdata.cxx | 319 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 D | outdev.cxx | 2659 void OutputDevice::SetConnectMetaFile( GDIMetaFile* pMtf ) in SetConnectMetaFile() argument 2661 mpMetaFile = pMtf; in SetConnectMetaFile()
|
H A D | gdimtf.cxx | 485 GDIMetaFile* pMtf = pOut->GetConnectMetaFile(); in Play() local 517 if ( pMtf && pMtf->IsRecord() && ( pOut->GetOutDevType() != OUTDEV_PRINTER ) ) in Play()
|
H A D | outdev3.cxx | 6634 GDIMetaFile* pMtf = mpMetaFile; in AddTextRectActions() local 6646 mpMetaFile = pMtf; in AddTextRectActions() 6681 GDIMetaFile* pMtf = mpMetaFile; in DrawText() local 6691 mpMetaFile = pMtf; in DrawText()
|
/aoo42x/main/svtools/source/misc/ |
H A D | embedhlp.cxx | 817 GDIMetaFile * pMtf = pOut->GetConnectMetaFile(); in DrawShading() local 818 if( pMtf && pMtf->IsRecord() ) in DrawShading()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | print.hxx | 80 PrinterPage( GDIMetaFile* pMtf, sal_Bool bNewJobSetup, const JobSetup& rSetup ) : in PrinterPage() argument 81 mpMtf( pMtf ), maJobSetup( rSetup ), mbNewJobSetup( bNewJobSetup ) {} in PrinterPage()
|
H A D | outdev.hxx | 871 void SetConnectMetaFile( GDIMetaFile* pMtf );
|
/aoo42x/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 2892 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()
|
/aoo42x/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 2526 internal::MtfAutoPtr pMtf( in createActions() local 2537 pMtf, in createActions()
|