Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-23 | fdo#42986 Add Presentationsize 16:9 Widescreen | Rob Snelders | |
2012-04-23 | Bug 42982 Patch - copytablewizard.cxx | Abeer Sethi | |
2012-04-23 | This incorporates the suggested changes. | Abeer Sethi | |
2012-04-23 | doxygen warning fixes | Luboš Luňák | |
2012-04-23 | if debug symbols are enabled indirectly, make sure they are actually built | Luboš Luňák | |
2012-04-23 | configure checks for gcc options that clang does not support | Luboš 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-23 | not much point in trying to be too precise about how much space -g build takes | Luboš Luňák | |
2012-04-23 | more 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-23 | fixes for debug flags handling | Luboš 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-23 | Trying to parse legacy rdb as XML can cause InvalidRegistryException, too | Stephan Bergmann | |
2012-04-23 | bomb out compilation of cairo canvas for mac or windows | Michael Meeks | |
This is to avoid unintended regressions based on configure options. | |||
2012-04-23 | s/OpenOffice/LibreOffice/ | Andras Timar | |
2012-04-23 | n#757890 add testcase | Miklos Vajna | |
2012-04-23 | n#757890 dmapper: paragraph properties of shape text should have limited scope | Miklos Vajna | |
2012-04-23 | n#757890 oox: implement mso-position-horizontal shape property for textframes | Miklos Vajna | |
2012-04-23 | Unused sDataFolderURL | Stephan Bergmann | |
2012-04-23 | removed unused static data | Takeshi Abe | |
2012-04-23 | fix true->sal_False introduced in 6a018de | Luboš Luňák | |
2012-04-23 | Revert "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-23 | update internal openssl to version 0.9.8v | Petr Mladek | |
including important bug fixes | |||
2012-04-23 | Whitespace torture | Tomas Chvatal | |
2012-04-23 | Fix undefined destdir if the directory was not existing prior the run. | Tomas Chvatal | |
2012-04-23 | support Sheets.PrintPreview bnc#757844 | Noel 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-23 | Port gcc3_linux_powerpc fix to gcc3_macosx_powerpc | Stephan 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-23 | Revert "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-23 | Minor improvement of previous fix | Stephan Bergmann | |
2012-04-23 | WaE: Clang implicit conversion changes signedness | Catalin 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-23 | WaE: Clang implicit conversion changes signedness | Catalin Iacob | |
index is passed to getByIndex which takes sal_uInt32 so just use sal_uInt32 everywhere | |||
2012-04-23 | WaE: Clang expression result unused | Catalin Iacob | |
2012-04-23 | WaE: patch CLucene to avoid Clang unused parameter warning | Catalin Iacob | |
2012-04-23 | WaE: Clang adding 'int' to a string does not append to the string | Catalin Iacob | |
2012-04-23 | WaE: Clang empty forloop body | Catalin 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-23 | i hope this is fixed now | David Tardon | |
2012-04-23 | do not let gcc use registers we are setting ourselves | David Tardon | |
gcc uses a register for the function call--and it tried r9 here... | |||
2012-04-23 | save register arguments first | David 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-23 | Add all the available themes to the list. | Tomas Chvatal | |
2012-04-23 | Do not fail for legacy rdb that only contains root key | Stephan Bergmann | |
2012-04-23 | No -malign-natural in Clang, not Apple's at least | Tor Lillqvist | |
2012-04-23 | Unused code removal | Javier Silva Sanahuja | |
2012-04-23 | Remove unused vcl methods. | Monica Ramirez Arceda | |
2012-04-23 | Remove unused code in vcl | Santiago Martinez | |
2012-04-23 | Remove unused code | Ferran Vidal | |
2012-04-23 | add test case for copy/paste formulas, related fdo#48482 | Markus Mohrhard | |
2012-04-23 | I did not want to disable these tests | Markus Mohrhard | |
2012-04-23 | only update absolute refs when copying between docs, fdo#48482 | Markus Mohrhard | |
The copy/paste formulas code is getting a bit complex. I will try to write some test cases for it. | |||
2012-04-22 | WaE: initialization of pointer to null from a constant boolean expression | Tor Lillqvist | |
2012-04-22 | WaE: variable 'stackptr' is uninitialized when used | Tor Lillqvist | |
2012-04-22 | WaE: comparison of integers of different signs and unused functions | Tor Lillqvist | |
2012-04-22 | WaE: unused functions | Tor Lillqvist | |
2012-04-22 | Don't use -Wl,-syslibroot when building against more current SDKs | Tor Lillqvist | |