summaryrefslogtreecommitdiffstats
path: root/embeddedobj/source
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#98946 too many running MathTypes...Caolán McNamara2016-09-281-0/+16
* Resolves: tdf#101971 OleLoad under structured exception guardsCaolán McNamara2016-09-231-2/+15
* disable generation of ole previews in ODF format until after loadCaolán McNamara2016-09-161-1/+4
* Resolves: tdf#96451 do magic to enable embedded chart sidebar only for chartCaolán McNamara2016-08-161-2/+9
* Resolves: tdf#100140 crash on exit of report designCaolán McNamara2016-06-151-2/+2
* Fix tdf#99506: Insert OLE object with icon failedGuillaume Smaha2016-05-241-0/+2
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-101-0/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+1
* Fix typosAndrea Gelmini2016-04-301-1/+1
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-208-59/+59
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-143-5/+5
* loplugin:passstuffbyref in variousNoel Grandin2016-04-142-3/+3
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-122-2/+0
* use consistent #define checks for the Windows platformNoel Grandin2016-02-177-43/+43
* Remove excess newlinesChris Sherlock2016-02-097-10/+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-255-5/+7
* Fix memory leakStephan Bergmann2016-01-132-8/+11
* Fix typosAndrea Gelmini2016-01-103-3/+3
* cppcheck: noExplicitConstructorCaolán McNamara2016-01-073-3/+3
* loplugin:unusedfields in desktopNoel Grandin2015-12-231-2/+0
* 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
* mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin2015-11-261-1/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1011-44/+44
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-065-13/+13
* yyyyyNoel Grandin2015-11-044-8/+7
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-3111-58/+50
* 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-1212-192/+192
* com::sun::star->css in embeddedobj/Noel Grandin2015-10-0123-805/+805
* Fix typosAndrea Gelmini2015-09-302-2/+2
* cppcheck: noExplicitConstructorCaolán McNamara2015-09-133-14/+11
* loplugin: defaultparamsNoel Grandin2015-08-141-1/+1
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-0312-24/+24
* loplugin:unusedmethodsNoel Grandin2015-07-246-92/+12
* for now show chart sidebarMarkus Mohrhard2015-07-161-2/+3
* fix indentationMarkus Mohrhard2015-07-161-3/+3
* fix indentationMarkus Mohrhard2015-07-161-2/+2
* coverity#1308586 Uncaught exceptionCaolán McNamara2015-06-292-2/+3
* Fix typosAndrea Gelmini2015-06-281-1/+1
* Resolves: tdf#91683 Revert avoid activating chart objects...Caolán McNamara2015-06-232-15/+6
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-2/+2
* More helpful exception messageLionel Elie Mamane2015-06-171-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-5/+2
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-082-22/+22
* tdf#67421: Prevent unloading objects due to cache fullMike Kaganski2015-05-191-1/+0