/* -*- 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 . */ #pragma once #include namespace connectivity { class OTableKeyHelper; class OKeyColumnsHelper final : public connectivity::sdbcx::OCollection { OTableKeyHelper* m_pKey; virtual sdbcx::ObjectType createObject(const OUString& _rName) override; virtual css::uno::Reference< css::beans::XPropertySet > createDescriptor() override; virtual void impl_refresh() override; public: OKeyColumnsHelper( OTableKeyHelper* _pKey, ::osl::Mutex& _rMutex, const ::std::vector< OUString> &_rVector); }; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ b/libreoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/extensions/source/inc
AgeCommit message (Expand)Author
2012-07-30Typo ressource -> resourceStephan Bergmann
2012-06-21re-base on ALv2 code.Michael Meeks
2012-01-23Fix for fdo43460 Part XLIV getLength() to isEmpty()Olivier Hallot
2011-11-06ByteString->rtl::OStringCaolán McNamara
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud
2011-02-26Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)Thomas Arnhold
2011-01-14removetooltypes01: #i112600# remove tooltypes from extensionsMikhail Voytenko
2010-11-24RTL patchJulien Nabet
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-10-05remove include guards using fixguard.pyPetr Mladek
2010-09-10sb129: #i113189# change UNO components to use passive registrationsb
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2009-10-16#i103496#: split svtools; improve ConfitItemsMathias Bauer
2008-04-11INTEGRATION: CWS changefileheader (1.5.164); FILE MERGEDRüdiger Timm
2008-04-11INTEGRATION: CWS changefileheader (1.6.24); FILE MERGEDRüdiger Timm
2008-02-25INTEGRATION: CWS supdremove02 (1.5.450); FILE MERGEDOliver Bolte
2007-04-26INTEGRATION: CWS residcleanup (1.4.310); FILE MERGEDRüdiger Timm
2005-09-08INTEGRATION: CWS ooo19126 (1.3.504); FILE MERGEDRüdiger Timm
2005-09-08INTEGRATION: CWS ooo19126 (1.4.504); FILE MERGEDRüdiger Timm
2003-03-25MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien