summaryrefslogtreecommitdiffstats
path: root/embeddedobj/source/msole
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2017-03-031-1/+1
* Drop :: prefix from std in [de]*/Tor Lillqvist2017-02-171-1/+1
* Some simplifications, using UNO_QUERY_THROWStephan Bergmann2017-02-154-77/+23
* Add missing #includesStephan Bergmann2017-02-082-0/+4
* Add missing #includesStephan Bergmann2017-02-066-0/+8
* loplugin:stringconstantStephan Bergmann2017-02-013-14/+14
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-312-5/+5
* Remove dynamic exception specificationsStephan Bergmann2017-01-2616-217/+42
* Ole10Native payload truncatedCaolán McNamara2017-01-231-5/+5
* loplugin:dynexcspec (clang-cl), embeddedobjStephan Bergmann2017-01-201-0/+2
* New loplugin:dynexcspec: Add @throws documentation, embeddedobjStephan Bergmann2017-01-191-0/+2
* fix windows buildNoel Grandin2017-01-191-1/+0
* use rtl::Reference in OleEmbeddedObjectNoel Grandin2017-01-192-10/+6
* in extremis dump Ole10Native payload and launch system viewer on itCaolán McNamara2017-01-121-4/+57
* loplugin:externvar (clang-cl)Stephan Bergmann2017-01-111-1/+1
* Typo: GetReccomendedExtent->GetRecommendedExtentJulien Nabet2017-01-013-3/+3
* loplugin:unnecessaryoverride (dtors) in embeddedobjStephan Bergmann2016-12-051-6/+0
* clang-cl loplugin: embeddedobjStephan Bergmann2016-10-1617-332/+344
* SAL_WARN in case bBackToLoaded failedStephan Bergmann2016-09-271-1/+4
* Resolves: tdf#98946 too many running MathTypes...Caolán McNamara2016-09-271-0/+16
* Resolves: tdf#101971 OleLoad under structured exception guardsCaolán McNamara2016-09-231-2/+15
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-132-2/+2
* loplugin:stringconstant: adapt to improved OUStringLiteral1 (embeddedobj)Stephan Bergmann2016-08-301-1/+1
* Fix typo: completelly -> completelyTakeshi Abe2016-07-291-1/+1
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-101-0/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+1
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-203-16/+16
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-142-4/+4
* use consistent #define checks for the Windows platformNoel Grandin2016-02-176-34/+34
* Remove excess newlinesChris Sherlock2016-02-092-3/+0
* Fix typosAndrea Gelmini2016-02-051-1/+1
* more Windows build fixesNoel Grandin2016-01-252-3/+3
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-252-3/+3
* Fix typosAndrea Gelmini2016-01-101-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2016-01-073-3/+3
* embeddedobj: do not automatically convert alien objects to ownMichael Stahl2015-12-201-11/+0
* consolidate MSO format ClassID magic numbers in msfilter/classids.hxxMichael Stahl2015-12-081-2/+2
* -Werror,-Wunused-functionStephan Bergmann2015-11-281-0/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-103-17/+17
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-4/+4
* yyyyyNoel Grandin2015-11-041-1/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-316-26/+23
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-304-10/+8
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-123-13/+13
* com::sun::star->css in embeddedobj/Noel Grandin2015-10-0111-100/+100
* Fix typosAndrea Gelmini2015-09-302-2/+2
* loplugin: defaultparamsNoel Grandin2015-08-141-1/+1
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-036-12/+12
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-2/+2
* Fix typosAndrea Gelmini2015-06-161-1/+1