Home
last modified time | relevance | path

Searched refs:GetUndoOptions (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/ui/ribbar/
H A Dinputwin.cxx165 SW_MOD()->GetUndoOptions().SetUndoCount(0); in CleanupUglyHackWithUndo()
253 m_nActionCount = SW_MOD()->GetUndoOptions().GetUndoCount(); in ShowWin()
255 SW_MOD()->GetUndoOptions().SetUndoCount(1); in ShowWin()
/trunk/main/sw/source/ui/app/
H A Dapphdl.cxx803 sal_Int32 const nNew = GetUndoOptions().GetUndoCount(); in ConfigurationChanged()
930 SvtUndoOptions& SwModule::GetUndoOptions() in GetUndoOptions() function in SwModule
/trunk/main/sw/inc/
H A Dswmodule.hxx181 SvtUndoOptions& GetUndoOptions();
/trunk/main/sw/source/ui/uiview/
H A Dview.cxx950 pWrtShell->DoUndo( 0 != SW_MOD()->GetUndoOptions().GetUndoCount() ); in SwView()