Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-18 | Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵ | Stephan Bergmann | 17 | -107/+76 | |
Linux x86_64). | |||||
2011-10-18 | fixed reorder warning in copy-constructor of filter_info_impl | Peter Jentsch | 1 | -1/+3 | |
2011-10-18 | support editing, importing, exporting the xslt transformer service setting | Peter Jentsch | 6 | -0/+32 | |
starting with LO 3.4 we default to using libxslt for xslt transformations in filters. the saxon/j based services is still available and can be explicitly requested by filters using the 2nd userdata entry in the filter configuration. There wasn't any place to edit this 2nd userdata entry, and it wasn't exported or imported with the custom filter packages. | |||||
2011-10-18 | initial support for user defined xslt service impl in filter jar | Peter Jentsch | 3 | -2/+9 | |
Supports importing the 2nd userdata parameter for xslt filter definitions from manually edited custom XML filter settings. UI currently not available. | |||||
2011-10-18 | remove accidential Debian-only commit | Rene Engelhard | 1 | -2/+1 | |
2011-10-18 | Undo basis/brand split: move program/{addin,filter,plugin} from basis to brand. | Stephan Bergmann | 2 | -10/+5 | |
And let $(prog), $(progpath), $(progurl) point to brand program/ instead of basis program/. | |||||
2011-10-18 | fdo#41935: deadlock in ViewObjectContactOfUnoControl | Michael Stahl | 1 | -40/+13 | |
Remove the mutex member of ViewObjectContactOfUnoControl_Impl and use the SolarMutex instead, because the current usage of 2 mutexes is just too prone to deadlock. | |||||
2011-10-18 | gb_Library_set_componentfile: depend from workdir | Michael Stahl | 1 | -1/+3 | |
The dependecy from the outdir lib to the component file is racy, because we preserve timestamps when delivering: if the component file and the workdir library are built in parallel, and the component file ends up being newer, then the library will always be delivered because its timestamp is always older. Work around this by having the workdir library depend on the component file. | |||||
2011-10-18 | gbuild: mkdir when creating dependencies | Michael Stahl | 3 | -0/+3 | |
2011-10-18 | sal: workaround warnings in valgrind macros | Michael Stahl | 1 | -0/+7 | |
2011-10-18 | moz: replace Linux 3.0 workaround with one for 3.x | Michael Stahl | 3 | -17/+16 | |
2011-10-18 | style tooltips properly with KDE4 vclplug (fdo#40461) | Luboš Luňák | 1 | -3/+8 | |
2011-10-18 | WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation | Tor Lillqvist | 1 | -1/+1 | |
2011-10-18 | WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation | Tor Lillqvist | 1 | -3/+3 | |
2011-10-18 | WaE: '!=' : unsafe mix of type 'bool' and type 'sal_Bool' in operation | Tor Lillqvist | 1 | -1/+1 | |
2011-10-18 | WaE: type name first seen using 'class' now seen using 'struct' | Tor Lillqvist | 1 | -1/+1 | |
2011-10-18 | WaE: type name first seen using 'class' now seen using 'struct' | Tor Lillqvist | 1 | -1/+1 | |
2011-10-18 | WaE: type name first seen using 'class' now seen using 'struct' | Tor Lillqvist | 1 | -2/+2 | |
2011-10-18 | WaE: unreachable code | Tor Lillqvist | 1 | -1/+0 | |
2011-10-18 | WaE: unreachable code | Tor Lillqvist | 1 | -1/+0 | |
2011-10-18 | WaE: C++ exception handler used, but unwind semantics are not enabled | Tor Lillqvist | 1 | -1/+1 | |
Must use gb_Library_add_noexception_objects instead of gb_Library_add_cxxobjects so that -DEXCEPTIONS_OFF is passed to the compilation. (In this case, it affects code in com/sun/star/uno/genfunc.hxx.) | |||||
2011-10-18 | WaE: unreachable code | Tor Lillqvist | 1 | -1/+0 | |
2011-10-18 | WaE: illegal copy-initialization | Tor Lillqvist | 1 | -1/+1 | |
warning C4928: illegal copy-initialization; more than one user-defined conversion has been implicitly applied. So use a variable of the correct type, should not affect the intent of the code. | |||||
2011-10-18 | WaE: unreachable code | Tor Lillqvist | 1 | -1/+0 | |
2011-10-18 | WaE: unreferenced local variable | Tor Lillqvist | 1 | -2/+2 | |
2011-10-18 | WaE: unreachable code | Tor Lillqvist | 1 | -3/+0 | |
2011-10-18 | WaE: 'ScVbaFormatConditions' : default constructor could not be generated | Tor Lillqvist | 1 | -0/+17 | |
The ScVbaFormatConditions class is used only as a target for casting, it seems, and no objects of this type are created as such, I think. So avoid MSVC warnings: warning C4510: 'ScVbaFormatConditions' : default constructor could not be generated warning C4610: class 'ScVbaFormatConditions' can never be instantiated - user defined constructor required | |||||
2011-10-18 | WaE: reinterpret_cast used between related classes, so use static_cast | Tor Lillqvist | 1 | -1/+1 | |
2011-10-18 | Align a rebellious line | Lior Kaplan | 1 | -1/+1 | |
2011-10-18 | Compact the enumeration spaces from previous commit | Lior Kaplan | 1 | -84/+45 | |
2011-10-18 | Remove .chaos file types, except 3 which are in use in the code | Lior Kaplan | 4 | -422/+39 | |
2011-10-18 | losmoketest.py: fix to work with LO-3.5 daily build and improved | Petr Mladek | 1 | -51/+121 | |
+ use the version 3.5 instead of 3.4 + use /opt/lo-dev instead of /opt/libreoffice3.4 + new options: + -d/--download just download the last build + -s/--headless use the headless mode when running the smoke test + -l/--loop do download/install/smoketest in a loop; do it jsut once by default + uninstall the old version when -i/--install option is used + mention PASSED/FAILED in the test log + restore compat symlinks to prebuilt binaries when they do not exits + complain when build.cfg is missing | |||||
2011-10-18 | ignore callcatcher dirs | Caolán McNamara | 1 | -0/+1 | |
2011-10-18 | Fix E_ACCESS failure under windows on attempt to remove temp qa data file | Caolán McNamara | 1 | -1/+9 | |
The reference counting of ScDocShell is very confused. It starts off with ref count of 1, assigning it to a ScDocShellRef gives it a refcount of 2, so clearing it or its dtor gives a refcount of 1 again, so it doesn't auto-delete, and so doesn't close its stream, so the attempt to remove its stream gives E_ACCESS under windows. | |||||
2011-10-18 | Add --disable-nss-module to the README.cross. | Jan Holesovsky | 1 | -0/+2 | |
2011-10-18 | Removed some -Weffc++ warnings from the Header/Footer work | Cédric Bosdonnat | 3 | -2/+33 | |
2011-10-18 | Fixed uses of memmove in DynamicList. | Stephan Bergmann | 1 | -2/+2 | |
2011-10-18 | Undo basis/brand split: move program/classes/ from basis to brand. | Stephan Bergmann | 6 | -17/+9 | |
Also removed apparently unused UNO_JAVA_COMPPATH ProfileItem. | |||||
2011-10-18 | Decouple NSS build from the Mozilla build. | Jan Holesovsky | 4 | -47/+44 | |
This allows xmlsecurity to be built even when --disable-mozilla is provided. | |||||
2011-10-18 | survive some fuzz | Caolán McNamara | 4 | -14/+32 | |
2011-10-18 | CMIS: Fixed the smoketests failure by catching some exceptions | Michael Stahl | 1 | -12/+19 | |
2011-10-18 | Reapply "CMIS: use another name to show than the one extracted from the base URL | Cédric Bosdonnat | 2 | -5/+25 | |
This reverts commit 4901bdf4c4971e9b8235ab9bfbd0ee1088d51b45. | |||||
2011-10-18 | Undo basis/brand split: move presets/ from basis to brand. | Stephan Bergmann | 4 | -11/+8 | |
Also let utl::Bootstrap::locateBaseInstallation return $BRAND_BASE_DIR instead of $OOO_BASE_DIR, so that things match again. | |||||
2011-10-17 | Prevent clang errors about promoted type incompatibilities of K&R function ↵ | Stephan Bergmann | 3 | -20/+3 | |
parameters. | |||||
2011-10-17 | cppcheck fix : 'operator=' should check for assignment to selfw | Julien Nabet | 2 | -11/+14 | |
2011-10-17 | copy/paste error, it should test the xls file too | Markus Mohrhard | 1 | -5/+5 | |
2011-10-17 | add initial test for matrix functions | Stefan Weigel | 4 | -0/+37 | |
2011-10-17 | WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation | Tor Lillqvist | 1 | -1/+1 | |
2011-10-17 | WaE: potentially uninitialized local variable used | Tor Lillqvist | 1 | -1/+1 | |
2011-10-17 | WaE: unreachable code | Tor Lillqvist | 1 | -1/+4 | |