summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-29alloca(3) needs stdlib.h on *BSD because there is no alloca.hRobert Nagy
2012-03-29add $python_libs to PYTHON_LIBS in case pkg-config is being usedRobert Nagy
2012-03-29some systems use sha1 instead of sha1sum, so detect both of themRobert Nagy
2012-03-29drop extra unused inlines and remains of unconstructable classCaolán McNamara
2012-03-29remove unused code (oox)Petr Vorel
2012-03-29add missing tools/table.hxx includeMarkus Mohrhard
2012-03-29add for calc extra paste ctx menu with options to paste text or formula onlyNoel Power
2012-03-29quick and ugly hack for ScEditableTester in ucalcMarkus Mohrhard
Fix this as soon as possible with a clean fix
2012-03-29Remove unnecessary tools/table.hxx #includesNoel Grandin
2012-03-29deal with symlinks in your PWD breaking gnumake dependenciesMichael Meeks
2012-03-29Mark all registered as clobbered that are not saved across callStephan Bergmann
2012-03-29Make cpp_uno/gcc3_linux_x86-64 bridge work with GCC 4.7Stephan Bergmann
See comment in callvirtualmethod.cxx for details.
2012-03-30removed duplicate includes in dbaccessTakeshi Abe
2012-03-30removed duplicate includes in cppcanvas / cppuhelper / cuiTakeshi Abe
2012-03-29--headless for hwpfilter testLuboš Luňák
Otherwise there's a build dependency missing (and it's apparently not needed anyway).
2012-03-29fdo#45394 fix RTF import of custom fonts in substreamsMiklos 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-29fdo#45394 fix RTF import of tables with empty first rowMiklos Vajna
Additionally the table should be at the start of the document to trigger this bug.
2012-03-29emf+ on win: implement bitmap creation from bitmapcanvasRadek Doulik
2012-03-29emf+ on win: flush the header stream, so that it doesn't look like emptyRadek Doulik
2012-03-29emf+ on win: enable emf+ parsingRadek Doulik
2012-03-29Add link for patch upstream attemptStephan Bergmann
2012-03-29Remove unused code in connectiviy.Santiago Martinez
2012-03-29remove dangling declarationCaolán McNamara
2012-03-29Remove unused code in sqlnodeSantiago Martinez
2012-03-29GCC 4.7 -Werror=enum-compareStephan Bergmann
2012-03-29Backport some Boost 1.48.0 changes to keep GCC 4.7 -std=c++11 happyStephan Bergmann
2012-03-29callcatcher: update listCaolán McNamara
2012-03-29remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-29no need for a global rtl::OUString hereCaolán McNamara
2012-03-29fix buildLuboš Luňák
2012-03-29desktop: unwind hideous StrTitle mess a littleMichael Meeks
2012-03-29rtftok: OSL_FAIL() -> SAL_WARN()Miklos Vajna
2012-03-29n714787: Duplicate code removal.Muthu Subramanian
2012-03-29Disable cairo canvas on Windows fdo#46901 fdo#46532Michael 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-29UNO BYTE is signedStephan Bergmann
This is hopefully a better fix for c589fa17b8f3e6ded0d1e04120781eb5d6735bc7 "Dalvik enforces byte constants being in range (-128..127)."
2012-03-29fix last commitLuboš Luňák
2012-03-29(const) char[] (i.e. size unknown) cannot be used with O(U)StringLuboš Luňák
msvc can't handle the necessary template overload (and maybe it's right, I'm not sure)
2012-03-29-Werror=sign-compareStephan Bergmann
...solved by recasting the offending expression.
2012-03-29fix constness compile errorLuboš Luňák
2012-03-29Only basename in component uris in DISABLE_DYNLOADING case here, tooTor Lillqvist
2012-03-29Follow-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-29No CppunitTest_sal_osl_process for iOS eitherTor Lillqvist
2012-03-29Add some more temporary hardcoded library mappings for DISABLE_DYNLOADINGTor Lillqvist
2012-03-29We want just the library basename in the DISABLE_DYNLOADING caseTor Lillqvist
2012-03-29Revert "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-29More libsTor Lillqvist
2012-03-29No need for COMPONENTPREFIX when we link components staticallyTor Lillqvist
2012-03-29Add helpful commentTor Lillqvist
2012-03-29SaveGetObject() is presumably meant to be safe rather than savingLuboš Luňák
2012-03-29I assume the asserts are safer before non-checked accessLuboš Luňák