/aoo42x/main/sw/source/ui/shells/ |
H A D | frmsh.cxx | 414 const int nSel = rSh.GetSelectionType(); in Execute() local 415 if (nSel & nsSelectionType::SEL_GRF) in Execute() 460 if(nSel & nsSelectionType::SEL_OLE) in Execute() 464 if( nSel & nsSelectionType::SEL_OLE ) in Execute() 873 const int nSel = rSh.GetSelectionType(); in GetState() local 874 if (nSel & nsSelectionType::SEL_GRF || nSel & nsSelectionType::SEL_OLE) in GetState() 894 const int nSel = rSh.GetSelectionType(); in GetState() local 895 if (nSel & nsSelectionType::SEL_GRF || nSel & nsSelectionType::SEL_OLE) in GetState() 1232 const int nSel = GetShell().GetSelectionType(); in StateInsert() local 1233 if ( (nSel & nsSelectionType::SEL_GRF) in StateInsert() [all …]
|
H A D | basesh.cxx | 198 if ( nSel & nsSelectionType::SEL_GRF ) in lcl_UpdateContourDlg() 1007 int nSel = rSh.GetSelectionType(); in Execute() local 1011 lcl_UpdateContourDlg( rSh, nSel ); in Execute() 1020 int nSel = rSh.GetSelectionType(); in Execute() local 1563 int nSel = rSh.GetSelectionType(); in GetState() local 1608 int nSel = rSh.GetSelectionType(); in GetState() local 1772 int nSel = rSh.GetSelectionType(); in GetState() local 2810 int nSel = rSh.GetSelectionType(); in GetGalleryState() local 2823 (nSel & nsSelectionType::SEL_TXT) ) in GetGalleryState() 2845 if ( nSel & nsSelectionType::SEL_FRM ) in GetGalleryState() [all …]
|
/aoo42x/main/svtools/source/brwbox/ |
H A D | brwbox1.cxx | 134 uRow.nSel = BROWSER_ENDOFSELECTION; in ConstructImpl() 1362 else if ( uRow.nSel != BROWSER_ENDOFSELECTION && nRow <= uRow.nSel ) in RowInserted() 1363 uRow.nSel += nNumRows; in RowInserted() 1449 else if ( nRow < uRow.nSel && uRow.nSel >= nNumRows ) in RowRemoved() 1450 uRow.nSel -= nNumRows; in RowRemoved() 1451 else if ( nRow <= uRow.nSel ) in RowRemoved() 1452 uRow.nSel = BROWSER_ENDOFSELECTION; in RowRemoved() 1666 uRow.nSel = nRow; in GoToRow() 1792 uRow.nSel = BROWSER_ENDOFSELECTION; in SetNoSelection() 2027 uRow.nSel = BROWSER_ENDOFSELECTION; in SelectColumnPos() [all …]
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | popmenu.hxx | 35 sal_uInt16 nSel; member in ScPopupMenu 40 ScPopupMenu() : nSel(0),bHit(sal_False) {} in ScPopupMenu() 41 ScPopupMenu(const ResId& rRes) : PopupMenu(rRes),nSel(0),bHit(sal_False) {} in ScPopupMenu() 42 sal_uInt16 GetSelected() const { return nSel; } in GetSelected()
|
H A D | gridwin.hxx | 233 void ExecFilter( sal_uLong nSel, SCCOL nCol, SCROW nRow, 235 void FilterSelect( sal_uLong nSel );
|
/aoo42x/main/xmlsecurity/source/dialogs/ |
H A D | macrosecurity.cxx | 276 sal_uInt16 nSel = maTrustFileLocLB.GetSelectEntryPos(); in IMPL_LINK() local 277 if( nSel != LISTBOX_ENTRY_NOTFOUND ) in IMPL_LINK() 279 maTrustFileLocLB.RemoveEntry( nSel ); in IMPL_LINK() 285 if ( nSel >= nNewCount ) in IMPL_LINK() 286 nSel = nNewCount - 1; in IMPL_LINK() 287 maTrustFileLocLB.SelectEntryPos( nSel ); in IMPL_LINK()
|
H A D | certificatechooser.cxx | 53 sal_uInt16 nSel = INVAL_SEL; in GetSelectedEntryPos() local 57 nSel = (sal_uInt16) ( sal_uIntPtr ) pSel->GetUserData(); in GetSelectedEntryPos() 59 return (sal_uInt16) nSel; in GetSelectedEntryPos()
|
/aoo42x/main/fpicker/source/win32/filepicker/workbench/ |
H A D | Test_fps.cxx | 235 sal_Int16 nSel = 1; in controlStateChanged() local 236 aValue <<= nSel; in controlStateChanged() 348 sal_Int32 nSel; in main() local 350 aAny >>= nSel; in main()
|
/aoo42x/main/svx/source/sidebar/line/ |
H A D | LineWidthValueSet.cxx | 63 void LineWidthValueSet::SetSelItem(sal_uInt16 nSel) in SetSelItem() argument 65 nSelItem = nSel; in SetSelItem() 66 if(nSel == 0) in SetSelItem()
|
H A D | LineWidthValueSet.hxx | 38 void SetSelItem(sal_uInt16 nSel);
|
/aoo42x/main/sc/source/ui/sidebar/ |
H A D | CellLineStyleValueSet.cxx | 56 void CellLineStyleValueSet::SetSelItem(sal_uInt16 nSel) in SetSelItem() argument 58 nSelItem = nSel; in SetSelItem() 59 if(nSel == 0) in SetSelItem()
|
H A D | CellLineStyleValueSet.hxx | 43 void SetSelItem(sal_uInt16 nSel);
|
/aoo42x/main/sw/source/ui/misc/ |
H A D | insrule.cxx | 106 sal_uInt16 nSel = nSelPos - 2; //align selection position with ValueSet index in GetGraphicName() local 107 if(nSel < aGrfNames.Count()) in GetGraphicName() 109 INetURLObject(), *(String*) aGrfNames.GetObject(nSel), in GetGraphicName()
|
/aoo42x/main/filter/source/pdf/ |
H A D | pdfexport.cxx | 197 sal_Int32 nSel = aMultiSelection.FirstSelected(); in ExportSelection() local 200 while ( nSel != sal_Int32(SFX_ENDOFSELECTION) ) in ExportSelection() 202 …Sequence< PropertyValue > aRenderer( rRenderable->getRenderer( nSel - 1, rSelection, rRenderOpti… in ExportSelection() 231 const sal_Int32 nCurrentRenderer = nSel - 1; in ExportSelection() 232 nSel = aMultiSelection.NextSelected(); in ExportSelection() 233 if ( pLastPage && sal_Int32(SFX_ENDOFSELECTION) == nSel ) in ExportSelection()
|
/aoo42x/main/sc/source/ui/dbgui/ |
H A D | pvfundlg.cxx | 190 for( sal_uInt16 nSel = 0, nCount = GetSelectEntryCount(); nSel < nCount; ++nSel ) in GetSelection() local 191 nFuncMask |= spnFunctions[ GetSelectEntryPos( nSel ) ]; in GetSelection()
|
H A D | tpsort.cxx | 842 sal_uInt16 nSel = aLbAlgorithm.GetSelectEntryPos(); in FillItemSet() local 843 if ( nSel < aAlgos.getLength() ) in FillItemSet() 844 sAlg = aAlgos[nSel]; in FillItemSet()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | gridwin.cxx | 182 sal_uLong nSel; member in ScFilterListBox 223 nSel( 0 ), in ScFilterListBox() 238 nSel = 0; in EndInit() 240 nSel = nPos; in EndInit() 293 nSel = nPos; in SelectHdl() 298 pGridWin->FilterSelect( nSel ); in SelectHdl() 1236 void ScGridWindow::ExecFilter( sal_uLong nSel, in ExecFilter() argument 1249 if (SC_AUTOFILTER_CUSTOM == nSel) in ExecFilter() 1303 if (nSel) in ExecFilter() 1311 if ( nSel == SC_AUTOFILTER_TOP10 ) in ExecFilter() [all …]
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | mmaddressblockpage.cxx | 238 sal_uInt16 nSel = m_aSettingsWIN.GetSelectedAddress(); in IMPL_LINK() local 241 new SwAssignFieldsDialog(pButton, m_pWizard->GetConfigItem(), aBlocks[nSel], true); in IMPL_LINK() 288 sal_uInt16 nSel = m_aSettingsWIN.GetSelectedAddress(); in IMPL_LINK() local 291 String sPreview = SwAddressPreview::FillData(aBlocks[nSel], m_pWizard->GetConfigItem()); in IMPL_LINK() 293 m_pWizard->GetConfigItem().SetCurrentAddressBlockIndex( nSel ); in IMPL_LINK() 338 sal_uInt16 nSel = m_aSettingsWIN.GetSelectedAddress(); in IMPL_LINK() local 341 String sPreview = SwAddressPreview::FillData(aBlocks[nSel], rConfig); in IMPL_LINK()
|
H A D | dbinsdlg.cxx | 621 sal_uInt16 nSel = sal_uInt16(aEdDbText.GetSelection().Max()) - nPos; in IMPL_LINK() local 622 if( nSel ) in IMPL_LINK() 624 aStr.Erase( nPos, nSel ); in IMPL_LINK()
|
/aoo42x/main/sw/source/ui/ribbar/ |
H A D | inputwin.cxx | 571 sal_uInt16 nSel = (sal_uInt16) aSelection.Len(); in UpdateRange() local 574 if( nSel && ( nSel > 1 || in UpdateRange()
|
/aoo42x/main/cui/source/tabpages/ |
H A D | align.cxx | 242 sal_uInt16 nSel = maVsRefEdge.GetSelectItemId(); in InitVsRefEgde() local 258 maVsRefEdge.SelectItem( nSel ); in InitVsRefEgde()
|
/aoo42x/main/toolkit/workben/layout/ |
H A D | tpsort.cxx | 860 USHORT nSel = aLbAlgorithm.GetSelectEntryPos(); in FillItemSet() local 861 if ( nSel < aAlgos.getLength() ) in FillItemSet() 862 sAlg = aAlgos[nSel]; in FillItemSet()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlforw.cxx | 1242 sal_Int32 nSel = 0; in OutHTML_DrawFrmFmtAsControl() local 1265 bSelected = (nSel < nSelCnt) && pSels[nSel] == i; in OutHTML_DrawFrmFmtAsControl() 1267 nSel++; in OutHTML_DrawFrmFmtAsControl()
|
/aoo42x/main/sc/source/ui/cctrl/ |
H A D | popmenu.cxx | 39 nSel = GetCurItemId(); in Select()
|
/aoo42x/main/svtools/source/control/ |
H A D | valueacc.cxx | 689 for( sal_uInt16 i = 0, nCount = getItemCount(), nSel = 0; ( i < nCount ) && !xRet.is(); i++ ) in getSelectedAccessibleChild() local 693 …t->IsItemSelected( pItem->mnId ) && ( nSelectedChildIndex == static_cast< sal_Int32 >( nSel++ ) ) ) in getSelectedAccessibleChild()
|