summaryrefslogtreecommitdiff
path: root/embeddedobj
AgeCommit message (Expand)AuthorFilesLines
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2015-02-14tdf#88624 set DocumentBaseURL when saving reportLionel Elie Mamane1-1/+4
2015-02-02add an explicit virtual keyword here, like the other onesCaolán McNamara1-1/+1
2015-02-02OOoEmbeddedObjectFactory does implement optional XLinkFactoryStephan Bergmann1-4/+6
2015-02-02callcatcher: remove some unused methodsCaolán McNamara2-13/+0
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara4-79/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin4-5/+5
2015-01-20Some more loplugin:cstylecast: embeddedobjStephan Bergmann2-4/+4
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-3/+3
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2-2/+2
2014-12-22bnc#822341: PPTX export of embedded text documentsZolnai Tamás1-0/+11
2014-12-18embeddedobj: Use appropriate OUString functions on string constantsStephan Bergmann4-9/+6
2014-12-15fdo#39440 reduce scope of local variablesMichael Weghorn1-3/+3
2014-11-24typo: unknownAndras Timar1-1/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl4-0/+4
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl5-0/+6
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava5-15/+15
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini5-8/+8
2014-10-31Removed duplicated includesAndrea Gelmini1-2/+0
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