summaryrefslogtreecommitdiffstats
path: root/embeddedobj
Commit message (Expand)AuthorAgeFilesLines
* put floating frames under managed links controlCaolán McNamara2023-05-144-28/+51
* Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov2019-05-312-8/+8
* Fix typoAndrea Gelmini2019-05-231-1/+1
* Fix typoAndrea Gelmini2019-05-231-1/+1
* Fix typoAndrea Gelmini2019-05-221-1/+1
* Fix typoAndrea Gelmini2019-05-221-1/+1
* Fix typoAndrea Gelmini2019-05-221-1/+1
* Fix typoAndrea Gelmini2019-05-221-2/+2
* Fix typoAndrea Gelmini2019-05-221-1/+1
* fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin2019-05-131-2/+2
* loplugin:sequentialassign in embeddedobj..l10ntoolsNoel Grandin2019-04-131-3/+1
* clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai2019-04-101-0/+3
* Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski2019-04-083-5/+5
* Don't use resettable/clearable guard where plain guard is enoughMike Kaganski2019-04-073-39/+41
* Fix typoAndrea Gelmini2019-04-011-1/+1
* tdf#120703 PVS: GetBitmapBits does not return required buffer sizeMike Kaganski2019-03-311-1/+7
* loplugin:typedefparam (clang-cl)Stephan Bergmann2019-03-274-8/+8
* tdf#120703 PVS: remove redundant static castsMike Kaganski2019-03-171-2/+2
* loplugin:indentation in editeng..extensionsNoel Grandin2019-02-083-7/+7
* Clean up dead uses of DISABLE_ATLStephan Bergmann2019-01-241-1/+1
* WIN move native dialog hack into WinSchedulerJan-Marek Glogowski2018-12-132-7/+2
* tdf#117295 WIN no main loop shortcut for OLE dialogJan-Marek Glogowski2018-12-122-0/+10
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-081-2/+2
* loplugin:unnecessaryparen include more assignmentsNoel Grandin2018-12-051-2/+2
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-12-011-9/+1
* Fix typoAndrea Gelmini2018-11-151-1/+1
* sw: fix modification of ole obj native data during HTML importMiklos Vajna2018-11-143-2/+25
* Fix sd toolbar manager lock underflowsJan-Marek Glogowski2018-11-091-15/+15
* embeddedobj win32: avoid owning a lock while calling out to event listenersMiklos Vajna2018-11-071-3/+8
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-10-281-54/+49
* tdf#120703 PVS: V530 The return value of function is required to be utilizedMike Kaganski2018-10-271-2/+2
* clarify this code a littleCaolán McNamara2018-10-201-4/+1
* loplugin:staticvar in editeng..frameworkNoel Grandin2018-10-171-1/+1
* add SvStream::TellEndNoel Grandin2018-10-151-2/+2
* tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen2018-10-081-0/+1
* loplugin:external (clang-cl)Stephan Bergmann2018-09-243-8/+8
* loplugin:simplifyconstruct (clang-cl)Stephan Bergmann2018-09-171-1/+0
* New loplugin:externalStephan Bergmann2018-09-173-4/+4
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-103-0/+3
* loplugin:simplifyconstruct in editeng..extensionsNoel Grandin2018-09-082-4/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-08-017-0/+7
* Resolves: tdf#118919 crash on double click ole objectCaolán McNamara2018-07-251-1/+1
* Fix typosAndrea Gelmini2018-07-221-1/+1
* remove the GL based 3D chartsMarkus Mohrhard2018-07-171-2/+1
* Fix typosAndrea Gelmini2018-06-281-1/+1
* look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin2018-06-081-2/+1
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-054-3/+1
* sw HTML filter: handle embedded ODF content in xhtml/reqif modeMiklos Vajna2018-05-301-0/+4
* embeddedobj: document OCommon/DummyEmbeddedObjectMiklos Vajna2018-05-302-0/+8
* Improve re-throwing of UNO exceptionsNoel Grandin2018-05-253-8/+17