Home
last modified time | relevance | path

Searched refs:aGrfObj (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/
H A Dww8graf.cxx1922 …GraphicObject aGrfObj(static_cast< XFillBitmapItem const & >(rOldSet.Get(XATTR_FILLBITMAP)).GetGra… in MatchSdrItemsIntoFlySet()
1927 GraphicAttr aAttr(aGrfObj.GetAttr()); in MatchSdrItemsIntoFlySet()
1930 aGrfObj.SetAttr(aAttr); in MatchSdrItemsIntoFlySet()
1933 aBrushItem.SetGraphicObject(aGrfObj); in MatchSdrItemsIntoFlySet()
/AOO42X/main/svtools/source/graphic/
H A Dgrfmgr.cxx1180 GraphicObject aGrfObj( aTransGraphic ); in GetTransformedGraphic() local
1181 aTransGraphic = aGrfObj.GetTransformedGraphic( &rAttr ); in GetTransformedGraphic()