Home
last modified time | relevance | path

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

/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx984 bool bLockInterface = (bool) _bLockInterface; in IMPL_LINK() local
1002 m_aCancelBtn.Enable( bLockInterface ); in IMPL_LINK()
1003 m_aAddBtn.Enable( !bLockInterface ); in IMPL_LINK()
1004 m_aUpdateBtn.Enable( !bLockInterface && m_pExtensionBox->getItemCount() ); in IMPL_LINK()
1005 m_pExtensionBox->enableButtons( !bLockInterface ); in IMPL_LINK()
1398 bool bLockInterface = (bool) _bLockInterface; in IMPL_LINK() local
1415 m_aCancelBtn.Enable( bLockInterface ); in IMPL_LINK()