Home
last modified time | relevance | path

Searched refs:SEL_FRM (Results 1 – 13 of 13) sorted by relevance

/AOO42X/main/sw/source/ui/uiview/
H A Dformatclipboard.cxx103 …if( nSelectionType & (nsSelectionType::SEL_FRM | nsSelectionType::SEL_OLE | nsSelectionType::SEL_G… in lcl_CreateEmptyItemSet()
329 …if( ( nSelectionType & (nsSelectionType::SEL_FRM | nsSelectionType::SEL_OLE | nsSelectionType::S… in HasContentForThisType()
331 …( m_nSelectionType & (nsSelectionType::SEL_FRM | nsSelectionType::SEL_OLE | nsSelectionType::SEL_G… in HasContentForThisType()
343 …if( nSelectionType & (nsSelectionType::SEL_FRM | nsSelectionType::SEL_OLE | nsSelectionType::SEL_G… in CanCopyThisType()
393 …if( nSelectionType & (nsSelectionType::SEL_FRM | nsSelectionType::SEL_OLE | nsSelectionType::SEL_G… in Copy()
549 …if( nSelectionType & (nsSelectionType::SEL_FRM | nsSelectionType::SEL_OLE | nsSelectionType::SEL_G… in Paste()
H A Dviewdlg2.cxx134 eType & nsSelectionType::SEL_FRM ? LTYPE_FLY : in InsertCaption()
205 else if( eType & nsSelectionType::SEL_FRM) in InsertCaption()
H A Dviewtab.cxx1256 (nSelType & nsSelectionType::SEL_FRM) || in StateTabWin()
1285 nSelType & nsSelectionType::SEL_FRM || in StateTabWin()
1340 nSelType & nsSelectionType::SEL_FRM || in StateTabWin()
1457 nSelType & nsSelectionType::SEL_FRM || in StateTabWin()
H A Dview2.cxx229 … const bool bReplaceMode(rSh.HasSelection() && nsSelectionType::SEL_FRM == rSh.GetSelectionType()); in InsertGraphic()
427 … const bool bReplaceMode(rSh.HasSelection() && nsSelectionType::SEL_FRM == rSh.GetSelectionType()); in InsertGraphicDlg()
H A Dview.cxx335 else if ( nSelectionType & nsSelectionType::SEL_FRM in SelectShell()
/AOO42X/main/sw/source/ui/wrtsh/
H A Ddelete.cxx147 …const int nCmp = nsSelectionType::SEL_FRM | nsSelectionType::SEL_GRF | nsSelectionType::SEL_OLE | … in DelLeft()
371 case nsSelectionType::SEL_FRM: in DelRight()
413 if ( nsSelectionType::SEL_FRM & nSelection || in DelRight()
H A Dwrtsh1.cxx1493 return IsSelFrmMode() ? nsSelectionType::SEL_FRM : nsSelectionType::SEL_TXT; in GetSelectionType()
1542 return nsSelectionType::SEL_FRM; in GetSelectionType()
1873 case nsSelectionType::SEL_FRM: in GetSelDescr()
/AOO42X/main/sw/source/ui/docvw/
H A Dedtwin.cxx318 …meIsValidTarget = pApplyTempl->pFormatClipboard->HasContentForThisType( nsSelectionType::SEL_FRM ); in UpdatePointer()
1439 ((nLclSelectionType & (nsSelectionType::SEL_FRM|nsSelectionType::SEL_GRF)) || in KeyInput()
1672 …&& ( nSelectionType & (nsSelectionType::SEL_FRM|nsSelectionType::SEL_OLE|nsSelectionType::SEL_GRF)… in KeyInput()
1759 …else if(nSelectionType & (nsSelectionType::SEL_FRM|nsSelectionType::SEL_OLE|nsSelectionType::SEL_G… in KeyInput()
1807 else if(nSelectionType & nsSelectionType::SEL_FRM) in KeyInput()
1828 nsSelectionType::SEL_OLE | nsSelectionType::SEL_FRM | in KeyInput()
1977 nsSelectionType::SEL_FRM | in KeyInput()
2037 nsSelectionType::SEL_FRM | in KeyInput()
2077 … nsSelectionType::SEL_FRM|nsSelectionType::SEL_OLE|nsSelectionType::SEL_GRF)) && in KeyInput()
2097 … nsSelectionType::SEL_FRM|nsSelectionType::SEL_OLE|nsSelectionType::SEL_GRF)) && in KeyInput()
[all …]
/AOO42X/main/sw/source/ui/web/
H A Dwview.cxx198 else if ( _nSelectionType & nsSelectionType::SEL_FRM in SelectShell()
211 else if ( _nSelectionType & nsSelectionType::SEL_FRM ) in SelectShell()
/AOO42X/main/sw/source/ui/frmdlg/
H A Dcption.cxx205 else if( eType & nsSelectionType::SEL_FRM ) in SwCaptionDialog()
268 case nsSelectionType::SEL_FRM: in SwCaptionDialog()
/AOO42X/main/sw/source/ui/shells/
H A Dbasesh.cxx1783 nSel & nsSelectionType::SEL_FRM || in GetState()
2272 if(nSelType & nsSelectionType::SEL_GRF || nsSelectionType::SEL_FRM & nSelType) in GetBckColState()
2335 if((nsSelectionType::SEL_FRM & nSelType) || (nsSelectionType::SEL_GRF & nSelType)) in ExecBckCol()
2395 if((nsSelectionType::SEL_FRM & nSelType) || (nsSelectionType::SEL_GRF & nSelType)) in ExecBckCol()
2845 if ( nSel & nsSelectionType::SEL_FRM ) in GetGalleryState()
/AOO42X/main/sw/source/ui/inc/
H A Dwrtsh.hxx69 const SelectionType SEL_FRM = 0x000020; // Rahmen, keine Inhaltsform variable
/AOO42X/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx3242 if( ( nsSelectionType::SEL_FRM | nsSelectionType::SEL_GRF | in DragFinished()
3293 if( ( nsSelectionType::SEL_FRM | nsSelectionType::SEL_GRF | in PrivatePaste()