Lines Matching refs:nSel
414 const int nSel = rSh.GetSelectionType(); in Execute() local
415 if (nSel & nsSelectionType::SEL_GRF) in Execute()
460 if(nSel & nsSelectionType::SEL_OLE) in Execute()
464 if( nSel & nsSelectionType::SEL_OLE ) in Execute()
508 nSel & nsSelectionType::SEL_GRF ? DLG_FRM_GRF : in Execute()
509 nSel & nsSelectionType::SEL_OLE ? DLG_FRM_OLE : in Execute()
526 if(nSel & nsSelectionType::SEL_OLE && in Execute()
873 const int nSel = rSh.GetSelectionType(); in GetState() local
874 if (nSel & nsSelectionType::SEL_GRF || nSel & nsSelectionType::SEL_OLE) in GetState()
894 const int nSel = rSh.GetSelectionType(); in GetState() local
895 if (nSel & nsSelectionType::SEL_GRF || nSel & nsSelectionType::SEL_OLE) in GetState()
951 const int nSel = rSh.GetSelectionType(); in GetState() local
952 if ( bParentCntProt || nSel & nsSelectionType::SEL_GRF) in GetState()
1232 const int nSel = GetShell().GetSelectionType(); in StateInsert() local
1233 if ( (nSel & nsSelectionType::SEL_GRF) in StateInsert()
1234 || (nSel & nsSelectionType::SEL_OLE) ) in StateInsert()