## ## Version: MPL 1.1 / GPLv3+ / LGPLv3+ ## ## The contents of this file are subject to the Mozilla Public License Version ## 1.1 (the "License"); you may not use this file except in compliance with ## the License or as specified alternatively below. You may obtain a copy of ## the License at http://www.mozilla.org/MPL/ ## ## Software distributed under the License is distributed on an "AS IS" basis, ## WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License ## for the specific language governing rights and limitations under the ## License. ## ## Major Contributor(s): ## Copyright (C) 2011 Red Hat, Inc., Stephan Bergmann ## (initial developer) ## ## All Rights Reserved. ## ## For minor contributions see the git repository. ## ## Alternatively, the contents of this file may be used under the terms of ## either the GNU General Public License Version 3 or later (the "GPLv3+"), or ## the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), ## in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable ## instead of those above. ## include $(SRCDIR)/officecfg/registry/files.mk $(eval $(call gb_Package_Package,officecfg_cppheader,$(WORKDIR)/CustomTarget/officecfg/registry)) $(eval $(call \ gb_Package_add_customtarget,officecfg_cppheader,officecfg/registry)) $(eval $(call gb_CustomTarget_add_outdir_dependencies,officecfg/registry, \ $(gb_XSLTPROCTARGET) \ )) $(eval $(call gb_CustomTarget_add_dependencies,officecfg/registry, \ officecfg/registry/cppheader.xsl \ $(foreach i,$(officecfg_FILES),officecfg/registry/schema/org/openoffice/$(i).xcs))) $(eval $(foreach i,$(officecfg_FILES),$(call \ gb_Package_add_file,officecfg_cppheader,inc/officecfg/$(i).hxx,$(i).hxx))) o/cib/libreoffice-6-4'>distro/cib/libreoffice-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdotxln.cxx
AgeCommit message (Expand)Author
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-03-24convert sfxlink to enum classNoel Grandin
2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-03-08svx: nAnz -> nCountMiklos Vajna
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-10-20loplugin: cstylecastNoel Grandin
2014-08-22Avoid invalid downcastsStephan Bergmann
2014-06-30Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-27cppcheck: reduce scopeJulien Nabet
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2013-10-22Resolves: fdo#38838 remove UniStringCaolán McNamara
2013-09-05convert include/svx/svdotext.hxx from String to OUStringNoel Grandin
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin
2013-08-29convert includes/sfx2/lnkbase.hxx from String to OUStringNoel Grandin
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-04-19fdo#62699: Drop wrapper headerMarcos Paulo de Souza
2013-04-09sal_Bool to boolTakeshi Abe
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold