summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵Stephan Bergmann17-107/+76
Linux x86_64).
2011-10-18fixed reorder warning in copy-constructor of filter_info_implPeter Jentsch1-1/+3
2011-10-18support editing, importing, exporting the xslt transformer service settingPeter Jentsch6-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-18initial support for user defined xslt service impl in filter jarPeter Jentsch3-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-18remove accidential Debian-only commitRene Engelhard1-2/+1
2011-10-18Undo basis/brand split: move program/{addin,filter,plugin} from basis to brand.Stephan Bergmann2-10/+5
And let $(prog), $(progpath), $(progurl) point to brand program/ instead of basis program/.
2011-10-18fdo#41935: deadlock in ViewObjectContactOfUnoControlMichael Stahl1-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-18gb_Library_set_componentfile: depend from workdirMichael Stahl1-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-18gbuild: mkdir when creating dependenciesMichael Stahl3-0/+3
2011-10-18sal: workaround warnings in valgrind macrosMichael Stahl1-0/+7
2011-10-18moz: replace Linux 3.0 workaround with one for 3.xMichael Stahl3-17/+16
2011-10-18style tooltips properly with KDE4 vclplug (fdo#40461)Luboš Luňák1-3/+8
2011-10-18WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist1-1/+1
2011-10-18WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist1-3/+3
2011-10-18WaE: '!=' : unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist1-1/+1
2011-10-18WaE: type name first seen using 'class' now seen using 'struct'Tor Lillqvist1-1/+1
2011-10-18WaE: type name first seen using 'class' now seen using 'struct'Tor Lillqvist1-1/+1
2011-10-18WaE: type name first seen using 'class' now seen using 'struct'Tor Lillqvist1-2/+2
2011-10-18WaE: unreachable codeTor Lillqvist1-1/+0
2011-10-18WaE: unreachable codeTor Lillqvist1-1/+0
2011-10-18WaE: C++ exception handler used, but unwind semantics are not enabledTor Lillqvist1-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-18WaE: unreachable codeTor Lillqvist1-1/+0
2011-10-18WaE: illegal copy-initializationTor Lillqvist1-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-18WaE: unreachable codeTor Lillqvist1-1/+0
2011-10-18WaE: unreferenced local variableTor Lillqvist1-2/+2
2011-10-18WaE: unreachable codeTor Lillqvist1-3/+0
2011-10-18WaE: 'ScVbaFormatConditions' : default constructor could not be generatedTor Lillqvist1-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-18WaE: reinterpret_cast used between related classes, so use static_castTor Lillqvist1-1/+1
2011-10-18Align a rebellious lineLior Kaplan1-1/+1
2011-10-18Compact the enumeration spaces from previous commitLior Kaplan1-84/+45
2011-10-18Remove .chaos file types, except 3 which are in use in the codeLior Kaplan4-422/+39
2011-10-18losmoketest.py: fix to work with LO-3.5 daily build and improvedPetr Mladek1-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-18ignore callcatcher dirsCaolán McNamara1-0/+1
2011-10-18Fix E_ACCESS failure under windows on attempt to remove temp qa data fileCaolán McNamara1-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-18Add --disable-nss-module to the README.cross.Jan Holesovsky1-0/+2
2011-10-18Removed some -Weffc++ warnings from the Header/Footer workCédric Bosdonnat3-2/+33
2011-10-18Fixed uses of memmove in DynamicList.Stephan Bergmann1-2/+2
2011-10-18Undo basis/brand split: move program/classes/ from basis to brand.Stephan Bergmann6-17/+9
Also removed apparently unused UNO_JAVA_COMPPATH ProfileItem.
2011-10-18Decouple NSS build from the Mozilla build.Jan Holesovsky4-47/+44
This allows xmlsecurity to be built even when --disable-mozilla is provided.
2011-10-18survive some fuzzCaolán McNamara4-14/+32
2011-10-18CMIS: Fixed the smoketests failure by catching some exceptionsMichael Stahl1-12/+19
2011-10-18Reapply "CMIS: use another name to show than the one extracted from the base URLCédric Bosdonnat2-5/+25
This reverts commit 4901bdf4c4971e9b8235ab9bfbd0ee1088d51b45.
2011-10-18Undo basis/brand split: move presets/ from basis to brand.Stephan Bergmann4-11/+8
Also let utl::Bootstrap::locateBaseInstallation return $BRAND_BASE_DIR instead of $OOO_BASE_DIR, so that things match again.
2011-10-17Prevent clang errors about promoted type incompatibilities of K&R function ↵Stephan Bergmann3-20/+3
parameters.
2011-10-17cppcheck fix : 'operator=' should check for assignment to selfwJulien Nabet2-11/+14
2011-10-17copy/paste error, it should test the xls file tooMarkus Mohrhard1-5/+5
2011-10-17add initial test for matrix functionsStefan Weigel4-0/+37
2011-10-17WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist1-1/+1
2011-10-17WaE: potentially uninitialized local variable usedTor Lillqvist1-1/+1
2011-10-17WaE: unreachable codeTor Lillqvist1-1/+4