Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-08 | Fixup non-respecting DESTDIR for DOCDIR chmod. | Tomáš Chvátal | |
Signed-off-by: Petr Mladek <pmladek@suse.cz> | |||
2011-09-08 | GCC bug 50255 will be fixed in 4.6.2 already. | Stephan Bergmann | |
2011-09-08 | Get array indexing right in ControlModelContainerBase::getAvailableServiceNames. | Stephan Bergmann | |
Apparently a merge conflict from 83380a7805f69b18f432895fc17c53cf0354bf4d "Merge commit 'ooo/DEV300_m106' into libreoffice-3-4" toolkit/qa/unoapi stumbled over it. | |||
2011-09-08 | Related: gcc#50255 we now know the bounds of the broken gcc versions | Caolán McNamara | |
2011-09-08 | Make moved bitfield flags from prev commit into true bools. | Stephan Bergmann | |
As discussed on IRC, no apparent reason to have them as bitfileds in the first place. | |||
2011-09-08 | fix dodgy assigns to const array param | julien2412 | |
2011-09-08 | Cleanup of SwFlowFrm flags. | Stephan Bergmann | |
bUndersized was used uninitialized in derived SwFlowFrm, as valgrinding sw/qa/unoapi revealed. | |||
2011-09-08 | so *that's* where the hello/world we're coming from | Caolán McNamara | |
2011-09-08 | Related: fdo#40420 always include xmlsecurity library for macro-security | Caolán McNamara | |
the xmlsecurity library contains the dialogs and resources for the macro-security dialog as well as the xml signing UI. So always build and include this library unconditionally. | |||
2011-09-08 | its just a const char* | Caolán McNamara | |
2011-09-08 | Related: fdo#40420 don't crash on missing/failing xmlsecurity lib | Caolán McNamara | |
2011-09-08 | callcatcher: update list | Caolán McNamara | |
2011-09-08 | ByteString->rtl::OString, etc | Caolán McNamara | |
2011-09-08 | Revert "process more idl files at once - second part: makefiles" | Norbert Thiebaud | |
This reverts commit a44dda4b7d71f8d2b4e0cca79d732eab89588c3a. | |||
2011-09-08 | Revert "process more idl files at once - first part: gbuild" | Norbert Thiebaud | |
This reverts commit 4453178694db4bbc6d110035865fa7cc4a209b13. | |||
2011-09-08 | Revert "Need doubled dollarsign here it seems for this to actually work as ↵ | Norbert Thiebaud | |
intended" This reverts commit 11e8dc2d901988b4e638e6fff1edfbbf0b3b999d. | |||
2011-09-08 | Make CmpKernData a true strict weak ordering for use in std::sort. | Stephan Bergmann | |
2011-09-07 | Updated css_parser from orcus, plus added experimental csv_parser. | Kohei Yoshida | |
2011-09-08 | cppcheck cleaning: duplicate expression on both sides of < | Korrawit Pruegsanusak | |
2011-09-08 | make ScViewFunc::SetStyleSheetToMarked() work again | Eike Rathke | |
2011-09-07 | use SAL_CONST_UINT64 with such large values | Eike Rathke | |
2011-09-07 | SwUndoTblNdsChg::pDelSects was used unitialized. | Stephan Bergmann | |
sw/qa/unoapi checks failed because of this. Changed both pDelSects and pNewSttNds to auto_ptrs to clean up resource handling here; explicitly made SwUndoTblNdsChg noncopyable to avoid auto_ptr-stealing. | |||
2011-09-07 | some basic unit test for xls and xlsx | Markus Mohrhard | |
adds the basic concepts for xls/xlsx unit test -build system changes -some restructuring in the filter test -universal-content.xls/xlsx | |||
2011-09-07 | fix url in documentation | Andras Timar | |
2011-09-07 | Remove warnings. | Kohei Yoshida | |
2011-09-07 | use vnd.openoffice.pymodule: as the prefix | Caolán McNamara | |
2011-09-07 | add support for UNO components in Python | David Tardon | |
2011-09-07 | valgrind: secondary pool leaks here | Caolán McNamara | |
2011-09-07 | Merge branch 'master' into feature/calc-multiline-input | Kohei Yoshida | |
2011-09-07 | Get the file: URIs right | Tor Lillqvist | |
2011-09-07 | Updates | Tor Lillqvist | |
2011-09-07 | Merge branch 'master' into feature/calc-multiline-input | Kohei Yoshida | |
2011-09-07 | fix typo of the option name | Takeshi Abe | |
2011-09-07 | introduce SAL_DEPRECATED macro | Bjoern Michaelsen | |
2011-09-07 | This seems to help the MSVC build along | Tor Lillqvist | |
2011-09-07 | remove freshly unused methods | Caolán McNamara | |
2011-09-07 | BITxxx functions according to ODF 1.2 OpenFormula | Wolfgang Pechlaner | |
Implements BITAND, BITOR, BITXOR, BITLSHIFT and BITRSHIFT as specified by OASIS OpenDocument Format 1.2 OpenFormula / ODFF. Changes made by the committer: * Original submission added the new functions to the Logical group, that group has only functions though that return a logical value 1/0/true/false. ODFF groups them under "Bit operation functions" that currently is not available in Calc. Added the functions to the Mathematical group instead. * Changed descriptions of functions in the Function Wizard. * One sal_uInt64 constant instead of several identical literal 281474976710655 values. * Replaced 'or' operators with || * Don't push two return values, if PushIllegalArgument() was used don't use PushDouble() thereafter. * Treat double values with ::rtl::math::approxFloor() to obtain integer values. * For BITLSHIFT and BITRSHIFT implemented a different algorithm following the ODFF specification that allows larger shift values. * Use our block braces style, respectively don't use block braces for one-line if-statements. * Fixed indentation levels. * Adapted RTL_LOGFILE_CONTEXT_AUTHOR to say "pechlaner". Credit to whom credit is due ;-) | |||
2011-09-07 | correct OPropertySetHelper2 copy constructor and assignment operator | Lionel Elie Mamane | |
allows to get rid of export of vtable | |||
2011-09-07 | apparently vtable & thunks necessary after all in gcc3.map | Lionel Elie Mamane | |
2011-09-07 | typo | Lionel Elie Mamane | |
2011-09-07 | shouldEscapeDateTime() controls ODBC syntax for date literals, not ## format | Lionel Elie Mamane | |
2011-09-07 | use MKDIRHIER instead of MKDIR to avoid bogus error messages | Lionel Elie Mamane | |
2011-09-07 | moz ldap libraries: don't need LIBDIR to exist | Lionel Elie Mamane | |
2011-09-07 | moz: do not try to get into non-existent directory and ignore error | Lionel Elie Mamane | |
2011-09-07 | Restore ABI compatibility with LO 3.4 and earlier | Lionel Elie Mamane | |
Factor out ABI-breaking changes to OPropertySetHelper into a derived class OPropertySetHelper2. Only gcc3.map is up-to-date. | |||
2011-09-07 | compensate for missing newlines at end of windows .d files when concatenating | Michael Meeks | |
2011-09-07 | We don't need any .lnk or .link stuff, do we? | Tor Lillqvist | |
2011-09-07 | Don't deliver build.lst to solver and don't look for it there | Tor Lillqvist | |
2011-09-07 | update to latest version of vcredist fdo#40399 | Andras Timar | |
2011-09-07 | enable to replace the vendor name in Windows installer, bnc#571489 | Andras Timar | |