summaryrefslogtreecommitdiffstats
path: root/embeddedobj
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove untyped Link<>Noel Grandin2015-10-213-6/+3
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1212-192/+192
* com::sun::star->css in embeddedobj/Noel Grandin2015-10-0126-845/+845
* 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-0315-30/+30
* loplugin:unusedmethodsNoel Grandin2015-07-246-92/+12
* Miscellaneous typosAdolfo Jayme Barrientos2015-07-211-8/+8
* 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
* 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