summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-15Reverted 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-15On 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-15gbuildize automationDavid Tardon
2011-09-15pass -s flag to custom target's make processDavid Tardon
2011-09-15be silentDavid Tardon
2011-09-15be silentDavid Tardon
2011-09-15work silently for make -sDavid Tardon
2011-09-15allow to specify additional deps for zip targetDavid Tardon
2011-09-15WaE: declaration of 'index' shadows a global declarationDavid Tardon
2011-09-15WaE: declaration of 'i' shadows a previous localDavid Tardon
2011-09-15WaE: declaration of 'j' shadows a previous localDavid Tardon
2011-09-15forgot another csv fileMarkus Mohrhard
2011-09-15add formats test for xls and xlsxMarkus Mohrhard
2011-09-15improve calc's format unit testMarkus Mohrhard
bug in 'formats.ods'Sheet1.B5 with number format import
2011-09-14deliver libcrmf.aPeter Foley
2011-09-14Fix of localised template name problems in Impress part 1Peter 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-14Fix nSearchType vs. nMatchType typo and simplify resulting code.Stephan Bergmann
Issue unearthed by julien2412.
2011-09-14Don't always set refresh flag on export. This is a bad hack.Kohei Yoshida
2011-09-14Check 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-14Introduced CHECK_PARALLELISM (and poshed the code up).Stephan Bergmann
2011-09-14default shortcut for .uno:SearchDialog should be Ctrl+HAndras 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-14New unit test case for testing SHEETS function result.Kohei Yoshida
2011-09-14do not try to read from an iterator which we just deleted from the containerBjoern Michaelsen
2011-09-14Revert "Revert "i#118224: kill O(n^2) complexity of unique bookmark name ↵Bjoern Michaelsen
creation"" This reverts commit 05a66052ae76240f46606294d23d3a9e9d040e78.
2011-09-14Do the same when calling ScDocument::InsertTabs().Kohei Yoshida
2011-09-14fdo#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-14No need to bark about G_SLICE on stderr.Stephan Bergmann
2011-09-14don't crashCaolán McNamara
2011-09-14don't quote ???x???Caolán McNamara
2011-09-14merge srvdepy functions into xml2cmp and simplify xml2cmp gbuildNorbert Thiebaud
2011-09-14Related: fdo#40599 add a initial basic test for deleting graphicsCaolán McNamara
2011-09-14Folded smoketestdoc back into smoketestoo_native; no need to have it separated.Stephan Bergmann
2011-09-14Revert "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-14Removed solenv/bin/subsequenttests, moved its (improved) content directly ↵Stephan Bergmann
into Makefile.in.
2011-09-14Added more missing dependencies on solenv back into build.lsts.Stephan Bergmann
2011-09-14added 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-14default to -r on gbuild for performance (assumed esp. on make 3.82)Bjoern Michaelsen
2011-09-14ByteString->rtl::OStringBufferCaolán McNamara
2011-09-14pointless fooCaolán McNamara
2011-09-14callcatcher: remove unused codeCaolán McNamara
2011-09-14ImplUpdateStringFromUniString is now danglingCaolán McNamara
2011-09-14use read_uInt8s_AsOString hereCaolán McNamara
2011-09-14 forgot the csv file for number formatsMarkus Mohrhard
2011-09-14add unit test for formated cellsMarkus Mohrhard
2011-09-14ScCompiler::IsDBRange compares upper case stringsMarkus Mohrhard
2011-09-14add database unit testMarkus Mohrhard
2011-09-13Updated csv_parser from orcus.Kohei Yoshida
2011-09-13Some cppcheck cleaningJulien Nabet
2011-09-13remove this TODO created in 2000Julien Nabet
2011-09-13cppcheck:remove unused variablesJulien Nabet