summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appdde.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: sfx2Stephan Bergmann1-3/+3
2017-07-21loplugin:constparams in sfx2Noel Grandin1-1/+1
2017-01-09tdf#101828 handle rtf/richtext correctlyOliver Specht1-0/+1
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-4/+4
2016-10-16clang-cl loplugin: sfx2Stephan Bergmann1-15/+15
2016-10-05Replace DdeData conversion operators with proper functionsStephan Bergmann1-1/+1
2016-06-13loplugin:sallogareasStephan Bergmann1-3/+3
2016-06-06tdf#89329: use unique_ptr for pImpl in appXisco Fauli1-21/+21
2016-05-30Convert ApplicationEvent::Type to scoped enumNoel Grandin1-2/+2
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-3/+2
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-8/+8
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-04Remove two pointless DBG_ASSERTs "There is no Dde-Service"Tor Lillqvist1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-29com::sun::star->css in sfx2Noel Grandin1-6/+6
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin1-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-10/+7
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-2/+2
2015-09-21cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann1-3/+2
2015-06-21Fix typosAndrea Gelmini1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-03-23HAVE_FEATURE_SCRIPTING, but no config_features.h include.Jan Holesovsky1-0/+2
2015-03-18sal_uIntPtr->SotClipboardFormatIdCaolán McNamara1-2/+2
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-1/+1
2015-02-02callcatcher: remove some unused methodsCaolán McNamara1-5/+3
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-58/+0
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-9/+9
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-1/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-08-20fdo#75757: remove inheritance to std::vectorTakeshi Abe1-2/+0
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-4/+4
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann1-10/+13
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-6/+6
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-02-26Remove visual noise from sfx2Alexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-5/+5
2014-01-15DdeSetData should apparently return boolStephan Bergmann1-7/+7
2014-01-15DdeGetData should apparently return boolStephan Bergmann1-7/+7
2013-09-05match original intent of String::Erase(String::Search))Caolán McNamara1-4/+2
2013-09-05convert sfx2/source/appl/* from String to OUStringNoel Grandin1-11/+11
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-2/+2
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin1-1/+1
2013-07-30Add TODO comment expressing doubts about existing codeStephan Bergmann1-0/+7
2013-07-27fdo#54264: Fix multi-argument ApplicationEvent::TYPE_OPEN/PRINTStephan Bergmann1-27/+44
2013-07-08rename sfx2 log area to sfxMichael Stahl1-1/+1
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-119/+59