Commit Graph

73 Commits

Author SHA1 Message Date
e33844c309 These test were removed by accident.
Change-Id: I11ec1972c714b867f3b1be71a45b8e3d65cce656
2013-06-27 21:51:13 -04:00
cb4a47887d Leave the RowInfo's for empty cells unfilled.
Else empty cell regions would get skipped and the non-empty cells
would get displayed at incorrect row positions.

Change-Id: Ica8d1c654458e0ea508e8f00846180d89bfe8804
2013-06-24 16:51:28 -04:00
62badf3828 Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
bec67a2e7f deliver all uiconfig files by UIConfig
Change-Id: Ie78b7ce399ba34485146ca7622c59d31f8105d02
Reviewed-on: https://gerrit.libreoffice.org/3229
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
2013-04-11 03:39:16 +00:00
ed72983131 rename UI to UIConfig
I plan to use it to deliver all */uiconfig files, not just .ui, as a
preliminary step to get rid of postprocess/packconfig.

Change-Id: Ie7b4434b2f247165e3ab69a4d0c193418720a149
Reviewed-on: https://gerrit.libreoffice.org/3225
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
2013-04-11 03:37:30 +00:00
60ab9a0bc8 that should not have been in the patch 2013-03-19 02:43:36 +01:00
7e18e657c1 let us keep the gnumeric value handling in xmloff
Change-Id: I51c7ca53ec8b023dc06b43ec9cb1052d135d14d5
2013-03-19 02:36:46 +01:00
9fd6568556 Add back subsequencecheck targets accidentally removed ...
... in c95e3fb64695cedfa40bfe5472879ee8a692d73f

Change-Id: I89b34ae414b8c02d4f015e52047a232fefda2d4b
Reviewed-on: https://gerrit.libreoffice.org/2630
Reviewed-by: Matúš Kukan <matus.kukan@gmail.com>
Tested-by: Matúš Kukan <matus.kukan@gmail.com>
2013-03-10 11:00:40 +00:00
c95e3fb646 disable Ranges-2.xls vba test file
there seems to be some problem ( regression from 3.6 ? ) with dealing with
addresses returned from named ranges where the addressing mode of the named
range is different from the addressing mode of the document itself

Change-Id: Icfcd047819a4d1c89ae9509ea1a2e1b2d5386101
2013-03-07 09:21:32 +00:00
ab3f74fbea sc test XSheetOutline
Change-Id: Iea0576e61963dbdb72c88fe332c7cfe3e8ab7ff0
Reviewed-on: https://gerrit.libreoffice.org/1794
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
2013-01-24 11:21:53 +00:00
654e275fc6 sc test for XSheetAnnotations
Change-Id: Ie5ceb7f8d828eb9c1f4c92996ebb02c8a83f4cac
Reviewed-on: https://gerrit.libreoffice.org/1738
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-01-17 16:06:44 +00:00
0bf016694e sc test for XSheetAnnotation
Change-Id: I1fa77c874c6307ff71ea0aeee653acf1305f2646
Reviewed-on: https://gerrit.libreoffice.org/1736
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-01-17 16:05:21 +00:00
16155fdc39 re-base on ALv2 code. Includes:
Patches contributed by Herbert Duerr
    i#118735 prevent endless loop if vlookup/hlookup doesn't find anything
    http://svn.apache.org/viewvc?view=revision&revision=1239673

    Patches contributed by Andre Fischer
    remove lp_solver
    http://svn.apache.org/viewvc?view=revision&revision=1199180
    i#118160: Added external CoinMP library.
    http://svn.apache.org/viewvc?view=revision&revision=1233909

    Patches contributed by Armin Le-Grand
    i#118485 - Styles for OLEs are not saved.
    http://svn.apache.org/viewvc?view=revision&revision=1182166
    i#118524: apply patch, followup fixes to 118485
    http://svn.apache.org/viewvc?view=revision&revision=1186077

    Patches contributed by lihuiibm
    i#108860 - Fix range validation.
    http://svn.apache.org/viewvc?view=revision&revision=1242846
    i#118954 Chart data will lost after copy to different file
    http://svn.apache.org/viewvc?view=revision&revision=1301345

    Patches contributed by Ariel Constenla-Haile
    Fix Linux build breaker: extra qualification on member
    http://svn.apache.org/viewvc?view=revision&revision=1301591
    i#118696 - i#118697 - Fix some Sheet Tab Color API issues
    http://svn.apache.org/viewvc?view=revision&revision=1225428
    i#118697 - Fix uninitialized variable
    http://svn.apache.org/viewvc?view=revision&revision=1225859
    i#118771 - ScUndoImportTab should preserve tab background color
    http://svn.apache.org/viewvc?view=revision&revision=1230356
    i#118921 - Repaint linked sheet tab background color after updating link
    http://svn.apache.org/viewvc?view=revision&revision=1245177
    i#118927 - Undo/Redo "Update Link" does not reset sheet tab color
    http://svn.apache.org/viewvc?view=revision&revision=1245241
    i#118747 - Copy tab color when transferring sheets across documents
    http://svn.apache.org/viewvc?view=revision&revision=1230355

    Patch contributed by Oliver Rainer-Wittman
    i#118012 - methods <ScBroadcastAreaSlot::AreaBroadcast(..)> and
    <ScBroadcastAreaSlot::AreaBroadcastInRange(..)> adapt stl-container
    iteration in order to avoid destroyed iterators during iteration.
    http://svn.apache.org/viewvc?view=revision&revision=1297916

    Patches contributed by Mathias Bauer
    gnumake4 work variously
    http://svn.apache.org/viewvc?view=revision&revision=1394707
    http://svn.apache.org/viewvc?view=revision&revision=1394326
    http://svn.apache.org/viewvc?view=revision&revision=1396797
    http://svn.apache.org/viewvc?view=revision&revision=1397315

    Patch contributed by Daniel Rentz
    calc69: #i116936# fix VBA symbol Cells
    http://svn.apache.org/viewvc?view=revision&revision=1172135

    Patches contributed by leiw:
    i#118546 CPU 100% on switched off AutoCalculate with Conditional
    Formatting on date values
    http://svn.apache.org/viewvc?view=revision&revision=1301380

