/trunk/main/sw/source/core/inc/ |
H A D | UndoNumbering.hxx | 63 virtual void RepeatImpl( ::sw::RepeatContext & ); 88 virtual void RepeatImpl( ::sw::RepeatContext & ); 104 virtual void RepeatImpl( ::sw::RepeatContext & ); 117 virtual void RepeatImpl( ::sw::RepeatContext & ); 131 virtual void RepeatImpl( ::sw::RepeatContext & ); 146 virtual void RepeatImpl( ::sw::RepeatContext & );
|
H A D | UndoAttribute.hxx | 70 virtual void RepeatImpl( ::sw::RepeatContext & ); 92 virtual void RepeatImpl( ::sw::RepeatContext & ); 140 virtual void RepeatImpl( ::sw::RepeatContext & ); 179 virtual void RepeatImpl( ::sw::RepeatContext & ); 211 virtual void RepeatImpl( ::sw::RepeatContext & ); 252 virtual void RepeatImpl( ::sw::RepeatContext & );
|
H A D | UndoTable.hxx | 82 virtual void RepeatImpl( ::sw::RepeatContext & ); 109 virtual void RepeatImpl( ::sw::RepeatContext & ); 135 virtual void RepeatImpl( ::sw::RepeatContext & ); 342 virtual void RepeatImpl( ::sw::RepeatContext & ); 365 virtual void RepeatImpl( ::sw::RepeatContext & ); 383 virtual void RepeatImpl( ::sw::RepeatContext & );
|
H A D | UndoCore.hxx | 86 class SW_DLLPRIVATE RepeatContext class 90 RepeatContext(SwDoc & rDoc, SwPaM & rPaM) in RepeatContext() function in sw::RepeatContext 143 virtual void RepeatImpl( ::sw::RepeatContext & ); 203 virtual void RepeatImpl( ::sw::RepeatContext & );
|
H A D | UndoRedline.hxx | 94 virtual void RepeatImpl( ::sw::RepeatContext & ); 108 virtual void RepeatImpl( ::sw::RepeatContext & ); 119 virtual void RepeatImpl( ::sw::RepeatContext & );
|
H A D | SwUndoPageDesc.hxx | 67 virtual void RepeatImpl( ::sw::RepeatContext & ); 85 virtual void RepeatImpl( ::sw::RepeatContext & );
|
H A D | UndoOverwrite.hxx | 56 virtual void RepeatImpl( ::sw::RepeatContext & ); 93 virtual void RepeatImpl( ::sw::RepeatContext & );
|
H A D | UndoInsert.hxx | 71 virtual void RepeatImpl( ::sw::RepeatContext & ); 205 virtual void RepeatImpl( ::sw::RepeatContext & );
|
H A D | SwUndoTOXChange.hxx | 42 virtual void RepeatImpl( ::sw::RepeatContext & );
|
H A D | UndoSection.hxx | 66 virtual void RepeatImpl( ::sw::RepeatContext & );
|
H A D | UndoSort.hxx | 85 virtual void RepeatImpl( ::sw::RepeatContext & );
|
H A D | UndoSplitMove.hxx | 46 virtual void RepeatImpl( ::sw::RepeatContext & );
|
/trunk/main/sw/source/core/undo/ |
H A D | unnum.cxx | 161 void SwUndoInsNum::RepeatImpl(::sw::RepeatContext & rContext) in RepeatImpl() 231 void SwUndoDelNum::RepeatImpl(::sw::RepeatContext & rContext) in RepeatImpl() 294 void SwUndoMoveNum::RepeatImpl(::sw::RepeatContext & rContext) in RepeatImpl() 331 void SwUndoNumUpDown::RepeatImpl(::sw::RepeatContext & rContext) in RepeatImpl() 371 void SwUndoNumOrNoNum::RepeatImpl(::sw::RepeatContext & rContext) in RepeatImpl() 445 void SwUndoNumRuleStart::RepeatImpl(::sw::RepeatContext & rContext) in RepeatImpl()
|
H A D | unattr.cxx | 334 void SwUndoFmtAttr::RepeatImpl(::sw::RepeatContext & rContext) in RepeatImpl() 758 void SwUndoResetAttr::RepeatImpl(::sw::RepeatContext & rContext) in RepeatImpl() 888 void SwUndoAttr::RepeatImpl(::sw::RepeatContext & rContext) in RepeatImpl() 1102 void SwUndoMoveLeftMargin::RepeatImpl(::sw::RepeatContext & rContext) in RepeatImpl() 1146 void SwUndoChangeFootNote::RepeatImpl(::sw::RepeatContext & rContext) in RepeatImpl() 1243 void SwUndoDontExpandFmt::RepeatImpl(::sw::RepeatContext & rContext) in RepeatImpl()
|
H A D | undobj.cxx | 272 ::sw::RepeatContext *const pRepeatContext( in Repeat() 273 dynamic_cast< ::sw::RepeatContext * >(& rContext)); in Repeat() 281 ::sw::RepeatContext *const pRepeatContext( in CanRepeat() 282 dynamic_cast< ::sw::RepeatContext * >(& rContext)); in CanRepeat() 288 void SwUndo::RepeatImpl( ::sw::RepeatContext & ) in RepeatImpl() argument 292 bool SwUndo::CanRepeatImpl( ::sw::RepeatContext & ) const in CanRepeatImpl()
|
H A D | SwUndoField.cxx | 116 void SwUndoFieldFromDoc::RepeatImpl(::sw::RepeatContext &) in RepeatImpl() argument 154 void SwUndoFieldFromAPI::RepeatImpl(::sw::RepeatContext &) in RepeatImpl() argument
|
H A D | unredln.cxx | 328 void SwUndoRedlineSort::RepeatImpl(::sw::RepeatContext & rContext) in RepeatImpl() 357 void SwUndoAcceptRedline::RepeatImpl(::sw::RepeatContext & rContext) in RepeatImpl() 372 void SwUndoRejectRedline::RepeatImpl(::sw::RepeatContext & rContext) in RepeatImpl()
|
H A D | SwUndoPageDesc.cxx | 365 void SwUndoPageDescCreate::RepeatImpl(::sw::RepeatContext &) in RepeatImpl() argument 411 void SwUndoPageDescDelete::RepeatImpl(::sw::RepeatContext &) in RepeatImpl() argument
|
H A D | unovwr.cxx | 262 void SwUndoOverwrite::RepeatImpl(::sw::RepeatContext & rContext) in RepeatImpl() 394 void SwUndoTransliterate::RepeatImpl(::sw::RepeatContext & rContext) in RepeatImpl()
|
H A D | unoutl.cxx | 53 void SwUndoOutlineLeftRight::RepeatImpl(::sw::RepeatContext & rContext) in RepeatImpl()
|
H A D | SwUndoTOXChange.cxx | 69 void SwUndoTOXChange::RepeatImpl(::sw::RepeatContext &) in RepeatImpl() argument
|
H A D | unfmco.cxx | 85 void SwUndoFmtColl::RepeatImpl(::sw::RepeatContext & rContext) in RepeatImpl()
|
/trunk/main/sw/inc/ |
H A D | undobj.hxx | 50 class RepeatContext; 85 virtual void RepeatImpl( ::sw::RepeatContext & ); 86 virtual bool CanRepeatImpl( ::sw::RepeatContext & ) const; 252 virtual void RepeatImpl( ::sw::RepeatContext & ); 308 virtual void RepeatImpl( ::sw::RepeatContext & );
|
H A D | SwUndoField.hxx | 67 virtual void RepeatImpl( ::sw::RepeatContext & ); 86 virtual void RepeatImpl( ::sw::RepeatContext & );
|
H A D | IDocumentUndoRedo.hxx | 37 class RepeatContext; 179 virtual bool Repeat(::sw::RepeatContext & rContext,
|