/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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/. */ #ifndef INCLUDED_WRITERPERFECT_INC_DOCUMENTHANDLERFORODS_HXX #define INCLUDED_WRITERPERFECT_INC_DOCUMENTHANDLERFORODS_HXX #include #include "DocumentHandlerFor.hxx" namespace writerperfect { template <> struct DocumentHandlerFor { static const OUString name() { return OUString("com.sun.star.comp.Calc.XMLOasisImporter"); } }; } #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ trunk'>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-12clang-tidy: performance-unnecessary-copy-initialization in vclNoel Grandin
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2022-08-10Make ToolBox::InsertItem take the command nameMaxim Monastirsky
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel
2021-03-01IPrioritable.hxx can move into private headersCaolán McNamara
2021-01-26loplugin:passstuffbyrefNoel
2020-12-15don't need to include vcl/menu.hxx hereCaolán McNamara
2020-12-07move various notebookbar widgets into vclCaolán McNamara
2020-11-11convert more long -> tools::LongNoel
2020-09-02MergeNotebookBarMenuAddons has only static methodsCaolán McNamara
2020-08-31Remove remains of private:image/ via ImageIdentifier addon propertyMaxim Monastirsky
2020-08-04loplugin:flatten in vcl/windowNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann
2020-05-21use for-range on Sequence in testtools..xmloffNoel Grandin
2020-02-03make some headers privateCaolán McNamara
2019-10-25tdf#42949 Fix IWYU warnings in vcl/unx/gtk3 and gtk3_kde5/Gabor Kelemen
2019-10-18prepare builder to support menubarsCaolán McNamara
2019-10-01loplugin:loopvartoosmall (clang-cl)Stephan Bergmann
2019-09-03Ensure that VCL builder entry points use proper function typeMike Kaganski
2019-08-28GtkWidget for the priority of extension under Extension Tab.Sumit Chauhan
2019-07-26Extension support for gtkmenuItem and notebookbar.ui file added for writerSumit Chauhan
2019-07-22Patch fixes the image rendering issue of extension in NotebookBarSumit Chauhan
2019-07-19Engine to add Extension inside extension tab in NotebookBarSumit Chauhan