Re-add new function documentation. Many various cleanups.
Add missing calc66: #o11817313# also look at formula result
number format, remove redundant binaries.
2012-12-04 07:17:12 +00:00
701b6faef5 revert accidental removal of some tests
Change-Id: Id2680f16607a3c9bf87c76c8eb2c1f8a84948510
2012-11-12 13:27:55 +00:00
49b8408e02 add test for EDB-22591
Change-Id: I58b22ab27de3069ae10f68ab0e844a439e6049ce
2012-11-12 13:18:35 +00:00
2f8db10bdc this test should not been disabled
Change-Id: I21aa786a9f214ba5137d35497318c4f088456845
2012-10-26 19:55:19 +02:00
f48886d9df add basic calc export test
Change-Id: Idd1f670dba9d88233a22b9f6ff084bf2ef41fb54
2012-10-26 19:55:18 +02:00
556aa12b84 reenable all our unit tests
Change-Id: I9d2ff5f675faa1913dd90e4ce6269efe8bd2646d
2012-10-19 10:37:25 +02:00
f8dada570b fix memory leak in note handling
Change-Id: I55a7673aff8e23f59ccb99ea73a102df215ba599
2012-10-15 04:52:52 +02:00
87b5cdd5ed convert writer, draw, impress, calc and starmath printer dialogs
to new-style widget layout mostly described in .ui format

Change-Id: I8ead53a246a8ac3e2d446d158f06d7e2e436ce60
2012-09-28 08:48:44 +01:00
d20469c1b0 re-base on ALv2 code. Includes:
Ocke Janssen impress210: #i115617# set zoom to fit_to_window
    Ocke Janssen impress210: #i78386# looping sound for windows
    cleanup createPlayer fallback code & java parameter.

Change-Id: I56f06d08c66a1f754292a0c5b1abc32824e391c5
2012-09-25 15:15:39 +01:00
513a758408 JunitTest_sc_unoapi had inadvertently been disabled
Change-Id: Ic8943662290c034fab866d4693daecc065b20a0c
2012-09-25 15:39:32 +02:00
ce6f47a458 move XGoalSeek api test to c++
Change-Id: I689be9776c4d1fe7d931446d62ea8b1fd733de92
2012-09-25 15:11:34 +02:00
fe4c47e41f Some clean-up of mork-related changs
And reverted for now the configure error when --enable-mozilla on non-Windows;
it is still used for other features, too.

