/* -*- 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 . */ #ifndef INCLUDED_CPPUHELPER_TEST_TESTHELPER_HXX #define INCLUDED_CPPUHELPER_TEST_TESTHELPER_HXX void testidlclass( const ::com::sun::star::uno::Reference < ::com::sun::star::lang::XMultiServiceFactory > &r); void testPropertyTypeHelper(); void test_PropertySetHelper(); void test_ImplHelper( const ::com::sun::star::uno::Reference < ::com::sun::star::lang::XMultiServiceFactory > & xSF ); void test_interfacecontainer(); #endif // INCLUDED_CPPUHELPER_TEST_TESTHELPER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlnum.hxx
in framework
AgeCommit message (Expand)Author
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2017-04-24tdf#39468 Translate German comments in swJens Carl
2016-01-21loplugin: unused return valuesNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-07-22loplugin:unusedmethods sw(part2)Noel Grandin
Noel Grandin
2019-11-19make some classes module-privateNoel Grandin
2019-11-11tdf#42949 Fix IWYU warnings in framework/*/*hxxGabor Kelemen
2019-06-19tdf#39593 Remove GetImplementation from ConstItemContainer and ItemContainerArkadiy Illarionov
2017-06-08framework: cleanup xinterface.hxx includesJochen Nitschke
2017-06-07framework: cleanup xtypeprovider.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-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2015-11-02loplugin:stringconstantNoel Grandin
2015-10-14com::sun::star->css in frameworkNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann