| /trunk/main/sw/source/ui/uiview/ |
| H A D | formatclipboard.cxx | 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() 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() 335 if( nSelectionType & nsSelectionType::SEL_TXT && m_nSelectionType & nsSelectionType::SEL_TXT ) in HasContentForThisType() 343 …if( nSelectionType & (nsSelectionType::SEL_FRM | nsSelectionType::SEL_OLE | nsSelectionType::SEL_G… in CanCopyThisType() 344 …| nsSelectionType::SEL_TXT | nsSelectionType::SEL_DRW | nsSelectionType::SEL_TBL | nsSelectionType… in CanCopyThisType() 359 if( nSelectionType == nsSelectionType::SEL_TXT ) in Copy() [all …]
|
| H A D | viewdlg2.cxx | 129 if (eType & nsSelectionType::SEL_OLE) in InsertCaption() 130 eType = nsSelectionType::SEL_GRF; in InsertCaption() 133 const SwLabelType eT = eType & nsSelectionType::SEL_TBL ? LTYPE_TABLE : in InsertCaption() 134 eType & nsSelectionType::SEL_FRM ? LTYPE_FLY : in InsertCaption() 135 eType == nsSelectionType::SEL_TXT ? LTYPE_FLY : in InsertCaption() 136 eType & nsSelectionType::SEL_DRW ? LTYPE_DRAW : in InsertCaption() 201 if (eType & nsSelectionType::SEL_GRF) in InsertCaption() 203 else if( eType & nsSelectionType::SEL_TBL) in InsertCaption() 205 else if( eType & nsSelectionType::SEL_FRM) in InsertCaption() 207 else if( eType == nsSelectionType::SEL_TXT) in InsertCaption() [all …]
|
| H A D | view.cxx | 162 (nsSelectionType::SEL_OLE|nsSelectionType::SEL_GRF) & nSelType ) in ImpSetVerb() 166 if ( nSelType & nsSelectionType::SEL_OLE ) in ImpSetVerb() 262 & ~nsSelectionType::SEL_TBL_CELLS); in SelectShell() 265 nNewSelectionType |= nsSelectionType::SEL_FOC_FRM_CTRL; in SelectShell() 270 if ( nSelectionType & nsSelectionType::SEL_OLE || in SelectShell() 271 nSelectionType & nsSelectionType::SEL_GRF ) in SelectShell() 326 if ( !( nSelectionType & nsSelectionType::SEL_FOC_FRM_CTRL ) ) in SelectShell() 329 if ( nSelectionType & nsSelectionType::SEL_OLE ) in SelectShell() 335 else if ( nSelectionType & nsSelectionType::SEL_FRM in SelectShell() 336 || nSelectionType & nsSelectionType::SEL_GRF) in SelectShell() [all …]
|
| H A D | viewstat.cxx | 102 … 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() 275 … if (pWrtShell->GetSelectionType() & (nsSelectionType::SEL_DRW_TXT|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 D | viewtab.cxx | 1255 ( nSelType & nsSelectionType::SEL_GRF) || in StateTabWin() 1256 (nSelType & nsSelectionType::SEL_FRM) || in StateTabWin() 1257 (nSelType & nsSelectionType::SEL_OLE) || in StateTabWin() 1284 if ( nSelType & nsSelectionType::SEL_GRF || in StateTabWin() 1285 nSelType & nsSelectionType::SEL_FRM || in StateTabWin() 1286 nSelType & nsSelectionType::SEL_OLE || in StateTabWin() 1339 if ( nSelType & nsSelectionType::SEL_GRF || in StateTabWin() 1340 nSelType & nsSelectionType::SEL_FRM || in StateTabWin() 1341 nSelType & nsSelectionType::SEL_OLE || in StateTabWin() 1456 if ( nSelType & nsSelectionType::SEL_GRF || in StateTabWin() [all …]
|
| H A D | viewling.cxx | 470 if (pWrtShell->GetSelectionType() & (nsSelectionType::SEL_DRW_TXT|nsSelectionType::SEL_DRW)) in HyphenateDocument() 689 if (pWrtShell->GetSelectionType() & nsSelectionType::SEL_DRW_TXT) in ExecSpellPopup()
|
| H A D | view2.cxx | 229 … 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() 1109 if( nSelectionType & (nsSelectionType::SEL_DRW_TXT|nsSelectionType::SEL_TXT) ) in Execute() 1135 if(nAlias && (nSelectionType & (nsSelectionType::SEL_DRW))) in Execute()
|
| /trunk/main/sw/source/ui/wrtsh/ |
| H A D | delete.cxx | 147 …const int nCmp = nsSelectionType::SEL_FRM | nsSelectionType::SEL_GRF | nsSelectionType::SEL_OLE | … in DelLeft() 255 if(nSelection & nsSelectionType::SEL_TBL_CELLS) in DelRight() 256 nSelection = nsSelectionType::SEL_TBL; in DelRight() 257 if(nSelection & nsSelectionType::SEL_TXT) in DelRight() 258 nSelection = nsSelectionType::SEL_TXT; in DelRight() 259 if(nSelection & nsSelectionType::SEL_FONTWORK) in DelRight() 260 nSelection = nsSelectionType::SEL_DRW; in DelRight() 264 switch( nSelection & ~(nsSelectionType::SEL_BEZ) ) in DelRight() 266 case nsSelectionType::SEL_POSTIT: in DelRight() 267 case nsSelectionType::SEL_TXT: in DelRight() [all …]
|
| H A D | wrtsh1.cxx | 1493 return IsSelFrmMode() ? nsSelectionType::SEL_FRM : nsSelectionType::SEL_TXT; in GetSelectionType() 1497 return nsSelectionType::SEL_POSTIT; in GetSelectionType() 1505 nCnt = nsSelectionType::SEL_DRW_TXT; in GetSelectionType() 1509 nCnt = nsSelectionType::SEL_DRW_FORM; in GetSelectionType() 1511 nCnt = nsSelectionType::SEL_DRW; // Irgendein Draw-Objekt in GetSelectionType() 1514 nCnt |= nsSelectionType::SEL_BEZ; in GetSelectionType() 1516 nCnt |= nsSelectionType::SEL_MEDIA; in GetSelectionType() 1522 nCnt |= nsSelectionType::SEL_EXTRUDED_CUSTOMSHAPE; in GetSelectionType() 1528 nCnt |= nsSelectionType::SEL_FONTWORK; in GetSelectionType() 1542 return nsSelectionType::SEL_FRM; in GetSelectionType() [all …]
|
| /trunk/main/sw/source/ui/web/ |
| H A D | wview.cxx | 138 & ~nsSelectionType::SEL_TBL_CELLS); in SelectShell() 144 if ( _nSelectionType & nsSelectionType::SEL_OLE || in SelectShell() 145 _nSelectionType & nsSelectionType::SEL_GRF ) in SelectShell() 192 if ( _nSelectionType & nsSelectionType::SEL_OLE ) in SelectShell() 198 else if ( _nSelectionType & nsSelectionType::SEL_FRM in SelectShell() 199 || _nSelectionType & nsSelectionType::SEL_GRF) in SelectShell() 204 if(_nSelectionType & nsSelectionType::SEL_GRF ) in SelectShell() 211 else if ( _nSelectionType & nsSelectionType::SEL_FRM ) in SelectShell() 217 else if ( _nSelectionType & nsSelectionType::SEL_DRW ) in SelectShell() 229 if ( _nSelectionType & nsSelectionType::SEL_BEZ ) in SelectShell() [all …]
|
| /trunk/main/sw/source/ui/frmdlg/ |
| H A D | cption.cxx | 152 if ( eType & nsSelectionType::SEL_OLE ) in SwCaptionDialog() 154 eType = nsSelectionType::SEL_GRF; in SwCaptionDialog() 183 if (eType & nsSelectionType::SEL_GRF) in SwCaptionDialog() 197 else if( eType & nsSelectionType::SEL_TBL ) in SwCaptionDialog() 205 else if( eType & nsSelectionType::SEL_FRM ) in SwCaptionDialog() 213 else if( eType == nsSelectionType::SEL_TXT ) in SwCaptionDialog() 218 else if( eType & nsSelectionType::SEL_DRW ) in SwCaptionDialog() 258 case nsSelectionType::SEL_GRF: in SwCaptionDialog() 259 case nsSelectionType::SEL_TBL: in SwCaptionDialog() 260 case nsSelectionType::SEL_TBL | nsSelectionType::SEL_NUM: in SwCaptionDialog() [all …]
|
| H A D | wrap.cxx | 222 if( ( nSelType & nsSelectionType::SEL_GRF ) || in Reset() 223 ( nSelType & nsSelectionType::SEL_OLE && GRAPHIC_NONE != in Reset()
|
| /trunk/main/sw/source/ui/docvw/ |
| H A D | edtwin.cxx | 318 …meIsValidTarget = pApplyTempl->pFormatClipboard->HasContentForThisType( nsSelectionType::SEL_FRM ); in UpdatePointer() 1439 ((nLclSelectionType & (nsSelectionType::SEL_FRM|nsSelectionType::SEL_GRF)) || in KeyInput() 1440 ((nLclSelectionType & (nsSelectionType::SEL_DRW|nsSelectionType::SEL_DRW_FORM)) && in KeyInput() 1652 … (rSh.GetSelectionType() & (nsSelectionType::SEL_DRW|nsSelectionType::SEL_DRW_FORM)) && in KeyInput() 1672 …&& ( nSelectionType & (nsSelectionType::SEL_FRM|nsSelectionType::SEL_OLE|nsSelectionType::SEL_GRF)… in KeyInput() 1673 … || ( ( nSelectionType & (nsSelectionType::SEL_DRW|nsSelectionType::SEL_DRW_FORM) ) in KeyInput() 1756 … if((nSelectionType & (nsSelectionType::SEL_DRW|nsSelectionType::SEL_DRW_FORM)) && in KeyInput() 1759 …else if(nSelectionType & (nsSelectionType::SEL_FRM|nsSelectionType::SEL_OLE|nsSelectionType::SEL_G… in KeyInput() 1805 if(nSelectionType & nsSelectionType::SEL_OLE) in KeyInput() 1807 else if(nSelectionType & nsSelectionType::SEL_FRM) in KeyInput() [all …]
|
| /trunk/main/sw/source/ui/shells/ |
| H A D | basesh.cxx | 198 if ( nSel & nsSelectionType::SEL_GRF ) in lcl_UpdateContourDlg() 750 if ( (!rSh.IsSelFrmMode() || nSelType & nsSelectionType::SEL_GRF) && in Execute() 765 if ( nSelType & nsSelectionType::SEL_GRF ) in Execute() 1009 (nSel & (nsSelectionType::SEL_GRF|nsSelectionType::SEL_OLE)) ) in Execute() 1021 if ( nSel & (nsSelectionType::SEL_GRF|nsSelectionType::SEL_OLE) ) in Execute() 1333 lcl_UpdateContourDlg( rSh, nsSelectionType::SEL_GRF ); in IMPL_LINK() 1395 !(rSh.GetSelectionType() & nsSelectionType::SEL_GRF)) ) in GetState() 1483 rSh.GetSelectionType() == nsSelectionType::SEL_GRF; in GetState() 1526 if(rSh.GetSelectionType() == nsSelectionType::SEL_GRF in GetState() 1564 … sal_Bool bOk = 0 != (nSel & (nsSelectionType::SEL_GRF|nsSelectionType::SEL_OLE)); in GetState() [all …]
|
| H A D | frmsh.cxx | 415 if (nSel & nsSelectionType::SEL_GRF) in Execute() 460 if(nSel & nsSelectionType::SEL_OLE) in Execute() 464 if( nSel & nsSelectionType::SEL_OLE ) in Execute() 508 … nSel & nsSelectionType::SEL_GRF ? DLG_FRM_GRF : in Execute() 509 … nSel & nsSelectionType::SEL_OLE ? DLG_FRM_OLE : in Execute() 526 if(nSel & nsSelectionType::SEL_OLE && in Execute() 874 if (nSel & nsSelectionType::SEL_GRF || nSel & nsSelectionType::SEL_OLE) in GetState() 895 if (nSel & nsSelectionType::SEL_GRF || nSel & nsSelectionType::SEL_OLE) in GetState() 952 if ( bParentCntProt || nSel & nsSelectionType::SEL_GRF) in GetState() 1233 if ( (nSel & nsSelectionType::SEL_GRF) in StateInsert() [all …]
|
| H A D | textsh1.cxx | 1479 if (!(nType & nsSelectionType::SEL_TXT) && in GetState() 1480 !(nType & nsSelectionType::SEL_TBL) && in GetState() 1481 !(nType & nsSelectionType::SEL_NUM)) in GetState()
|
| H A D | textsh.cxx | 939 … if( ((nsSelectionType::SEL_GRF | nsSelectionType::SEL_OLE ) & nSel ) || bCrsrInHidden ) in StateInsert()
|
| H A D | tabsh.cxx | 227 (nsSelectionType::SEL_TXT | nsSelectionType::SEL_TBL)); in lcl_TableParamToItemSet()
|
| /trunk/main/sw/source/ui/dochdl/ |
| H A D | swdtflvr.cxx | 399 … if(bPending || ((nsSelectionType::SEL_GRF | nsSelectionType::SEL_DRW_FORM) & nSelectionType)) in GetData() 429 if( nSelectionType & nsSelectionType::SEL_TXT && !pWrtShell->HasMark() ) in GetData() 752 if( ( nsSelectionType::SEL_TXT | nsSelectionType::SEL_TBL ) & nSelection ) in DeleteSelection() 768 if( nSelection == nsSelectionType::SEL_GRF ) in PrepareForCopy() 799 else if ( nSelection == nsSelectionType::SEL_OLE ) in PrepareForCopy() 875 if( nSelection & nsSelectionType::SEL_TBL_CELLS ) in PrepareForCopy() 894 if( nSelection & ( nsSelectionType::SEL_DRW | nsSelectionType::SEL_DRW_FORM )) in PrepareForCopy() 897 if ( nSelection & nsSelectionType::SEL_DRW ) in PrepareForCopy() 3059 if( nsSelectionType::SEL_GRF == nSelection) in SetDataForDragAndDrop() 3074 else if( nsSelectionType::SEL_OLE == nSelection ) in SetDataForDragAndDrop() [all …]
|
| /trunk/main/sw/source/ui/config/ |
| H A D | barcfg.cxx | 85 if(nSelType & nsSelectionType::SEL_NUM) in lcl_getArrayIndex() 87 if(nSelType & nsSelectionType::SEL_TBL) in lcl_getArrayIndex() 92 else if(nSelType & nsSelectionType::SEL_TBL) in lcl_getArrayIndex() 94 else if(nSelType & nsSelectionType::SEL_BEZ) in lcl_getArrayIndex() 96 else if(nSelType & nsSelectionType::SEL_GRF) in lcl_getArrayIndex()
|
| /trunk/main/sw/source/ui/misc/ |
| H A D | srtdlg.cxx | 200 (nsSelectionType::SEL_TBL|nsSelectionType::SEL_TBL_CELLS) ) in SwSortDlg()
|
| /trunk/main/sw/source/ui/utlui/ |
| H A D | uitool.cxx | 142 … (rSh.IsTableMode() || rSh.GetSelectionType() & (nsSelectionType::SEL_TXT | nsSelectionType:… in PrepareBoxInfo()
|
| /trunk/main/sw/source/ui/app/ |
| H A D | apphdl.cxx | 193 !(nSelection & (nsSelectionType::SEL_TXT | nsSelectionType::SEL_TBL))) in StateOther()
|
| /trunk/main/sw/source/ui/chrdlg/ |
| H A D | pardlg.cxx | 231 rSh.GetSelectionType() & nsSelectionType::SEL_TBL) in PageCreated()
|
| /trunk/main/sw/source/ui/uno/ |
| H A D | unotxvw.cxx | 1194 bRes = ( (nsSelectionType::SEL_TXT & eSelType) || in IsTextSelection() 1195 (nsSelectionType::SEL_NUM & eSelType) ) && in IsTextSelection() 1196 (!(nsSelectionType::SEL_TBL_CELLS & eSelType) || bAllowTables); in IsTextSelection()
|