Home
last modified time | relevance | path

Searched refs:mpSupportedMacroItems (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svtools/source/uno/
H A Dunoevent.cxx65 mpSupportedMacroItems(pSupportedMacroItems), in SvBaseEventDescriptor()
179 if (0 == rName.compareToAscii(mpSupportedMacroItems[i].mpEventName)) in mapNameToEventID()
181 return mpSupportedMacroItems[i].mnEvent; in mapNameToEventID()
194 if (nPoolID == mpSupportedMacroItems[i].mnEvent) in mapEventIDToName()
491 while ( (mpSupportedMacroItems[nIndex].mnEvent != nID) && in getIndex()
492 (mpSupportedMacroItems[nIndex].mnEvent != 0) ) in getIndex()
496 return (mpSupportedMacroItems[nIndex].mnEvent == nID) ? nIndex : -1; in getIndex()
576 for(sal_Int16 i = 0; mpSupportedMacroItems[i].mnEvent != 0; i++) in copyMacrosFromTable()
578 const sal_uInt16 nEvent = mpSupportedMacroItems[i].mnEvent; in copyMacrosFromTable()
589 for(sal_Int16 i = 0; mpSupportedMacroItems[i].mnEvent != 0; i++) in copyMacrosIntoTable()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunoevent.cxx161 for(sal_Int16 i = 0; mpSupportedMacroItems[i].mnEvent != 0; i++) in copyMacrosFromINetFmt()
163 sal_uInt16 nEvent = mpSupportedMacroItems[i].mnEvent; in copyMacrosFromINetFmt()
173 for(sal_Int16 i = 0; mpSupportedMacroItems[i].mnEvent != 0; i++) in copyMacrosIntoINetFmt()
175 sal_uInt16 nEvent = mpSupportedMacroItems[i].mnEvent; in copyMacrosIntoINetFmt()
/trunk/main/svtools/inc/svtools/
H A Dunoevent.hxx83 const SvEventDescription* mpSupportedMacroItems; member in SvBaseEventDescriptor

Completed in 23 milliseconds