Searched refs:bSingleSelection (Results 1 – 4 of 4) sorted by relevance
220 const bool bSingleSelection = aLevelLB.GetSelectEntryCount() == 1 && in InitControls() local224 ( bSingleSelection || bRelative || pOutlineDlg != 0 ) ); in InitControls()226 ( bSingleSelection || bRelative || pOutlineDlg != 0 ) ); in InitControls()818 sal_Bool bSingleSelection = aLevelLB.GetSelectEntryCount() == 1 && USHRT_MAX != nActNumLvl; in IMPL_LINK() local821 if(bOn || bSingleSelection) in IMPL_LINK()849 aDistBorderMF.Enable(bOn || bSingleSelection||0 != pOutlineDlg); in IMPL_LINK()
421 sal_Bool bSingleSelection = (m_arrCurrentSelection.Count() == 1); in Command() local438 … aContextMenu.EnableItem( SID_FM_NEW, bSingleSelection && (m_nFormsSelected || m_bRootSelected) ); in Command()441 …pSubMenuNew->EnableItem( SID_FM_NEW_FORM, bSingleSelection && (m_nFormsSelected || m_bRootSelected… in Command()446 pSubMenuNew->EnableItem( SID_FM_NEW_HIDDEN, bSingleSelection && m_nFormsSelected ); in Command()457 aContextMenu.EnableItem( SID_FM_TAB_DIALOG, bSingleSelection && m_nFormsSelected ); in Command()473 aContextMenu.EnableItem( SID_FM_RENAME_OBJECT, bSingleSelection && !m_bRootSelected ); in Command()
3160 const bool bSingleSelection = aLevelLB.GetSelectEntryCount() == 1 && in InitControls() local3164 ( bSingleSelection || bRelative ) ); in InitControls()3166 ( bSingleSelection || bRelative ) ); in InitControls()3776 sal_Bool bSingleSelection = aLevelLB.GetSelectEntryCount() == 1 && USHRT_MAX != nActNumLvl; in IMPL_LINK() local3779 if(bOn || bSingleSelection) in IMPL_LINK()3810 aDistBorderMF.Enable(bOn || bSingleSelection); in IMPL_LINK()3811 aDistBorderFT.Enable(bOn || bSingleSelection); in IMPL_LINK()
309 bool bSingleSelection = rMarkList.GetMarkCount() == 1; in Execute() local315 if(!bSingleSelection) in Execute()
Completed in 102 milliseconds