# -*- 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_CppunitTest_CppunitTest,sc_recordchanges)) $(eval $(call gb_CppunitTest_use_external,sc_recordchanges,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_recordchanges, \ sc/qa/extras/recordchanges-test \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_recordchanges, \ cppu \ sal \ subsequenttest \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_recordchanges,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_recordchanges)) $(eval $(call gb_CppunitTest_use_ure,sc_recordchanges)) $(eval $(call gb_CppunitTest_use_vcl,sc_recordchanges)) $(eval $(call gb_CppunitTest_use_components,sc_recordchanges,\ $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_recordchanges)) # vim: set noet sw=4 ts=4: ption> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwptools.hxx
xx?h=cp-4.3-1&showmsg=1'>Expand)
AgeCommit message (Expand)Author
Author
2014-05-18writerfilter: drop last 'using' statement from headersMiklos Vajna
2014-05-18writerfilter: drop global 'using css' from WW8ResourceModel.hxxMiklos Vajna
2014-04-19fixincludeguards.sh: writerfilterThomas Arnhold
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-23include vectorCaolán McNamara
2014-03-23fdo#76356 : Docx file contianing chart in footer/header gets corrupted.sushil_shinde
2014-03-21DOCX import: implement progressbarMiklos Vajna
2014-01-10fdo#72520 : Added embedded data of docx file to InteropGrabBag.sushil_shinde
2013-12-13fdo#71786 : Implemented Glossary folderRohit Deshmukh
2013-11-15[docx] activeX reference files (.bin) saved in InteropGrabBag and exported.sushil_shinde
2013-11-14[docx] activeX files saved in InteropGrabBag and exported.sushil_shinde
2013-11-13[docx] CustomXml relationship files saved in InteropGrabBag and exported.sushil_shinde
2013-11-05[docx] CustomXml saved in InteropGrabBag and exported customxml when saving.sushil_shinde
2013-09-20writerfilter: OOXML theme saved in InteropGrabBagAndres Gomez