Home
last modified time | relevance | path

Searched refs:getSvgData (Results 1 – 16 of 16) sorted by relevance

/trunk/main/svgio/source/svgreader/
H A Dsvgimagenode.cxx179 if(rGraphic.getSvgData().get()) in extractFromGraphic()
182 rEmbedded = rGraphic.getSvgData()->getPrimitive2DSequence(); in extractFromGraphic()
185 rViewBox = rGraphic.getSvgData()->getRange(); in extractFromGraphic()
/trunk/main/vcl/source/gdi/
H A Dimpgraph.cxx1723 const SvgDataPtr& ImpGraphic::getSvgData() const in getSvgData() function in ImpGraphic
1919 if(rImpGraphic.getSvgData().get()) in operator <<()
1928 rOStm << rImpGraphic.getSvgData()->getSvgDataArrayLength(); in operator <<()
1929 …rOStm.Write(rImpGraphic.getSvgData()->getSvgDataArray().get(), rImpGraphic.getSvgData()->getSvgDat… in operator <<()
1930 rOStm.WriteByteString(rImpGraphic.getSvgData()->getPath()); in operator <<()
H A Dgraph.cxx828 const SvgDataPtr& Graphic::getSvgData() const in getSvgData() function in Graphic
830 return mpImpGraphic->getSvgData(); in getSvgData()
/trunk/main/svtools/source/graphic/
H A Dgrfcache.cxx91 if(rGraphic.getSvgData().get()) in GraphicID()
93 const SvgDataPtr& rSvgDataPtr = rGraphic.getSvgData(); in GraphicID()
250 if(rGraphic.getSvgData().get()) in ImplInit()
252 maSvgData = rGraphic.getSvgData(); in ImplInit()
H A Dprovider.cxx630 if(rGraphic.getSvgData().get()) in ImplApplyFilterData()
/trunk/main/svx/source/svdraw/
H A Dsvdograf.cxx363 const SvgDataPtr& rSvgDataPtr = pGraphic->GetGraphic().getSvgData(); in onGraphicChanged()
529 const SvgDataPtr& rSvgDataPtr = pGraphic->GetGraphic().getSvgData(); in GetReplacementGraphicObject()
851 const SvgDataPtr& rSvgDataPtr = pGraphic->GetGraphic().getSvgData(); in TakeObjNameSingul()
902 const SvgDataPtr& rSvgDataPtr = pGraphic->GetGraphic().getSvgData(); in TakeObjNamePlural()
1215 return GRAPHIC_BITMAP == GetGraphicType() && GetGraphic().getSvgData().get(); in isEmbeddedSvg()
H A Dsvdxcgv.cxx555 aBmp = pSdrGrafObj->GetGraphic().getSvgData()->getReplacement(); in GetMarkedObjBitmapEx()
/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx260 else if(rGraphic.getSvgData().get()) in create2DDecompositionOfGraphic()
263 const basegfx::B2DRange& rSvgRange(rGraphic.getSvgData()->getRange()); in create2DDecompositionOfGraphic()
284 rGraphic.getSvgData()->getPrimitive2DSequence()); in create2DDecompositionOfGraphic()
H A Dgraphicprimitive2d.cxx96 …Bitmap(GRAPHIC_BITMAP == aTransformedGraphic.GetType() && !aTransformedGraphic.getSvgData().get()); in create2DDecomposition()
/trunk/main/vcl/inc/
H A Dimpgraph.hxx179 const SvgDataPtr& getSvgData() const;
/trunk/main/vcl/inc/vcl/
H A Dgraph.hxx224 const SvgDataPtr& getSvgData() const;
/trunk/main/sw/source/core/graphic/
H A Dndgrf.cxx394 const SvgDataPtr& rSvgDataPtr = GetGrf().getSvgData(); in onGraphicChanged()
451 const SvgDataPtr& rSvgDataPtr = GetGrfObj().GetGraphic().getSvgData(); in GetReplacementGrfObj()
/trunk/main/svx/source/xoutdev/
H A D_xoutbmp.cxx166 const SvgDataPtr aSvgDataPtr(rGraphic.getSvgData()); in WriteGraphic()
/trunk/main/sd/source/ui/view/
H A Ddrviews2.cxx652 … aGraphic = Graphic(pSdrGrafObj->GetGraphic().getSvgData()->getReplacement()); in FuTemporary()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx440 && !rFillGraphicAttribute.getGraphic().getSvgData().get() in RenderFillGraphicPrimitive2D()
/trunk/main/svtools/source/filter/
H A Dfilter.cxx2049 const SvgDataPtr aSvgDataPtr(rGraphic.getSvgData()); in ExportGraphic()

Completed in 138 milliseconds