Lines Matching refs:nSelectionType

99 SfxItemSet* lcl_CreateEmptyItemSet( int nSelectionType, SfxItemPool& rPool  in lcl_CreateEmptyItemSet()  argument
103 …if( nSelectionType & (nsSelectionType::SEL_FRM | nsSelectionType::SEL_OLE | nsSelectionType::SEL_G… in lcl_CreateEmptyItemSet()
109 else if( nSelectionType & nsSelectionType::SEL_DRW ) in lcl_CreateEmptyItemSet()
113 else if( nSelectionType == nsSelectionType::SEL_TBL ) in lcl_CreateEmptyItemSet()
133 else if( nSelectionType & nsSelectionType::SEL_TXT ) in lcl_CreateEmptyItemSet()
321 bool SwFormatClipboard::HasContentForThisType( int nSelectionType ) const in HasContentForThisType()
326 if( m_nSelectionType == nSelectionType ) in HasContentForThisType()
329 …if( ( nSelectionType & (nsSelectionType::SEL_FRM | nsSelectionType::SEL_OLE | nsSelectionType::S… in HasContentForThisType()
335 if( nSelectionType & nsSelectionType::SEL_TXT && m_nSelectionType & nsSelectionType::SEL_TXT ) in HasContentForThisType()
341 bool SwFormatClipboard::CanCopyThisType( int nSelectionType ) const in CanCopyThisType()
343 …if( nSelectionType & (nsSelectionType::SEL_FRM | nsSelectionType::SEL_OLE | nsSelectionType::SEL_G… in CanCopyThisType()
354 int nSelectionType = rWrtShell.GetSelectionType(); in Copy() local
355 SfxItemSet* pItemSet = lcl_CreateEmptyItemSet( nSelectionType, rPool ); in Copy()
359 if( nSelectionType == nsSelectionType::SEL_TXT ) in Copy()
393 …if( nSelectionType & (nsSelectionType::SEL_FRM | nsSelectionType::SEL_OLE | nsSelectionType::SEL_G… in Copy()
400 if( nSelectionType & nsSelectionType::SEL_TXT && rWrtShell.GetNumRuleAtCurrCrsrPos() ) in Copy()
409 else if ( nSelectionType & nsSelectionType::SEL_DRW ) in Copy()
426 …if( nSelectionType & nsSelectionType::SEL_TBL_CELLS )//only copy table attributes if really cells … in Copy()
432 m_nSelectionType = nSelectionType; in Copy()
435 if( nSelectionType & nsSelectionType::SEL_TXT ) in Copy()
487 int nSelectionType = rWrtShell.GetSelectionType(); in Paste() local
488 if( !this->HasContentForThisType(nSelectionType) ) in Paste()
501 if( nSelectionType & nsSelectionType::SEL_TXT ) in Paste()
529 if( nSelectionType & nsSelectionType::SEL_DRW ) in Paste()
541 nSelectionType, *m_pItemSet->GetPool() in Paste()
549 …if( nSelectionType & (nsSelectionType::SEL_FRM | nsSelectionType::SEL_OLE | nsSelectionType::SEL_G… in Paste()
556 … if( nSelectionType & nsSelectionType::SEL_TXT && rWrtShell.GetNumRuleAtCurrCrsrPos() ) in Paste()
584 …if( m_pTableItemSet && nSelectionType & (nsSelectionType::SEL_TBL | nsSelectionType::SEL_TBL_CELLS… in Paste()