converterlib.pm (9780544f) converterlib.pm (07df5c71)
1#!/usr/bin/perl
2#########################################################################
3
4 #**************************************************************
5#
6# Licensed to the Apache Software Foundation (ASF) under one
7# or more contributor license agreements. See the NOTICE file
8# distributed with this work for additional information

--- 788 unchanged lines hidden (view full) ---

797
798 &leave_func("tap_applications");
799}
800
801# enter_string_at_location
802# x - x-location to enter string
803# y - y-location to enter string
804# in_string - string to enter
1#!/usr/bin/perl
2#########################################################################
3
4 #**************************************************************
5#
6# Licensed to the Apache Software Foundation (ASF) under one
7# or more contributor license agreements. See the NOTICE file
8# distributed with this work for additional information

--- 788 unchanged lines hidden (view full) ---

797
798 &leave_func("tap_applications");
799}
800
801# enter_string_at_location
802# x - x-location to enter string
803# y - y-location to enter string
804# in_string - string to enter
805# application - appliation (QUICKWORD or MINICALC)
805# application - application (QUICKWORD or MINICALC)
806#
807# Enters a string at the specified x,y position.
808#
809sub enter_string_at_location
810{
811 my $x_val = $_[0];
812 my $y_val = $_[1];
813 my $in_string = $_[2];

--- 357 unchanged lines hidden ---
806#
807# Enters a string at the specified x,y position.
808#
809sub enter_string_at_location
810{
811 my $x_val = $_[0];
812 my $y_val = $_[1];
813 my $in_string = $_[2];

--- 357 unchanged lines hidden ---