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', ] ) /libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)Author
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-04-09configure,pyuno: require at least Python 2.7Michael Stahl
2018-04-05Fix Python file URL construction on WindowsStephan Bergmann
2018-04-03Create temp copies of test docs in Python/UITestsStephan Bergmann
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin
2018-02-02pyuno: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-02-01tdf#114815 pyuno: avoid 2 threads initing python in parallelMichael Stahl
2018-01-15More loplugin:cstylecast: pyunoStephan Bergmann
2018-01-12More loplugin:cstylecast: pyunoStephan Bergmann
2018-01-11loplugin:redundantcast: pyunoStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-07loplugin:salcall handle static methodsNoel Grandin
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-04Replace only list by vector in pyunoJulien Nabet
2017-10-27loplugin:includeform: pyuno (Windows)Stephan Bergmann
2017-10-23loplugin:includeform: pyunoStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-04Fix PythonTest_pyuno_pytests_insertremovecells on WindowsStephan Bergmann
2017-10-03Partially revert c3609f107b16eb888edf284f4637be6cb09234ebMike Kaganski
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski
2017-09-27Make these tests part of the regular 'make check'Stephan Bergmann
2017-09-26Call pyuno.private_initTestEnvironment() only onceStephan Bergmann
2017-09-25tdf#57950: Replace chained OUStringBuffer::append() with operator+Muhammet Kara
2017-09-22loplugin:flatten in pyuno..scNoel Grandin