Lines Matching refs:nSelectionType

1673                     const int nSelectionType = rSh.GetSelectionType();  in KeyInput()  local
1675 …&& ( nSelectionType & (nsSelectionType::SEL_FRM|nsSelectionType::SEL_OLE|nsSelectionType::SEL_GRF)… in KeyInput()
1676 … || ( ( nSelectionType & (nsSelectionType::SEL_DRW|nsSelectionType::SEL_DRW_FORM) ) in KeyInput()
1754 const int nSelectionType = rSh.GetSelectionType(); in KeyInput() local
1759 … if((nSelectionType & (nsSelectionType::SEL_DRW|nsSelectionType::SEL_DRW_FORM)) && in KeyInput()
1762 …else if(nSelectionType & (nsSelectionType::SEL_FRM|nsSelectionType::SEL_OLE|nsSelectionType::SEL_G… in KeyInput()
1807 const int nSelectionType = rSh.GetSelectionType(); in KeyInput() local
1808 if(nSelectionType & nsSelectionType::SEL_OLE) in KeyInput()
1810 else if(nSelectionType & nsSelectionType::SEL_FRM) in KeyInput()
1812 else if((nSelectionType & nsSelectionType::SEL_DRW) && in KeyInput()
1813 0 == (nSelectionType & nsSelectionType::SEL_DRW_TXT) && in KeyInput()
1830 !(nSelectionType & (nsSelectionType::SEL_GRF | in KeyInput()
2107 const int nSelectionType = rSh.GetSelectionType(); in KeyInput() local
2108 if(nSelectionType & nsSelectionType::SEL_FRM) in KeyInput()
2110 else if((nSelectionType & nsSelectionType::SEL_DRW)) in KeyInput()
2149 const int nSelectionType = rSh.GetSelectionType(); in KeyInput() local
2150 if(nSelectionType & nsSelectionType::SEL_FRM) in KeyInput()
2219 const int nSelectionType = rSh.GetSelectionType(); in KeyInput() local
2220 if((nSelectionType & nsSelectionType::SEL_DRW) && in KeyInput()
2221 0 == (nSelectionType & nsSelectionType::SEL_DRW_TXT) && in KeyInput()
2233 else if(nSelectionType & nsSelectionType::SEL_FRM) in KeyInput()