Searched refs:ScUndoLayoutRTL (Results 1 – 3 of 3) sorted by relevance
76 TYPEINIT1(ScUndoLayoutRTL, SfxUndoAction);1601 ScUndoLayoutRTL::ScUndoLayoutRTL( ScDocShell* pShell, SCTAB nNewTab, sal_Bool bNewRTL ) : in ScUndoLayoutRTL() function in ScUndoLayoutRTL1608 ScUndoLayoutRTL::~ScUndoLayoutRTL() in ~ScUndoLayoutRTL()1612 void ScUndoLayoutRTL::DoChange( sal_Bool bNew ) in DoChange()1628 void ScUndoLayoutRTL::Undo() in Undo()1633 void ScUndoLayoutRTL::Redo() in Redo()1638 void ScUndoLayoutRTL::Repeat(SfxRepeatTarget& rTarget) in Repeat()1645 sal_Bool ScUndoLayoutRTL::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()1650 String ScUndoLayoutRTL::GetComment() const in GetComment()
495 class ScUndoLayoutRTL : public ScSimpleUndo class499 ScUndoLayoutRTL( ScDocShell* pShell, SCTAB nNewTab, sal_Bool bNewRTL );500 virtual ~ScUndoLayoutRTL();
2908 rDocShell.GetUndoManager()->AddUndoAction( new ScUndoLayoutRTL( &rDocShell, nTab, bRTL ) ); in SetLayoutRTL()
Completed in 40 milliseconds