Home
last modified time | relevance | path

Searched refs:nSelectionType (Results 1 – 10 of 10) sorted by last modified time

/trunk/main/sw/source/ui/uiview/
H A Dview.cxx274 if ( nNewSelectionType == nSelectionType ) in SelectShell()
277 if ( nSelectionType & nsSelectionType::SEL_OLE || in SelectShell()
278 nSelectionType & nsSelectionType::SEL_GRF ) in SelectShell()
296 pBarCfg->SetTopToolbar( nSelectionType, nId ); in SelectShell()
330 nSelectionType = nNewSelectionType; in SelectShell()
336 if ( nSelectionType & nsSelectionType::SEL_OLE ) in SelectShell()
343 || nSelectionType & nsSelectionType::SEL_GRF) in SelectShell()
348 if(nSelectionType & nsSelectionType::SEL_GRF ) in SelectShell()
361 if ( nSelectionType & nsSelectionType::SEL_BEZ ) in SelectShell()
437 ImpSetVerb( nSelectionType ); in SelectShell()
[all …]
H A Dview2.cxx1111 if( nSelectionType & (nsSelectionType::SEL_DRW_TXT|nsSelectionType::SEL_TXT) ) in Execute()
1137 if(nAlias && (nSelectionType & (nsSelectionType::SEL_DRW))) in Execute()
H A Dviewstat.cxx102 … if (! ( ((eFrmType & FRMTYPE_FLY_ANY) && nSelectionType != nsSelectionType::SEL_DRW_TXT)|| in GetState()
103 nSelectionType & nsSelectionType::SEL_TBL || in GetState()
104 nSelectionType & nsSelectionType::SEL_DRW) ) in GetState()
404 if( nSelectionType & (nsSelectionType::SEL_DRW_TXT|nsSelectionType::SEL_TXT) ) in GetState()
417 else if(nSelectionType & (nsSelectionType::SEL_DRW)) in GetState()
H A Dformatclipboard.cxx109 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()
326 if( m_nSelectionType == nSelectionType ) in HasContentForThisType()
354 int nSelectionType = rWrtShell.GetSelectionType(); in Copy() local
359 if( nSelectionType == nsSelectionType::SEL_TXT ) 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()
[all …]
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx1417 sal_uInt8 nSelectionType = 0; // invalid type! in PreNotify() local
1433 nSelectionType = FULL; in PreNotify()
1439 nSelectionType = INSIDE_YES; in PreNotify()
1443 nSelectionType = bHasField||bHasError ? BRACE : OUTSIDE_NO; in PreNotify()
1451 nSelectionType = BRACE; in PreNotify()
1465nSelectionType = 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()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx1673 const int nSelectionType = rSh.GetSelectionType(); in KeyInput() local
1754 const int nSelectionType = rSh.GetSelectionType(); in KeyInput() local
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()
2107 const int nSelectionType = rSh.GetSelectionType(); in KeyInput() local
2108 if(nSelectionType & nsSelectionType::SEL_FRM) 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
[all …]
/trunk/main/sw/source/ui/inc/
H A Dwrtsh.hxx297 int IntelligentCut(int nSelectionType, sal_Bool bCut = sal_True);
H A Dview.hxx245 int nSelectionType; member in SwView
384 int GetSelectionType() const { return nSelectionType; } in GetSelectionType()
385 void SetSelectionType(int nSet) { nSelectionType = nSet;} in SetSelectionType()
H A Dformatclipboard.hxx45 bool HasContentForThisType( int nSelectionType ) const;
46 bool CanCopyThisType( int nSelectionType ) const;
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx399 SelectionType nSelectionType = pWrtShell->GetSelectionType(); in GetData() local
407 if(bPending || ((nsSelectionType::SEL_GRF | nsSelectionType::SEL_DRW_FORM) & nSelectionType)) in GetData()
437 if( nSelectionType & nsSelectionType::SEL_TXT && !pWrtShell->HasMark() ) in GetData()

Completed in 136 milliseconds