Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/dialog/
H A DSwSpellDialogChildWindow.cxx75 bool m_bLockFocus; //lock the focus notification while a modal dialog is active member
106 m_bLockFocus(false), in SpellState()
559 if(m_pSpellState->m_bLockFocus) in GetFocus()
622 if(m_pSpellState->m_bLockFocus) in LoseFocus()
892 DBG_ASSERT(m_pSpellState->m_bLockFocus != bLock, "invalid locking - no change of state"); in LockFocusNotification()
893 m_pSpellState->m_bLockFocus = bLock; in LockFocusNotification()

Completed in 13 milliseconds