summaryrefslogtreecommitdiffstats
path: root/embeddedobj
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#91683 Revert avoid activating chart objects...Caolán McNamara2015-08-062-15/+6
* tdf#67421: Prevent unloading objects due to cache fullMike Kaganski2015-05-191-1/+0
* Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann2015-05-101-1/+1
* NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2015-05-101-1/+1
* Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann2015-05-101-1/+1
* embeddedobj: allow creating objects lacking a FileFormatVersion=6800 filterMiklos Vajna2015-05-043-0/+17
* embeddedobj: allow embedding objects lacking a FileFormatVersion=6800 filterMiklos Vajna2015-04-301-0/+4
* Remove unnecessary STATIC_LINK macroStephan Bergmann2015-04-291-1/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-154-15/+15
* loplugin:staticmethodsNoel Grandin2015-04-132-2/+2
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-014-12/+12
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-312-4/+4
* avoid activating chart objects just to get their mapunit or set visual sizeCaolán McNamara2015-03-272-6/+15
* V801: Decreased performanceCaolán McNamara2015-03-091-4/+4
* gbuild: set _WIN32_WINNT globally instead of WINVERMichael Stahl2015-03-051-4/+0
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-1/+1
* tdf#88624 set DocumentBaseURL when saving reportLionel Elie Mamane2015-02-141-1/+4
* add an explicit virtual keyword here, like the other onesCaolán McNamara2015-02-021-1/+1
* OOoEmbeddedObjectFactory does implement optional XLinkFactoryStephan Bergmann2015-02-021-4/+6
* callcatcher: remove some unused methodsCaolán McNamara2015-02-022-13/+0
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-294-79/+0
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-264-5/+5
* Some more loplugin:cstylecast: embeddedobjStephan Bergmann2015-01-202-4/+4
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-091-3/+3
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-072-2/+2
* bnc#822341: PPTX export of embedded text documentsZolnai Tamás2014-12-221-0/+11
* embeddedobj: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-184-9/+6
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-151-3/+3
* typo: unknownAndras Timar2014-11-241-1/+1
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-184-0/+4
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-175-0/+6
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-145-15/+15
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-125-8/+8
* Removed duplicated includesAndrea Gelmini2014-10-311-2/+0
* coverity#703952 Unchecked return valueCaolán McNamara2014-10-111-3/+0
* loplugin: cstylecastNoel Grandin2014-10-015-14/+14
* 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