Home
last modified time | relevance | path

Searched refs:nSel (Results 1 – 25 of 33) sorted by relevance

12

/trunk/main/sw/source/ui/shells/
H A Dfrmsh.cxx414 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 Dbasesh.cxx198 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 …]
/trunk/main/svtools/source/brwbox/
H A Dbrwbox1.cxx134 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 …]
/trunk/main/sc/source/ui/inc/
H A Dpopmenu.hxx35 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 Dgridwin.hxx233 void ExecFilter( sal_uLong nSel, SCCOL nCol, SCROW nRow,
235 void FilterSelect( sal_uLong nSel );
/trunk/main/xmlsecurity/source/dialogs/
H A Dmacrosecurity.cxx276 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 Dcertificatechooser.cxx53 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()
/trunk/main/fpicker/source/win32/filepicker/workbench/
H A DTest_fps.cxx235 sal_Int16 nSel = 1; in controlStateChanged() local
236 aValue <<= nSel; in controlStateChanged()
348 sal_Int32 nSel; in main() local
350 aAny >>= nSel; in main()
/trunk/main/svx/source/sidebar/line/
H A DLineWidthValueSet.cxx63 void LineWidthValueSet::SetSelItem(sal_uInt16 nSel) in SetSelItem() argument
65 nSelItem = nSel; in SetSelItem()
66 if(nSel == 0) in SetSelItem()
H A DLineWidthValueSet.hxx38 void SetSelItem(sal_uInt16 nSel);
/trunk/main/sc/source/ui/sidebar/
H A DCellLineStyleValueSet.cxx56 void CellLineStyleValueSet::SetSelItem(sal_uInt16 nSel) in SetSelItem() argument
58 nSelItem = nSel; in SetSelItem()
59 if(nSel == 0) in SetSelItem()
H A DCellLineStyleValueSet.hxx43 void SetSelItem(sal_uInt16 nSel);
/trunk/main/sw/source/ui/misc/
H A Dinsrule.cxx106 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()
/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx197 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()
/trunk/main/sc/source/ui/dbgui/
H A Dpvfundlg.cxx190 for( sal_uInt16 nSel = 0, nCount = GetSelectEntryCount(); nSel < nCount; ++nSel ) in GetSelection() local
191 nFuncMask |= spnFunctions[ GetSelectEntryPos( nSel ) ]; in GetSelection()
H A Dtpsort.cxx842 sal_uInt16 nSel = aLbAlgorithm.GetSelectEntryPos(); in FillItemSet() local
843 if ( nSel < aAlgos.getLength() ) in FillItemSet()
844 sAlg = aAlgos[nSel]; in FillItemSet()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx182 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 …]
/trunk/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.cxx238 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 Ddbinsdlg.cxx621 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()
/trunk/main/sw/source/ui/ribbar/
H A Dinputwin.cxx571 sal_uInt16 nSel = (sal_uInt16) aSelection.Len(); in UpdateRange() local
574 if( nSel && ( nSel > 1 || in UpdateRange()
/trunk/main/cui/source/tabpages/
H A Dalign.cxx242 sal_uInt16 nSel = maVsRefEdge.GetSelectItemId(); in InitVsRefEgde() local
258 maVsRefEdge.SelectItem( nSel ); in InitVsRefEgde()
/trunk/main/toolkit/workben/layout/
H A Dtpsort.cxx860 USHORT nSel = aLbAlgorithm.GetSelectEntryPos(); in FillItemSet() local
861 if ( nSel < aAlgos.getLength() ) in FillItemSet()
862 sAlg = aAlgos[nSel]; in FillItemSet()
/trunk/main/sw/source/filter/html/
H A Dhtmlforw.cxx1242 sal_Int32 nSel = 0; in OutHTML_DrawFrmFmtAsControl() local
1265 bSelected = (nSel < nSelCnt) && pSels[nSel] == i; in OutHTML_DrawFrmFmtAsControl()
1267 nSel++; in OutHTML_DrawFrmFmtAsControl()
/trunk/main/sc/source/ui/cctrl/
H A Dpopmenu.cxx39 nSel = GetCurItemId(); in Select()
/trunk/main/svtools/source/control/
H A Dvalueacc.cxx689 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()

Completed in 147 milliseconds

12