Searched refs:nSelectionType (Results 1 – 10 of 10) sorted by relevance
99 SfxItemSet* lcl_CreateEmptyItemSet( int nSelectionType, SfxItemPool& rPool in lcl_CreateEmptyItemSet() argument103 …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()[all …]
275 if ( nNewSelectionType == nSelectionType ) in SelectShell()278 if ( nSelectionType & nsSelectionType::SEL_OLE || in SelectShell()279 nSelectionType & nsSelectionType::SEL_GRF ) in SelectShell()297 pBarCfg->SetTopToolbar( nSelectionType, nId ); in SelectShell()331 nSelectionType = nNewSelectionType; 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()[all …]
104 … if (! ( ((eFrmType & FRMTYPE_FLY_ANY) && nSelectionType != nsSelectionType::SEL_DRW_TXT)|| in GetState()105 nSelectionType & nsSelectionType::SEL_TBL || in GetState()106 nSelectionType & nsSelectionType::SEL_DRW) ) in GetState()397 if( nSelectionType & (nsSelectionType::SEL_DRW_TXT|nsSelectionType::SEL_TXT) ) in GetState()410 else if(nSelectionType & (nsSelectionType::SEL_DRW)) in GetState()
1111 if( nSelectionType & (nsSelectionType::SEL_DRW_TXT|nsSelectionType::SEL_TXT) ) in Execute()1137 if(nAlias && (nSelectionType & (nsSelectionType::SEL_DRW))) in Execute()
1673 const int nSelectionType = rSh.GetSelectionType(); in KeyInput() local1675 …&& ( 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() local1759 … 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() local1808 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()[all …]
1417 sal_uInt8 nSelectionType = 0; // invalid type! in PreNotify() local1433 nSelectionType = FULL; in PreNotify()1439 nSelectionType = INSIDE_YES; in PreNotify()1443 nSelectionType = bHasField||bHasError ? BRACE : OUTSIDE_NO; in PreNotify()1451 nSelectionType = BRACE; in PreNotify()1465 … nSelectionType = pCurAttr->GetStart() == rCurrentSelection.GetStart().GetIndex() ? in PreNotify()1469 nSelectionType = OUTSIDE_NO; in PreNotify()1502 DBG_ASSERT(nSelectionType != INVALID, "selection type not set!"); in PreNotify()1512 switch(nSelectionType) in PreNotify()
45 bool HasContentForThisType( int nSelectionType ) const;46 bool CanCopyThisType( int nSelectionType ) const;
245 int nSelectionType; member in SwView384 int GetSelectionType() const { return nSelectionType; } in GetSelectionType()385 void SetSelectionType(int nSet) { nSelectionType = nSet;} in SetSelectionType()
297 int IntelligentCut(int nSelectionType, sal_Bool bCut = sal_True);
399 SelectionType nSelectionType = pWrtShell->GetSelectionType(); in GetData() local407 … if(bPending || ((nsSelectionType::SEL_GRF | nsSelectionType::SEL_DRW_FORM) & nSelectionType)) in GetData()437 if( nSelectionType & nsSelectionType::SEL_TXT && !pWrtShell->HasMark() ) in GetData()