summaryrefslogtreecommitdiffstats
path: root/embeddedobj/source/commonembedding
Commit message (Expand)AuthorAgeFilesLines
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-151-2/+2
* convert (a>b?a:b) to std::max(a,b)Noel Grandin2018-01-111-2/+2
* No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2017-12-142-12/+12
* loplugin:salcall fix functionsNoel Grandin2017-12-111-1/+1
* Help old GCCStephan Bergmann2017-11-221-1/+1
* fuzzing: common case of embedded charts in docxCaolán McNamara2017-11-221-1/+8
* loplugin:includeform: embeddedobjStephan Bergmann2017-10-236-11/+11
* new loplugin:blockblockNoel Grandin2017-10-031-48/+46
* throw more useful uno::Exception'sNoel Grandin2017-10-011-3/+3
* loplugin:flatten check for throw in then clauseNoel Grandin2017-09-291-5/+2
* loplugin:flatten in editeng..extensionsNoel Grandin2017-09-215-171/+143
* use more OUString::operator== in dbaccess..filterNoel Grandin2017-07-133-10/+10
* strip some linefeeds from the end of debug outputNoel Grandin2017-07-121-1/+1
* Resolves: tdf#108643 don't restore orig size on first chart activateCaolán McNamara2017-06-261-1/+3
* cleanup unused css/frame/* includesJochen Nitschke2017-06-123-7/+0
* remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2017-04-214-20/+20
* Some simplifications, using UNO_QUERY_THROWStephan Bergmann2017-02-154-73/+25
* Remove misguided commentStephan Bergmann2017-02-131-1/+1
* Add missing #includesStephan Bergmann2017-02-067-1/+14
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-311-2/+2
* Remove dynamic exception specificationsStephan Bergmann2017-01-268-183/+17
* use rtl::Reference in OCommonEmbeddedObjectNoel Grandin2017-01-236-75/+68
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-192-2/+2
* embeddedobj: add a comment why the original size is restoredMichael Stahl2016-09-161-0/+2
* disable generation of ole previews in ODF format until after loadCaolán McNamara2016-09-151-1/+4
* Fix typo: completelly -> completelyTakeshi Abe2016-07-291-2/+2
* improve passstuffbyref return analysisNoel Grandin2016-07-271-1/+1
* tdf#56818, use SolarMutex instead of own MutexMarkus Mohrhard2016-07-111-10/+12
* Fix typosAndrea Gelmini2016-04-301-1/+1
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-202-19/+19
* Remove excess newlinesChris Sherlock2016-02-092-4/+0
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-251-0/+1
* Fix typosAndrea Gelmini2016-01-102-2/+2
* mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin2015-11-261-1/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-104-13/+13
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-062-6/+6
* yyyyyNoel Grandin2015-11-041-1/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-313-20/+15
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-13/+13
* com::sun::star->css in embeddedobj/Noel Grandin2015-10-013-36/+36
* cppcheck: noExplicitConstructorCaolán McNamara2015-09-131-2/+2
* loplugin:unusedmethodsNoel Grandin2015-07-242-63/+0
* 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-231-14/+6
* tdf#67421: Prevent unloading objects due to cache fullMike Kaganski2015-05-191-1/+0
* embeddedobj: allow creating objects lacking a FileFormatVersion=6800 filterMiklos Vajna2015-05-042-0/+10
* embeddedobj: allow embedding objects lacking a FileFormatVersion=6800 filterMiklos Vajna2015-04-301-0/+4
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-1/+1