| 
    LibreOffice Module sw (master) 1
    
   | 
 
#include <rolbck.hxx>
Public Member Functions | |
| SwHistorySetFormat (const SfxPoolItem *pFormatHt, SwNodeOffset nNode) | |
| virtual | ~SwHistorySetFormat () override | 
| virtual void | SetInDoc (SwDoc *pDoc, bool bTmpSet) override | 
| virtual OUString | GetDescription () const override | 
| void | dumpAsXml (xmlTextWriterPtr pWriter) const override | 
  Public Member Functions inherited from SwHistoryHint | |
| SwHistoryHint (HISTORY_HINT eWhich) | |
| virtual | ~SwHistoryHint () | 
| virtual void | SetInDoc (SwDoc *pDoc, bool bTmpSet)=0 | 
| HISTORY_HINT | Which () const | 
| virtual OUString | GetDescription () const | 
| virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const | 
Private Attributes | |
| std::unique_ptr< SfxPoolItem > | m_pAttr | 
| const SwNodeOffset | m_nNodeIndex | 
Definition at line 94 of file rolbck.hxx.
| SwHistorySetFormat::SwHistorySetFormat | ( | const SfxPoolItem * | pFormatHt, | 
| SwNodeOffset | nNode | ||
| ) | 
Definition at line 78 of file rolbck.cxx.
References SwTableBoxFormula::ChgDefinedIn(), SwFormatPageDesc::ChgDefinedIn(), SwFormatDrop::ChgDefinedIn(), Clone(), SwNode::FindTableNode(), SwTableBoxFormula::GetDefinedIn(), SwTableBoxFormula::GetNodeOfFormula(), SwTableNode::GetTable(), SwTableFormula::IsIntrnlName(), m_pAttr, RES_BOXATR_FORMULA(), RES_PAGEDESC(), RES_PARATR_DROP(), SwTable::SwitchFormulasToExternalRepresentation(), and SwTableFormula::ToRelBoxNm().
      
  | 
  overridevirtual | 
Definition at line 197 of file rolbck.cxx.
      
  | 
  overridevirtual | 
Reimplemented from SwHistoryHint.
Definition at line 150 of file rolbck.cxx.
References SwHistoryHint::dumpAsXml(), m_nNodeIndex, and m_pAttr.
      
  | 
  overridevirtual | 
Reimplemented from SwHistoryHint.
Definition at line 118 of file rolbck.cxx.
References SvxFormatBreakItem::GetBreak(), m_pAttr, RES_BREAK(), and SwResId().
      
  | 
  overridevirtual | 
Implements SwHistoryHint.
Definition at line 165 of file rolbck.cxx.
References SwTableBox::ClaimFrameFormat(), SwNode::FindTableNode(), SwDoc::GetNodes(), SwTableNode::GetTable(), SwTable::GetTableBox(), SwNode::IsContentNode(), SwNode::IsStartNode(), SwNode::IsTableNode(), m_nNodeIndex, m_pAttr, SetAttr, SwFormat::SetFormatAttr(), and SwTableBoxStartNode.
      
  | 
  private | 
Definition at line 97 of file rolbck.hxx.
Referenced by dumpAsXml(), and SetInDoc().
      
  | 
  private | 
Definition at line 96 of file rolbck.hxx.
Referenced by dumpAsXml(), GetDescription(), SetInDoc(), and SwHistorySetFormat().