summaryrefslogtreecommitdiff
path: root/embeddedobj/source/msole
AgeCommit message (Expand)Author
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-01-20Some more loplugin:cstylecast: embeddedobjStephan Bergmann
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-12-22bnc#822341: PPTX export of embedded text documentsZolnai Tamás
2014-12-18embeddedobj: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-31Removed duplicated includesAndrea Gelmini
2014-10-01loplugin: cstylecastNoel Grandin
2014-08-27bnc#648251: Avoid crash when attempting to open embedded OLE object as "text"Tor Lillqvist
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin
2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-14embeddedobj: remove SAL_INFO's that only mark function entryNoel Grandin
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-22embeddedobj: sal_Bool->boolNoel Grandin
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-14Clean up function declarationsStephan Bergmann
2014-04-07fdo#77140 embeddedobj: avoid unneeded conversion in ConvertBufferToFormat()Miklos Vajna
2014-04-04coverity#706511 Uncaught exceptionCaolán McNamara
2014-04-04coverity#706512 Uncaught exceptionCaolán McNamara
2014-04-02Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-04OLE: Turn an OSL_ENSURE() into a real condition.Jan Holesovsky
2014-02-27Exclude WNT-specific includes on other platformsStephan Bergmann
2014-02-26Remove visual noise from embeddedobjAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2014-01-10Use boolStephan Bergmann
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-11-29Catch block smells like leftover debugging codeStephan Bergmann
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in EMBEDDEDOBJ moduleNoel Grandin
2013-10-22fdo#68849 add some header guardsThomas Arnhold
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza
2013-10-02-Werror,-Wunused-variableStephan Bergmann
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann
2013-06-29remove OUString wrap for string literalsThomas Arnhold