Home
last modified time | relevance | path

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

/AOO42X/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx972 bool bLockInterface = (bool) _bLockInterface; in IMPL_LINK() local
990 m_aCancelBtn.Enable( bLockInterface ); in IMPL_LINK()
991 m_aAddBtn.Enable( !bLockInterface ); in IMPL_LINK()
992 m_aUpdateBtn.Enable( !bLockInterface && m_pExtensionBox->getItemCount() ); in IMPL_LINK()
993 m_pExtensionBox->enableButtons( !bLockInterface ); in IMPL_LINK()
1386 bool bLockInterface = (bool) _bLockInterface; in IMPL_LINK() local
1403 m_aCancelBtn.Enable( bLockInterface ); in IMPL_LINK()