Age | Commit message (Expand) | Author | Files | Lines |
2014-01-29 | bool improvements | Stephan Bergmann | 1 | -1/+1 |
2013-12-20 | typo fixes | Andras Timar | 1 | -2/+2 |
2013-12-06 | Default OMultiTypeInferfaceContainerHelperVar equalImpl parameter | Stephan Bergmann | 1 | -26/+2 |
2013-11-28 | clean up some COM initialization | Michael Stahl | 1 | -19/+6 |
2013-11-20 | Use <windows.h> with a lower-case 'w' for cross-compilation goodness | Tor Lillqvist | 1 | -1/+1 |
2013-11-20 | Windows: Require at least Windows XP SP2 | Thomas Arnhold | 1 | -1/+0 |
2013-11-19 | fdo#66232 fix opening files via COM server | Andras Timar | 1 | -1/+1 |
2013-11-19 | remove unnecessary use of OUString constructor when assigning | Noel Grandin | 3 | -9/+9 |
2013-11-19 | remove most use of RTL_CONSTASCII_USTRINGPARAM macro | Noel Grandin | 3 | -26/+15 |
2013-11-14 | embedserv: unused code | Andras Timar | 2 | -37/+0 |
2013-11-11 | remove unnecessary use of OUString constructor | Noel Grandin | 1 | -13/+13 |
2013-07-26 | more liblibreoffice pieces. | Michael Meeks | 1 | -2/+1 |
2013-06-29 | remove OUString wrap for string literals | Thomas Arnhold | 1 | -1/+1 |
2013-04-08 | fix windows build | Noel Grandin | 1 | -1/+1 |
2013-04-08 | fix windows build | Noel Grandin | 1 | -3/+3 |
2013-04-08 | fdo#46808, Convert frame::Frame to new style | Noel Grandin | 1 | -83/+46 |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák | 7 | -148/+148 |
2013-03-19 | removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations | Thomas Arnhold | 2 | -6/+4 |
2013-03-19 | automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings | Thomas Arnhold | 6 | -105/+83 |
2013-02-22 | [Uu]sefull -> [Uu]seful | Julien Nabet | 1 | -1/+1 |
2012-12-22 | Some cppcheck cleaning in embedserv | Julien Nabet | 1 | -2/+0 |
2012-12-21 | fdo#46808, Convert frame::Desktop to new style service. | Noel Grandin | 1 | -32/+10 |
2012-12-11 | Blind Windows-only fix | Stephan Bergmann | 1 | -0/+7 |
2012-11-28 | We only support MSVC 2008 (_MSC_VER 1500) or later | Tor Lillqvist | 9 | -10/+10 |
2012-10-24 | fdo#46808, Adapt awt::Toolkit UNO service to new style | Noel Grandin | 1 | -33/+27 |
2012-10-07 | fix embedserv build with Win8 SDK | Peter Foley | 1 | -1/+1 |
2012-10-04 | Fix an InteractionHandler new-style service use | Stephan Bergmann | 1 | -21/+18 |
2012-10-04 | fdo#46808, Adapt task::InteractionHandler UNO service to new style | Noel Grandin | 1 | -4/+3 |
2012-10-01 | Use prefix | Tor Lillqvist | 1 | -1/+1 |
2012-09-25 | replace remaining InterlockedCount() with inlined version | Norbert Thiebaud | 3 | -5/+5 |
2012-09-19 | ComponentContext::getUnoContext -> getComponentContext simplification | Stephan Bergmann | 1 | -5/+5 |
2012-08-27 | fdo#46808, Adapt TempFile UNO service to new style | Noel Grandin | 1 | -76/+67 |
2012-07-13 | re-base on ALv2 code. Includes: | Michael Meeks | 7 | -161/+98 |
2012-06-25 | Remove various commented out defines | Thomas Arnhold | 1 | -12/+0 |
2012-06-21 | re-base on ALv2 code. | Michael Meeks | 6 | -138/+84 |
2012-06-06 | nuke dead code | Takeshi Abe | 1 | -33/+0 |
2012-06-06 | fdo#46808, Adapt UNO services to new style, Part 7, updating ::create | Noel Grandin | 1 | -15/+9 |
2012-05-31 | Make Win32 LibO installable side by side with other StarOffice derivatives | Jesús Corrius | 1 | -5/+5 |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | 1 | -1/+1 |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 1 | -1/+1 |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 2 | -2/+2 |
2012-03-10 | embedserv: convert to gbuild | Matúš Kukan | 3 | -445/+0 |
2011-12-10 | catch exception by constant reference | Takeshi Abe | 3 | -20/+20 |
2011-10-03 | WaE: unreachable code | Tor Lillqvist | 1 | -1/+0 |
2011-10-03 | chmod -x | Tor Lillqvist | 1 | -0/+0 |
2011-10-03 | WaE: C++ exception handler used, but unwind semantics are not enabled | Tor Lillqvist | 1 | -0/+1 |
2011-08-17 | Fix MSVC build with debugging C/C++ runtime, i.e. with --enable-dbgutil | Tor Lillqvist | 1 | -3/+0 |
2011-07-12 | Remove component_getImplementationEnvironment | Matus Kukan | 1 | -5/+0 |
2011-04-20 | Easyhack: Add visibility markup to all component_get* functions | Julien Nabet | 1 | -2/+2 |
2011-03-19 | Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) | Thomas Arnhold | 1 | -1/+1 |