/* -*- 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 OIndexHelper; class OIndexColumns final : public sdbcx::OCollection { OIndexHelper* m_pIndex; virtual sdbcx::ObjectType createObject(const OUString& _rName) override; virtual css::uno::Reference< css::beans::XPropertySet > createDescriptor() override; virtual void impl_refresh() override; public: OIndexColumns( OIndexHelper* _pIndex, ::osl::Mutex& _rMutex, const ::std::vector< OUString> &_rVector); }; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 'distro/cib/libreoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/workben
AgeCommit message (Expand)Author
2022-09-23ofz: bump sc-rtf and html max lengthsCaolán McNamara
2022-09-17ofz: bump sc-rtf and html max lengthsCaolán McNamara
2022-09-14merge sdfilt library into sdNoel Grandin
2022-09-08vcl: Sort fonts in workben/listfontsKhaled Hosny
2022-09-02ofz#39186 reduce htmlfuzzer len to hasten closure of Timeout stateCaolán McNamara
2022-08-30bump scrtf input len some moreCaolán McNamara
2022-08-26bump scrtf input len some moreCaolán McNamara
2022-08-25FeatureCollector: SimplifyKhaled Hosny
2022-08-23ofz: now that ofz#24932 is closed, bring up the input limitCaolán McNamara
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-10Make ToolBox::InsertItem take the command nameMaxim Monastirsky
2022-08-08ofz#24932 TimeoutCaolán McNamara
2022-07-19Remove unused pngwrite.hxx include in vcldemo.cxxofftkp
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock
2022-06-20add a fuzzer for our lock filesCaolán McNamara
2022-06-20ofz#39186 reduce max length allowedCaolán McNamara