summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-03-29ParaPortionList no longer a child class of DummyParaPortionListDavid Tardon
2012-03-29bypass GtkSalPrinter when it is not enabledDavid Tardon
2012-03-29set correct paper tray in UIDavid Tardon
2012-03-29No need to delete ParaPortion outside of the container any more.Kohei Yoshida
2012-03-29ContentList no longer a child class of DummyContentList (take 2).Kohei Yoshida
The previous commit was bad as it would cause segfalut on startup. This one is good as far as I can tell.
2012-03-29Revert "ContentList no longer a child class of DummyContentList."Kohei Yoshida
This reverts commit ea8f2cbee079932e7f5d9ab646996b472a120c76.
2012-03-29ContentList no longer a child class of DummyContentList.Kohei Yoshida
2012-03-29remove inline & const method.Kohei Yoshida
2012-03-29(const) char[] is a plain C string type tooLuboš Luňák
and it's size is not known, so it cannot be taken as a string literal
2012-03-28pRightPortion no longer used.Kohei Yoshida
2012-03-28ParaPortionList no longer a child class of DummyParaPortionList.Kohei Yoshida
BTW, whoever originally wrote this code obviously didn't like using const keywords.
2012-03-28template over 3 different types of casts all in one line.Kohei Yoshida
2012-03-29removed duplicate includes in connectivityTakeshi Abe
2012-03-29fix SFINAE detection of const char[N] for msvcLuboš Luňák
2012-03-28don't use uno when importing styles ( xlsx,xlsm) )Noel Power
Attempt to move away from uno calls, added AVOID_UNO define in sc/source/filter/inc/workbookhelper.hxx to aid with transition ( AVOID_UNO = 0 runs the old code and uses the uno api )
2012-03-28some performance improvementsNoel Power
a) directly access core for creating named ranges ( the import code still uses uno for accessing the named ranges ) b) combine ranges with equal formats so that format can be applied to a multirange ( to avoid multiple uno calls )
2012-03-28CPPUNIT_ASSERT_EQUAL() takes expected as the first argumentLuboš Luňák
2012-03-28gcc-4.0.1 SFINAE workaroundsLuboš Luňák
2012-03-28remove RTL_CONSTASCII_(U)STRINGPARAM usageLuboš Luňák
2012-03-28string literal overloads for OStringBufferLuboš Luňák