Searched refs:SEL_DRW (Results 1 – 13 of 13) sorted by relevance
147 …tionType::SEL_FRM | nsSelectionType::SEL_GRF | nsSelectionType::SEL_OLE | nsSelectionType::SEL_DRW; in DelLeft()260 nSelection = nsSelectionType::SEL_DRW; in DelRight()374 case nsSelectionType::SEL_DRW: in DelRight()416 nsSelectionType::SEL_DRW & nSelection ) in DelRight()
1511 nCnt = nsSelectionType::SEL_DRW; // Irgendein Draw-Objekt in GetSelectionType()1881 case nsSelectionType::SEL_DRW: in GetSelDescr()
109 else if( nSelectionType & nsSelectionType::SEL_DRW ) in lcl_CreateEmptyItemSet()344 …| nsSelectionType::SEL_TXT | nsSelectionType::SEL_DRW | nsSelectionType::SEL_TBL | nsSelectionType… in CanCopyThisType()409 else if ( nSelectionType & nsSelectionType::SEL_DRW ) in Copy()529 if( nSelectionType & nsSelectionType::SEL_DRW ) in Paste()
104 nSelectionType & nsSelectionType::SEL_DRW) ) in GetState()275 … if (pWrtShell->GetSelectionType() & (nsSelectionType::SEL_DRW_TXT|nsSelectionType::SEL_DRW)) in GetState()417 else if(nSelectionType & (nsSelectionType::SEL_DRW)) in GetState()
136 eType & nsSelectionType::SEL_DRW ? LTYPE_DRAW : in InsertCaption()209 else if( eType & nsSelectionType::SEL_DRW) in InsertCaption()
470 if (pWrtShell->GetSelectionType() & (nsSelectionType::SEL_DRW_TXT|nsSelectionType::SEL_DRW)) in HyphenateDocument()
348 else if ( nSelectionType & nsSelectionType::SEL_DRW ) in SelectShell()
1135 if(nAlias && (nSelectionType & (nsSelectionType::SEL_DRW))) in Execute()
218 else if( eType & nsSelectionType::SEL_DRW ) in SwCaptionDialog()263 case nsSelectionType::SEL_DRW: in SwCaptionDialog()264 case nsSelectionType::SEL_DRW | nsSelectionType::SEL_BEZ: in SwCaptionDialog()275 if (eType & (nsSelectionType::SEL_GRF|nsSelectionType::SEL_DRW)) in SwCaptionDialog()
1440 ((nLclSelectionType & (nsSelectionType::SEL_DRW|nsSelectionType::SEL_DRW_FORM)) && in KeyInput()1652 … (rSh.GetSelectionType() & (nsSelectionType::SEL_DRW|nsSelectionType::SEL_DRW_FORM)) && 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()1809 else if((nSelectionType & nsSelectionType::SEL_DRW) && in KeyInput()1829 nsSelectionType::SEL_TBL_CELLS | nsSelectionType::SEL_DRW | in KeyInput()1979 nsSelectionType::SEL_DRW | in KeyInput()2039 nsSelectionType::SEL_DRW | in KeyInput()2076 (nsSelectionType::SEL_DRW|nsSelectionType::SEL_DRW_FORM| in KeyInput()2096 … else if((rSh.GetSelectionType() & (nsSelectionType::SEL_DRW|nsSelectionType::SEL_DRW_FORM| in KeyInput()[all …]
894 if( nSelection & ( nsSelectionType::SEL_DRW | nsSelectionType::SEL_DRW_FORM )) in PrepareForCopy()897 if ( nSelection & nsSelectionType::SEL_DRW ) in PrepareForCopy()3112 if( nSelection & ( nsSelectionType::SEL_DRW | nsSelectionType::SEL_DRW_FORM )) in SetDataForDragAndDrop()3115 if ( nSelection & nsSelectionType::SEL_DRW ) in SetDataForDragAndDrop()3243 nsSelectionType::SEL_OLE | nsSelectionType::SEL_DRW ) & nSelection ) in DragFinished()3294 nsSelectionType::SEL_OLE | nsSelectionType::SEL_DRW | in PrivatePaste()3385 if( nsSelectionType::SEL_DRW & nSelection ) in PrivateDrop()
217 else if ( _nSelectionType & nsSelectionType::SEL_DRW ) in SelectShell()
73 const SelectionType SEL_DRW = 0x000200; // Zeichenobjekte (Rechteck, Kreis...) variable