~ubuntu-branches/ubuntu/karmic/openoffice.org-l10n/karmic

« back to all changes in this revision

Viewing changes to ooo-build/scratch/sc-vba/TestDocuments/logs/excel/TestAddress.log

  • Committer: Bazaar Package Importer
  • Author(s): Chris Cheney
  • Date: 2008-01-08 23:17:08 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20080108231708-7f5yc4h021ikwgyz
Tags: 1:2.3.1-3ubuntu1
* Copy of the openoffice.org source.
  - debian/changelog: Change source name.
  - debian/control.in: Change source name.
  - debian/control: Regenerate control file.

* Resynchronise with Debian (r989). Remaining changes:
  - debian/broffice.org.postrm.in:
    . Change diversions to ubuntu bitmap filenames.
  - debian/broffice.org.preinst.in:
    . Change diversions to ubuntu bitmap filenames.
  - debian/control.2.in:
    . Add file for Ubuntu.
  - debian/control.in:
    . Change maintainer line.
    . Use imagemagick instead of graphicsmagick.
    . Change bzr repo location.
    . Use java-runtime-depends variable for java dependencies.
    . Make openoffice.org-core Depends on openoffice.org-hyphenation.
    . Add package openoffice.org-style-human.
    . Various other minor Ubuntu changes.
  - debian/control.l10n.in:
    . Add file for Ubuntu.
  - debian/control.lang.in:
    . Add L10N_COMMON to Depends.
  - debian/control.mozilla.in:
    . Add Xb-Npp-xxx tags according to "firefox distro add-on suport" spec.
  - debian/control.ubuntu.in:
    . Add file for Ubuntu.
  - debian/deppackage.postinst.in:
    . Add file for Ubuntu.
  - debian/module-po.map:
    . Add file for Ubuntu.
  - debian/ooo-build-ubuntu.diff:
    . Various Ubuntu specific changes to ooo-build.
  - debian/rules:
    . Add USE_LZMA_COMPRESS option.
    . Add USE_COMMON_DOCDIR option.
    . Add support to build on lpia.
    . Add support to build l10n as a separate source.
    . Add java-runtime-depends variable for java dependencies.
    . Add support to chmod +x programs in debian dir.
    . Add support to uuencode binary files in ubuntu dir.
    . Add support to Ubuntu specific bitmaps.
    . Use imagemagick instead of graphicsmagick.
    . Add support for openoffice.org-style-human package.
    . Add support for launchpad translations.
    . Various Ubuntu specific changes.
  - debian/scripts/convert2po:
    . Add file for Ubuntu.
  - debian/scripts/fix_image_rgb:
    . Use imagemagick instead of graphicsmagick.
  - debian/scripts/gsifilter.py:
    . Add file for Ubuntu.
  - debian/scripts/splitgsi:
    . Add file for Ubuntu.
  - debian/template.desktop.in:
    . Add NoDisplay=true.
  - ooo-build/configure.in:
    . Added support for Hardy.
  - ooo-build/distro-configs/UbuntuHardy.conf.in:
    . Added support for Hardy.
  - ooo-build/distro-configs/UbuntuHardy64.conf.in:
    . Added support for Hardy.
  - ooo-build/patches/src680/apply:
    . Added support for Hardy.
  - ooo-build/patches/src680/ubuntu-lpi.diff:
    . Updated patch.
  - ubuntu/*
    . Various Ubuntu specific changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Test run started : 17/07/2007 15:25:17
2
 
----------------------------------------------------------------
3
 
TestAddress
4
 
 TEST START : TestAddress
5
 
  ITEM Assertion OK : test1 Range('e3:f3') A1 style addressing
6
 
  ITEM Assertion OK : test2 Range('e3:f3') R1C1 style addressing
7
 
  ITEM Assertion OK : test3 Range ('e:f')  A1 style addressing
8
 
  ITEM Assertion OK : test4 Range ('e:f')  R1C1 style addressing
9
 
  ITEM Assertion OK : test5 Columns A1 style addressing
10
 
  ITEM Assertion OK : test6 Columns R1C1 style addressing
11
 
  ITEM Assertion OK : test7 Columns(3) A1 style addressing
12
 
  ITEM Assertion OK : test8 Columns(3) R1C1 style addressing
13
 
  ITEM Assertion OK : test9 Columns('e') A1 style addressing
14
 
  ITEM Assertion OK : test10 Columns('e') R1C1 style addressing
15
 
  ITEM Assertion OK : test11 Columns('b:d') A1 style addressing
16
 
  ITEM Assertion OK : test12 Columns('b:d') R1C1 style addressing
17
 
  ITEM Assertion OK : test13 Range('c1:g10').Columns A1 style addressing
18
 
  ITEM Assertion OK : test14 Range('c1:g10').Columns R1C1 style addressing
19
 
  ITEM Assertion OK : test15 Range('c1:g10').Columns(1) A1 style addressing
20
 
  ITEM Assertion OK : test16 Range('c1:g10').Columns(1) R1C1 style addressing
21
 
  ITEM Assertion OK : test17 Range('c1:g10').Columns('a') A1 style addressing
22
 
  ITEM Assertion OK : test18 Range('c1:g10').Columns('a') R1C1 style addressing
23
 
  ITEM Assertion OK : test19 Range('c1:g10').Columns('c') A1 style addressing
24
 
  ITEM Assertion OK : test20 Range('c1:g10').Columns('c') R1C1 style addressing
25
 
  ITEM Assertion OK : test21 Range('c1:g10').Columns('x:z') A1 style addressing
26
 
  ITEM Assertion OK : test22 Range('c1:g10').Columns('x:z') R1C1 style addressing
27
 
  ITEM Assertion OK : test23 Range('c1:g10').Columns(30) A1 style addressing
28
 
  ITEM Assertion OK : test24 Range('c1:g10').Columns(30) R1C1 style addressing
29
 
  ITEM Assertion OK : test25 Worksheets('Sheet2').Cells(1, 1) A1 style addressing
30
 
  ITEM Assertion OK : test26 Worksheets('Sheet2').Cells(1, 1) A1 style addressing, RowAddressAbsolute is false 
31
 
  ITEM Assertion OK : test27 Worksheets('Sheet2').Cells(1, 1) A1 style addressing, ColAddressAbsolute is false 
32
 
  ITEM Assertion OK : test28 Worksheets('Sheet2').Cells(1, 1) R1C1 style addressing
33
 
  ITEM Assertion OK : test29 Worksheets('Sheet2').Range('A1:E5').EntireColumn A1 style addressing
34
 
  ITEM Assertion OK : test30 Worksheets('Sheet2').Range('A1').EntireColumn A1 style addressing
35
 
  ITEM Assertion OK : test31 Worksheets('Sheet2').Range('A1:E5').EntireRow A1 style addressing
36
 
  ITEM Assertion OK : test32 Worksheets('Sheet2').Range('A1') A1 style addressing
37
 
  ITEM Assertion OK : test33 Worksheets('Sheet2').Range('IV65536').EntireRow A1 style addressing
38
 
  ITEM Assertion OK : test34 Worksheets('Sheet2').Range('IU2:IV65536') A1 style addressing
39
 
  ITEM Assertion OK : test35 Range('c1:g10').Columns('x:z') R1C1 style addressing
40
 
  ITEM Assertion OK : test36 Worksheets('Sheet2').Range('A1') A1 style addressing
41
 
  ITEM Assertion OK : test37 Worksheets('Sheet2').Range('A1:E5').EntireColumn A1 style addressing
42
 
  ITEM Assertion OK : test38 Worksheets('Sheet2').Range('10:12') A1 style addressing
43
 
  ITEM Assertion OK : test39 Worksheets('Sheet2').Range('10:12') R1C1 style addressing
44
 
  ITEM Assertion OK : test40 Range('Sheet3!A1:B4') A1 style addressing
45
 
  ITEM Assertion OK : test41 Range('Sheet3!A1,B1,D4:F20') A1 style addressing
46
 
  ITEM Assertion OK : test42 Range('g20:h40').Columns('c:c')
47
 
  ITEM Assertion OK : test43 Range('g20:h40').Columns('c:f')
48
 
  ITEM Assertion OK : test44 Range('g20:h40').Columns(-1)
49
 
  ITEM Assertion OK : test45 Range('c4:g10').Rows(-1)
50
 
  ITEM Assertion OK : test46 Range('a2:b4').Rows('1:1')
51
 
  ITEM Assertion OK : test47 Range('a2:b4').Rows('1:2')
52
 
  ITEM Assertion OK : test48 Range('a2:b4').Rows('2:2')
53
 
  ITEM Assertion OK : test49 Range('a2:b4').Rows('2:3')
54
 
Test Results
55
 
============
56
 
 
57
 
Tests passed: 49
58
 
Tests failed: 0
59
 
 
60
 
END 'TestAddress
61
 
 TEST OK : TestAddress
62
 
Test run finished : 17/07/2007 15:25:19