/aoo4110/main/svx/source/sdr/contact/ |
H A D | objectcontactofobjlistpainter.cxx | 99 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 D | objectcontactofpageview.cxx | 408 GDIMetaFile* pMetaFile = mrPageWindow.GetPaintWindow().GetOutputDevice().GetConnectMetaFile(); in isOutputToRecordingMetaFile() local 409 return (pMetaFile && pMetaFile->IsRecord() && !pMetaFile->IsPause()); in isOutputToRecordingMetaFile()
|
/aoo4110/main/drawinglayer/source/processor2d/ |
H A D | processor2dtools.cxx | 51 const GDIMetaFile* pMetaFile = rTargetOutDev.GetConnectMetaFile(); in createProcessor2DFromOutputDevice() local 52 …const bool bOutputToRecordingMetaFile(pMetaFile && pMetaFile->IsRecord() && !pMetaFile->IsPause()); in createProcessor2DFromOutputDevice()
|
/aoo4110/main/sd/source/ui/dlg/ |
H A D | docprev.cxx | 71 : 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()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | sdrpaintwindow.cxx | 228 GDIMetaFile* pMetaFile = mrOutputDevice.GetConnectMetaFile(); in OutputToRecordingMetaFile() local 229 return (pMetaFile && pMetaFile->IsRecord() && !pMetaFile->IsPause()); in OutputToRecordingMetaFile()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | expop2.cxx | 116 ::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()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | sfxbasemodel.cxx | 2070 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() 2169 Size aMetaSize = pMetaFile->GetPrefSize(); in getTransferData() 2185 if ( pMetaFile ) in getTransferData() [all …]
|
H A D | new.cxx | 76 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 D | graphhelp.cxx | 378 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 D | graphhelp.hxx | 55 GDIMetaFile* pMetaFile,
|
H A D | objstor.cxx | 3772 ::boost::shared_ptr<GDIMetaFile> pMetaFile = in WriteThumbnail() 3774 if ( pMetaFile ) in WriteThumbnail() 3777 pMetaFile.get(), bSigned, xStream ); in WriteThumbnail()
|
/aoo4110/main/sw/source/core/draw/ |
H A D | dflyobj.cxx | 486 GDIMetaFile* pMetaFile = mpOutDev->GetConnectMetaFile(); in RestoreMapMode() local 487 if ( pMetaFile && in RestoreMapMode() 488 pMetaFile->IsRecord() && !pMetaFile->IsPause() ) in RestoreMapMode()
|
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | unopage.cxx | 1113 ::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()
|
/aoo4110/main/sfx2/source/inc/ |
H A D | preview.hxx | 40 ::boost::shared_ptr<GDIMetaFile> pMetaFile;
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | docprev.hxx | 47 GDIMetaFile* pMetaFile; member in SdDocPreviewWin
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtww8.cxx | 3512 ::boost::shared_ptr<GDIMetaFile> pMetaFile = in PrepareStorage() 3515 sfx2::convertMetaFile(pMetaFile.get())); in PrepareStorage()
|