Commit graph

293772 commits

Author SHA1 Message Date
Tomas Chvatal
8a743cc2c7 Recognize doc/xls in nsplugin by default. 2011-09-15 10:08:04 +02:00
Stephan Bergmann
0443763833 Reverted the previous fix, as it introduces a circular dependency.
sal already depends on xml2cmp.  The problem is that before gbuildization,
xml2cmp was careful not to link against uwinapi (via UWINAPILIB=$(0) in
xml2cmp/util/makefile.mk); this needs to be re-implemented in gbuild.
2011-09-15 09:16:01 +02:00
Stephan Bergmann
e728feaeeb On Windows, xml2cmp depends on uwinapi from sal.
Strangely, before gbuildization, xml2cmp did not depend on sal, but
on soltools, which does not itself depend on sal; maybe that was
already a mistake that went unnoticed so far.
2011-09-15 09:04:46 +02:00
David Tardon
45589f1f27 gbuildize automation 2011-09-15 07:10:22 +02:00
David Tardon
6c8a7e0e6a pass -s flag to custom target's make process 2011-09-15 06:29:41 +02:00
David Tardon
a3c3d709a8 be silent 2011-09-15 06:29:40 +02:00
David Tardon
c79e42d225 be silent 2011-09-15 06:29:39 +02:00
David Tardon
c40f63454d work silently for make -s 2011-09-15 06:29:38 +02:00
David Tardon
37356b7b2a allow to specify additional deps for zip target 2011-09-15 06:29:37 +02:00
David Tardon
0510c98c5a WaE: declaration of 'index' shadows a global declaration 2011-09-15 06:29:35 +02:00
David Tardon
b2d9db4549 WaE: declaration of 'i' shadows a previous local 2011-09-15 06:29:34 +02:00
David Tardon
30bf29f428 WaE: declaration of 'j' shadows a previous local 2011-09-15 06:29:33 +02:00
Markus Mohrhard
7a7f10e8ed forgot another csv file 2011-09-15 05:38:17 +02:00
Markus Mohrhard
4fe079747a add formats test for xls and xlsx 2011-09-15 05:19:41 +02:00
Markus Mohrhard
2b75f5908b improve calc's format unit test
bug in 'formats.ods'Sheet1.B5 with number format import
2011-09-15 05:19:41 +02:00
Peter Foley
032fca6818 deliver libcrmf.a 2011-09-14 17:05:17 -05:00
Peter Rabi
0c113d825d Fix of localised template name problems in Impress part 1
Template entries now appear in the correct word order
in their representation in TemplateScanner. That makes
dlgass template listboxes work as expected.
Contributed under license LGPLv3+/MPL.
2011-09-14 22:25:53 +02:00
Stephan Bergmann
b6cccb9e77 Fix nSearchType vs. nMatchType typo and simplify resulting code.
Issue unearthed by julien2412.
2011-09-14 22:24:14 +02:00
Kohei Yoshida
fb1e454e7f Don't always set refresh flag on export. This is a bad hack. 2011-09-14 16:05:57 -04:00
Kohei Yoshida
2f654141fb Check the source range when refreshing, and abort refresh if invalid.
This avoids refreshing on an invalid source range which causes an
empty pivot table output.
2011-09-14 16:05:57 -04:00
Stephan Bergmann
932ee04999 Introduced CHECK_PARALLELISM (and poshed the code up). 2011-09-14 20:02:29 +02:00
Andras Timar
a75cb232c4 default shortcut for .uno:SearchDialog should be Ctrl+H
Ctrl+Alt+F was not good, because on some keyboard layouts it enters
a character. Ctrl+Alt (=AltGr on Windows) should be avoided, if possible.
2011-09-14 19:46:26 +02:00
Kohei Yoshida
27dcdb1716 New unit test case for testing SHEETS function result. 2011-09-14 12:38:01 -04:00
Bjoern Michaelsen
dd482fde49 do not try to read from an iterator which we just deleted from the container 2011-09-14 18:14:46 +02:00
Bjoern Michaelsen
e26ea36825 Revert "Revert "i#118224: kill O(n^2) complexity of unique bookmark name creation""
This reverts commit 05a66052ae.
2011-09-14 18:14:46 +02:00
Kohei Yoshida
9015c60ff8 Do the same when calling ScDocument::InsertTabs(). 2011-09-14 11:48:32 -04:00
Kohei Yoshida
892f8b5578 fdo#35965: Mark all formula cells dirty when appending a new sheet.
Just like we do when inserting a sheet in the middle.
2011-09-14 11:38:35 -04:00
Stephan Bergmann
b7998b6f66 No need to bark about G_SLICE on stderr. 2011-09-14 17:33:11 +02:00
Caolán McNamara
188696a20a don't crash 2011-09-14 16:27:57 +01:00
Caolán McNamara
b7912ec63c don't quote ???x??? 2011-09-14 16:27:57 +01:00
Norbert Thiebaud
0a97ece91e merge srvdepy functions into xml2cmp and simplify xml2cmp gbuild 2011-09-14 10:10:49 -05:00
Caolán McNamara
8578e3c80d Related: fdo#40599 add a initial basic test for deleting graphics 2011-09-14 15:31:07 +01:00
Stephan Bergmann
c046147142 Folded smoketestdoc back into smoketestoo_native; no need to have it separated. 2011-09-14 16:13:13 +02:00
Fridrich Štrba
05a66052ae Revert "i#118224: kill O(n^2) complexity of unique bookmark name creation"
This creates multiple crashes on windows when trying to load writer document
or to save it

