Lines Matching refs:nSel

190 sal_Bool lcl_UpdateContourDlg( SwWrtShell &rSh, int nSel )  in lcl_UpdateContourDlg()  argument
198 if ( nSel & nsSelectionType::SEL_GRF ) in lcl_UpdateContourDlg()
1007 int nSel = rSh.GetSelectionType(); in Execute() local
1009 (nSel & (nsSelectionType::SEL_GRF|nsSelectionType::SEL_OLE)) ) in Execute()
1011 lcl_UpdateContourDlg( rSh, nSel ); in Execute()
1020 int nSel = rSh.GetSelectionType(); in Execute() local
1021 if ( nSel & (nsSelectionType::SEL_GRF|nsSelectionType::SEL_OLE) ) in Execute()
1563 int nSel = rSh.GetSelectionType(); in GetState() local
1564 sal_Bool bOk = 0 != (nSel & (nsSelectionType::SEL_GRF|nsSelectionType::SEL_OLE)); in GetState()
1575 else if ( bHas && (nSel & nsSelectionType::SEL_GRF) && in GetState()
1585 bDisable = !lcl_UpdateContourDlg( rSh, nSel ); in GetState()
1590 if ( nSel & nsSelectionType::SEL_GRF ) in GetState()
1608 int nSel = rSh.GetSelectionType(); in GetState() local
1609 if( !(nSel & (nsSelectionType::SEL_GRF|nsSelectionType::SEL_OLE)) ) in GetState()
1772 int nSel = rSh.GetSelectionType(); in GetState() local
1773 if( (nSel & nsSelectionType::SEL_GRF) && in GetState()
1783 nSel & nsSelectionType::SEL_FRM || in GetState()
2810 int nSel = rSh.GetSelectionType(); in GetGalleryState() local
2823 (nSel & nsSelectionType::SEL_TXT) ) in GetGalleryState()
2829 nSel & (nsSelectionType::SEL_TBL|nsSelectionType::SEL_TBL_CELLS) ) in GetGalleryState()
2845 if ( nSel & nsSelectionType::SEL_FRM ) in GetGalleryState()
2850 if ( nSel & nsSelectionType::SEL_GRF ) in GetGalleryState()
2855 if ( nSel & nsSelectionType::SEL_OLE ) in GetGalleryState()
2895 int nSel = rSh.GetSelectionType(); in ExecuteGallery() local
2896 if ( nSel & nsSelectionType::SEL_DRW_TXT ) in ExecuteGallery()