include_defs('//solenv/maven/VERSION') include_defs('//solenv/maven/package.defs') URL = 'https://oss.sonatype.org/content/repositories/snapshots' \ if LIBREOFFICE_VERSION.endswith('-SNAPSHOT') else \ 'https://oss.sonatype.org/service/local/staging/deploy/maven2' maven_package( repository = 'sonatype-nexus-staging', url = URL, version = LIBREOFFICE_VERSION, jar = { 'juh': '//:juh', 'jurt': '//:jurt', 'officebean': '//:officebean', 'ridl': '//:ridl', 'unoil': '//:unoil', 'unoloader': '//:unoloader', }, src = { 'juh': '//javaunohelper:juh-src', 'jurt': '//jurt:jurt-src', 'officebean': '//bean:officebean-src', 'ridl': '//ridljar:ridl-src', 'unoil': '//unoil:unoil-src', 'unoloader': '//ridljar/source/unoloader:unoloader-src', }, doc = { 'juh': '//javaunohelper:juh-javadoc', 'jurt': '//jurt:jurt-javadoc', 'officebean': '//bean:officebean-javadoc', 'ridl': '//ridljar:ridl-javadoc', 'unoil': '//unoil:unoil-javadoc', 'unoloader': '//ridljar/source/unoloader:unoloader-javadoc', }, ) python_binary( name = 'mvn', main = 'mvn.py', ) istro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/glosbib.hxx
AgeCommit message (Expand)Author
2018-12-01weld SwGlossaryGroupDlgCaolán McNamara
2018-11-22weld SwCondCollPageCaolán McNamara
2018-06-25tdf#96099 Remove trivial container typedefs in stoc, svl, svx, swArkadiy Illarionov
2017-10-23loplugin:finalclasses in swNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-26loplugin:unusedmethodsNoel Grandin
2015-10-16convert Link<> to typedNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-11callcatcher: update unused codeCaolán McNamara
2014-06-03sw: fix include guardsThomas Arnhold
2014-05-27sw: move sw/source/core/uibase to sw/source/uibaseMichael Stahl