# -*- 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_InstallModule_InstallModule,scp2/sdkoo)) $(eval $(call gb_InstallModule_use_auto_install_libs,scp2/sdkoo,sdk)) ifneq ($(DOXYGEN),) $(eval $(call gb_InstallModule_add_defs,scp2/sdkoo,\ -DDOXYGEN \ )) endif $(eval $(call gb_InstallModule_add_scpfiles,scp2/sdkoo,\ scp2/source/sdkoo/sdkoo \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: ption> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/inc/unomap.hxx
AgeCommit message (Expand)Author
2019-09-16dont define PROPERTY_NONE multiple timesBjoern Michaelsen
2018-04-05sw: fix some IWYU warningsMiklos Vajna
2017-03-14remove noise UUUU tags in commentsNoel Grandin
2016-05-31Sw UNO API SwXTextCellStyle; TableStyles createInstance, XNameAccessJakub Trzebiatowski
2016-05-24Implement basic TableStyle FamilyJakub Trzebiatowski
2015-11-15Refactored Writer's unomapAshod Nakashian
2015-10-22sw: prefix members of SwUnoPropertyMapProviderMiklos Vajna
2014-04-10fdo#77051: Preservation of Index field flag '\f'.YogeshBharate
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand
2014-02-27Remove visual noise from swAlexander Wilms
2014-01-20fdo#69613 : Fix for TOC with flag '\u' should get preserved after RT.Pallavi Jadhav
2014-01-13fdo#69613: Code changes for TOC with flag '\x' should get preserved after RT.YogeshBharate
2014-01-13fdo#69613:Fix for TOC field flag 'b' should preserved after RT.PriyankaGaikwad
2014-01-13fdo#69613: Code changes for TOC with flag '\w' should get preserved after RT.YogeshBharate
2014-01-10fdo#69613: Code changes for TOC with flag '\z' should get preserved after RT.YogeshBharate
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-11-05fixincludeguards.sh: swThomas Arnhold
2013-10-26remove unused class SwItemPropertySetMatúš Kukan
2013-09-20uno: new InteropGrabBag UNO prop in OfficeDocumentAndres Gomez
2013-05-31Resolves: #i119558# set default page mode value to false for docxJian Fang Zhang