summaryrefslogtreecommitdiffstats
path: root/embeddedobj
Commit message (Expand)AuthorAgeFilesLines
* Add a border to opengl chart to make it easier to handle.Zolnai Tamás2014-08-291-2/+1
* Make opengl chart window always activeZolnai Tamás2014-08-292-4/+7
* bnc#648251: Avoid crash when attempting to open embedded OLE object as "text"Tor Lillqvist2014-08-272-7/+8
* java: no need to instantiate String objects directlyNoel Grandin2014-08-191-17/+0
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-192-4/+4
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-191-3/+3
* java: remove commented out codeNoel Grandin2014-08-141-5/+0
* java: remove commented out codeNoel Grandin2014-08-052-52/+0
* typo: more then -> more thanTakeshi Abe2014-08-011-1/+1
* bnc#883684: Better fix for this.Kohei Yoshida2014-07-113-3/+22
* new loplugin: externalandnotdefinedNoel Grandin2014-07-119-10/+63
* fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida2014-06-192-16/+48
* remove unnecessary use of Reference constructor in throwNoel Grandin2014-05-2715-157/+153
* remove unnecessary use of OUString constructor when throwingNoel Grandin2014-05-2715-166/+163
* 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