# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # 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/. # $(eval $(call gb_Module_Module,stoc)) $(eval $(call gb_Module_add_targets,stoc,\ Library_bootstrap \ Library_introspection \ Library_invocadapt \ Library_invocation \ Library_namingservice \ Library_proxyfac \ Library_reflection \ Library_stocservices \ )) ifeq ($(ENABLE_JAVA),TRUE) $(eval $(call gb_Module_add_targets,stoc,\ Library_javaloader \ Library_javavm \ )) endif # vim:set noet sw=4 ts=4: aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sfx2/source/view/impviewframe.hxx
AgeCommit message (Expand)Author
2019-12-03tdf#42949 Fix IWYU warnings in sfx2/*/*hxxGabor Kelemen
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2018-10-26loplugin:singlevalfields improvementNoel Grandin
2017-06-21loplugin:unusedfields in sfx2 part2Noel Grandin
2017-03-29loplugin:singlevalfieldsNoel Grandin
2017-03-27create SfxInterfaceId o3tl::strong_intNoel Grandin
2017-01-25loplugin: unnecessary destructor sfx2..storeNoel Grandin
2016-06-24loplugin:singlevalfields in sfx2Noel Grandin
2016-04-04loplugin:constantparam in sfx2Noel Grandin
2016-02-19new loplugin: find write-only fieldsNoel Grandin
2015-12-17Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-05-04cppcheck: noExplicitConstructorCaolán McNamara
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-05-01coverity#708174 Uninitialized pointer fieldCaolán McNamara
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2013-11-11sfx2: include <> for external includesNorbert Thiebaud
2013-10-28fixincludeguards.sh: sfx2Thomas Arnhold
2013-08-29convert sfx2/source/view/impviewframe.hxx from String to OUStringNoel Grandin
2013-06-16cppcheck: fix the rest uninitMemberVar reports in sfx2Julien Nabet