Searched refs:m_nSelectLock (Results 1 – 2 of 2) sorted by relevance
445 sal_uInt16 m_nSelectLock; member in svxform::NavigatorTree495 void LockSelectionHandling() { ++m_nSelectLock; } in LockSelectionHandling()496 void UnlockSelectionHandling() { --m_nSelectLock; } in UnlockSelectionHandling()497 sal_Bool IsSelectionHandlingLocked() const { return m_nSelectLock>0; } in IsSelectionHandlingLocked()
186 ,m_nSelectLock(0) in NavigatorTree()
Completed in 24 milliseconds