Lines Matching refs:nEvent
421 const sal_uInt16 nEvent, in replaceByName() argument
431 aItem.SetMacro(nEvent, rMacro); in replaceByName()
437 const sal_uInt16 nEvent ) in getByName() argument
444 if( rItem.HasMacro( nEvent ) ) in getByName()
445 rMacro = rItem.GetMacro(nEvent); in getByName()
507 const sal_uInt16 nEvent, in replaceByName() argument
515 sal_Int16 nIndex = getIndex(nEvent); in replaceByName()
526 const sal_uInt16 nEvent ) in getByName() argument
532 sal_Int16 nIndex = getIndex(nEvent); in getByName()
541 const sal_uInt16 nEvent ) const /// item ID of event in hasByName()
544 sal_Int16 nIndex = getIndex(nEvent); in hasByName()
578 const sal_uInt16 nEvent = mpSupportedMacroItems[i].mnEvent; in copyMacrosFromTable() local
579 const SvxMacro* pMacro = rMacroTable.Get(nEvent); in copyMacrosFromTable()
581 replaceByName(nEvent, *pMacro); in copyMacrosFromTable()
591 const sal_uInt16 nEvent = mpSupportedMacroItems[i].mnEvent; in copyMacrosIntoTable() local
592 if (hasByName(nEvent)) in copyMacrosIntoTable()
595 getByName(*pMacro, nEvent); in copyMacrosIntoTable()
596 rMacroTable.Insert(nEvent, pMacro); in copyMacrosIntoTable()