Lines Matching refs:Arguments

168             for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ )  in executeControlCommand()
170 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "List", 4 )) in executeControlCommand()
175 rControlCommand.Arguments[i].Value >>= aList; in executeControlCommand()
193 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
195 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Pos", 3 )) in executeControlCommand()
199 rControlCommand.Arguments[i].Value >>= nPos; in executeControlCommand()
221 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
223 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
225 if ( rControlCommand.Arguments[i].Value >>= aText ) in executeControlCommand()
236 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
238 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Pos", 3 )) in executeControlCommand()
241 if ( rControlCommand.Arguments[i].Value >>= nTmpPos ) in executeControlCommand()
247 else if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
248 rControlCommand.Arguments[i].Value >>= aText; in executeControlCommand()
257 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
259 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Pos", 3 )) in executeControlCommand()
262 if ( rControlCommand.Arguments[i].Value >>= nPos ) in executeControlCommand()
277 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
279 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
282 if ( rControlCommand.Arguments[i].Value >>= aText ) in executeControlCommand()