Home
last modified time | relevance | path

Searched refs:aGraphicObject (Results 1 – 9 of 9) sorted by relevance

/AOO42X/main/slideshow/source/engine/shapes/
H A Dshapeimporter.cxx356 GraphicObject aGraphicObject; in createShape() local
362 if( !importShapeGraphic( aGraphicObject, xPropSet ) ) in createShape()
367 if( !aGraphicObject.IsAnimated() ) in createShape()
430 aGraphicObject.GetTransformedGraphic( in createShape()
431 aGraphicObject.GetPrefSize(), in createShape()
432 aGraphicObject.GetPrefMapMode(), in createShape()
/AOO42X/main/svx/source/sdr/primitive2d/
H A Dsdrolecontentprimitive2d.cxx72 const GraphicObject aGraphicObject(aGraphic); in create2DDecomposition() local
109 aGraphicObject, in create2DDecomposition()
120 aGraphicObject, in create2DDecomposition()
/AOO42X/main/filter/source/msfilter/
H A Descherex.cxx1308 GraphicObject aGraphicObject( *pGraphic ); in CreateOLEGraphicProperties() local
1309 bRetValue = CreateGraphicProperties( rXShape,aGraphicObject ); in CreateOLEGraphicProperties()
1358 GraphicObject aGraphicObject( ((SdrMediaObj*)pSdrMedia)->getGraphic() ); in CreateMediaGraphicProperties() local
1359 bRetValue = CreateGraphicProperties( rXShape, aGraphicObject ); in CreateMediaGraphicProperties()
1447 GraphicObject aGraphicObject = lclDrawHatch( rHatch, rBackColor, bFillBackground, aRect ); in CreateEmbeddedHatchProperties() local
1448 ByteString aUniqueId = aGraphicObject.GetUniqueID(); in CreateEmbeddedHatchProperties()
1468 GraphicObject aGraphicObject; in CreateGraphicProperties() local
1500 aGraphicObject = aGraphic; in CreateGraphicProperties()
1501 aUniqueId = aGraphicObject.GetUniqueID(); in CreateGraphicProperties()
1502 bIsGraphicMtf = aGraphicObject.GetType() == GRAPHIC_GDIMETAFILE; in CreateGraphicProperties()
[all …]
H A Dmsdffimp.cxx6498 GraphicObject aGraphicObject( pEntry->aUniqueID ); in GetBLIP() local
6499 rData = aGraphicObject.GetGraphic(); in GetBLIP()
6559 GraphicObject aGraphicObject( rData ); in GetBLIP() local
6562 … EscherBlipCacheEntry* pNewEntry = new EscherBlipCacheEntry( nIdx_, aGraphicObject.GetUniqueID() ); in GetBLIP()
/AOO42X/main/drawinglayer/source/primitive2d/
H A Dmediaprimitive2d.cxx63 const GraphicObject aGraphicObject(aGraphic); in create2DDecomposition() local
67 …val[1] = Primitive2DReference(new GraphicPrimitive2D(getTransform(), aGraphicObject, aGraphicAttr)… in create2DDecomposition()
/AOO42X/main/svtools/source/graphic/
H A Drenderer.cxx335 GraphicObject aGraphicObject( *pGraphic ); in render() local
336 aGraphicObject.Draw( mpOutDev, maDestRect.TopLeft(), maDestRect.GetSize() ); in render()
/AOO42X/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx1568 GraphicObject aGraphicObject( rGrf ); in WriteGrfBullet() local
1569 ByteString aUniqueId = aGraphicObject.GetUniqueID(); in WriteGrfBullet()
1655 GraphicObject aGraphicObject( aGraphic ); in WriteGrfFlyFrame() local
1656 ByteString aUniqueId = aGraphicObject.GetUniqueID(); in WriteGrfFlyFrame()
3011 GraphicObject aGraphicObject(rGraphic); in WriteOLEPicture() local
3012 ByteString aId = aGraphicObject.GetUniqueID(); in WriteOLEPicture()
/AOO42X/main/svx/source/svdraw/
H A Dsvdoashp.cxx295 …GraphicObject aGraphicObject(((XFillBitmapItem&)(rOriginalSet.Get(XATTR_FILLBITMAP))).GetGraphicOb… in ImpCreateShadowObjectClone() local
296 const BitmapEx aBitmapEx(aGraphicObject.GetGraphic().GetBitmapEx()); in ImpCreateShadowObjectClone()
332aGraphicObject.SetGraphic(Graphic(BitmapEx(aDestBitmap, aBitmapEx.GetAlpha()))); in ImpCreateShadowObjectClone()
336aGraphicObject.SetGraphic(Graphic(BitmapEx(aDestBitmap, aBitmapEx.GetMask()))); in ImpCreateShadowObjectClone()
341 aGraphicObject.SetGraphic(Graphic(aDestBitmap)); in ImpCreateShadowObjectClone()
346 aTempSet.Put(XFillBitmapItem(aTempSet.GetPool(), aGraphicObject)); in ImpCreateShadowObjectClone()
/AOO42X/main/sd/source/filter/eppt/
H A Depptso.cxx169 GraphicObject aGraphicObject( rUniqueId ); in GetId() local
170 Graphic aMappedGraphic, aGraphic( aGraphicObject.GetGraphic() ); in GetId()
195 aGraphicObject = GraphicObject( aMappedGraphic ); in GetId()
199 …nId = pGraphicProv->GetBlibID( aBuExPictureStream, aGraphicObject.GetUniqueID(), aRect, NULL, NULL… in GetId()