Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-29 | alloca(3) needs stdlib.h on *BSD because there is no alloca.h | Robert Nagy | |
2012-03-29 | add $python_libs to PYTHON_LIBS in case pkg-config is being used | Robert Nagy | |
2012-03-29 | some systems use sha1 instead of sha1sum, so detect both of them | Robert Nagy | |
2012-03-29 | drop extra unused inlines and remains of unconstructable class | Caolán McNamara | |
2012-03-29 | remove unused code (oox) | Petr Vorel | |
2012-03-29 | add missing tools/table.hxx include | Markus Mohrhard | |
2012-03-29 | add for calc extra paste ctx menu with options to paste text or formula only | Noel Power | |
2012-03-29 | quick and ugly hack for ScEditableTester in ucalc | Markus Mohrhard | |
Fix this as soon as possible with a clean fix | |||
2012-03-29 | Remove unnecessary tools/table.hxx #includes | Noel Grandin | |
2012-03-29 | deal with symlinks in your PWD breaking gnumake dependencies | Michael Meeks | |
2012-03-29 | Mark all registered as clobbered that are not saved across call | Stephan Bergmann | |
2012-03-29 | Make cpp_uno/gcc3_linux_x86-64 bridge work with GCC 4.7 | Stephan Bergmann | |
See comment in callvirtualmethod.cxx for details. | |||
2012-03-30 | removed duplicate includes in dbaccess | Takeshi Abe | |
2012-03-30 | removed duplicate includes in cppcanvas / cppuhelper / cui | Takeshi Abe | |
2012-03-29 | --headless for hwpfilter test | Luboš Luňák | |
Otherwise there's a build dependency missing (and it's apparently not needed anyway). | |||
2012-03-29 | fdo#45394 fix RTF import of custom fonts in substreams | Miklos Vajna | |
Substreams (headers, footers, etc.) are parsed separately, so their font table is empty by default. Fix handling of custom fonts (and thus encodings) there by passing a pointer to the superstream. | |||
2012-03-29 | fdo#45394 fix RTF import of tables with empty first row | Miklos Vajna | |
Additionally the table should be at the start of the document to trigger this bug. | |||
2012-03-29 | emf+ on win: implement bitmap creation from bitmapcanvas | Radek Doulik | |
2012-03-29 | emf+ on win: flush the header stream, so that it doesn't look like empty | Radek Doulik | |
2012-03-29 | emf+ on win: enable emf+ parsing | Radek Doulik | |
2012-03-29 | Add link for patch upstream attempt | Stephan Bergmann | |
2012-03-29 | Remove unused code in connectiviy. | Santiago Martinez | |
2012-03-29 | remove dangling declaration | Caolán McNamara | |
2012-03-29 | Remove unused code in sqlnode | Santiago Martinez | |
2012-03-29 | GCC 4.7 -Werror=enum-compare | Stephan Bergmann | |
2012-03-29 | Backport some Boost 1.48.0 changes to keep GCC 4.7 -std=c++11 happy | Stephan Bergmann | |
2012-03-29 | callcatcher: update list | Caolán McNamara | |
2012-03-29 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-29 | no need for a global rtl::OUString here | Caolán McNamara | |
2012-03-29 | fix build | Luboš Luňák | |
2012-03-29 | desktop: unwind hideous StrTitle mess a little | Michael Meeks | |
2012-03-29 | rtftok: OSL_FAIL() -> SAL_WARN() | Miklos Vajna | |
2012-03-29 | n714787: Duplicate code removal. | Muthu Subramanian | |
2012-03-29 | Disable cairo canvas on Windows fdo#46901 fdo#46532 | Michael Meeks | |
We never used cairocanvas on Win, this got accidentally enabled due to configure.in cleanups. Not that we shouldn't, but it needs some more fixing ( Analog of Thorsten's Mac commit for fdo#45584 ) | |||
2012-03-29 | UNO BYTE is signed | Stephan Bergmann | |
This is hopefully a better fix for c589fa17b8f3e6ded0d1e04120781eb5d6735bc7 "Dalvik enforces byte constants being in range (-128..127)." | |||
2012-03-29 | fix last commit | Luboš Luňák | |
2012-03-29 | (const) char[] (i.e. size unknown) cannot be used with O(U)String | Luboš Luňák | |
msvc can't handle the necessary template overload (and maybe it's right, I'm not sure) | |||
2012-03-29 | -Werror=sign-compare | Stephan Bergmann | |
...solved by recasting the offending expression. | |||
2012-03-29 | fix constness compile error | Luboš Luňák | |
2012-03-29 | Only basename in component uris in DISABLE_DYNLOADING case here, too | Tor Lillqvist | |
2012-03-29 | Follow-up to revert of "Initial experiments with static linking of (some) ..." | Tor Lillqvist | |
Revert "this requires string literals now" and "fix after recent XSERVICEINFO_IMPL_1 change". This reverts commits f7d571d2eefea079be3d89f3253ed90cbd9fa07f and 186ab8e77bd7c7a42ffcca6fa7f8e1819ad04b7d. | |||
2012-03-29 | No CppunitTest_sal_osl_process for iOS either | Tor Lillqvist | |
2012-03-29 | Add some more temporary hardcoded library mappings for DISABLE_DYNLOADING | Tor Lillqvist | |
2012-03-29 | We want just the library basename in the DISABLE_DYNLOADING case | Tor Lillqvist | |
2012-03-29 | Revert "Initial experiments with static linking of (some) ..." | Tor Lillqvist | |
Thist idea caused too intrusive changes to the code of call sites, I think. Will do it another way that leaves call sites as is. This reverts commit 25d114eec4d451acdda1ddff4c8ed9d47ba6275f. | |||
2012-03-29 | More libs | Tor Lillqvist | |
2012-03-29 | No need for COMPONENTPREFIX when we link components statically | Tor Lillqvist | |
2012-03-29 | Add helpful comment | Tor Lillqvist | |
2012-03-29 | SaveGetObject() is presumably meant to be safe rather than saving | Luboš Luňák | |
2012-03-29 | I assume the asserts are safer before non-checked access | Luboš Luňák | |