Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-15 | Reverted the previous fix, as it introduces a circular dependency. | Stephan Bergmann | |
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 | On Windows, xml2cmp depends on uwinapi from sal. | Stephan Bergmann | |
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 | gbuildize automation | David Tardon | |
2011-09-15 | pass -s flag to custom target's make process | David Tardon | |
2011-09-15 | be silent | David Tardon | |
2011-09-15 | be silent | David Tardon | |
2011-09-15 | work silently for make -s | David Tardon | |
2011-09-15 | allow to specify additional deps for zip target | David Tardon | |
2011-09-15 | WaE: declaration of 'index' shadows a global declaration | David Tardon | |
2011-09-15 | WaE: declaration of 'i' shadows a previous local | David Tardon | |
2011-09-15 | WaE: declaration of 'j' shadows a previous local | David Tardon | |
2011-09-15 | forgot another csv file | Markus Mohrhard | |
2011-09-15 | add formats test for xls and xlsx | Markus Mohrhard | |
2011-09-15 | improve calc's format unit test | Markus Mohrhard | |
bug in 'formats.ods'Sheet1.B5 with number format import | |||
2011-09-14 | deliver libcrmf.a | Peter Foley | |
2011-09-14 | Fix of localised template name problems in Impress part 1 | Peter Rabi | |
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 | Fix nSearchType vs. nMatchType typo and simplify resulting code. | Stephan Bergmann | |
Issue unearthed by julien2412. | |||
2011-09-14 | Don't always set refresh flag on export. This is a bad hack. | Kohei Yoshida | |
2011-09-14 | Check the source range when refreshing, and abort refresh if invalid. | Kohei Yoshida | |
This avoids refreshing on an invalid source range which causes an empty pivot table output. | |||
2011-09-14 | Introduced CHECK_PARALLELISM (and poshed the code up). | Stephan Bergmann | |
2011-09-14 | default shortcut for .uno:SearchDialog should be Ctrl+H | Andras Timar | |
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 | New unit test case for testing SHEETS function result. | Kohei Yoshida | |
2011-09-14 | do not try to read from an iterator which we just deleted from the container | Bjoern Michaelsen | |
2011-09-14 | Revert "Revert "i#118224: kill O(n^2) complexity of unique bookmark name ↵ | Bjoern Michaelsen | |
creation"" This reverts commit 05a66052ae76240f46606294d23d3a9e9d040e78. | |||
2011-09-14 | Do the same when calling ScDocument::InsertTabs(). | Kohei Yoshida | |
2011-09-14 | fdo#35965: Mark all formula cells dirty when appending a new sheet. | Kohei Yoshida | |
Just like we do when inserting a sheet in the middle. | |||
2011-09-14 | No need to bark about G_SLICE on stderr. | Stephan Bergmann | |
2011-09-14 | don't crash | Caolán McNamara | |
2011-09-14 | don't quote ???x??? | Caolán McNamara | |
2011-09-14 | merge srvdepy functions into xml2cmp and simplify xml2cmp gbuild | Norbert Thiebaud | |
2011-09-14 | Related: fdo#40599 add a initial basic test for deleting graphics | Caolán McNamara | |
2011-09-14 | Folded smoketestdoc back into smoketestoo_native; no need to have it separated. | Stephan Bergmann | |
2011-09-14 | Revert "i#118224: kill O(n^2) complexity of unique bookmark name creation" | Fridrich Štrba | |
This creates multiple crashes on windows when trying to load writer document or to save it This reverts commit e024f616934bb78fba8c8101264806d507068d7e. | |||
2011-09-14 | Removed solenv/bin/subsequenttests, moved its (improved) content directly ↵ | Stephan Bergmann | |
into Makefile.in. | |||
2011-09-14 | Added more missing dependencies on solenv back into build.lsts. | Stephan Bergmann | |
2011-09-14 | added twofold affix+compound to hunspell, as the official fixed ↵ | Arno Teigseth | |
https://sourceforge.net/tracker/index.php?func=detail&aid=3288562&group_id=143754&atid=756395 | |||
2011-09-14 | default to -r on gbuild for performance (assumed esp. on make 3.82) | Bjoern Michaelsen | |
2011-09-14 | ByteString->rtl::OStringBuffer | Caolán McNamara | |
2011-09-14 | pointless foo | Caolán McNamara | |
2011-09-14 | callcatcher: remove unused code | Caolán McNamara | |
2011-09-14 | ImplUpdateStringFromUniString is now dangling | Caolán McNamara | |
2011-09-14 | use read_uInt8s_AsOString here | Caolán McNamara | |
2011-09-14 | forgot the csv file for number formats | Markus Mohrhard | |
2011-09-14 | add unit test for formated cells | Markus Mohrhard | |
2011-09-14 | ScCompiler::IsDBRange compares upper case strings | Markus Mohrhard | |
2011-09-14 | add database unit test | Markus Mohrhard | |
2011-09-13 | Updated csv_parser from orcus. | Kohei Yoshida | |
2011-09-13 | Some cppcheck cleaning | Julien Nabet | |
2011-09-13 | remove this TODO created in 2000 | Julien Nabet | |
2011-09-13 | cppcheck:remove unused variables | Julien Nabet | |