Change-Id: I1ce5ff1a7a3d140a1ab7ba1e905166d91229c926
2012-09-18 18:26:42 +02:00
21edfcb824 test case for ScRangeList
Change-Id: I371ac1b3236777a73e4f25f93d465041308e34b4
2012-09-17 02:14:13 +02:00
daf2312848 do not deliver these module-description xml files
Change-Id: Ife2f42b3a917ece10dc7ee9fcd83f1558084c4f1
Reviewed-on: https://gerrit.libreoffice.org/454
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
2012-08-22 15:18:23 +00:00
1c15d509da tubes: add Collaborate menu item only in telepathy enabled build
Change-Id: Ibfd90941a64540d0e59f1e884a0992758cbc3bb8
2012-07-17 16:40:20 +02:00
782c3ccb3b disable chart test for now
will need to adapt the reference file and need the tinderbox to execute
the sd test

Change-Id: Ia5db091f3ce6ad8fb43d79933ea41a81069e93f3
2012-07-14 06:18:24 +02:00
19af8cc580 Evil hack to fix the UNO API failure.
We need a clean solution for this, but that will need a bit more
effort & thinking.

Change-Id: I I25d066fa0322cca9a15af1745a758b1aba981e13
2012-05-04 00:47:08 -04:00
9c9e0db4f0 Copy & paste the *_Cell test code into *_Header test code.
I still need to rewrite it to make it the header test.

Change-Id: I0f8c469d51340ae72cb61696a22ebcbdcf84ffa6
2012-04-28 00:24:49 -04:00
8600f21b7d Renamed the file to make room for the header version of the same test.
This ScEditFieldObj is used for both cell fields and header/footer
fields.

Change-Id: I8c51de5d173ae934ea604c68030cd84b13f90ef3
2012-04-28 00:24:49 -04:00
08f4273d75 we can't move that into a test only lib
Revert "move xshape dumper into test"

This reverts commit beccf477581b1f3e85100d43be81ea55d3b3f912.
2012-04-28 03:56:50 +02:00
beccf47758 move xshape dumper into test
XShapeDumper can now be used by other parts of the code too.
Please keep in mind that changing the dumper affects other parts too and
might require a regneration of reference files.

Change-Id: I540420a8bdf8afd8d43c5ea0bb0d82d7e0ecc44b
2012-04-27 23:28:16 +02:00
e776953fc3 enable chart regression test 2012-04-27 03:15:32 +02:00
37536c84ab seems there is a difference of one point between clang/gcc in chart test
I need to write a xml diff with configurable tolerance for attributes
2012-04-19 18:12:06 +02:00
4289958231 enable the chart2 dumper test 2012-04-19 15:51:01 +02:00
32bd4c6c4b enable sctablesheetobj again 2012-04-17 21:02:18 +02:00
78cd54c09d revert accidently commited lines 2012-03-25 07:13:41 +02:00
e4eca6763e remove newly unused variable 2012-03-25 05:06:57 +02:00
c16bc82637 s/interpreters/scripting/ 2012-02-27 16:51:56 +02:00
4c737b6470 Decouple disabling of scripting (BASIC &co) from OS being iOS 2012-02-27 10:06:22 +02:00
efa6a5f044 Filter out stuff not built for iOS 2012-02-21 14:19:47 +02:00
1263cafe8e enable XDatabaseRangeTest again 2012-02-16 00:55:18 +01:00
d893218da7 use slowcheck in sc 2012-02-09 02:44:07 +01:00
7472fe259e remove superflous whitespace 2012-02-08 18:13:46 +01:00
590c2400f1 first try to add slowcheck build target 2012-02-08 18:13:45 +01:00
81cf9f5099 Bypass building BASIC and scripting related modules for iOS
Any LO-based app distributed through the App Store can't have
scripting or extendability anyway.

Sure, this will break the build elsewhere because of missing headers.
No big deal, I will take care of that eventually. It isn't as if there
would anybody else building for iOS anyway, as far as I know. If there
is, please make yourself heard.
2012-01-27 22:43:58 +02:00
95780ec739 refactor concept for c++ based subsequenttests 2012-01-23 19:46:46 +01:00
e3e54d74d6 enable new datapilot api test 2012-01-18 18:12:12 +01:00
c031fcd835 did not want to move that to the in-build target 2012-01-09 06:06:39 +01:00