# -*- 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_Library_Library,pyuno)) $(eval $(call gb_Library_set_include,pyuno,\ -I$(SRCDIR)/pyuno/source/loader \ -I$(SRCDIR)/pyuno/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_add_defs,pyuno,\ -DLO_DLLIMPLEMENTATION_PYUNO \ )) $(eval $(call gb_Library_use_api,pyuno,\ udkapi \ )) $(eval $(call gb_Library_use_libraries,pyuno,\ cppu \ cppuhelper \ sal \ salhelper \ )) $(eval $(call gb_Library_use_externals,pyuno,\ boost_headers \ python \ )) $(eval $(call gb_Library_add_exception_objects,pyuno,\ pyuno/source/module/pyuno_runtime \ pyuno/source/module/pyuno \ pyuno/source/module/pyuno_callable \ pyuno/source/module/pyuno_module \ pyuno/source/module/pyuno_type \ pyuno/source/module/pyuno_util \ pyuno/source/module/pyuno_except \ pyuno/source/module/pyuno_adapter \ pyuno/source/module/pyuno_gc \ )) # vim:set noet sw=4 ts=4: t;, current implementation supports only the one named with an alphabet. Change-Id: I827a7e80f5aa94e243098a6e50eb758cf915c282 Reviewed-on: https://gerrit.libreoffice.org/31240 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
by emulating it with SmFontNode.
In case of <mo>, current implementation supports only the one named
with an alphabet.

Change-Id: I827a7e80f5aa94e243098a6e50eb758cf915c282
Reviewed-on: https://gerrit.libreoffice.org/31240
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
tdf#76296 Import MathML's <mspace> 2016-11-15T00:27:30+00:00 Takeshi Abe tabe@fixedpoint.jp 2016-11-13T12:06:55+00:00 074f0ab1d76f16fe92493868e2f2de75e67792ef as possibly multiple "~" and/or "`" by honoring its width attribute. Change-Id: I17e361c3f8f5d061c856b72266332369497d16b9 Reviewed-on: https://gerrit.libreoffice.org/30809 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
as possibly multiple "~" and/or "`" by honoring its width attribute.

Change-Id: I17e361c3f8f5d061c856b72266332369497d16b9
Reviewed-on: https://gerrit.libreoffice.org/30809
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
4.2'>distro/collabora/cp-4.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/idl
AgeCommit message (Expand)Author
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin