Home
last modified time | relevance | path

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

123

/trunk/main/chart2/source/controller/itemsetwrapper/
H A DDataPointItemConverter.cxx501 const Graphic *pGraphic( rBrshItem.GetGraphic()); in ApplySpecialItem() local
502 if( pGraphic ) in ApplySpecialItem()
504 uno::Reference< graphic::XGraphic > xGraphic( pGraphic->GetXGraphic()); in ApplySpecialItem()
/trunk/main/cui/source/tabpages/
H A Dbackgrnd.cxx1905 const Graphic* pGraphic = rBgdAttr.GetGraphic(); in FillControls_Impl() local
1907 if ( !pGraphic && aBtnPreview.IsChecked() ) in FillControls_Impl()
1909 else if ( pGraphic ) in FillControls_Impl()
1911 aBgdGraphic = *pGraphic; in FillControls_Impl()
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/editeng/inc/editeng/
H A Dnumitem.hxx252 static Size GetGraphicSizeMM100(const Graphic* pGraphic);
/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/filter/source/msfilter/
H A Descherex.cxx1305 Graphic* pGraphic = ((SdrOle2Obj*)pSdrOLE2)->GetGraphic(); in CreateOLEGraphicProperties() local
1306 if ( pGraphic ) in CreateOLEGraphicProperties()
1308 GraphicObject aGraphicObject( *pGraphic ); in CreateOLEGraphicProperties()
/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/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()
H A Dhtmlpars.cxx1369 Graphic* pGraphic = new Graphic; in Image() local
1372 *pGraphic, pFilter, &nFormat ) ) in Image()
1374 delete pGraphic; in Image()
1383 pImage->pGraphic = pGraphic; in Image()
1387 pImage->aSize = pDefaultDev->LogicToPixel( pGraphic->GetPrefSize(), in Image()
1388 pGraphic->GetPrefMapMode() ); in Image()
/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/sc/source/filter/rtf/
H A Deeimpars.cxx470 if ( pI->pGraphic ) in GraphicSize()
568 if ( pI->pGraphic ) in InsertGraphic()
571 SdrGrafObj* pObj = new SdrGrafObj( *pI->pGraphic, aRect ); in InsertGraphic()
/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()
H A Dprintfun.cxx1124 const Graphic *pGraphic = rBrush.GetGraphic(); in lcl_DrawGraphic() local
1126 if ( pGraphic && pGraphic->IsSupportedGraphic() ) in lcl_DrawGraphic()
1129 if ( pGraphic->GetPrefMapMode().GetMapUnit() == MAP_PIXEL ) in lcl_DrawGraphic()
1130 aGrfSize = pRefDev->PixelToLogic( pGraphic->GetPrefSize(), aMapMM ); in lcl_DrawGraphic()
1132 aGrfSize = OutputDevice::LogicToLogic( pGraphic->GetPrefSize(), in lcl_DrawGraphic()
1133 pGraphic->GetPrefMapMode(), aMapMM ); in lcl_DrawGraphic()
1186 GraphicObject aObject( *pGraphic ); in lcl_DrawGraphic()
1241 lcl_DrawGraphic( *pGraphic, pOut, aGrf, rOut ); in lcl_DrawGraphic()
/trunk/main/svtools/inc/svtools/
H A Dembedtransfer.hxx49 Graphic* pGraphic,
55 Graphic* pGraphic,
/trunk/main/svtools/source/graphic/
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()
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()
/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/svx/inc/svx/
H A Dgallery.hxx112 Graphic* pGraphic = NULL, BitmapEx* pThumb = NULL,
115 Graphic* pGraphic = NULL, BitmapEx* pThumb = NULL,
H A Dsvdograf.hxx103 GraphicObject* pGraphic; // Zur Beschleunigung von Bitmapausgaben, besonders von gedrehten. member in SdrGrafObj
H A Dsvdomedia.hxx76 void setGraphic( const Graphic* pGraphic = NULL );
H A Dsvdoole2.hxx66 Graphic* pGraphic; member in SdrOle2Obj
/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/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 …]

Completed in 169 milliseconds

123