Home
last modified time | relevance | path

Searched refs:mpGraphic (Results 1 – 14 of 14) sorted by relevance

/trunk/main/svtools/source/graphic/
H A Ddescriptor.cxx62 mpGraphic( NULL ), in GraphicDescriptor()
83 mpGraphic = &rGraphic; in init()
118 return( mpGraphic ? ( mpGraphic->GetType() != GRAPHIC_NONE ) : ( meType != GRAPHIC_NONE ) ); in isValid()
130 mpGraphic = NULL; in implCreate()
371 const GraphicType eType( mpGraphic ? mpGraphic->GetType() : meType ); in _getPropertyValues()
383 if( mpGraphic ) in _getPropertyValues()
385 if( mpGraphic->IsLink() ) in _getPropertyValues()
428 if( mpGraphic ) in _getPropertyValues()
447 if( mpGraphic ) in _getPropertyValues()
466 if( mpGraphic ) in _getPropertyValues()
[all …]
H A Dgraphic.cxx43 mpGraphic( NULL ) in Graphic()
52 delete mpGraphic; in ~Graphic()
60 delete mpGraphic; in init()
61 mpGraphic = new ::Graphic( rGraphic ); in init()
62 ::unographic::GraphicDescriptor::init( *mpGraphic ); in init()
221 if( mpGraphic && ( mpGraphic->GetType() != GRAPHIC_NONE ) ) in getType()
236 if( mpGraphic && ( mpGraphic->GetType() != GRAPHIC_NONE ) ) in getSize()
237 aVclSize = mpGraphic->GetSizePixel(); in getSize()
248 if( mpGraphic && ( mpGraphic->GetType() != GRAPHIC_NONE ) ) in getDIB()
267 if( mpGraphic && ( mpGraphic->GetType() != GRAPHIC_NONE ) ) in getMaskDIB()
[all …]
H A Dgraphic.hxx94 ::Graphic* mpGraphic;
H A Ddescriptor.hxx117 const ::Graphic* mpGraphic; member in unographic::GraphicDescriptor
/trunk/main/forms/source/component/
H A Dimgprod.cxx191 mpGraphic = new Graphic; in ImageProducer()
199 delete mpGraphic; in ~ImageProducer()
200 mpGraphic = NULL; in ~ImageProducer()
251 mpGraphic->Clear(); in SetImage()
273 mpGraphic->Clear(); in SetImage()
285 mpGraphic->Clear(); in setImage()
299 if( ( GRAPHIC_NONE == mpGraphic->GetType() ) || mpGraphic->GetContext() ) in NewDataAvailable()
316 if( ( mpGraphic->GetType() == GRAPHIC_NONE ) || mpGraphic->GetContext() ) in startProduction()
319 maDoneHdl.Call( mpGraphic ); in startProduction()
322 if( mpGraphic->GetType() != GRAPHIC_NONE ) in startProduction()
[all …]
H A Dimgprod.hxx61 Graphic* mpGraphic; member in ImageProducer
/trunk/main/sd/source/ui/app/
H A Dsdxfer.cxx113 , mpGraphic( NULL ) in SdTransferable()
168 delete mpGraphic; in ~SdTransferable()
185 delete mpGraphic, mpGraphic = NULL; in CreateObjectReplacement()
203 mpGraphic = new Graphic( *pObjGr ); in CreateObjectReplacement()
211 mpGraphic = new Graphic( static_cast< SdrGrafObj* >( pObj )->GetTransformedGraphic() ); in CreateObjectReplacement()
443 else if( mpGraphic ) in AddSupportedFormats()
450 if( mpGraphic->GetType() == GRAPHIC_BITMAP ) in AddSupportedFormats()
515 if( nFormat == FORMAT_GDIMETAFILE && mpGraphic ) in GetData()
516 bOK = SetGDIMetaFile( mpGraphic->GetGDIMetaFile(), rFlavor ); in GetData()
572 else if( ( nFormat == SOT_FORMATSTR_ID_SVXB ) && mpGraphic ) in GetData()
[all …]
/trunk/main/filter/source/graphicfilter/icgm/
H A Dcgm.cxx64 mpGraphic ( NULL ), in CGM()
150 if ( mpGraphic ) in ~CGM()
156 *mpGraphic = Graphic( *mpGDIMetaFile ); in ~CGM()
H A Dcgm.hxx80 Graphic* mpGraphic; // ifdef CGM_EXPORT_META member in CGM
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx331 mpGraphic( rObj.GetGraphic() ) in DrawingOLEAdaptor()
351 if ( mpGraphic ) in TransferToDoc()
352 ::svt::EmbeddedObjectRef::SetGraphicToContainer( *mpGraphic, in TransferToDoc()
H A Dwriterhelper.hxx918 Graphic* mpGraphic; member in sw::hack::DrawingOLEAdaptor
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx2220 mpGraphic( 0L ), in SvxXLinePreview()
2275 mpGraphic = p; in SetSymbol()
2324 if ( mbWithSymbol && mpGraphic ) in Paint()
2330 mpGraphic->Draw( &getBufferDevice(), aPos, maSymbolSize ); in Paint()
/trunk/main/sd/source/ui/inc/
H A Dsdxfer.hxx141 Graphic* mpGraphic; member in SdTransferable
/trunk/main/svx/inc/svx/
H A Ddlgctrl.hxx495 Graphic* mpGraphic; member in SvxXLinePreview

Completed in 71 milliseconds