/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include #include "DragSourceContext.hxx" using namespace com::sun::star::datatransfer::dnd; using namespace com::sun::star::datatransfer::dnd::DNDConstants; using namespace com::sun::star::uno; using namespace cppu; DragSourceContext::DragSourceContext() : WeakComponentImplHelper(m_aMutex) { } DragSourceContext::~DragSourceContext() { } sal_Int32 SAL_CALL DragSourceContext::getCurrentCursor( ) { return 0; } void SAL_CALL DragSourceContext::setCursor( sal_Int32 /*cursorId*/ ) { } void SAL_CALL DragSourceContext::setImage( sal_Int32 /*imageId*/ ) { } void SAL_CALL DragSourceContext::transferablesFlavorsChanged( ) { } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ stro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
'>XUnoTunnel->dynamic_cast in VCLXDevice
AgeCommit message (Expand)Author
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
Noel Grandin
2021-06-19loplugin:finalclassesNoel Grandin
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen
2019-12-03remove some useless comment linesNoel Grandin
2019-10-07use cppu::WeakImplHelper in VCLXDeviceNoel Grandin
2019-06-04tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov
2019-05-10an uno -> a unoCaolán McNamara
2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen
2017-06-30loplugin:unusedfields in toolkit..xmloffNoel Grandin
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-14loplugin:passstuffbyref in toolkitNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-25loplugin:unusedfields in include/toolkit,include/toolsNoel Grandin
2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-04-10svtools: switch UNO pieces to use VclPtr enabled toolkit.Michael Meeks
2015-04-10toolkit: first cut at switching to VclPtr.Michael Meeks
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-01Remove visual noise from includeAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-24toolkit: sal_Bool -> boolStephan Bergmann
2013-10-23fixincludeguards.sh: include/{toolkit,tools}Thomas Arnhold
2013-05-15These functions can throw RuntimeExceptionStephan Bergmann
2013-04-23execute move of global headersBjoern Michaelsen