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'], ) prebuilt_jar( name = 'libreoffice', binary_jar = 'instdir/program/classes/libreoffice.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', '//ridljar:libreoffice-src', '//ridljar:libreoffice-javadoc', ] ) ption value='distro/cib/libreoffice-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/uui
AgeCommit message (Expand)Author
2015-09-17boost->stdCaolán McNamara
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-09-10remove more warnings about vba exportMarkus Mohrhard
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-21loplugin: defaultparamsNoel Grandin
2015-08-19Consolidate isFileUrl checksStephan Bergmann
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann
2015-08-18ConvertURLToSystemPath->getSystemPathFromFileURLCaolán McNamara
2015-08-14left align in the login boxSzymon Kłos
2015-08-03new loplugin: refcountingNoel Grandin
2015-07-15loplugin:unusedmethods accessibility,fpicker,uuiNoel Grandin
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin
2015-06-15more untranslatable UI stringsAndras Timar
2015-06-15untranslatable UI string (since 2009)Andras Timar
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
2015-05-14make hardcoded string localizableAndras Timar
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann
2015-05-08VclPtr: presumably these also leakCaolán McNamara
2015-05-08VclPtr: presumably these also leakCaolán McNamara
2015-05-08VclPtr: AlreadyOpenQueryBox doesn't get deletedCaolán McNamara
2015-05-07convert BUTTONDIALOG constants to scoped enumNoel Grandin
2015-05-01VclPtr: error dialogs never deletedCaolán McNamara
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-16UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create.Michael Meeks
2015-04-10convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin
2015-04-10dialogs lifetimes should be wrapped in ScopedVclPtrNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10Move OutputDevice members to VclPtr: filter, reportdesign, uui.Michael Meeks
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-27fix macro and enum name collision using CamelCaseNoel Grandin
2015-03-27convert BUTTON_ constants to enum classNoel Grandin
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin