Home
last modified time | relevance | path

Searched refs:pGraphic (Results 1 – 25 of 56) sorted by relevance

123

/trunk/main/svx/source/svdraw/
H A Dsvdograf.cxx361 if(pGraphic) in onGraphicChanged()
493 delete pGraphic; in ~SdrGrafObj()
502 *pGraphic = rGrfObj; in SetGraphicObject()
506 pGraphic->SetUserData(); in SetGraphicObject()
522 return *pGraphic; in GetGraphicObject()
547 pGraphic->SetUserData(); in NbcSetGraphic()
623 return pGraphic->IsEPS(); in IsEPS()
648 pGraphic->SetUserData(); in SetGrafStreamURL()
760 pGraphic->SetUserData(); in SetGraphicLink()
849 if(pGraphic) in TakeObjNameSingul()
[all …]
H A Dsvdoole2.cxx839 pGraphic=NULL; in Init()
866 if( pGraphic!=NULL ) in ~SdrOle2Obj()
867 delete pGraphic; in ~SdrOle2Obj()
911 if ( pGraphic ) in SetGraphic_Impl()
913 delete pGraphic; in SetGraphic_Impl()
914 pGraphic = NULL; in SetGraphic_Impl()
1588 DELETEZ( pGraphic ); in SetObjRef()
1728 if( rOle2Obj.pGraphic ) in operator =()
1730 if( pGraphic ) in operator =()
1736 pGraphic = new Graphic( *rOle2Obj.pGraphic ); in operator =()
[all …]
H A Dsvdomedia.cxx251 void SdrMediaObj::setGraphic( const Graphic* pGraphic ) in setGraphic() argument
253 mapGraphic.reset( pGraphic ? new Graphic( *pGraphic ) : NULL ); in setGraphic()
/trunk/main/svtools/source/misc/
H A Dembedhlp.cxx261 mpImp->pGraphic = 0; in Construct_Impl()
297 mpImp->pGraphic = new Graphic( *rObj.mpImp->pGraphic ); in EmbeddedObjectRef()
299 mpImp->pGraphic = 0; in EmbeddedObjectRef()
307 delete mpImp->pGraphic; in ~EmbeddedObjectRef()
481 if( mpImp->pGraphic ) in GetReplacement()
505 return mpImp->pGraphic; in GetGraphic()
516 if ( pGraphic ) in GetSize()
620 delete pGraphic; in GetHCGraphic()
635 if ( mpImp->pGraphic ) in SetGraphicStream()
636 delete mpImp->pGraphic; in SetGraphicStream()
[all …]
H A Dembedtransfer.cxx48 Graphic* pGraphic, in SvEmbedTransferHelper() argument
51 , m_pGraphic( pGraphic ? new Graphic( *pGraphic ) : NULL ) in SvEmbedTransferHelper()
199 Graphic* pGraphic, in FillTransferableObjectDescriptor() argument
221 if ( pGraphic ) in FillTransferableObjectDescriptor()
223 aMapMode = pGraphic->GetPrefMapMode(); in FillTransferableObjectDescriptor()
224 aSize = pGraphic->GetPrefSize(); in FillTransferableObjectDescriptor()
/trunk/main/sw/source/core/graphic/
H A Dndgrf.cxx99 const Graphic* pGraphic, in SwGrfNode() argument
112 ReRead( rGrfName, rFltName, pGraphic, 0, sal_False ); in SwGrfNode()
176 const Graphic* pGraphic, in ReRead() argument
184 ASSERT( pGraphic || pGrfObj || rGrfName.Len(), in ReRead()
223 if ( pGraphic ) in ReRead()
225 maGrfObj.SetGraphic( *pGraphic, rGrfName ); in ReRead()
264 else if ( pGraphic && !rGrfName.Len() ) in ReRead()
270 maGrfObj.SetGraphic( *pGraphic ); in ReRead()
299 if ( pGraphic ) in ReRead()
472 const Graphic* pGraphic, in MakeGrfNode() argument
[all …]
/trunk/main/cui/source/tabpages/
H A Dtpline.cxx1068 if( pGraphic ) in Reset()
1072 aSymbolGraphic=*pGraphic; in Reset()
1702 if(pGraphic) in IMPL_LINK()
1704 Bitmap aBitmap(pGraphic->GetBitmap()); in IMPL_LINK()
1858 const Graphic* pGraphic = 0; in IMPL_LINK() local
1883 pGraphic=&aAutoSymbolGraphic; in IMPL_LINK()
1892 pGraphic=NULL; in IMPL_LINK()
1908 pGraphic = &aGraphic; in IMPL_LINK()
1912 if( !pGraphic ) in IMPL_LINK()
1918 if(pGraphic) in IMPL_LINK()
[all …]
/trunk/main/svx/source/unodraw/
H A Dunoshap4.cxx281 Graphic* pGraphic = pObj->GetGraphic(); in getPropertyValueImpl() local
282 if( pGraphic ) in getPropertyValueImpl()
285 if ( pGraphic->IsLink() ) in getPropertyValueImpl()
287 GfxLink aLnk = pGraphic->GetLink(); in getPropertyValueImpl()
377 Graphic* pGraphic = static_cast<SdrOle2Obj*>( mpObj.get() )->GetGraphic(); in getPropertyValueImpl() local
378 if( pGraphic ) in getPropertyValueImpl()
379 xGraphic = pGraphic->GetXGraphic(); in getPropertyValueImpl()
390 Graphic* pGraphic = pOle->GetGraphic(); in getPropertyValueImpl() local
395 pGraphic = pOle->GetGraphic(); in getPropertyValueImpl()
397 if( pGraphic ) in getPropertyValueImpl()
[all …]
H A Dunobrushitemhelper.cxx75 const Graphic* pGraphic = rBrush.GetGraphic(); in setSvxBrushItemAsFillAttributesToTargetSet() local
77 if(pGraphic) in setSvxBrushItemAsFillAttributesToTargetSet()
79 rToSet.Put(XFillBitmapItem(String(), *pGraphic)); in setSvxBrushItemAsFillAttributesToTargetSet()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalvd.cxx56 AquaSalVirtualDevice::AquaSalVirtualDevice( AquaSalGraphics* pGraphic, long nDX, long nDY, sal_uInt… in AquaSalVirtualDevice() argument
62 if( pGraphic && pData && pData->rCGContext ) in AquaSalVirtualDevice()
78 if( pGraphic ) in AquaSalVirtualDevice()
80 AquaSalFrame* pFrame = pGraphic->getGraphicsFrame(); in AquaSalVirtualDevice()
84 mpGraphics->copyResolution( *pGraphic ); in AquaSalVirtualDevice()
/trunk/main/sc/source/filter/inc/
H A Deeparser.hxx45 Graphic* pGraphic; // wird von WriteToDocument uebernommen member
49 aSize( 0, 0 ), aSpace( 0, 0 ), pGraphic( NULL ), in ScHTMLImage()
53 { if ( pGraphic ) delete pGraphic; } in ~ScHTMLImage()
/trunk/main/svx/source/gallery2/
H A Dgalexpl.cxx187 Graphic* pGraphic, BitmapEx* pThumb, in GetGraphicObj() argument
200 if( pGraphic ) in GetGraphicObj()
201 bRet = bRet || pTheme->GetGraphic( nPos, *pGraphic, bProgress ); in GetGraphicObj()
216 Graphic* pGraphic, BitmapEx* pThumb, in GetGraphicObj() argument
220 …return( pGal ? GetGraphicObj( pGal->GetThemeName( nThemeId ), nPos, pGraphic, pThumb, bProgress ) … in GetGraphicObj()
H A Dgaltheme.cxx1276 Graphic* pGraphic = NULL; in InsertTransferable() local
1332 pGraphic = new Graphic( aGraphic ); in InsertTransferable()
1335 if( pGraphic ) in InsertTransferable()
1354 SdrGrafObj* pGrafObj = new SdrGrafObj( *pGraphic ); in InsertTransferable()
1364 bRet = InsertGraphic( *pGraphic, nInsertPos ); in InsertTransferable()
1366 delete pGraphic; in InsertTransferable()
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx1166 Graphic* pGraphic = NULL; in PaintPicture() local
1168 pGraphic = pOLENd->GetHCGraphic(); in PaintPicture()
1171 if ( !pGraphic ) in PaintPicture()
1172 pGraphic = pOLENd->GetGraphic(); in PaintPicture()
1174 if ( pGraphic && pGraphic->GetType() != GRAPHIC_NONE ) in PaintPicture()
1176 pGraphic->Draw( pOut, aPosition, aSize ); in PaintPicture()
/trunk/main/editeng/source/items/
H A Dnumitem.cxx671 Size SvxNumberFormat::GetGraphicSizeMM100(const Graphic* pGraphic) in GetGraphicSizeMM100() argument
674 const Size& rSize = pGraphic->GetPrefSize(); in GetGraphicSizeMM100()
676 if ( pGraphic->GetPrefMapMode().GetMapUnit() == MAP_PIXEL ) in GetGraphicSizeMM100()
685 aRetSize = OutputDevice::LogicToLogic( rSize, pGraphic->GetPrefMapMode(), aMapMM100 ); in GetGraphicSizeMM100()
1131 const Graphic* pGraphic; in UnLinkGraphics() local
1137 0 !=(pGraphic = pBrush->GetGraphic())) in UnLinkGraphics()
1141 aTempItem.SetGraphic(*pGraphic); in UnLinkGraphics()
/trunk/main/vcl/source/gdi/
H A Dgraph.cxx270 const ::Graphic* pGraphic = ( ( xTunnel.is() && xProv.is() ) ? in Graphic() local
274 if( pGraphic ) in Graphic()
276 if( pGraphic->IsAnimated() ) in Graphic()
277 mpImpGraphic = new ImpGraphic( *pGraphic->mpImpGraphic ); in Graphic()
280 mpImpGraphic = pGraphic->mpImpGraphic; in Graphic()
/trunk/main/sc/source/ui/view/
H A Ddrawvie3.cxx159 Graphic* pGraphic = ((const SdrOle2Obj*) pObj )->GetGraphic(); in UpdateIMap() local
160 if ( pGraphic ) in UpdateIMap()
161 aGraphic = *pGraphic; in UpdateIMap()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp2.cxx172 Graphic* pGraphic = ((SdrOle2Obj*)pObject)->GetGraphic(); in WriteGraphEntry() local
173 if ( pGraphic ) in WriteGraphEntry()
176 WriteImage( aLinkName, *pGraphic, aOpt ); in WriteGraphEntry()
/trunk/main/sc/source/filter/excel/
H A Dxepage.cxx353 if( const Graphic* pGraphic = maData.mxBrushItem->GetGraphic() ) in Save() local
354 XclExpImgData( *pGraphic, EXC_ID8_IMGDATA ).Save( rStrm ); in Save()
388 if( const Graphic* pGraphic = maData.mxBrushItem->GetGraphic() ) in SaveXml() local
389 XclExpImgData( *pGraphic, EXC_ID8_IMGDATA ).SaveXml( rStrm ); in SaveXml()
/trunk/main/svtools/source/graphic/
H A Drenderer.cxx331 const ::Graphic* pGraphic = ::unographic::Graphic::getImplementation( xIFace ); in render() local
333 if( pGraphic ) in render()
335 GraphicObject aGraphicObject( *pGraphic ); in render()
H A Dprovider.cxx835 const ::Graphic* pGraphic = ::unographic::Graphic::getImplementation( xIFace ); in storeGraphic() local
837 if( pGraphic && ( pGraphic->GetType() != GRAPHIC_NONE ) ) in storeGraphic()
839 ::Graphic aGraphic( *pGraphic ); in storeGraphic()
/trunk/main/svtools/inc/svtools/
H A Dembedtransfer.hxx49 Graphic* pGraphic,
55 Graphic* pGraphic,
/trunk/main/sw/inc/
H A DIDocumentContentOperations.hxx126 …* Insert(const SwPaM &rRg, const String& rGrfName, const String& rFltName, const Graphic* pGraphic,
136 …(SwPaM&, const String& rGrfName, const String& rFltName, const Graphic* pGraphic, const GraphicObj…
/trunk/main/svx/inc/svx/
H A Dgallery.hxx112 Graphic* pGraphic = NULL, BitmapEx* pThumb = NULL,
115 Graphic* pGraphic = NULL, BitmapEx* pThumb = NULL,
/trunk/main/sw/source/core/ole/
H A Dndole.cxx251 pGraphic(0), in SwOLENode()
265 pGraphic(0), in SwOLENode()
275 delete pGraphic; in ~SwOLENode()
282 return pGraphic; in GetGraphic()

Completed in 137 milliseconds

123