summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-01we are W3C XMLSchema here, not ISO 8601Eike Rathke
2011-12-01Internal libpq (PostgreSQL client lib)Lionel Elie Mamane
2011-12-01External PostgreSQL: automatically search MacOS-specific pathsLionel Elie Mamane
2011-12-01WaE: unused variablesAugust Sodora
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan
2011-12-01fdo#41474: remove setCharAt and charAt from O[U]StringBufferAugust Sodora
2011-12-01-Wstrict-aliasing fixStephan Bergmann
2011-12-01The other uses of pReserved had been changed to nStaticRefCount in 2001.Stephan Bergmann
2011-12-01set manufacturer name to OOO_VENDOR or else to USERNAMEAndras Timar
2011-12-01our product is always opensourceAndras Timar
2011-12-01create installation set for testsPetr Mladek
+ it currently includes just the smoketest and is available only for Linux + the side effect is that it builds the smoketest before instsetoo_native + it runs it only during dev-install when the variable RUN_SMOKETEST == YES
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke
2011-12-01pull in module headers before solverEike Rathke
2011-12-01add exectuable rights for libraries on LinuxPetr Mladek
RPM strips debuginfo packages from libraries only when they have execuateble rights It does not fix permissions of the prebuilt mozilla libraries; scp2 defines the same permissions for all files inside the mozruntime.zip archive. Unfortuantely, it icludes libraries and data files togetger.
2011-12-01Use more reasonable permissions also the profile filesPetr Mladek
2011-12-01Check length before operator[]August Sodora
2011-12-01fix broken .ulf translationsCaolán McNamara
some loon ran a little amock (*cough*)
2011-12-01UpdateTor Lillqvist
2011-12-01Don't bother with Report Builder on Android for nowTor Lillqvist
2011-12-01Don't bother with Presenter Console or Minimizer on Android for nowTor Lillqvist
2011-12-01Revert "Don't overwrite OUTDIR & friends."Kohei Yoshida
This reverts commit 28275d470f3a062cfa27d72bbf89328af1e83c68.
2011-12-01This data member is no longer used. Remove it.Kohei Yoshida
2011-12-01Use themed icons for message boxes againStefan Knorr (astron)
2011-12-01delete the space after 'qtz', tooAndras Timar
otherwize double space will occur in the variable and it will be replaced to ',,' instead of ',' -> build fails
2011-12-01Some changes to the Word Count UIStefan Knorr (astron)
2011-12-01fix typoMarkus Mohrhard
2011-12-01avoid Tabs size calculation in loopsLaurent Godard
2011-12-01Remove uses of charAtAugust Sodora
2011-12-01Revert "temporary hack: soffice.bin should be type of GUI app, not CUI app ↵Andras Timar
fdo#42914" This reverts commit d76479654748454e280ac48217fb0036bc5940a1. Bjoern fixed it correctly, this hack is not needed.
2011-12-01Fix typos in "hint" and make more readableTor Lillqvist
2011-12-01Enable online update in the release builds again.Jan Holesovsky
2011-12-01-Werror=unused-parameter fix (completely removed unused setRowVisible())Stephan Bergmann
2011-12-01-Werror=parentheses fixStephan Bergmann
2011-12-01fix libvisio's build.lst so that boost dep is taken into accountNorbert Thiebaud
2011-12-01fdo#35657: reenable subsequent testAugust Sodora
2011-11-30Remove unnecessary includesAugust Sodora
2011-11-30Remove unnecessary includesAugust Sodora
2011-11-30String->OUStringAugust Sodora
2011-11-30Remove unnecessary includesAugust Sodora
2011-11-30Refactor sbxitemAugust Sodora
2011-12-01Now that JAVA_HOME is set early, no need to expand it lazilyTor Lillqvist
Just use $JAVA_HOME instead of '$JAVA_HOME'. Fixes build breaker in at least bean on Linux.
2011-11-30split sc's filters-test into in-build and subsequent testsMarkus Mohrhard
only testContent and the ods range name test remain in-build, everything else is now a subsequenttest if needed the subsequent_filters-test can be moved to an in-build test in Module_sc.mk
2011-11-30move sc's macros test into sc/qa/extrasMarkus Mohrhard
2011-11-30only load the testfile once and after that reuse the already loaded fileMarkus Mohrhard
this is not perfect but better than loading the file several times while we should only call read-only methods
2011-11-30move c++ based subsequenttest to sc/qa/extrasMarkus Mohrhard
2011-11-30configure pgsql-sdbc: use PGCONFIG instead of relying on PATHLionel Elie Mamane
2011-11-30Set JAVA_HOME before it is usedTor Lillqvist
2011-11-30do not even read module dirs when shortcutingBjoern Michaelsen
2011-11-30debugrun does not need to read gbuild definitionsBjoern Michaelsen
2011-11-30execute debugrun after buildingBjoern Michaelsen