# -*- 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,mcnttype)) $(eval $(call gb_Library_set_componentfile,mcnttype,dtrans/util/mcnttype)) $(eval $(call gb_Library_use_sdk_api,mcnttype)) $(eval $(call gb_Library_use_libraries,mcnttype,\ cppu \ cppuhelper \ sal \ )) $(eval $(call gb_Library_add_exception_objects,mcnttype,\ dtrans/source/cnttype/mcnttfactory \ dtrans/source/cnttype/mcnttype \ dtrans/source/cnttype/mctfentry \ )) # vim: set noet sw=4 ts=4: > LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svl/README
/ui/shells/drwtxtex.cxx?id=8b27d78b4afaa9c47ca0fda144c8060f2f14046b'>automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings
AgeCommit message (Collapse)Author
2016-03-09remove unused NOT_POOLABLE enum valueNoel Grandin
and simplify the resulting SfxItemInfo field down to a single bool Change-Id: I73e24e83d39afc7660ac85872ba96bc790713cb2 Reviewed-on: https://gerrit.libreoffice.org/23058 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Thomas Arnhold
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-02-15sal_Bool to boolTakeshi Abe
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
2013-01-19convert character properties tabdialog to .uiCaolán McNamara
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke
2012-11-04Fix fdo#56603 by NULL pointer checking in SwDrawTextShell::ExecuteArnaud Versini
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara
2011-12-15Removed extra semicolonsJesse
2011-11-27remove include of pch header from swNorbert Thiebaud
2011-11-22these can be constCaolán McNamara
2011-11-02fix this to buildCaolán McNamara
2011-11-02Resolves: #i46785# Word count dialog modelessMatt Pratt