summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/transobj.hxx
AgeCommit message (Expand)Author
2023-01-23XUnoTunnel->dynamic_cast in ScCellRangesBaseNoel Grandin
2023-01-13XUnoTunnel->dynamic_cast in TransferableHelperNoel Grandin
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-05-17tdf#142635: use the same ScDocument for clipboard and GlobalDrawPersistMike Kaganski
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2020-12-22split SotStorageStream into two classesNoel
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-05-09compact namespace in scNoel Grandin
2020-03-06Related: tdf#131157 inherit ScDrawTransferObj from TransferDataContainerCaolán McNamara
2019-09-26loplugin:constmethod in scNoel Grandin
2019-08-02lok: minimal implementation of isComplex for calc for now.Michael Meeks
2019-05-03The -fvisibility-ms-compat hack is no longer needed for UBSan on Linux...Stephan Bergmann
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-11-06tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[m-z]*Gabor Kelemen
2018-08-24loplugin:useuniqueptr in ScTransferObjNoel Grandin
2018-06-28loplugin:useuniqueptr in ScTransferObjNoel Grandin
2018-05-23tdf#117228: crash in SfxItemSet::GetItemState...Henry Castro
2018-05-08sc: prefix members of ScTransferObjHenry Castro
2017-12-08sc lok: 1 view has 1 clipboard to transfer dataHenry Castro
2017-11-11A user object id is *NOT* a SotClipboardFormatIdEike Rathke
2017-10-31loplugin:constantparam in scNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-12Revert "tdf#108299: Limit the size of bitmap created for clipboard..."Dennis Francis
2017-09-11tdf#108299: Limit the size of bitmap created for clipboard...Dennis Francis
2017-08-24loplugin:constparam in sc part4Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-18includes should be at the top of the fileNoel Grandin
2016-09-30loplugin:constantparamNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-19loplugin:countusersofdefaultparams in scNoel Grandin
2016-07-19sc: convert SC_DROP_* defines to typed flagsJochen Nitschke
2016-06-20tdf#96540 dragging between sheets can change the current cursor positionCaolán McNamara
2015-12-24loplugin:unusedfieldsNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-27don't allocate rtl::Reference or SvRef on the heapNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann
2015-04-16Revert "make more classes dllpublic"David Tardon
2015-04-16make more classes dllpublicDavid Tardon
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-25svtools: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-19sal_Bool->boolNoel Grandin
2013-10-11Resolves: #i123405# Allow to not limit size to PageSize...Armin Le Grand