| 
    LibreOffice Module sw (master) 1
    
   | 
 
#include <ww8par.hxx>
Public Member Functions | |
| SwMacroInfo () | |
| virtual | ~SwMacroInfo () override | 
| SwMacroInfo (SwMacroInfo const &)=default | |
| SwMacroInfo (SwMacroInfo &&)=default | |
| SwMacroInfo & | operator= (SwMacroInfo const &)=delete | 
| SwMacroInfo & | operator= (SwMacroInfo &&)=delete | 
| virtual std::unique_ptr< SdrObjUserData > | Clone (SdrObject *pObj) const override | 
| void | SetHlink (const OUString &rHlink) | 
| const OUString & | GetHlink () const | 
| void | SetTarFrame (const OUString &rTarFrame) | 
| const OUString & | GetTarFrame () const | 
| void | SetShapeId (sal_Int32 rShapeId) | 
| const sal_Int32 & | GetShapeId () const | 
| void | SetName (const OUString &rName) | 
| const OUString & | GetName () const | 
  Public Member Functions inherited from SdrObjUserData | |
| SdrObjUserData (SdrInventor nInv, sal_uInt16 nId) | |
| SdrObjUserData (const SdrObjUserData &rData) | |
| virtual | ~SdrObjUserData () | 
| virtual std::unique_ptr< SdrObjUserData > | Clone (SdrObject *pObj1) const=0 | 
| SdrInventor | GetInventor () const | 
| sal_uInt16 | GetId () const | 
Private Attributes | |
| sal_Int32 | mnShapeId | 
| OUString | maHlink | 
| OUString | maNameStr | 
| OUString | maTarFrame | 
Definition at line 503 of file ww8par.hxx.
| SwMacroInfo::SwMacroInfo | ( | ) | 
      
  | 
  overridevirtual | 
Definition at line 6735 of file ww8par.cxx.
      
  | 
  default | 
      
  | 
  default | 
      
  | 
  overridevirtual | 
      
  | 
  inline | 
Definition at line 517 of file ww8par.hxx.
References maHlink.
Referenced by SwWW8ImplReader::Read_GrafLayer().
      
  | 
  inline | 
Definition at line 523 of file ww8par.hxx.
References maNameStr.
Referenced by SwWW8ImplReader::Read_GrafLayer().
      
  | 
  inline | 
Definition at line 521 of file ww8par.hxx.
References mnShapeId.
Referenced by SwWW8ImplReader::Read_GrafLayer().
      
  | 
  inline | 
Definition at line 519 of file ww8par.hxx.
References maTarFrame.
Referenced by SwWW8ImplReader::Read_GrafLayer().
      
  | 
  delete | 
      
  | 
  delete | 
      
  | 
  inline | 
Definition at line 516 of file ww8par.hxx.
References maHlink.
Referenced by SwMSDffManager::ProcessObj().
      
  | 
  inline | 
Definition at line 522 of file ww8par.hxx.
References maNameStr.
Referenced by SwMSDffManager::ProcessObj().
      
  | 
  inline | 
Definition at line 520 of file ww8par.hxx.
References mnShapeId.
Referenced by SwMSDffManager::ProcessObj().
      
  | 
  inline | 
Definition at line 518 of file ww8par.hxx.
References maTarFrame.
Referenced by SwMSDffManager::ProcessObj().
      
  | 
  private | 
Definition at line 527 of file ww8par.hxx.
Referenced by GetHlink(), and SetHlink().
      
  | 
  private | 
Definition at line 528 of file ww8par.hxx.
      
  | 
  private | 
Definition at line 529 of file ww8par.hxx.
Referenced by GetTarFrame(), and SetTarFrame().
      
  | 
  private | 
Definition at line 526 of file ww8par.hxx.
Referenced by GetShapeId(), and SetShapeId().