Home
last modified time | relevance | path

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

/trunk/main/svx/source/inc/
H A Dfmexpl.hxx445 sal_uInt16 m_nSelectLock; member in svxform::NavigatorTree
495 void LockSelectionHandling() { ++m_nSelectLock; } in LockSelectionHandling()
496 void UnlockSelectionHandling() { --m_nSelectLock; } in UnlockSelectionHandling()
497 sal_Bool IsSelectionHandlingLocked() const { return m_nSelectLock>0; } in IsSelectionHandlingLocked()
/trunk/main/svx/source/form/
H A Dnavigatortree.cxx186 ,m_nSelectLock(0) in NavigatorTree()

Completed in 27 milliseconds