Home
last modified time | relevance | path

Searched refs:pGraphic (Results 26 – 50 of 56) sorted by relevance

123

/trunk/main/sw/source/ui/shells/
H A Dgrfsh.cxx100 const Graphic *pGraphic; in Execute() local
101 if(0 != (pGraphic = rSh.GetGraphic())) in Execute()
105 ExportGraphic( *pGraphic, sGrfNm ); in Execute()
/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/sw/inc/
H A Dndgrf.hxx63 const Graphic* pGraphic,
171 const Graphic* pGraphic = 0,
H A Dndole.hxx83 Graphic* pGraphic; member in SwOLENode
H A Dndarr.hxx227 const Graphic* pGraphic,
/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx1647 const Graphic* pGraphic = 0; in GetNumberingRuleByIndex() local
1649 pGraphic = pBrush->GetGraphic(); in GetNumberingRuleByIndex()
1650 if(pGraphic) in GetNumberingRuleByIndex()
1652 uno::Reference<awt::XBitmap> xBmp = VCLUnoHelper::CreateBitmap( pGraphic->GetBitmapEx() ); in GetNumberingRuleByIndex()
2210 const Graphic* pGraphic = pSetBrush->GetGraphic(); in SetNumberingRuleByIndex() local
2211 if(pGraphic) in SetNumberingRuleByIndex()
2212 *pSetSize = ::GetGraphicSizeTwip(*pGraphic, 0); in SetNumberingRuleByIndex()
H A Dunoframe.cxx2840 const ::uno::Any* pGraphic; in attachToRange() local
2841 if( pProps->GetProperty( FN_UNO_GRAPHIC, 0, pGraphic )) in attachToRange()
2844 (*pGraphic) >>= xGraphic; in attachToRange()
3754 …Graphic* pGraphic = pDoc->GetNodes()[ pCnt->GetCntntIdx()->GetIndex() + 1 ]->GetOLENode()->GetGrap… in getReplacementGraphic() local
3755 if ( pGraphic ) in getReplacementGraphic()
3756 return pGraphic->GetXGraphic(); in getReplacementGraphic()
H A Dunocoll.cxx345 SwXTextGraphicObject* pGraphic = new SwXTextGraphicObject( pDoc ); in MakeInstance() local
346 xRet = (cppu::OWeakObject*)(SwXFrame*)pGraphic; in MakeInstance()
/trunk/main/sc/source/ui/view/
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/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/sw/source/filter/ww1/
H A Dw1filter.cxx1917 Graphic* pGraphic = 0; in Out() local
1937 pGraphic = new Graphic(aWMF); in Out()
1960 pGraphic = new Graphic(aBmp); in Out()
1965 if (pGraphic) in Out()
1966 rOut << *pGraphic; in Out()
/trunk/main/sc/source/filter/html/
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/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()
/trunk/main/sw/source/filter/xml/
H A Dswxml.cxx494 Graphic* pGraphic = pOle2Obj->GetGraphic(); in lcl_ConvertSdrOle2ObjsToSdrGrafObjs() local
495 if( pGraphic ) in lcl_ConvertSdrOle2ObjsToSdrGrafObjs()
496 aGraphic = *pGraphic; in lcl_ConvertSdrOle2ObjsToSdrGrafObjs()
/trunk/main/vcl/inc/aqua/
H A Dsalvd.h78 …AquaSalVirtualDevice( AquaSalGraphics* pGraphic, long nDX, long nDY, sal_uInt16 nBitCount, const S…
/trunk/main/svx/inc/svx/
H A Dsvdomedia.hxx76 void setGraphic( const Graphic* pGraphic = NULL );
H A Dsvdograf.hxx103 GraphicObject* pGraphic; // Zur Beschleunigung von Bitmapausgaben, besonders von gedrehten. member in SdrGrafObj
H A Dsvdoole2.hxx66 Graphic* pGraphic; member in SdrOle2Obj
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx1328 Graphic* pGraphic = pOle2Obj->GetGraphic(); in lcl_ConvertSdrOle2ObjsToSdrGrafObjs() local
1329 if( pGraphic ) in lcl_ConvertSdrOle2ObjsToSdrGrafObjs()
1330 aGraphic = *pGraphic; in lcl_ConvertSdrOle2ObjsToSdrGrafObjs()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx960 const Graphic* pGraphic, in Insert() argument
969 rGrfName, rFltName, pGraphic, in Insert()
1973 const String& rFltName, const Graphic* pGraphic, in ReRead() argument
1992 pGrfNd->ReRead( rGrfName, rFltName, pGraphic, pGrafObj, sal_True ); in ReRead()
/trunk/main/sw/source/core/edit/
H A Deditsh.cxx356 const Graphic* pGraphic, const GraphicObject* pGrfObj ) in ReRead() argument
359 pDoc->ReRead( *GetCrsr(), rGrfName, rFltName, pGraphic, pGrfObj ); in ReRead()
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx3578 Graphic* pGraphic = rOLENode.GetGraphic(); in FlyFrameOLEData() local
3579 if (GraphicConverter::Export(*pStream, *pGraphic, CVT_WMF) != ERRCODE_NONE) in FlyFrameOLEData()
3597 Graphic* pGraphic = rOLENode.GetGraphic(); in FlyFrameOLE() local
3603 Size aMapped(pGraphic->GetPrefSize()); in FlyFrameOLE()
3607 if (GraphicConverter::Export(aStream, *pGraphic, CVT_WMF) != ERRCODE_NONE) in FlyFrameOLE()
H A Dwrtw8esh.cxx1839 Graphic* pGraphic = rOLENd.GetGraphic(); in WriteOLEFlyFrame() local
1846 … rMirror), pGraphic ? *pGraphic : Graphic(), *pSdrObj, nShapeId, bRectIsSet ? &aRect : NULL ); in WriteOLEFlyFrame()
/trunk/main/editeng/inc/editeng/
H A Dnumitem.hxx252 static Size GetGraphicSizeMM100(const Graphic* pGraphic);
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx3039 Graphic* pGraphic = pObj->GetGraphic(); in getPropertyValueImpl() local
3040 if( pGraphic ) in getPropertyValueImpl()
3043 if ( pGraphic->IsLink() ) in getPropertyValueImpl()
3045 GfxLink aLnk = pGraphic->GetLink(); in getPropertyValueImpl()

Completed in 230 milliseconds

123