Lines Matching refs:nsSelectionType

407 		if(bPending || ((nsSelectionType::SEL_GRF | nsSelectionType::SEL_DRW_FORM) & nSelectionType))  in GetData()
437 if( nSelectionType & nsSelectionType::SEL_TXT && !pWrtShell->HasMark() ) in GetData()
761 if( ( nsSelectionType::SEL_TXT | nsSelectionType::SEL_TBL ) & nSelection ) in DeleteSelection()
777 if( nSelection == nsSelectionType::SEL_GRF ) in PrepareForCopy()
808 else if ( nSelection == nsSelectionType::SEL_OLE ) in PrepareForCopy()
884 if( nSelection & nsSelectionType::SEL_TBL_CELLS ) in PrepareForCopy()
903 if( nSelection & ( nsSelectionType::SEL_DRW | nsSelectionType::SEL_DRW_FORM )) in PrepareForCopy()
906 if ( nSelection & nsSelectionType::SEL_DRW ) in PrepareForCopy()
3076 if( nsSelectionType::SEL_GRF == nSelection) in SetDataForDragAndDrop()
3091 else if( nsSelectionType::SEL_OLE == nSelection ) in SetDataForDragAndDrop()
3114 if( nSelection & nsSelectionType::SEL_TBL_CELLS ) in SetDataForDragAndDrop()
3129 if( nSelection & ( nsSelectionType::SEL_DRW | nsSelectionType::SEL_DRW_FORM )) in SetDataForDragAndDrop()
3132 if ( nSelection & nsSelectionType::SEL_DRW ) in SetDataForDragAndDrop()
3171 else if( nSelection & nsSelectionType::SEL_TXT && !pWrtShell->HasMark() ) in SetDataForDragAndDrop()
3260 if( ( nsSelectionType::SEL_FRM | nsSelectionType::SEL_GRF | in DragFinished()
3261 nsSelectionType::SEL_OLE | nsSelectionType::SEL_DRW ) & nSelection ) in DragFinished()
3307 if( rShell.HasSelection() && !( nSelection & nsSelectionType::SEL_TBL_CELLS)) in PrivatePaste()
3314 if( ( nsSelectionType::SEL_FRM | nsSelectionType::SEL_GRF | in PrivatePaste()
3315 nsSelectionType::SEL_OLE | nsSelectionType::SEL_DRW | in PrivatePaste()
3316 nsSelectionType::SEL_DRW_FORM ) & nSelection ) in PrivatePaste()
3395 if( nsSelectionType::SEL_GRF & nSelection ) in PrivateDrop()
3406 if( nsSelectionType::SEL_DRW & nSelection ) in PrivateDrop()
3416 if( &rSh != &rSrcSh && (nsSelectionType::SEL_GRF & rSh.GetSelectionType()) && in PrivateDrop()
3707 if( nsSelectionType::SEL_TBL_CELLS & nSelection ) in SwTrnsfrDdeLink()