2009-02-03 12:12:56 +0100 tbo r267312 : #95523# 2009-02-03 11:48:18 +0100 hde r267309 : #i98775# 2009-02-03 10:09:02 +0100 wg r267299 : i98572 2009-02-03 10:07:30 +0100 hde r267298 : #i98775# 2009-02-02 13:15:48 +0100 hde r267263 : #i96583# 2009-01-30 18:42:04 +0100 hde r267223 : #i96583# 2009-01-30 15:40:21 +0100 hde r267203 : #i98567# 2009-01-30 15:36:37 +0100 hde r267202 : #i96582# 2009-01-30 15:35:52 +0100 hde r267201 : #i96931# 2009-01-30 09:48:13 +0100 hde r267179 : i98638 2009-01-30 09:42:39 +0100 hde r267178 : i98638 2009-01-30 09:39:20 +0100 hde r267177 : i98638 2009-01-30 09:36:07 +0100 hde r267176 : i98638 2009-01-30 09:22:36 +0100 hde r267174 : i98638 2009-01-29 15:16:09 +0100 wg r267147 : i98606 2009-01-29 15:02:00 +0100 wg r267145 : i98606 2009-01-29 15:01:01 +0100 wg r267144 : i98606 2009-01-29 14:57:40 +0100 wg r267141 : i98606 2009-01-29 14:20:52 +0100 wg r267136 : i98606
63 lines
2.3 KiB
QBasic
Executable File
63 lines
2.3 KiB
QBasic
Executable File
'encoding UTF-8 Do not remove or change this line!
|
|
'**************************************************************************
|
|
'* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
'*
|
|
'* Copyright 2008 by Sun Microsystems, Inc.
|
|
'*
|
|
'* OpenOffice.org - a multi-platform office productivity suite
|
|
'*
|
|
'* $RCSfile: w_xml_vertical_alignment.bas,v $
|
|
'*
|
|
'* $Revision: 1.2 $
|
|
'*
|
|
'* last change: $Author: rt $ $Date: 2008-07-11 07:28:21 $
|
|
'*
|
|
'* This file is part of OpenOffice.org.
|
|
'*
|
|
'* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
'* it under the terms of the GNU Lesser General Public License version 3
|
|
'* only, as published by the Free Software Foundation.
|
|
'*
|
|
'* OpenOffice.org 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 version 3 for more details
|
|
'* (a copy is included in the LICENSE file that accompanied this code).
|
|
'*
|
|
'* You should have received a copy of the GNU Lesser General Public License
|
|
'* version 3 along with OpenOffice.org. If not, see
|
|
'* <http://www.openoffice.org/license.html>
|
|
'* for a copy of the LGPLv3 License.
|
|
'*
|
|
'/************************************************************************
|
|
'*
|
|
'* owner : fredrik.haegg@Sun.COM
|
|
'*
|
|
'* short description : Testing for vertical alignment in writer
|
|
'*
|
|
'\***********************************************************************
|
|
|
|
sub main
|
|
use "xml/tools/includes/xmltool1.inc"
|
|
use "xml/optional/includes/w_xml_vertical_alignment.inc"
|
|
|
|
Printlog "--------------------------------------------------"
|
|
Printlog "--- Vertical Alignment Writer ---"
|
|
Printlog "--------------------------------------------------"
|
|
|
|
Call hStatusIn("XML", "w_xml_vertical_alignment.bas")
|
|
call hEnablePrettyPrinting(1)
|
|
call tVerticalAlignmentWriter
|
|
Call hStatusOut
|
|
end sub
|
|
'
|
|
'-------------------------------------------------------------------------------
|
|
'
|
|
sub LoadIncludeFiles
|
|
use "global/system/includes/master.inc"
|
|
use "global/system/includes/gvariabl.inc"
|
|
use "global\tools\includes\optional\t_ui_filters.inc"
|
|
gApplication = "Writer"
|
|
call getusefiles
|
|
end sub
|