Lines Matching refs:Arguments

375         for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ )  in executeControlCommand()
381 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Step", 4 )) in executeControlCommand()
383 if ( impl_getValue( rControlCommand.Arguments[i].Value, nValue, fValue, bFloat )) in executeControlCommand()
392 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
394 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Value", 5 )) in executeControlCommand()
400 if ( impl_getValue( rControlCommand.Arguments[i].Value, nValue, fValue, bFloat )) in executeControlCommand()
411 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
417 rtl::OUString aName = rControlCommand.Arguments[i].Name; in executeControlCommand()
418 if ( impl_getValue( rControlCommand.Arguments[i].Value, nValue, fValue, bFloat )) in executeControlCommand()
436 rControlCommand.Arguments[i].Value >>= m_aOutFormat; in executeControlCommand()
441 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
447 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "LowerLimit", 10 )) in executeControlCommand()
449 if ( impl_getValue( rControlCommand.Arguments[i].Value, nValue, fValue, bFloat )) in executeControlCommand()
458 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
464 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "UpperLimit", 10 )) in executeControlCommand()
466 if ( impl_getValue( rControlCommand.Arguments[i].Value, nValue, fValue, bFloat )) in executeControlCommand()
475 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
477 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "OutputFormat", 10 )) in executeControlCommand()
479 rControlCommand.Arguments[i].Value >>= m_aOutFormat; in executeControlCommand()