/* -*- 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/. */ #pragma once #include class ScTransferObj; class ScDrawTransferObj; class ScDocument; struct ScDragData { ScTransferObj* pCellTransfer; ScDrawTransferObj* pDrawTransfer; ScDocument* pJumpLocalDoc; OUString aLinkDoc; OUString aLinkTable; OUString aLinkArea; OUString aJumpTarget; OUString aJumpText; ScDragData() : pCellTransfer(nullptr), pDrawTransfer(nullptr), pJumpLocalDoc(nullptr) { } }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ opia/zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/vbahelper/vbafontbase.hxx
AgeCommit message (Expand)Author
2017-11-13Fix typosAndrea Gelmini
2017-06-28Fix typosAndrea Gelmini
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, vbahelperStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-06-13tdf#42949: clean up includes in include/vbahelper with iwyuJorenz Paragas
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-06vba: convert to variadic InheritedHelperInterfaceImpl&WeakImpl etcDouglas Mencken
2015-04-08fix shadow errorNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann