summaryrefslogtreecommitdiff
path: root/embeddedobj
AgeCommit message (Expand)AuthorFilesLines
2018-08-01Add missing sal/log.hxx headersGabor Kelemen7-0/+7
2018-07-25Resolves: tdf#118919 crash on double click ole objectCaolán McNamara1-1/+1
2018-07-22Fix typosAndrea Gelmini1-1/+1
2018-07-17remove the GL based 3D chartsMarkus Mohrhard1-2/+1
2018-06-28Fix typosAndrea Gelmini1-1/+1
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin1-2/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke4-3/+1
2018-05-30sw HTML filter: handle embedded ODF content in xhtml/reqif modeMiklos Vajna1-0/+4
2018-05-30embeddedobj: document OCommon/DummyEmbeddedObjectMiklos Vajna2-0/+8
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin3-8/+17
2018-05-07loplugin:useuniqueptr in OleEmbeddedObjectNoel Grandin3-8/+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-23sw XHTML import: support OLE2-in-RTF objectsMiklos Vajna2-1/+16
2018-03-17Use for-range loops in embeddedobj, embedserv and formulaJulien Nabet1-5/+2
2018-03-02lok - chart - state switch issue triggers an OLE general error msg boxMarco Cecchetti1-15/+19
2018-02-01embeddedobj: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-9/+0
2018-01-29tdf#114677 Correct title in Base forms cleanupSzymon Kłos1-8/+5
2018-01-29tdf#114677 Correct title in Base formsSzymon Kłos1-4/+7
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann2-28/+28
2018-01-22loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin2-3/+3
2018-01-12More loplugin:cstylecast: embeddedobjStephan Bergmann3-14/+14
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-2/+2
2018-01-04Remove redundant control flow branchMike Kaganski1-5/+1
2017-12-29loplugin:passstuffbyref improved return in variousNoel Grandin2-2/+2
2017-12-20loplugin:salcall (clang-cl)Stephan Bergmann2-6/+6
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann6-24/+24
2017-12-11loplugin:salcall fix functionsNoel Grandin2-2/+2
2017-11-22Help old GCCStephan Bergmann1-1/+1
2017-11-22fuzzing: common case of embedded charts in docxCaolán McNamara1-1/+8
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-11-16Fix typosAndrea Gelmini1-1/+1
2017-10-27loplugin:includeform: embeddedobj (Windows)Stephan Bergmann10-12/+12
2017-10-23loplugin:includeform: embeddedobjStephan Bergmann12-21/+21
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-13/+14
2017-10-05loplugin:flatten (clang-cl, embeddedobj)Stephan Bergmann2-85/+81
2017-10-04add << operator for css::uno::ExceptionNoel Grandin3-7/+3
2017-10-03new loplugin:blockblockNoel Grandin1-48/+46
2017-10-01throw more useful uno::Exception'sNoel Grandin1-3/+3
2017-09-30loplugin:flatten (clang-cl, embeddedobj)Stephan Bergmann2-25/+22
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski1-6/+6
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin1-5/+2
2017-09-27loplugin:flatten in variousNoel Grandin3-177/+160
2017-09-21loplugin:flatten in editeng..extensionsNoel Grandin6-177/+146
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski2-0/+7
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-3/+3
2017-08-31loplugin:constparams: embeddedobj (clang-cl)Stephan Bergmann2-2/+2
2017-08-01move resmgr to unotoolsCaolán McNamara1-2/+2
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara2-2/+2