summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-04svtools: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
Change-Id: I56fb6eb96f0d7c0a80741ba1dec7a2cbe650c33c
2015-12-04sfx2: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
Change-Id: Ic5aed60d40d0e1cd4c227032bc4cf9adbd7be00a
2015-12-04chart2: replace boost::ptr_map with std::mapMichael Stahl
Change-Id: I07a8b2eaa11ca29e3303d323060c3a4c52823967
2015-12-04chart2: replace boost::ptr_map with std::mapMichael Stahl
Change-Id: Id647a5b681e10defd944ccb2ec8509689df704af
2015-12-04chart2: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
Change-Id: I0b80042bdab33b52b339267292249add6f70ac3c
2015-12-04Fix documentationStephan Bergmann
Change-Id: I682a6e4f1a9a5ca3047a4ba2a3229158a8229b4a
2015-12-04unoinfo documentationStephan Bergmann
2015-12-04tdf#92925 Remove PBM, PGM, and PPM ExportBryan Quigley
Remove export for all the netpbm formats. Import still works but these filetypes don't preserve good quality anyway. Change-Id: If4b47f749275a9d3d663f61872f448e01112f6b5 Reviewed-on: https://gerrit.libreoffice.org/20361 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-12-04Prefer STL container to manual reallocMiklos Vajna
Change-Id: Id586934c8ff635b1ec2b645b0956cc60960f6078
2015-12-04related to tdf#73691 - AltX: use alt-c for eu, gl, nl, pt-BRJustin Luth
Unicode Notation toggle's alt-X conflicts with the main menu for Basque, Galician, Dutch, and Brazilian Portugese. Replaced with Alt-C which matches the alternate combination already assigned for German. If MSWord uses a different combination for these languages, someone can request a matching change. Dutch is confirmed as using the conflicting Alt-X, but the other languages are unknown status in MSWord. Change-Id: Id07fc825aa7df427b4e7d1db9026dc1665a14a0d Reviewed-on: https://gerrit.libreoffice.org/20370 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-12-04related to tdf#73691 - don't conflict with menu hotkeysJustin Luth
Although German (de) was remapped to use Alt-C instead, it still assigned the en-US alt-X assignment as well, and accelerators take precedence over menu ~ indicated keys. So a blank assignment needs to be made in the alt-X accelerator for any language that conflicts. Added vietnamese as well - it conflicts with both alt-x and alt-c, so not assigning any accelerator to it for now. A vietnamese can request and suggest an appropriate accelerator combination. Change-Id: Id972f5125ccab5eaca72b6a114099a5b441b055d Reviewed-on: https://gerrit.libreoffice.org/20365 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-12-03Add build toolchain to upload LibreOffice API to Maven CentralDavid Ostrovsky
Set up the toolchain to create sources and javadocs artifacts in addition to JARs created during the build. Use Buck build tool for that: [1]. This is a fork of Google's build tool Blaze, created by Xooglers at Facebook. This build tool (like Blaze itself) uses Python to write build files. Add needed tools and build files to install LibreOffice API artifacts to local Maven repository or deploy them to Maven Central. To build all needed artifacts LibreOffice must be built regularly with GNU make first. To build the rest of the API (sources and javadocs): $> buck build api To replace version number with upcoming release version: $> solenv/bin/version.py 5.1.0 To install the API to local Maven repository: $> buck build api_install To deploy the API to Maven Central: $> buck build api_deploy Detailed documentation is added to document the prerequisites and the workflow to upload LibreOffice API to Maven Central. * [1] https://buckbuild.com Change-Id: Ibdd552a01110836703bc069abe829b9921491cac Reviewed-on: https://gerrit.libreoffice.org/20343 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-12-04update creditsChristian Lohmaier
Change-Id: I41b0ce2a024d7cc850fb7a380c992167fa004e72
2015-12-03Updated coreChristian Lohmaier
Project: translations 0fec96207aa660bd7a5de1cd8694703c8d33e92c update translations for 5.1.0 beta2 and force-fix erros using pocheck Change-Id: I1b2faba1d02fc0d683d8d50c77fd8d0dba4c8abf
2015-12-03vcl: cleanup indents, add doxygen commentsJuergen Funk
Change-Id: I0e2f269af47caa219bbf2a6a011febbea20791c2 Reviewed-on: https://gerrit.libreoffice.org/20339 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-12-03tdf#74608 dbaccess: Constructor feature for ODatabaseSourceMatúš Kukan
Change-Id: I9ab9c0eaf463c93caf116c98e47564562af0af5d
2015-12-03tdf#34957 - don't push multi-page table to next page.Justin Luth
Removing an old hack that is no longer needed. A table marked as “keep with next” doesn't split and keeps with the following paragraph already. It doesn't require this old hack to function properly anymore. Preventing tables from splitting had forced large tables to always start on a new page. Removing the hack allows everything to lay out nicely now. There is a fairly large suite of tests in the bug report that prove the proper layout of various keep-with-next situations. Any document depending on the old behaviour can simply (and properly) insert a manual page-break before the table in order to force it to start on a new page. Change-Id: Ie2036c1a638009aaf95247574998077a1e55b5e5 Reviewed-on: https://gerrit.libreoffice.org/20216 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Justin Luth <justin_luth@sil.org>
2015-12-03upload libetonyek 0.1.5David Tardon
Change-Id: I3d9ffbdd8246d7dee6b49393dd6875cab8565dc0
2015-12-03Silence warning in --disable-assert-always-abort buildsStephan Bergmann
Change-Id: I5bdc1585be07357597c0527dc303643242f1d727
2015-12-03sw: fix DOCX export of embedded OOXML objectsMichael Stahl
OOXML embedded objects are converted to ODF during export, which prevents the export from working, as it expects a stream, and ODF uses a storage. There is already a unit test in testEmbeddedXlsx, but it wrongly succeeds because the components necessary to convert from OOXML to ODF are missing in the test environment. Change-Id: Ib4df346e04ecfb54ec1a728535be876db921b884
2015-12-03sw: docx export: write something more specific for embedded PDFMichael Stahl
Doesn't really change anything, but looks nicer. Change-Id: I8f2dc41adaf22e11b1c15ba619ac00b6b72892fa
2015-12-03mDNSResponder: upgrade to release 576.30.4Michael Stahl
That's 197 more than the current release, surely a big improvement. Change-Id: I48c81f9ae472a623ed9f59b94bb0bc921ad97c5c Reviewed-on: https://gerrit.libreoffice.org/20303 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-12-03sc interperter: Turn it on for a subset of operations by default.Jan Holesovsky
Change-Id: I6715b620adaa6f2b461cb900abb996b62d955ae5
2015-12-03gbuild: expanded "make help" with missing targets.jan iversen
Change-Id: I10d30097a7e7099d43a6760489dcbbf405828960 Reviewed-on: https://gerrit.libreoffice.org/20267 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-12-03WaE: comparison between signed and unsigned integer expressionsTor Lillqvist
Change-Id: I051e2682bdff3bf88fecd726bd57652e5f9e8806
2015-12-03tdf#96083 slide transitions wrong with appearing shapesArmin Le Grand
When using appearing animations on shapes, some of the slide transitions incorrectly don't show these shapes. Same for disappearing shapes - both states are wrong during slide transition time. Fix slide bitmap generator to take final slide states into account. Change-Id: Iea0e576009a109c7f44a7a6498b0ee5b2c4791c5 Reviewed-on: https://gerrit.libreoffice.org/20199 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-12-03uno::Sequence->std::vector in vcl::ThrobberNoel Grandin
Change-Id: I9240cd2240940e03e895a7544c9f51a29b048355
2015-12-03uno:Sequence->std::vector in SmartTagMgrNoel Grandin
Change-Id: I163f7d6c0f30ac2929df1cae202e695d21bb49fc
2015-12-03uno::Sequence->std::vector in SfxIntegerListItemNoel Grandin
Change-Id: Icdbb361feea2ebee74f9d0a906bdd3c2882443e8
2015-12-03use comphelper::containerToSequence()Noel Grandin
Change-Id: Ic4d3bcec7bda300bca6911a7472cafafdf12f5bd
2015-12-03uno::Sequence->std::vectorNoel Grandin
Change-Id: Icbbf540e00be3baf222309a00b153cb34879dfd7
2015-12-03use comphelper::containerToSequenceNoel Grandin
Change-Id: Ibd3e5a2c465f74577f2acf93dc3558bca3a323fb
2015-12-03uno::Sequence->std::vector, and fix method nameNoel Grandin
Change-Id: Ie8df504e2ff29897527128ca634211d4e50c8810
2015-12-03uno::Sequence -> std::vectorNoel Grandin
Change-Id: I8295505c4b83d23736c1da763eced7406b174409
2015-12-03Use comphelper::containerToSequence()Noel Grandin
Change-Id: I18d6ef04ff00f971a4c54ba259733c07501c6c1a
2015-12-03Resolves: tdf#95700 index dialog cut offCaolán McNamara
queue_resize needs to invalidate the size cache even if there is a pending layout idle awaiting Change-Id: I6dba3d37fbb33125cc3f5d17aff6d2f7a3388654
2015-12-03Resolves: tdf#94701 allow fully deleting illustration category in comboboxCaolán McNamara
Change-Id: Iaaefbe2311e61be3b9689c693481d149aa1355f5
2015-12-03Resolves: tdf#95960 displaced field value in user-defined propertiesCaolán McNamara
Change-Id: Idc9e8fd0c35de48a2366dca3850bcc4e69ef997f
2015-12-03coverity#1341505 silence Uninitialized scalar variableCaolán McNamara
Change-Id: I7048d69816d09392ce3b974dc2820a0935591c4c
2015-12-03coverity#1341504 Uninitialized scalar variableCaolán McNamara
Change-Id: I0c517492d578f0291c823d56332006f6a433ba2e
2015-12-03coverity#1341507 Uninitialized pointer fieldCaolán McNamara
Change-Id: I77d59c91f09d2546468942263dbd71ac4665efb0
2015-12-03Use comphelper::containerToSequence()Miklos Vajna
Change-Id: I774864241bc15fcfd08cd2becbf34aae0349a9d8
2015-12-03add move assignment and constructor to uno::ReferenceNoel Grandin
"perf stat" says: Before 14,009,233,975,201 cycles After 13,660,876,595,941 cycles i.e. shaved roughly 2% of the cycles Change-Id: If604a125a8a5040281abd699678d0c791d5bbb51 Reviewed-on: https://gerrit.libreoffice.org/20350 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-12-03Revert "tdf#96012: Type formatting in Base shouldn't be multiselect"Lionel Elie Mamane
This reverts commit 103cd686de34b668a838c459f3d827c02e704656. Better fix for tdf#96012 in b2d479854a9182234a378166900240aee7e1c79b ("simple mode" for the multiselection) Change-Id: Ia6d7e5132e3f1997906a03f67ea4d7d0cf54ce7a
2015-12-03tdf#96012 enable simple mode for the multilistboxLionel Elie Mamane
Change-Id: Ia4d4c56318bc7d32d317abbda27eda9d3413ba75
2015-12-02tdf#96012: Type formatting in Base shouldn't be multiselectJulien Nabet
Disable multiselect and don't manually select the entry Change-Id: Id04e757e4d2031718f95af1d0f512b4ca2df205c Reviewed-on: https://gerrit.libreoffice.org/20360 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2015-12-02sal: add SAL_DEBUG_TRACE debugging API for Windows, with UNX stub.Michael Meeks
Change-Id: I2fdbc2ac10f483eee154bdf69479ba217a91ef7f Reviewed-on: https://gerrit.libreoffice.org/19605 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-12-02DOCX export: handle <w:smartTag>Miklos Vajna
A Writer document can have multiple arbitrary RDF graphs, handle the following subset: - instead of handling all graphs, have a whitelist, look at the TSCP graph the DOCX importer creates - look for (paragraph, key, value) statements and export those Change-Id: I142c24fb4c8140bde5fc1efad2932886de167b90
2015-12-02sw: initial SwRDFHelperMiklos Vajna
The purpose of this class is to provide access to the subset of the RDF metadata that's interesting for core code and for internal filters. Change-Id: Ibecba302dd839b537a36b9f7a15f012c6ea26869
2015-12-02Revert "external/liborcus: Silence clang-cl errors about redeclared Windows ↵Stephan Bergmann
functions" This reverts commit be0bf120299cff1ec14af1b578d4ea89976cea08, which is no longer needed after 12fc5b85ddc3b90b385ad0fc2ab0144a32bf9a4b "unnecessary include brings in boost headers that are broken under rhel-7"