Lines Matching refs:i

131 	for( sal_Int16 i = 0; i < mnMacroItems; i++)  in getElementNames()  local
133 aSequence[i] = OUString::createFromAscii( mpSupportedMacroItems[i].mpEventName ); in getElementNames()
177 for(sal_Int16 i = 0; i < mnMacroItems; i++) in mapNameToEventID() local
179 if (0 == rName.compareToAscii(mpSupportedMacroItems[i].mpEventName)) in mapNameToEventID()
181 return mpSupportedMacroItems[i].mnEvent; in mapNameToEventID()
192 for(sal_Int16 i = 0; i < mnMacroItems; i++) in mapEventIDToName() local
194 if (nPoolID == mpSupportedMacroItems[i].mnEvent) in mapEventIDToName()
196 return OUString::createFromAscii(mpSupportedMacroItems[i].mpEventName); in mapEventIDToName()
319 for (sal_Int32 i = 0; i < nCount; i++) in getMacroFromAny() local
321 PropertyValue& aValue = aSequence[i]; in getMacroFromAny()
469 for(sal_Int16 i = 0; i < mnMacroItems; i++) in SvDetachedEventDescriptor() local
471 aMacros[i] = NULL; in SvDetachedEventDescriptor()
478 for(sal_Int16 i = 0; i < mnMacroItems; i++) in ~SvDetachedEventDescriptor() local
480 if (NULL != aMacros[i]) in ~SvDetachedEventDescriptor()
481 delete aMacros[i]; in ~SvDetachedEventDescriptor()
576 for(sal_Int16 i = 0; mpSupportedMacroItems[i].mnEvent != 0; i++) in copyMacrosFromTable() local
578 const sal_uInt16 nEvent = mpSupportedMacroItems[i].mnEvent; in copyMacrosFromTable()
589 for(sal_Int16 i = 0; mpSupportedMacroItems[i].mnEvent != 0; i++) in copyMacrosIntoTable() local
591 const sal_uInt16 nEvent = mpSupportedMacroItems[i].mnEvent; in copyMacrosIntoTable()