Home
last modified time | relevance | path

Searched refs:rGraphicObj (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svtools/source/graphic/
H A Dgrfmgr.cxx132 maAttr ( rGraphicObj.maAttr ), in GraphicObject()
133 mpLink ( rGraphicObj.mpLink ? ( new String( *rGraphicObj.mpLink ) ) : NULL ), in GraphicObject()
134 mpUserData ( rGraphicObj.mpUserData ? ( new String( *rGraphicObj.mpUserData ) ) : NULL ) in GraphicObject()
401 if( &rGraphicObj != this ) in operator =()
411 maAttr = rGraphicObj.maAttr; in operator =()
412 mpLink = rGraphicObj.mpLink ? new String( *rGraphicObj.mpLink ) : NULL; in operator =()
413 mpUserData = rGraphicObj.mpUserData ? new String( *rGraphicObj.mpUserData ) : NULL; in operator =()
416 mpMgr = rGraphicObj.mpMgr; in operator =()
1397 rGraphicObj.SetAttr( aAttr ); in operator >>()
1405 rGraphicObj.SetLink(); in operator >>()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dgrfmgr.hxx476 friend SvStream& operator<<( SvStream& rOStm, const GraphicObject& rGraphicObj );
477 friend SvStream& operator>>( SvStream& rIStm, GraphicObject& rGraphicObj );
/trunk/main/editeng/inc/editeng/
H A Dbrshitem.hxx81 SvxBrushItem( const GraphicObject& rGraphicObj,
/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1205 const GraphicObject& rGraphicObj );
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx3517 SvxBrushItem::SvxBrushItem( const GraphicObject& rGraphicObj, in SvxBrushItem() argument
3523 pImpl ( new SvxBrushItem_Impl( new GraphicObject( rGraphicObj ) ) ), in SvxBrushItem()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx1317 …::uno::Reference< ::com::sun::star::drawing::XShape > & rXShape ,const GraphicObject& rGraphicObj ) in CreateGraphicProperties() argument
1320 ByteString aUniqueId( rGraphicObj.GetUniqueID() ); in CreateGraphicProperties()

Completed in 99 milliseconds