Searched refs:ScUndoIndent (Results 1 – 3 of 3) sorted by relevance
76 TYPEINIT1(ScUndoIndent, ScBlockUndo);1787 ScUndoIndent::ScUndoIndent( ScDocShell* pNewDocShell, const ScMarkData& rMark, in ScUndoIndent() function in ScUndoIndent1796 __EXPORT ScUndoIndent::~ScUndoIndent() in ~ScUndoIndent()1801 String __EXPORT ScUndoIndent::GetComment() const in GetComment()1807 void __EXPORT ScUndoIndent::Undo() in Undo()1822 void __EXPORT ScUndoIndent::Redo() in Redo()1833 void __EXPORT ScUndoIndent::Repeat(SfxRepeatTarget& rTarget) in Repeat()1839 sal_Bool __EXPORT ScUndoIndent::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
847 class ScUndoIndent: public ScBlockUndo class851 ScUndoIndent( ScDocShell* pNewDocShell, const ScMarkData& rMark,853 virtual ~ScUndoIndent();
3656 new ScUndoIndent( &rDocShell, rMark, pUndoDoc, bIncrement ) ); in ChangeIndent()
Completed in 103 milliseconds