Lines Matching refs:nIndex

215         sal_Int32 nIndex = 0;  in Execute()  local
216 while ( nIndex < nCount ) in Execute()
218 if ( aProperties[ nIndex ].Name.compareToAscii( PROP_EVENT_TYPE ) == 0 ) in Execute()
219 aProperties[ nIndex ].Value >>= aType; in Execute()
220 else if ( aProperties[ nIndex ].Name.compareToAscii( PROP_SCRIPT ) == 0 ) in Execute()
221 aProperties[ nIndex ].Value >>= aScript; in Execute()
222 else if ( aProperties[ nIndex ].Name.compareToAscii( PROP_LIBRARY ) == 0 ) in Execute()
223 aProperties[ nIndex ].Value >>= aLibrary; in Execute()
224 else if ( aProperties[ nIndex ].Name.compareToAscii( PROP_MACRO_NAME ) == 0 ) in Execute()
225 aProperties[ nIndex ].Value >>= aMacroName; in Execute()
226 else if ( aProperties[ nIndex ].Name.compareToAscii( "Referer" ) == 0 ) in Execute()
227 aProperties[ nIndex ].Value >>= aReferer; in Execute()
231 nIndex += 1; in Execute()
321 long nIndex = 0; in notifyEvent() local
324 while ( !bFound && ( nIndex < nCount ) ) in notifyEvent()
326 if ( maEventNames[nIndex] == aName ) in notifyEvent()
329 nIndex += 1; in notifyEvent()
335 ANY aEventData = maEventData[ nIndex ]; in notifyEvent()
399 long nIndex = 0; in ConvertToMacro() local
404 while ( nIndex < nCount ) in ConvertToMacro()
406 if ( aProperties[ nIndex ].Name.compareToAscii( PROP_EVENT_TYPE ) == 0 ) in ConvertToMacro()
407 aProperties[ nIndex ].Value >>= aType; in ConvertToMacro()
408 else if ( aProperties[ nIndex ].Name.compareToAscii( PROP_SCRIPT ) == 0 ) in ConvertToMacro()
409 aProperties[ nIndex ].Value >>= aScriptURL; in ConvertToMacro()
410 else if ( aProperties[ nIndex ].Name.compareToAscii( PROP_LIBRARY ) == 0 ) in ConvertToMacro()
411 aProperties[ nIndex ].Value >>= aLibrary; in ConvertToMacro()
412 else if ( aProperties[ nIndex ].Name.compareToAscii( PROP_MACRO_NAME ) == 0 ) in ConvertToMacro()
413 aProperties[ nIndex ].Value >>= aMacroName; in ConvertToMacro()
417 nIndex += 1; in ConvertToMacro()