summaryrefslogtreecommitdiff
path: root/embeddedobj
AgeCommit message (Expand)AuthorFilesLines
2016-09-28Resolves: tdf#98946 too many running MathTypes...Caolán McNamara1-0/+16
2016-09-23Resolves: tdf#101971 OleLoad under structured exception guardsCaolán McNamara1-2/+15
2016-09-16disable generation of ole previews in ODF format until after loadCaolán McNamara1-1/+4
2016-08-16Resolves: tdf#96451 do magic to enable embedded chart sidebar only for chartCaolán McNamara1-2/+9
2016-06-15Resolves: tdf#100140 crash on exit of report designCaolán McNamara1-2/+2
2016-05-24Fix tdf#99506: Insert OLE object with icon failedGuillaume Smaha1-0/+2
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-30Fix typosAndrea Gelmini1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann8-59/+59
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin3-5/+5
2016-04-14loplugin:passstuffbyref in variousNoel Grandin2-3/+3
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke2-2/+0
2016-02-17use consistent #define checks for the Windows platformNoel Grandin8-46/+46
2016-02-09Remove excess newlinesChris Sherlock8-11/+0
2016-02-05Fix typosAndrea Gelmini2-2/+2
2016-01-25more Windows build fixesNoel Grandin2-3/+3
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin5-5/+7
2016-01-13Fix memory leakStephan Bergmann2-8/+11
2016-01-10Fix typosAndrea Gelmini3-3/+3
2016-01-07cppcheck: noExplicitConstructorCaolán McNamara6-6/+6
2015-12-23loplugin:unusedfields in desktopNoel Grandin1-2/+0
2015-12-20embeddedobj: do not automatically convert alien objects to ownMichael Stahl1-11/+0
2015-12-08consolidate MSO format ClassID magic numbers in msfilter/classids.hxxMichael Stahl1-2/+2
2015-11-28-Werror,-Wunused-functionStephan Bergmann1-0/+2
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin1-1/+0
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann11-44/+44
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann5-13/+13
2015-11-04yyyyyNoel Grandin4-8/+7
2015-10-31use uno::Reference::set method instead of assignmentNoel Grandin11-58/+50
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin4-10/+8
2015-10-21remove untyped Link<>Noel Grandin3-6/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann12-192/+192
2015-10-01com::sun::star->css in embeddedobj/Noel Grandin26-845/+845
2015-09-30Fix typosAndrea Gelmini2-2/+2
2015-09-13cppcheck: noExplicitConstructorCaolán McNamara3-14/+11
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-03tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe15-30/+30
2015-07-24loplugin:unusedmethodsNoel Grandin6-92/+12
2015-07-21Miscellaneous typosAdolfo Jayme Barrientos1-8/+8
2015-07-16for now show chart sidebarMarkus Mohrhard1-2/+3
2015-07-16fix indentationMarkus Mohrhard1-3/+3
2015-07-16fix indentationMarkus Mohrhard1-2/+2
2015-06-29coverity#1308586 Uncaught exceptionCaolán McNamara2-2/+3
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-23Resolves: tdf#91683 Revert avoid activating chart objects...Caolán McNamara2-15/+6
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-17More helpful exception messageLionel Elie Mamane1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1