Home
last modified time | relevance | path

Searched refs:pMetaFile (Results 1 – 16 of 16) sorted by relevance

/trunk/main/svx/source/sdr/contact/
H A Dobjectcontactofobjlistpainter.cxx99 const GDIMetaFile* pMetaFile = pTargetDevice->GetConnectMetaFile(); in ProcessDisplay() local
100 …const bool bOutputToRecordingMetaFile(pMetaFile && pMetaFile->IsRecord() && !pMetaFile->IsPause()); in ProcessDisplay()
159 GDIMetaFile* pMetaFile = mrTargetOutputDevice.GetConnectMetaFile(); in isOutputToRecordingMetaFile() local
160 return (pMetaFile && pMetaFile->IsRecord() && !pMetaFile->IsPause()); in isOutputToRecordingMetaFile()
H A Dobjectcontactofpageview.cxx408 GDIMetaFile* pMetaFile = mrPageWindow.GetPaintWindow().GetOutputDevice().GetConnectMetaFile(); in isOutputToRecordingMetaFile() local
409 return (pMetaFile && pMetaFile->IsRecord() && !pMetaFile->IsPause()); in isOutputToRecordingMetaFile()
/trunk/main/drawinglayer/source/processor2d/
H A Dprocessor2dtools.cxx51 const GDIMetaFile* pMetaFile = rTargetOutDev.GetConnectMetaFile(); in createProcessor2DFromOutputDevice() local
52 …const bool bOutputToRecordingMetaFile(pMetaFile && pMetaFile->IsRecord() && !pMetaFile->IsPause()); in createProcessor2DFromOutputDevice()
/trunk/main/sd/source/ui/dlg/
H A Ddocprev.cxx71 : Control(pParent, rResId), pMetaFile( 0 ), bInEffect(sal_False), mpObj(NULL), mnShowPage(0) in SdDocPreviewWin()
81 delete pMetaFile; in ~SdDocPreviewWin()
147 ImpPaint( pMetaFile, (VirtualDevice*)this ); in Paint()
280 delete pMetaFile; in updateViewSettings()
281 pMetaFile = pMtf; in updateViewSettings()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx2070 if ( pMetaFile ) in getTransferData()
2075 pMetaFile->Write( aMemStm ); in getTransferData()
2090 if ( pMetaFile ) in getTransferData()
2095 pMetaFile->Write( aMemStm ); in getTransferData()
2110 if ( pMetaFile ) in getTransferData()
2129 if ( pMetaFile ) in getTransferData()
2145 if ( pMetaFile ) in getTransferData()
2167 if ( pMetaFile ) in getTransferData()
2185 if ( pMetaFile ) in getTransferData()
2209 if ( pMetaFile ) in getTransferData()
[all …]
H A Dnew.cxx76 pMetaFile = pFile; in SetObjectShell()
82 : Window(pParent, rResId), pMetaFile() in SfxPreviewBase_Impl()
87 : Window(pParent, 0 ), pMetaFile() in SfxPreviewBase_Impl()
104 pMetaFile = pFile; in SetGDIFile()
165 ImpPaint( rRect, pMetaFile.get(), this ); in Paint()
H A Dgraphhelp.cxx378 sal_Bool GraphicHelper::getThumbnailFormatFromGDI_Impl( GDIMetaFile* pMetaFile, in getThumbnailFormatFromGDI_Impl() argument
388 if ( pMetaFile && pStream && !pStream->GetError() ) in getThumbnailFormatFromGDI_Impl()
396 bResult = createThumb_Impl( *pMetaFile, in getThumbnailFormatFromGDI_Impl()
H A Dgraphhelp.hxx55 GDIMetaFile* pMetaFile,
H A Dobjstor.cxx3772 ::boost::shared_ptr<GDIMetaFile> pMetaFile = in WriteThumbnail()
3774 if ( pMetaFile ) in WriteThumbnail()
3777 pMetaFile.get(), bSigned, xStream ); in WriteThumbnail()
/trunk/main/sc/source/filter/excel/
H A Dexpop2.cxx116 ::boost::shared_ptr<GDIMetaFile> pMetaFile = in Write()
119 sfx2::convertMetaFile(pMetaFile.get())); in Write()
200 ::boost::shared_ptr<GDIMetaFile> pMetaFile = in Write()
203 sfx2::convertMetaFile(pMetaFile.get())); in Write()
/trunk/main/svx/source/svdraw/
H A Dsdrpaintwindow.cxx226 GDIMetaFile* pMetaFile = mrOutputDevice.GetConnectMetaFile(); in OutputToRecordingMetaFile() local
227 return (pMetaFile && pMetaFile->IsRecord() && !pMetaFile->IsPause()); in OutputToRecordingMetaFile()
/trunk/main/sw/source/core/draw/
H A Ddflyobj.cxx486 GDIMetaFile* pMetaFile = mpOutDev->GetConnectMetaFile(); in RestoreMapMode() local
487 if ( pMetaFile && in RestoreMapMode()
488 pMetaFile->IsRecord() && !pMetaFile->IsPause() ) in RestoreMapMode()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx1113 ::boost::shared_ptr<GDIMetaFile> pMetaFile = in getPropertyValue()
1115 if ( pMetaFile ) in getPropertyValue()
1119 pMetaFile->AddAction( (MetaAction*) new MetaFillColorAction( COL_WHITE, sal_True ), 0 ); in getPropertyValue()
1120 pMetaFile->AddAction( (MetaAction*) new MetaRectAction( Rectangle( aPoint, aSize ) ), 1 ); in getPropertyValue()
1121 pMetaFile->SetPrefMapMode( MAP_100TH_MM ); in getPropertyValue()
1122 pMetaFile->SetPrefSize( aSize ); in getPropertyValue()
1125 ConvertGDIMetaFileToWMF( *pMetaFile, aDestStrm, NULL, sal_False ); in getPropertyValue()
1150 ::boost::shared_ptr<GDIMetaFile> pMetaFile = in getPropertyValue()
1153 …if ( pMetaFile && pMetaFile->CreateThumbnail( 160, /* magic value taken from GraphicHelper::getThu… in getPropertyValue()
/trunk/main/sfx2/source/inc/
H A Dpreview.hxx40 ::boost::shared_ptr<GDIMetaFile> pMetaFile;
/trunk/main/sd/source/ui/inc/
H A Ddocprev.hxx47 GDIMetaFile* pMetaFile; member in SdDocPreviewWin
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx3498 ::boost::shared_ptr<GDIMetaFile> pMetaFile = in PrepareStorage()
3501 sfx2::convertMetaFile(pMetaFile.get())); in PrepareStorage()

Completed in 126 milliseconds