Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/inc/
H A Dfmexpl.hxx442 sal_uInt16 m_nSelectLock; member in svxform::NavigatorTree
490 void LockSelectionHandling() { ++m_nSelectLock; } in LockSelectionHandling()
491 void UnlockSelectionHandling() { --m_nSelectLock; } in UnlockSelectionHandling()
492 sal_Bool IsSelectionHandlingLocked() const { return m_nSelectLock>0; } in IsSelectionHandlingLocked()
/AOO42X/main/svx/source/form/
H A Dnavigatortree.cxx186 ,m_nSelectLock(0) in NavigatorTree()