summaryrefslogtreecommitdiff
path: root/embeddedobj
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-5/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-22/+22
2015-05-19tdf#67421: Prevent unloading objects due to cache fullMike Kaganski1-1/+0
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann1-1/+1
2015-05-04embeddedobj: allow creating objects lacking a FileFormatVersion=6800 filterMiklos Vajna3-0/+17
2015-04-30embeddedobj: allow embedding objects lacking a FileFormatVersion=6800 filterMiklos Vajna1-0/+4
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin4-15/+15
2015-04-13loplugin:staticmethodsNoel Grandin2-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann4-12/+12
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2-4/+4
2015-03-27avoid activating chart objects just to get their mapunit or set visual sizeCaolán McNamara2-6/+15
2015-03-09V801: Decreased performanceCaolán McNamara1-4/+4
2015-03-05gbuild: set _WIN32_WINNT globally instead of WINVERMichael Stahl1-4/+0
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