summaryrefslogtreecommitdiff
path: root/sw/source/core/ole
AgeCommit message (Expand)AuthorFilesLines
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-27cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-07-18add tagging to ThreadTasks so we don't need more one poolNoel Grandin1-47/+12
2016-07-14Blind fix attempt for some GCC versionsStephan Bergmann1-1/+1
2016-07-14Disambiguate DeflateThread classesStephan Bergmann1-0/+6
2016-07-08Disabled async/parallel chart loading for nowArmin Le Grand1-1/+3
2016-07-07loplugin:nullptrStephan Bergmann1-1/+1
2016-07-07Related: tdf#50613 use an own instance of ThreadPoolArmin Le Grand1-8/+36
2016-07-07tdf#99165 avoid passing empty control points for beziersArmin Le Grand1-1/+3
2016-07-07sw: tdf#50613 fix async chart load handlingArmin Le Grand1-26/+62
2016-07-07sw: tdf#50613 fix waitFinished into a loopArmin Le Grand1-2/+3
2016-07-07tdf#50613 add support to load charts asynchronouslyArmin Le Grand1-7/+131
2016-07-07tdf#50613 buffer OLE primitives for chartsArmin Le Grand1-2/+39
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-04-05loplugin:constantparam in comphelperNoel Grandin1-2/+2
2016-02-29loplugin:unuseddefaultparam in sw (part3)Noel Grandin1-3/+2
2016-02-12sw,sfx2: assert that embedded object supports XEmbedPersistMichael Stahl1-5/+2
2016-02-12sw: unindent SwOLELRUCache::Load()Michael Stahl1-22/+20
2016-02-12sw: don't crash if Office.Common/Cache/Writer/OLE_Objects set to 1Michael Stahl1-15/+20
2016-01-10crashtesting: fix assert on re-export of ooo74510-1.odt to docxCaolán McNamara1-5/+6
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-09crashtesting: ooo104626-3.odt assert on reexport to odtCaolán McNamara1-1/+2
2016-01-09OSL_ENSURE on p followed by deref -> assertCaolán McNamara1-1/+1
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan1-0/+1
2015-12-22crashtesting: CreateShellID returns the mediums base url...Caolán McNamara1-2/+2
2015-12-15sw: set a BaseURL when copying embedded objectsMichael Stahl1-2/+2
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-5/+5
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-3/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-19/+19
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-1/+1
2015-10-20loplugin:defaultparamsStephan Bergmann1-5/+5
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-7/+7
2015-08-20loplugin: defaultparamsNoel Grandin1-2/+2
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-16/+16
2015-05-19tdf#67421: Prevent unloading objects due to cache fullMike Kaganski1-4/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin1-3/+3
2015-04-06sw: use variadic cppu::WeakImplHelperMiklos Vajna1-3/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-3/+3
2015-03-24convert sfxlink to enum classNoel Grandin1-1/+1
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-1/+1
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-1/+1
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl1-2/+3
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-04Build fix on Windows.Kohei Yoshida1-0/+2
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1