summaryrefslogtreecommitdiff
path: root/include/vcl/transfer.hxx
AgeCommit message (Expand)Author
2023-10-10Make some methods const, and avoid some const_castsMike Kaganski
2023-01-13XUnoTunnel->dynamic_cast in TransferableHelperNoel Grandin
2022-11-29New loplugin:crosscastStephan Bergmann
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin
2022-03-13Fix typo in codeAndrea Gelmini
2021-12-01tdf#145964 related: also drop special-casing in TransferableHelper::SetStringMike Kaganski
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-10warning: Excessive padding in 'struct OutDevState'Caolán McNamara
2021-07-31osl::Mutex->std::mutex in DropTargetHelperNoel Grandin
2021-07-31osl::Mutex->std::mutex in DragSourceHelperNoel Grandin
2021-06-19loplugin:finalclassesNoel Grandin
2021-03-11TransferableDataHelper::CreateFromSelection doesn't use its argumentCaolán McNamara
2021-03-09fetch/set/clear primary selection without intermediate vcl::WindowCaolán McNamara
2021-02-18loplugin:referencecasting add check for new rtl::Reference operatorNoel
2020-12-22split SotStorageStream into two classesNoel
2020-05-03use more compact namespace syntax in /includeNoel Grandin
2020-04-28IsDropFormatSupported can be constCaolán McNamara
2020-02-27inherit ScLinkTransferObj from TransferDataContainerCaolán McNamara
2020-01-19refactor CreateFromClipboard to support not passing in a vcl::WindowCaolán McNamara
2019-12-24sal_Char->char in vclNoel Grandin
2019-12-05make some classes module privateNoel Grandin
2019-12-01weld FmFieldWinCaolán McNamara
2019-10-31loplugin:finalclasses in vclNoel Grandin
2019-10-03Make sure TerminateListener doesn't outlive TransferableHelperStephan Bergmann
2019-09-24copy to clipboard without intermediate vcl::WindowCaolán McNamara
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-08-02LOK: Support detecting complex selectionsAshod Nakashian
2019-07-10tdf#126316 revert Clipboard to PrimarySelectionJan-Marek Glogowski
2019-04-12loplugin:unusedmethodsNoel Grandin
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen
2018-11-19loplugin:constantparamNoel Grandin
2018-11-07move SvTreeListBox to vclCaolán McNamara