summaryrefslogtreecommitdiff
path: root/embeddedobj/source/commonembedding
AgeCommit message (Expand)AuthorFilesLines
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+2
2018-04-01remove unused processfactory.hxx includesJochen Nitschke3-3/+0
2018-03-02lok - chart - state switch issue triggers an OLE general error msg boxMarco Cecchetti1-15/+19
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-2/+2
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-2/+2
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2-12/+12
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-11-22Help old GCCStephan Bergmann1-1/+1
2017-11-22fuzzing: common case of embedded charts in docxCaolán McNamara1-1/+8
2017-10-23loplugin:includeform: embeddedobjStephan Bergmann6-11/+11
2017-10-03new loplugin:blockblockNoel Grandin1-48/+46
2017-10-01throw more useful uno::Exception'sNoel Grandin1-3/+3
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin1-5/+2
2017-09-21loplugin:flatten in editeng..extensionsNoel Grandin5-171/+143
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin3-10/+10
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin1-1/+1
2017-06-26Resolves: tdf#108643 don't restore orig size on first chart activateCaolán McNamara1-1/+3
2017-06-12cleanup unused css/frame/* includesJochen Nitschke3-7/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin4-20/+20
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann4-73/+25
2017-02-13Remove misguided commentStephan Bergmann1-1/+1
2017-02-06Add missing #includesStephan Bergmann7-1/+14
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann8-183/+17
2017-01-23use rtl::Reference in OCommonEmbeddedObjectNoel Grandin6-75/+68
2016-10-19replace <<= with assign for <<= with rhs AnyJochen Nitschke2-2/+2
2016-09-16embeddedobj: add a comment why the original size is restoredMichael Stahl1-0/+2
2016-09-15disable generation of ole previews in ODF format until after loadCaolán McNamara1-1/+4
2016-07-29Fix typo: completelly -> completelyTakeshi Abe1-2/+2
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-07-11tdf#56818, use SolarMutex instead of own MutexMarkus Mohrhard1-10/+12
2016-04-30Fix typosAndrea Gelmini1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-19/+19
2016-02-09Remove excess newlinesChris Sherlock2-4/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-0/+1
2016-01-10Fix typosAndrea Gelmini2-2/+2
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-13/+13
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2-6/+6
2015-11-04yyyyyNoel Grandin1-1/+1
2015-10-31use uno::Reference::set method instead of assignmentNoel Grandin3-20/+15
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-13/+13
2015-10-01com::sun::star->css in embeddedobj/Noel Grandin3-36/+36
2015-09-13cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-07-24loplugin:unusedmethodsNoel Grandin2-63/+0
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 McNamara1-14/+6
2015-05-19tdf#67421: Prevent unloading objects due to cache fullMike Kaganski1-1/+0