Home
last modified time | relevance | path

Searched refs:nSelType (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sw/source/ui/config/
H A Dbarcfg.cxx82 sal_Int32 lcl_getArrayIndex(int nSelType) in lcl_getArrayIndex() argument
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()
103 void SwToolbarConfigItem::SetTopToolbar( sal_Int32 nSelType, sal_Int32 nBarId ) in SetTopToolbar() argument
105 sal_Int32 nProp = lcl_getArrayIndex(nSelType); in SetTopToolbar()
/trunk/main/sw/source/ui/wrtsh/
H A Ddelete.cxx149 int nSelType = GetSelectionType(); in DelLeft() local
151 if( nCmp & nSelType ) in DelLeft()
164 nSelType = GetSelectionType(); in DelLeft()
165 if ( nCmp & nSelType ) in DelLeft()
H A Dwrtsh1.cxx1868 int nSelType = GetSelectionType(); in GetSelDescr() local
1869 switch (nSelType) in GetSelDescr()
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx1079 const SelectionType nSelType = rSh.GetSelectionType(); in StateTabWin() local
1266 (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 …]
H A Dview.cxx163 void SwView::ImpSetVerb( int nSelType ) in ImpSetVerb() argument
167 (nsSelectionType::SEL_OLE|nsSelectionType::SEL_GRF) & nSelType ) in ImpSetVerb()
171 if ( nSelType & nsSelectionType::SEL_OLE ) in ImpSetVerb()
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx747 const int nSelType = rSh.GetSelectionType(); in Execute() local
750 if ( (!rSh.IsSelFrmMode() || nSelType & nsSelectionType::SEL_GRF) && in Execute()
765 if ( nSelType & nsSelectionType::SEL_GRF ) in Execute()
2258 int nSelType(rSh.GetSelectionType()); in GetBckColState() local
2261 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() local
2324 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 …]
/trunk/main/sw/source/ui/frmdlg/
H A Dwrap.cxx221 int nSelType = pWrtSh->GetSelectionType(); in Reset() local
222 if( ( nSelType & nsSelectionType::SEL_GRF ) || in Reset()
223 ( nSelType & nsSelectionType::SEL_OLE && GRAPHIC_NONE != in Reset()
/trunk/main/sw/source/ui/inc/
H A Dbarcfg.hxx40 void SetTopToolbar( sal_Int32 nSelType, sal_Int32 nBarId );
H A Dview.hxx382 void ImpSetVerb( int nSelType );
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx3399 const int nSelType = rSh.GetSelectionType(); in MouseButtonDown() local
3402 if ( ( nSelType & nsSelectionType::SEL_OLE ) in MouseButtonDown()
3403 || ( nSelType & nsSelectionType::SEL_GRF ) in MouseButtonDown()
5438 const int nSelType = rSh.GetSelectionType(); in SelectMenuPosition() local
5439 if( nSelType == nsSelectionType::SEL_OLE || in SelectMenuPosition()
5440 nSelType == nsSelectionType::SEL_GRF ) in SelectMenuPosition()
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx2673 sal_uInt8 nSelType = ::extract_value< sal_uInt8 >( mnListFlags, 4, 2 ); in DoProcessControl() local
2674 bool bMultiSel = nSelType != EXC_OBJ_LISTBOX_SINGLE; in DoProcessControl()

Completed in 166 milliseconds