Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-03-29 | ParaPortionList no longer a child class of DummyParaPortionList | David Tardon | |
2012-03-29 | bypass GtkSalPrinter when it is not enabled | David Tardon | |
2012-03-29 | set correct paper tray in UI | David Tardon | |
2012-03-29 | No need to delete ParaPortion outside of the container any more. | Kohei Yoshida | |
2012-03-29 | ContentList 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-29 | Revert "ContentList no longer a child class of DummyContentList." | Kohei Yoshida | |
This reverts commit ea8f2cbee079932e7f5d9ab646996b472a120c76. | |||
2012-03-29 | ContentList no longer a child class of DummyContentList. | Kohei Yoshida | |
2012-03-29 | remove inline & const method. | Kohei Yoshida | |
2012-03-29 | (const) char[] is a plain C string type too | Luboš Luňák | |
and it's size is not known, so it cannot be taken as a string literal | |||
2012-03-28 | pRightPortion no longer used. | Kohei Yoshida | |
2012-03-28 | ParaPortionList no longer a child class of DummyParaPortionList. | Kohei Yoshida | |
BTW, whoever originally wrote this code obviously didn't like using const keywords. | |||
2012-03-28 | template over 3 different types of casts all in one line. | Kohei Yoshida | |
2012-03-29 | removed duplicate includes in connectivity | Takeshi Abe | |
2012-03-29 | fix SFINAE detection of const char[N] for msvc | Luboš Luňák | |
2012-03-28 | don'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-28 | some performance improvements | Noel 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-28 | CPPUNIT_ASSERT_EQUAL() takes expected as the first argument | Luboš Luňák | |
2012-03-28 | gcc-4.0.1 SFINAE workarounds | Luboš Luňák | |
2012-03-28 | remove RTL_CONSTASCII_(U)STRINGPARAM usage | Luboš Luňák | |
2012-03-28 | string literal overloads for OStringBuffer | Luboš Luňák | |