summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-23fdo#42986 Add Presentationsize 16:9 WidescreenRob Snelders
2012-04-23Bug 42982 Patch - copytablewizard.cxxAbeer Sethi
2012-04-23This incorporates the suggested changes.Abeer Sethi
2012-04-23doxygen warning fixesLuboš Luňák
2012-04-23if debug symbols are enabled indirectly, make sure they are actually builtLuboš Luňák
2012-04-23configure checks for gcc options that clang does not supportLuboš Luňák
Maybe they'll be supported somewhen in the future, so do not hardcode them out. Also, gb_DEBUG_C(XX)FLAGS are apparently common GCC options, not platform-specific.
2012-04-23not much point in trying to be too precise about how much space -g build takesLuboš Luňák
2012-04-23more flexible --enable-symbols=<for>Luboš Luňák
the argument given now can - be 'all', meaning everything - start with -, meaning not to enable symbols for that item - end with /, meaning everything in that toplevel directory - be a target of the form targettype_name, e.g. Library_swui Note that there is no ordering and removal takes precedence.
2012-04-23fixes for debug flags handlingLuboš Luňák
- move using optimization, symbols (i.e. debug) and environment cflags/cxxflags into one place - --enable-dbgutils is independent from --enable-debug, and thus also --enable-symbols, so it should not set debuglevel - setting -g flag is controlled by --enable-symbols, not --enable-debug, so it should be used also for selective -g enabling - setting debug flags depending on debuglevel being 2 is certainly wrong - do not let environment cflags/cxxflags disable optimization/symbols flags completely, if one wants, it's possible to explicitly specify e.g. -g0, but the current way does not make it easily possible to specify e.g. -fcolor-diagnostics - do not set debug flag globally now that it can be done selectively
2012-04-23Trying to parse legacy rdb as XML can cause InvalidRegistryException, tooStephan Bergmann
2012-04-23bomb out compilation of cairo canvas for mac or windowsMichael Meeks
This is to avoid unintended regressions based on configure options.
2012-04-23s/OpenOffice/LibreOffice/Andras Timar
2012-04-23n#757890 add testcaseMiklos Vajna
2012-04-23n#757890 dmapper: paragraph properties of shape text should have limited scopeMiklos Vajna
2012-04-23n#757890 oox: implement mso-position-horizontal shape property for textframesMiklos Vajna
2012-04-23Unused sDataFolderURLStephan Bergmann
2012-04-23removed unused static dataTakeshi Abe
2012-04-23fix true->sal_False introduced in 6a018deLuboš Luňák
2012-04-23Revert "it seems tests runtime-depend on ucpchelp1 too"Luboš Luňák
It did not help with the race condition at all. This reverts commit 1b62ccdcb5a44effe4f6f9de105d96fbbd18102d.
2012-04-23update internal openssl to version 0.9.8vPetr Mladek
including important bug fixes
2012-04-23Whitespace tortureTomas Chvatal
2012-04-23Fix undefined destdir if the directory was not existing prior the run.Tomas Chvatal
2012-04-23support Sheets.PrintPreview bnc#757844Noel Power
there is still a little wrinkle, the preview shell always shows what sheets are selected, it's currently not possible to specify the sheets to preview
2012-04-23Port gcc3_linux_powerpc fix to gcc3_macosx_powerpcStephan Bergmann
This ports 84dbc4fe2547f8fc341a46d7f000e721c81e63ee "do not let gcc use registers we are setting ourselves," in the hope that it is also an improvement for Mac OS X PPC. (But the patch was applied blindly, so please revert if it makes things worse instead.)
2012-04-23Revert "i hope this is fixed now"Stephan Bergmann
This reverts commit b8044cb828af149a4598b35a4d46d8fe4205ae74. 84dbc4fe2547f8fc341a46d7f000e721c81e63ee fixed the bridge for PPC on Linux, not Mac OS X.
2012-04-23Minor improvement of previous fixStephan Bergmann
2012-04-23WaE: Clang implicit conversion changes signednessCatalin Iacob
The various *Card* members call getByIndex(rowIndex) and getByIndex expects sal_uInt32 so change everything to it. Change callers as well to adapt to the change.
2012-04-23WaE: Clang implicit conversion changes signednessCatalin Iacob
index is passed to getByIndex which takes sal_uInt32 so just use sal_uInt32 everywhere
2012-04-23WaE: Clang expression result unusedCatalin Iacob
2012-04-23WaE: patch CLucene to avoid Clang unused parameter warningCatalin Iacob
2012-04-23WaE: Clang adding 'int' to a string does not append to the stringCatalin Iacob
2012-04-23WaE: Clang empty forloop bodyCatalin Iacob
Clang says: stripped_scanner.ll:198:46: error: for loop has empty body [-Werror,-Wempty-body] stripped_scanner.ll:198:46: note: put the semicolon on a separate line to silence this warning [-Wempty-body]
2012-04-23i hope this is fixed nowDavid Tardon
2012-04-23do not let gcc use registers we are setting ourselvesDavid Tardon
gcc uses a register for the function call--and it tried r9 here...
2012-04-23save register arguments firstDavid Tardon
The "mr" stores r11 to indeterminate register (r9 in my case) before storing it into the output variable, thus overwriting one of our input arguments... This later leads to nice segfault in testtools/source/bridgetest ... I suppose there is a better way to get the variable, but I do not know it .-)
2012-04-23Add all the available themes to the list.Tomas Chvatal
2012-04-23Do not fail for legacy rdb that only contains root keyStephan Bergmann
2012-04-23No -malign-natural in Clang, not Apple's at leastTor Lillqvist
2012-04-23Unused code removalJavier Silva Sanahuja
2012-04-23Remove unused vcl methods.Monica Ramirez Arceda
2012-04-23Remove unused code in vclSantiago Martinez
2012-04-23Remove unused codeFerran Vidal
2012-04-23add test case for copy/paste formulas, related fdo#48482Markus Mohrhard
2012-04-23I did not want to disable these testsMarkus Mohrhard
2012-04-23only update absolute refs when copying between docs, fdo#48482Markus Mohrhard
The copy/paste formulas code is getting a bit complex. I will try to write some test cases for it.
2012-04-22WaE: initialization of pointer to null from a constant boolean expressionTor Lillqvist
2012-04-22WaE: variable 'stackptr' is uninitialized when usedTor Lillqvist
2012-04-22WaE: comparison of integers of different signs and unused functionsTor Lillqvist
2012-04-22WaE: unused functionsTor Lillqvist
2012-04-22Don't use -Wl,-syslibroot when building against more current SDKsTor Lillqvist