This reverts commit e024f61693.
2011-09-14 16:06:46 +02:00
Stephan Bergmann
387620beff Removed solenv/bin/subsequenttests, moved its (improved) content directly into Makefile.in. 2011-09-14 15:16:40 +02:00
Stephan Bergmann
109ca35257 Added more missing dependencies on solenv back into build.lsts. 2011-09-14 12:18:10 +02:00
Arno Teigseth
333648cc5d added twofold affix+compound to hunspell, as the official fixed https://sourceforge.net/tracker/index.php?func=detail&aid=3288562&group_id=143754&atid=756395 2011-09-14 11:10:34 +01:00
Bjoern Michaelsen
6caaa5e059 default to -r on gbuild for performance (assumed esp. on make 3.82) 2011-09-14 11:59:10 +02:00
Caolán McNamara
79dc19fcbd ByteString->rtl::OStringBuffer 2011-09-14 09:54:09 +01:00
Caolán McNamara
98ae11bcd4 pointless foo 2011-09-14 09:54:09 +01:00
Caolán McNamara
33aa323221 callcatcher: remove unused code 2011-09-14 09:54:09 +01:00
Caolán McNamara
4a3db11077 ImplUpdateStringFromUniString is now dangling 2011-09-14 09:54:09 +01:00
Caolán McNamara
1cd1e4a3c6 use read_uInt8s_AsOString here 2011-09-14 09:54:09 +01:00
Markus Mohrhard
84db141177 forgot the csv file for number formats 2011-09-14 04:06:28 +02:00
Markus Mohrhard
61732a8d8a add unit test for formated cells 2011-09-14 03:59:54 +02:00
Markus Mohrhard
b6d3f5c2c1 ScCompiler::IsDBRange compares upper case strings 2011-09-14 03:59:53 +02:00
Markus Mohrhard
ba361f9baa add database unit test 2011-09-14 03:59:53 +02:00
Kohei Yoshida
32ca2cb020 Updated csv_parser from orcus. 2011-09-13 22:00:34 -04:00
Julien Nabet
689bde97d1 Some cppcheck cleaning 2011-09-13 23:00:56 +02:00
Julien Nabet
81607ad3e7 remove this TODO created in 2000 2011-09-13 21:01:56 +02:00