'encoding UTF-8 Do not remove or change this line! '************************************************************************* '* '* OpenOffice.org - a multi-platform office productivity suite '* '* $RCSfile: oasis_graphics_update.bas,v $ '* '* $Revision: 1.4 $ '* '* last change: $Author: tbo $ $Date: 2005/09/07 19:28:18 $ '* '* The Contents of this file are made available subject to '* the terms of GNU Lesser General Public License Version 2.1. '* '* '* GNU Lesser General Public License Version 2.1 '* ============================================= '* Copyright 2005 by Sun Microsystems, Inc. '* 901 San Antonio Road, Palo Alto, CA 94303, USA '* '* This library is free software; you can redistribute it and/or '* modify it under the terms of the GNU Lesser General Public '* License version 2.1, as published by the Free Software Foundation. '* '* This library is distributed in the hope that it will be useful, '* but WITHOUT ANY WARRANTY; without even the implied warranty of '* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU '* Lesser General Public License for more details. '* '* You should have received a copy of the GNU Lesser General Public '* License along with this library; if not, write to the Free Software '* Foundation, Inc., 59 Temple Place, Suite 330, Boston, '* MA 02111-1307 USA '* '/*********************************************************************** '* '* owner : oliver.craemer@sun.com '* '* short description : place it here '* '************************************************************************ '* ' #0 Routine ' Description ' #0 Routine ' Description '* '\*********************************************************************** sub main gApplication = "Calc" call hNewDocument InsertChart sleep(2) Kontext "ChartWizard" ChartWizard.OK printlog "ChartWizard.OK" Kontext "DocumentCalc" DocumentCalc.TypeKeys "" call sSelectFirstOLE EditObjectEdit FormatDataRanges Kontext "DataRangesDLG" DataRangesDLG.Cancel printlog "DataRangesDLG.Cancel" Kontext "DocumentCalc" DocumentCalc.TypeKeys "" call sSelectFirstOLE EditObjectEdit FormatDataRanges Kontext "DataRangesDLG" DataRangesDLG.Cancel printlog "DataRangesDLG.Cancel" Kontext "DocumentCalc" DocumentCalc.TypeKeys "" call sSelectFirstOLE EditObjectEdit FormatDataRanges Kontext active.SetPage TabChartTypeDataSeries active.SetPage TabChartTypeDataRange Kontext "DataRangesDLG" DataRangesDLG.Cancel printlog "DataRangesDLG.Cancel" Call hCloseDocument end sub ' '------------------------------------------------------------------------------- ' sub LoadIncludeFiles use "global\system\inc\master.inc" use "global\system\inc\gvariabl.inc" use "chart2\tools\ch_tool_loader.inc" Call GetUseFiles Call subLoadChartTools end sub