prebuilt_jar( name = 'juh', binary_jar = 'instdir/program/classes/juh.jar', visibility = ['PUBLIC'], ) prebuilt_jar( name = 'jurt', binary_jar = 'instdir/program/classes/jurt.jar', visibility = ['PUBLIC'], ) prebuilt_jar( name = 'officebean', binary_jar = 'instdir/program/classes/officebean.jar', visibility = ['PUBLIC'], ) prebuilt_jar( name = 'ridl', binary_jar = 'instdir/program/classes/ridl.jar', visibility = ['PUBLIC'], ) prebuilt_jar( name = 'unoil', binary_jar = 'instdir/program/classes/unoil.jar', visibility = ['PUBLIC'], ) prebuilt_jar( name = 'unoloader', binary_jar = 'instdir/program/classes/unoloader.jar', visibility = ['PUBLIC'], ) zip_file( name = 'api', srcs = [ ':juh', '//javaunohelper:juh-src', '//javaunohelper:juh-javadoc', ':jurt', '//jurt:jurt-src', '//jurt:jurt-javadoc', ':officebean', '//bean:officebean-src', '//bean:officebean-javadoc', ':ridl', '//ridljar:ridl-src', '//ridljar:ridl-javadoc', ':unoil', '//unoil:unoil-src', '//unoil:unoil-javadoc', ':unoloader', '//ridljar/source/unoloader:unoloader-src', '//ridljar/source/unoloader:unoloader-javadoc', ] ) ibreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/salhelper
AgeCommit message (Expand)Author
2019-01-09tdf#42949 Fix IWYU warnings in salhelper/Gabor Kelemen
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-19clang-tidy modernize-redundant-void-argNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-09-07Drop workaround for old MSVC that no longer appears necessary with MSVC 2017Stephan Bergmann
2018-08-30Remove redundant asserts after newMike Kaganski
2018-08-10tdf#42949 Fix IWYU warnings in include/salhelper/*Gabor Kelemen
2018-02-02salhelper: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-07loplugin:salcall handle static methodsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-10-23loplugin:includeform: salhelperStephan Bergmann
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-07-21loplugin:constparams in soltools and variousNoel Grandin
2017-06-27iOS, remove java and cppunittestjan Iversen
2017-06-18tdf#43157 - salhelper: timer.cxx change OSL_ASSERT to assertChris Sherlock
2017-06-16salhelper: cleanup include/salhelper/timer.hxxChris Sherlock
2017-06-12tdf#43157 - salhelper: convert from OSL_ASSERT to assertChris Sherlock
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin
2017-05-18Revert "Fix typos"Stephan Bergmann
2017-05-18Fix typosAndrea Gelmini
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert salhelper from OSL_ASSERT to assertChris Sherlock
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-03-18salhelper: change oslCondition to osl::ConditionChris Sherlock
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-18includes should be at the top of the fileNoel Grandin