summaryrefslogtreecommitdiff
path: root/embeddedobj
AgeCommit message (Expand)AuthorFilesLines
2014-10-11coverity#703952 Unchecked return valueCaolán McNamara1-3/+0
2014-10-01loplugin: cstylecastNoel Grandin5-14/+14
2014-08-29Add a border to opengl chart to make it easier to handle.Zolnai Tamás1-2/+1
2014-08-29Make opengl chart window always activeZolnai Tamás2-4/+7
2014-08-27bnc#648251: Avoid crash when attempting to open embedded OLE object as "text"Tor Lillqvist2-7/+8
2014-08-19java: no need to instantiate String objects directlyNoel Grandin1-17/+0
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2-4/+4
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-3/+3
2014-08-14java: remove commented out codeNoel Grandin1-5/+0
2014-08-05java: remove commented out codeNoel Grandin2-52/+0
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-07-11bnc#883684: Better fix for this.Kohei Yoshida3-3/+22
2014-07-11new loplugin: externalandnotdefinedNoel Grandin9-10/+63
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida2-16/+48
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin15-157/+153
2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin15-166/+163
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet7-58/+58
2014-05-15fdo#78159: fix import of OOoXML embedded objectsMichael Stahl1-0/+18
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold9-18/+18
2014-05-14various loplugin:passsequencebyrefNoel Grandin1-1/+1
2014-05-14embeddedobj: remove SAL_INFO's that only mark function entryNoel Grandin8-73/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni4-4/+3
2014-04-22embeddedobj: sal_Bool->boolNoel Grandin18-306/+306
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-04-18Typo: s/cant/can't/Tor Lillqvist1-1/+1
2014-04-16coverity#1202965 unused memberCaolán McNamara1-2/+0
2014-04-15cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann1-4/+2
2014-04-14Clean up function declarationsStephan Bergmann3-7/+44
2014-04-07fdo#77140 embeddedobj: avoid unneeded conversion in ConvertBufferToFormat()Miklos Vajna2-0/+13
2014-04-04coverity#706511 Uncaught exceptionCaolán McNamara1-1/+1
2014-04-04coverity#706508 Uncaught exceptionCaolán McNamara2-27/+36
2014-04-04coverity#706512 Uncaught exceptionCaolán McNamara2-2/+2
2014-04-02Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-19/+18
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann4-4/+4
2014-03-29typo: persistance -> persistenceThomas Arnhold2-3/+3
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann12-191/+191
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-1/+1
2014-03-10embeddedobj: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-13/+1
2014-03-04OLE: Turn an OSL_ENSURE() into a real condition.Jan Holesovsky1-6/+5
2014-02-27Exclude WNT-specific includes on other platformsStephan Bergmann5-10/+32
2014-02-26Remove visual noise from embeddedobjAlexander Wilms10-40/+40
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann29-376/+376
2014-02-23Remove unneccessary commentsAlexander Wilms17-348/+348
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann3-5/+5
2014-02-06Typo: seam(s) -> seem(s)Julien Nabet1-1/+1
2014-02-03fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi1-27/+1
2014-01-30Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan1-2/+2
2014-01-29bool improvementsStephan Bergmann1-1/+1
2014-01-28Fix apparently broken OSL_ASSERT (that would have never fired)Stephan Bergmann1-1/+1