Searched refs:mpSupportedMacroItems (Results 1 – 3 of 3) sorted by relevance
65 mpSupportedMacroItems(pSupportedMacroItems), in SvBaseEventDescriptor()70 for( ; mpSupportedMacroItems[mnMacroItems].mnEvent != 0; mnMacroItems++) ; in SvBaseEventDescriptor()133 aSequence[i] = OUString::createFromAscii( mpSupportedMacroItems[i].mpEventName ); in getElementNames()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()196 return OUString::createFromAscii(mpSupportedMacroItems[i].mpEventName); 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()[all …]
161 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()
83 const SvEventDescription* mpSupportedMacroItems; member in SvBaseEventDescriptor