summaryrefslogtreecommitdiffstats
path: root/embeddedobj
Commit message (Expand)AuthorAgeFilesLines
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-171-1/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet2014-05-177-58/+58
* fdo#78159: fix import of OOoXML embedded objectsMichael Stahl2014-05-151-0/+18
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-159-18/+18
* various loplugin:passsequencebyrefNoel Grandin2014-05-141-1/+1
* embeddedobj: remove SAL_INFO's that only mark function entryNoel Grandin2014-05-148-73/+1
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-304-4/+3
* embeddedobj: sal_Bool->boolNoel Grandin2014-04-2218-306/+306
* remove comments why a file gets includedThomas Arnhold2014-04-211-1/+0
* Typo: s/cant/can't/Tor Lillqvist2014-04-181-1/+1
* coverity#1202965 unused memberCaolán McNamara2014-04-161-2/+0
* cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann2014-04-151-4/+2
* Clean up function declarationsStephan Bergmann2014-04-143-7/+44
* fdo#77140 embeddedobj: avoid unneeded conversion in ConvertBufferToFormat()Miklos Vajna2014-04-072-0/+13
* coverity#706511 Uncaught exceptionCaolán McNamara2014-04-041-1/+1
* coverity#706508 Uncaught exceptionCaolán McNamara2014-04-042-27/+36
* coverity#706512 Uncaught exceptionCaolán McNamara2014-04-042-2/+2
* Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe2014-04-021-19/+18
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-014-4/+4
* typo: persistance -> persistenceThomas Arnhold2014-03-292-3/+3
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2612-191/+191
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-181-1/+1
* embeddedobj: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-101-13/+1
* OLE: Turn an OSL_ENSURE() into a real condition.Jan Holesovsky2014-03-041-6/+5
* Exclude WNT-specific includes on other platformsStephan Bergmann2014-02-275-10/+32
* Remove visual noise from embeddedobjAlexander Wilms2014-02-2610-40/+40
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2629-376/+376
* Remove unneccessary commentsAlexander Wilms2014-02-2317-348/+348
* comphelper: sal_Bool -> boolStephan Bergmann2014-02-173-5/+5
* Typo: seam(s) -> seem(s)Julien Nabet2014-02-061-1/+1
* fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi2014-02-031-27/+1
* Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan2014-01-301-2/+2
* bool improvementsStephan Bergmann2014-01-291-1/+1
* Fix apparently broken OSL_ASSERT (that would have never fired)Stephan Bergmann2014-01-281-1/+1
* Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann2014-01-211-2/+2
* Use boolStephan Bergmann2014-01-102-4/+4
* typo fixesAndras Timar2013-12-202-7/+7
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-173-6/+6
* Default OMultiTypeInferfaceContainerHelperVar equalImpl parameterStephan Bergmann2013-12-061-23/+2
* Catch block smells like leftover debugging codeStephan Bergmann2013-11-291-10/+1
* Windows: Require at least Windows XP SP2Thomas Arnhold2013-11-202-3/+4
* convert equalsAsciiL calls to startsWith callsNoel Grandin2013-11-202-7/+7
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-195-51/+44
* remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2013-11-193-6/+6
* remove unnecessary use of OUString constructor in EMBEDDEDOBJ moduleNoel Grandin2013-11-117-40/+40
* clean up some include guardsThomas Arnhold2013-10-234-8/+8
* fdo#68849 add some header guardsThomas Arnhold2013-10-228-9/+29
* fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza2013-10-077-57/+14
* -Werror,-Wunused-variableStephan Bergmann2013-10-021-1/+0
* don't use SAL_WARN to log callsMarkus Mohrhard2013-09-291-6/+0