Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/misc/
H A Dnum.cxx220 const bool bSingleSelection = aLevelLB.GetSelectEntryCount() == 1 && in InitControls() local
224 ( 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() local
821 if(bOn || bSingleSelection) in IMPL_LINK()
849 aDistBorderMF.Enable(bOn || bSingleSelection||0 != pOutlineDlg); in IMPL_LINK()
/trunk/main/svx/source/form/
H A Dnavigatortree.cxx421 sal_Bool bSingleSelection = (m_arrCurrentSelection.Count() == 1); in Command() local
438 … 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()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx3160 const bool bSingleSelection = aLevelLB.GetSelectEntryCount() == 1 && in InitControls() local
3164 ( bSingleSelection || bRelative ) ); in InitControls()
3166 ( bSingleSelection || bRelative ) ); in InitControls()
3776 sal_Bool bSingleSelection = aLevelLB.GetSelectEntryCount() == 1 && USHRT_MAX != nActNumLvl; in IMPL_LINK() local
3779 if(bOn || bSingleSelection) in IMPL_LINK()
3810 aDistBorderMF.Enable(bOn || bSingleSelection); in IMPL_LINK()
3811 aDistBorderFT.Enable(bOn || bSingleSelection); in IMPL_LINK()
/trunk/main/sw/source/ui/shells/
H A Ddrwbassh.cxx305 bool bSingleSelection = rMarkList.GetMarkCount() == 1; in Execute() local
311 if(!bSingleSelection) in Execute()

Completed in 66 milliseconds