Home
last modified time | relevance | path

Searched refs:m_bDoesUndo (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/ribbar/
H A Dinputwin.cxx73 , m_bDoesUndo(true) in SFX_IMPL_POS_CHILDWINDOW()
158 pWrtShell->DoUndo(m_bDoesUndo); in CleanupUglyHackWithUndo()
258 m_bDoesUndo = pWrtShell->DoesUndo(); in ShowWin()
259 if( !m_bDoesUndo ) in ShowWin()
/trunk/main/sw/source/ui/inc/
H A Dinputwin.hxx71 bool m_bDoesUndo : 1; member in SwInputWindow