Searched refs:nSelType (Results 1 – 11 of 11) sorted by relevance
82 sal_Int32 lcl_getArrayIndex(int nSelType) in lcl_getArrayIndex() argument85 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()103 void SwToolbarConfigItem::SetTopToolbar( sal_Int32 nSelType, sal_Int32 nBarId ) in SetTopToolbar() argument105 sal_Int32 nProp = lcl_getArrayIndex(nSelType); in SetTopToolbar()
149 int nSelType = GetSelectionType(); in DelLeft() local151 if( nCmp & nSelType ) in DelLeft()164 nSelType = GetSelectionType(); in DelLeft()165 if ( nCmp & nSelType ) in DelLeft()
1868 int nSelType = GetSelectionType(); in GetSelDescr() local1869 switch (nSelType) in GetSelDescr()
1079 const SelectionType nSelType = rSh.GetSelectionType(); in StateTabWin() local1266 (nSelType & nsSelectionType::SEL_FRM) || in StateTabWin()1294 if ( nSelType & nsSelectionType::SEL_GRF || in StateTabWin()1295 nSelType & nsSelectionType::SEL_FRM || in StateTabWin()1296 nSelType & nsSelectionType::SEL_OLE || in StateTabWin()1349 if ( nSelType & nsSelectionType::SEL_GRF || in StateTabWin()1350 nSelType & nsSelectionType::SEL_FRM || in StateTabWin()1351 nSelType & nsSelectionType::SEL_OLE || in StateTabWin()1466 if ( nSelType & nsSelectionType::SEL_GRF || in StateTabWin()1467 nSelType & nsSelectionType::SEL_FRM || in StateTabWin()[all …]
163 void SwView::ImpSetVerb( int nSelType ) in ImpSetVerb() argument167 (nsSelectionType::SEL_OLE|nsSelectionType::SEL_GRF) & nSelType ) in ImpSetVerb()171 if ( nSelType & nsSelectionType::SEL_OLE ) in ImpSetVerb()
747 const int nSelType = rSh.GetSelectionType(); in Execute() local750 if ( (!rSh.IsSelFrmMode() || nSelType & nsSelectionType::SEL_GRF) && in Execute()765 if ( nSelType & nsSelectionType::SEL_GRF ) in Execute()2258 int nSelType(rSh.GetSelectionType()); in GetBckColState() local2261 if( nsSelectionType::SEL_TBL_CELLS & nSelType ) in GetBckColState()2272 if(nSelType & nsSelectionType::SEL_GRF || nsSelectionType::SEL_FRM & nSelType) in GetBckColState()2313 int nSelType(rSh.GetSelectionType()); in ExecBckCol() local2324 if( nsSelectionType::SEL_TBL_CELLS & nSelType ) in ExecBckCol()2335 if((nsSelectionType::SEL_FRM & nSelType) || (nsSelectionType::SEL_GRF & nSelType)) in ExecBckCol()2383 if( nsSelectionType::SEL_TBL_CELLS & nSelType ) in ExecBckCol()[all …]
221 int nSelType = pWrtSh->GetSelectionType(); in Reset() local222 if( ( nSelType & nsSelectionType::SEL_GRF ) || in Reset()223 ( nSelType & nsSelectionType::SEL_OLE && GRAPHIC_NONE != in Reset()
40 void SetTopToolbar( sal_Int32 nSelType, sal_Int32 nBarId );
382 void ImpSetVerb( int nSelType );
3397 const int nSelType = rSh.GetSelectionType(); in MouseButtonDown() local3400 if ( ( nSelType & nsSelectionType::SEL_OLE ) in MouseButtonDown()3401 || ( nSelType & nsSelectionType::SEL_GRF ) in MouseButtonDown()5436 const int nSelType = rSh.GetSelectionType(); in SelectMenuPosition() local5437 if( nSelType == nsSelectionType::SEL_OLE || in SelectMenuPosition()5438 nSelType == nsSelectionType::SEL_GRF ) in SelectMenuPosition()
2673 sal_uInt8 nSelType = ::extract_value< sal_uInt8 >( mnListFlags, 4, 2 ); in DoProcessControl() local2674 bool bMultiSel = nSelType != EXC_OBJ_LISTBOX_SINGLE; in DoProcessControl()
Completed in 255 milliseconds