# -*- 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/. # # 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 . # $(eval $(call gb_Library_Library,xmlfd)) $(eval $(call gb_Library_set_componentfile,xmlfd,filter/source/xmlfilterdetect/xmlfd)) $(eval $(call gb_Library_use_sdk_api,xmlfd)) $(eval $(call gb_Library_use_libraries,xmlfd,\ ucbhelper \ cppuhelper \ cppu \ sal \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,xmlfd,\ filter/source/xmlfilterdetect/fdcomp \ filter/source/xmlfilterdetect/filterdetect \ )) # vim: set noet sw=4 ts=4: breoffice-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/tplcitem.cxx
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: sfx2Stephan Bergmann
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-08-31let's make Impress crash less - SfxStyleFamily editionMichael Stahl
2016-08-01GSoC Writer Table Styles; Table Styles PanelJakub Trzebiatowski
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-30Fix typosAndrea Gelmini
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-02-02seeing as it assumed it was non-null since day 0, so can weCaolán McNamara
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-05-07coverity#735848 Explicit null dereferencedCaolán McNamara
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-11-11sfx2: include <> for external includesNorbert Thiebaud
2012-12-04Styles & Formatting: added Show menu item on hidden stylesCédric Bosdonnat
2012-11-30Allow to hide styles in the "Styles & Formating" dialogCédric Bosdonnat