Lines Matching refs:nsSelectionType

167 		 (nsSelectionType::SEL_OLE|nsSelectionType::SEL_GRF) & nSelType )  in ImpSetVerb()
171 if ( nSelType & nsSelectionType::SEL_OLE ) in ImpSetVerb()
270 & ~nsSelectionType::SEL_TBL_CELLS); in SelectShell()
273 nNewSelectionType |= nsSelectionType::SEL_FOC_FRM_CTRL; in SelectShell()
278 if ( nSelectionType & nsSelectionType::SEL_OLE || in SelectShell()
279 nSelectionType & nsSelectionType::SEL_GRF ) in SelectShell()
334 if ( !( nSelectionType & nsSelectionType::SEL_FOC_FRM_CTRL ) ) in SelectShell()
337 if ( nSelectionType & nsSelectionType::SEL_OLE ) in SelectShell()
343 else if ( nSelectionType & nsSelectionType::SEL_FRM in SelectShell()
344 || nSelectionType & nsSelectionType::SEL_GRF) in SelectShell()
349 if(nSelectionType & nsSelectionType::SEL_GRF ) in SelectShell()
356 else if ( nSelectionType & nsSelectionType::SEL_DRW ) in SelectShell()
362 if ( nSelectionType & nsSelectionType::SEL_BEZ ) in SelectShell()
368 else if( nSelectionType & nsSelectionType::SEL_MEDIA ) in SelectShell()
375 if (nSelectionType & nsSelectionType::SEL_EXTRUDED_CUSTOMSHAPE) in SelectShell()
381 if (nSelectionType & nsSelectionType::SEL_FONTWORK) in SelectShell()
388 else if ( nSelectionType & nsSelectionType::SEL_DRW_FORM ) in SelectShell()
395 else if ( nSelectionType & nsSelectionType::SEL_DRW_TXT ) in SelectShell()
403 else if ( nSelectionType & nsSelectionType::SEL_POSTIT ) in SelectShell()
414 if ( nSelectionType & nsSelectionType::SEL_NUM ) in SelectShell()
425 if ( nSelectionType & nsSelectionType::SEL_TBL ) in SelectShell()
434 if ( nSelectionType & nsSelectionType::SEL_FOC_FRM_CTRL ) in SelectShell()
1574 if ( nSel & nsSelectionType::SEL_OLE ) in DoVerb()