// Hint files help the Visual Studio IDE interpret Visual C++ identifiers // such as names of functions and macros. // For more information see https://go.microsoft.com/fwlink/?linkid=865984 #define SAL_THROW_EXTERN_C() #define SAL_UNUSED_PARAMETER #define SAL_LOPLUGIN_ANNOTATE(id) #define DECL_LINK(Member, ArgType, RetType) \ RetType Member(ArgType) #define DECL_STATIC_LINK(Class, Member, ArgType, RetType) \ static RetType Member(Class *, ArgType) #define DECL_DLLPRIVATE_LINK(Member, ArgType, RetType) \ SAL_DLLPRIVATE RetType Member(ArgType) #define DECL_DLLPRIVATE_STATIC_LINK(Class, Member, ArgType, RetType) \ SAL_DLLPRIVATE static RetType Member(Class *, ArgType) #define IMPL_LINK(Class, Member, ArgType, ArgName, RetType) \ RetType Class::Member(ArgType ArgName) #define IMPL_LINK_NOARG(Class, Member, ArgType, RetType) \ RetType Class::Member(ArgType) #define IMPL_STATIC_LINK(Class, Member, ArgType, ArgName, RetType) \ RetType Class::Member(Class *, ArgType ArgName) #define IMPL_STATIC_LINK_NOARG(Class, Member, ArgType, RetType) \ RetType Class::Member(Class *, ArgType) // From workdir/UnpackedTarball/cppunit/include/cppunit/plugin/TestPlugIn.h #define CPPUNIT_PLUGIN_IMPLEMENT() // From workdir/UnpackedTarball/cppunit/include/cppunit/extensions/HelperMacros.h // To allow searching for the test names, where they are defined using the macros #define CPPUNIT_TEST_FIXTURE(TestClass, TestName) \ class TestName : public TestClass \ { \ public: \ void TestBody(); \ }; \ void TestName::TestBody() // From sw/qa/inc/swmodeltestbase.hxx // To allow searching for the test names, where they are defined using the macros #define DECLARE_SW_ROUNDTRIP_TEST(TestName, filename, password, BaseClass) \ class TestName : public BaseClass { \ public: \ void verify() override; \ }; \ void TestName::verify() #define DECLARE_OOXMLEXPORT_TEST(TestName, filename) DECLARE_SW_ROUNDTRIP_TEST(TestName, filename, nullptr, Test) #define DECLARE_RTFEXPORT_TEST(TestName, filename) DECLARE_SW_ROUNDTRIP_TEST(TestName, filename, nullptr, Test) #define DECLARE_ODFEXPORT_TEST(TestName, filename) DECLARE_SW_ROUNDTRIP_TEST(TestName, filename, nullptr, Test) #define DECLARE_FODFEXPORT_TEST(TestName, filename) DECLARE_SW_ROUNDTRIP_TEST(TestName, filename, nullptr, Test) #define DECLARE_WW8EXPORT_TEST(TestName, filename) DECLARE_SW_ROUNDTRIP_TEST(TestName, filename, nullptr, Test) ption value='distro/collabora/co-24.04.3'>distro/collabora/co-24.04.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/distro-configs/LibreOfficeMacOSX.conf
AgeCommit message (Expand)Author
2018-07-04enable html-help for Linux, Windows and Mac distro-configsChristian Lohmaier
2014-10-10Mac distro config is always 64 bits these days & remove --with-vendorNorbert Thiebaud
2014-01-23"Official" TDF Mac builds are done w/o ext-wiki-publisherStephan Bergmann
2013-10-15Make building installation sets depend on --with-package-format=...Stephan Bergmann
2013-10-14fdo#61950 De-extensionize presentation minimizerDavid Ostrovsky
2013-04-30Revert "Don't enable postgresql-sdbc by default"Tor Lillqvist
2013-04-30Don't enable postgresql-sdbc by defaultTor Lillqvist
2013-03-23There is no --enable-ext-report-builder any moreAndras Timar
2013-01-21default to --without-help and --without-myspell-dictsNorbert Thiebaud
2012-11-29Always use Java target version 1.5Tor Lillqvist
2012-11-29Isolate PDF Import so it can be made optionally installableStephan Bergmann
2012-11-24Turn PDF import from bundled extension to plain codeStephan Bergmann
2012-11-09binfilter.die.die.dieNorbert Thiebaud
2012-10-08changed scripting javascript/beanshell switches in distro configsAndras Timar
2012-09-27explicitly --disable-gtk for Windows and MacOSXAndras Timar