summaryrefslogtreecommitdiff
path: root/embeddedobj/source/commonembedding
AgeCommit message (Expand)AuthorFilesLines
2020-03-06tdf#131146 Linked Calc: changes are lost in last edited cellSerge Krot1-2/+4
2019-12-19sal_Char->char in editeng..eventattacherNoel Grandin1-1/+1
2019-10-11tdf#42949 Fix IWYU warnings in embeddedobj/Gabor Kelemen8-22/+4
2019-09-10Fix typosAndrea Gelmini1-1/+1
2019-08-29LOK: Proper use of isMobile() on embedded chartsMuhammet Kara1-7/+0
2019-08-29LOK: per-view support for isMobile()Muhammet Kara1-1/+1
2019-08-29lok: Disable chart editing on mobileTamás Zolnai1-0/+7
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-4/+1
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-4/+1
2019-08-16tdf#126877 crash on inserting floating frameNoel Grandin1-6/+25
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): embeddedobjStephan Bergmann2-3/+3
2019-07-19loplugin:referencecasting in embeddedobjNoel Grandin4-70/+30
2019-05-31Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov2-8/+8
2019-05-22Fix typoAndrea Gelmini1-1/+1
2019-05-22Fix typoAndrea Gelmini1-1/+1
2019-04-13loplugin:sequentialassign in embeddedobj..l10ntoolsNoel Grandin1-3/+1
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski1-1/+1
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-1/+1
2019-02-08loplugin:indentation in editeng..extensionsNoel Grandin1-1/+1
2018-12-01tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-9/+1
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen1-0/+1
2018-09-17New loplugin:externalStephan Bergmann2-3/+3
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen3-0/+3
2018-06-28Fix typosAndrea Gelmini1-1/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-0/+1
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin2-4/+7
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