| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdograf.cxx | 366 if(pGraphic) in onGraphicChanged() 368 const SvgDataPtr& rSvgDataPtr = pGraphic->GetGraphic().getSvgData(); in onGraphicChanged() 420 pGraphic = new GraphicObject; in SdrGrafObj() 422 pGraphic->SetSwapStreamHdl( LINK( this, SdrGrafObj, ImpSwapHdl ), getCacheTimeInMs() ); in SdrGrafObj() 447 pGraphic = new GraphicObject( rGrf ); in SdrGrafObj() 449 pGraphic->SetSwapStreamHdl( LINK( this, SdrGrafObj, ImpSwapHdl ), getCacheTimeInMs() ); in SdrGrafObj() 474 pGraphic = new GraphicObject( rGrf ); in SdrGrafObj() 476 pGraphic->SetSwapStreamHdl( LINK( this, SdrGrafObj, ImpSwapHdl ), getCacheTimeInMs() ); in SdrGrafObj() 498 delete pGraphic; in ~SdrGrafObj() 507 *pGraphic = rGrfObj; in SetGraphicObject() [all …]
|
| H A D | svdoole2.cxx | 839 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() 921 pGraphic = new Graphic(*pGrf); in SetGraphic_Impl() 922 mpImpl->pGraphicObject = new GraphicObject( *pGraphic ); in SetGraphic_Impl() 1588 DELETEZ( pGraphic ); in SetObjRef() 1728 if( rOle2Obj.pGraphic ) in operator =() [all …]
|
| H A D | svdomedia.cxx | 251 void SdrMediaObj::setGraphic( const Graphic* pGraphic ) in setGraphic() argument 253 mapGraphic.reset( pGraphic ? new Graphic( *pGraphic ) : NULL ); in setGraphic()
|
| /AOO41X/main/svtools/source/misc/ |
| H A D | embedhlp.cxx | 246 Graphic* pGraphic; member 261 mpImp->pGraphic = 0; in Construct_Impl() 296 if ( rObj.mpImp->pGraphic && !rObj.mpImp->bNeedUpdate ) in EmbeddedObjectRef() 297 mpImp->pGraphic = new Graphic( *rObj.mpImp->pGraphic ); in EmbeddedObjectRef() 299 mpImp->pGraphic = 0; in EmbeddedObjectRef() 307 delete mpImp->pGraphic; in ~EmbeddedObjectRef() 412 if ( mpImp->pGraphic && !mpImp->bNeedUpdate && pContainer ) in AssignToContainer() 413 … SetGraphicToContainer( *mpImp->pGraphic, *pContainer, mpImp->aPersistName, ::rtl::OUString() ); in AssignToContainer() 459 DELETEZ( mpImp->pGraphic ); in GetReplacement() 461 mpImp->pGraphic = new Graphic; in GetReplacement() [all …]
|
| H A D | embedtransfer.cxx | 48 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()
|
| /AOO41X/main/sw/source/core/graphic/ |
| H A D | ndgrf.cxx | 99 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() 226 if ( pGraphic ) in ReRead() 228 maGrfObj.SetGraphic( *pGraphic, rGrfName ); in ReRead() 267 else if ( pGraphic && !rGrfName.Len() ) in ReRead() 273 maGrfObj.SetGraphic( *pGraphic ); in ReRead() 302 if ( pGraphic ) in ReRead() 304 maGrfObj.SetGraphic( *pGraphic, rGrfName ); in ReRead() [all …]
|
| /AOO41X/main/cui/source/tabpages/ |
| H A D | tpline.cxx | 1067 const Graphic* pGraphic = ((const SvxBrushItem *)pPoolItem)->GetGraphic(); in Reset() local 1068 if( pGraphic ) in Reset() 1072 aSymbolGraphic=*pGraphic; in Reset() 1076 aSymbolSize=OutputDevice::LogicToLogic( pGraphic->GetPrefSize(), in Reset() 1077 pGraphic->GetPrefMapMode(), in Reset() 1700 const Graphic* pGraphic = pBrushItem->GetGraphic(); in IMPL_LINK() local 1702 if(pGraphic) in IMPL_LINK() 1704 Bitmap aBitmap(pGraphic->GetBitmap()); in IMPL_LINK() 1858 const Graphic* pGraphic = 0; in IMPL_LINK() local 1877 pGraphic = pInfo->pBrushItem->GetGraphic(); in IMPL_LINK() [all …]
|
| /AOO41X/main/svx/source/unodraw/ |
| H A D | unoshap4.cxx | 281 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 394 if( pGraphic == NULL && !pOle->IsEmptyPresObj() && mpModel->IsSaveOLEPreview() ) in getPropertyValueImpl() 395 pGraphic = pOle->GetGraphic(); in getPropertyValueImpl() [all …]
|
| /AOO41X/main/vcl/aqua/source/gdi/ |
| H A D | salvd.cxx | 56 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()
|
| /AOO41X/main/sc/source/filter/inc/ |
| H A D | eeparser.hxx | 45 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()
|
| /AOO41X/main/svx/source/gallery2/ |
| H A D | galexpl.cxx | 187 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 D | galtheme.cxx | 1276 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()
|
| /AOO41X/main/sw/source/core/doc/ |
| H A D | notxtfrm.cxx | 1156 Graphic* pGraphic = NULL; in PaintPicture() local 1158 pGraphic = pOLENd->GetHCGraphic(); in PaintPicture() 1161 if ( !pGraphic ) in PaintPicture() 1162 pGraphic = pOLENd->GetGraphic(); in PaintPicture() 1164 if ( pGraphic && pGraphic->GetType() != GRAPHIC_NONE ) in PaintPicture() 1166 pGraphic->Draw( pOut, aPosition, aSize ); in PaintPicture()
|
| /AOO41X/main/editeng/source/items/ |
| H A D | numitem.cxx | 671 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()
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | drawvie3.cxx | 159 Graphic* pGraphic = ((const SdrOle2Obj*) pObj )->GetGraphic(); in UpdateIMap() local 160 if ( pGraphic ) in UpdateIMap() 161 aGraphic = *pGraphic; in UpdateIMap()
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | graph.cxx | 270 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()
|
| /AOO41X/main/sc/source/filter/html/ |
| H A D | htmlexp2.cxx | 172 Graphic* pGraphic = ((SdrOle2Obj*)pObject)->GetGraphic(); in WriteGraphEntry() local 173 if ( pGraphic ) in WriteGraphEntry() 176 WriteImage( aLinkName, *pGraphic, aOpt ); in WriteGraphEntry()
|
| /AOO41X/main/svtools/source/graphic/ |
| H A D | renderer.cxx | 331 … const ::Graphic* pGraphic = ::unographic::Graphic::getImplementation( xIFace ); in render() local 333 if( pGraphic ) in render() 335 GraphicObject aGraphicObject( *pGraphic ); in render()
|
| H A D | provider.cxx | 835 … 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()
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xepage.cxx | 353 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()
|
| /AOO41X/main/svtools/inc/svtools/ |
| H A D | embedtransfer.hxx | 49 Graphic* pGraphic, 55 Graphic* pGraphic,
|
| /AOO41X/main/sw/inc/ |
| H A D | IDocumentContentOperations.hxx | 126 …* 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…
|
| H A D | ndgrf.hxx | 63 const Graphic* pGraphic, 171 const Graphic* pGraphic = 0,
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | gallery.hxx | 112 Graphic* pGraphic = NULL, BitmapEx* pThumb = NULL, 115 Graphic* pGraphic = NULL, BitmapEx* pThumb = NULL,
|
| /AOO41X/main/sw/source/core/ole/ |
| H A D | ndole.cxx | 251 pGraphic(0), in SwOLENode() 265 pGraphic(0), in SwOLENode() 275 delete pGraphic; in ~SwOLENode() 282 return pGraphic; in GetGraphic()
|