Lines Matching refs:i

293         for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ )  in executeControlCommand()  local
295 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
298 rControlCommand.Arguments[i].Value >>= aText; in executeControlCommand()
309 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand() local
311 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "List", 4 )) in executeControlCommand()
316 rControlCommand.Arguments[i].Value >>= aList; in executeControlCommand()
336 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand() local
338 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
340 if ( rControlCommand.Arguments[i].Value >>= aText ) in executeControlCommand()
350 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand() local
352 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Pos", 3 )) in executeControlCommand()
355 if ( rControlCommand.Arguments[i].Value >>= nTmpPos ) in executeControlCommand()
362 else if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
363 rControlCommand.Arguments[i].Value >>= aText; in executeControlCommand()
370 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand() local
372 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Pos", 3 )) in executeControlCommand()
375 if ( rControlCommand.Arguments[i].Value >>= nPos ) in executeControlCommand()
386 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand() local
388 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
391 if ( rControlCommand.Arguments[i].Value >>= aText ) in executeControlCommand()
399 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand() local
401 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Lines", 5 )) in executeControlCommand()
404 rControlCommand.Arguments[i].Value >>= nValue; in executeControlCommand()
412 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand() local
414 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Color", 5 )) in executeControlCommand()
417 if ( rControlCommand.Arguments[i].Value >>= aColor ) in executeControlCommand()
428 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand() local
430 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Color", 5 )) in executeControlCommand()
433 if ( rControlCommand.Arguments[i].Value >>= aColor ) in executeControlCommand()