summaryrefslogtreecommitdiff
path: root/embeddedobj/source/msole
AgeCommit message (Expand)AuthorFilesLines
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-2/+2
2014-01-10Use boolStephan Bergmann1-3/+3
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2-4/+4
2013-11-29Catch block smells like leftover debugging codeStephan Bergmann1-10/+1
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold1-3/+0
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-2/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin4-32/+25
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin3-6/+6
2013-11-11remove unnecessary use of OUString constructor in EMBEDDEDOBJ moduleNoel Grandin3-14/+14
2013-10-22fdo#68849 add some header guardsThomas Arnhold5-6/+18
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza2-15/+4
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-1/+0
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák3-6/+6
2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann1-4/+4
2013-06-29remove OUString wrap for string literalsThomas Arnhold3-14/+14
2013-05-31fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan4-51/+43
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2-11/+11
2013-05-02Resolves: #i113605# missing :ReleaseStgMedium() call on STGMEDIUM objectJian Fang Zhang1-0/+4
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák14-302/+302
2013-04-05Replace `compareTo(...) == 0` with ==Ashish Banerjee2-2/+2
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-4/+4
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold9-139/+139
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold3-7/+7
2013-02-28Fix typo "persistant" -> "persistant"Julien Nabet1-3/+3
2013-02-10fdo#60491: embeddedobj: catch exception in fallback pathMichael Stahl1-1/+8
2013-02-10embeddedobj: log some exceptionsMichael Stahl2-2/+6
2013-02-08fdo#60234 fdo#60492: fix emboleobj library on WNT:Michael Stahl1-1/+1
2013-01-15fdo#46808, fixes for windows buildNoel Grandin1-1/+1
2013-01-15fdo#46808, fixes for windows buildNoel Grandin1-0/+1
2013-01-15fdo#46808, Convert comphelper::MimeConfigurationHelper to XComponentContextNoel Grandin2-2/+2
2013-01-15fdo#46808, Adapt embed::*EmbeddedObjectCreator UNO services to new styleNoel Grandin2-24/+10
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-45/+40
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin3-9/+6
2012-10-01Use prefixTor Lillqvist2-2/+2
2012-09-29re-base on ALv2 code.Michael Meeks13-308/+191
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2-2/+2
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann4-19/+19
2012-09-03Some builds seem to require a prefixed "system" hereStephan Bergmann1-3/+3
2012-09-03fdo#46808, Adapt system::SystemShellExecute UNO service to new styleNoel Grandin1-5/+4
2012-08-27Missing #includeStephan Bergmann1-0/+1
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin4-17/+15
2012-08-06There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-3/+3
2012-06-21re-base on ALv2 code.Michael Meeks10-242/+152
2012-06-12cppcheck: avoid unreachable code warningsMartyn Russell1-8/+6
2012-06-06embeddedobj: try to make MSVC happyMichael Stahl1-1/+1
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin3-40/+22
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-19/+17
2012-04-16WaE: unused parameterDavid Tardon1-0/+3
2012-04-16WaE: initialization orderDavid Tardon1-2/+2