summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/impldde.cxx
AgeCommit message (Expand)Author
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2016-10-05Replace DdeData conversion operators with proper functionsStephan Bergmann
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-20Use bool instead of a sal_uInt8 bitStephan Bergmann
2016-04-20SvDDEObject::nError is never readStephan Bergmann
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29com::sun::star->css in sfx2Noel Grandin
2015-10-16convert Link<> to typedNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-16convert Link<> to typedNoel Grandin
2015-08-26Clean up aEmptyStrStephan Bergmann
2015-08-14make Link<> instances typedNoel Grandin
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-24convert sfxlink to enum classNoel Grandin
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-01-20Some more loplugin:cstylecast: sfx2Stephan Bergmann
2014-10-02loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-07-14Related: #i125226# expect DDE servers to be already upHerbert Dürr
2014-07-10MD_DDE_LINKEDIT conversion to .uiSzymon Kłos
2014-07-10Related: #i125226# disallow absolute and relative paths for DDE serversHerbert Dürr
2014-07-10Related: #i125226# some macro preferences are directly...Herbert Dürr
2014-07-10Related: #i125226# don't try to access known-bad DDE serversHerbert Dürr
2014-05-08various: sal_Bool->boolNoel Grandin
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin
2013-11-11sfx2: include <> for external includesNorbert Thiebaud
2013-09-05convert sfx2/source/appl/* from String to OUStringNoel Grandin
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin
2013-08-29convert include/sfx2/linksrc.hxx from String to OUStringNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27-Wunused-macrosStephan Bergmann
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith
2012-07-06re-base on ALv2 code. Includes:Michael Meeks
2012-06-21reduce scope and replace some String::CreateFromAsciiCaolán McNamara
2012-04-10removed unused definesTakeshi Abe