summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-07Umgekehrte Polnische Notation is German for Reverse Polish NotationTor Lillqvist
Change-Id: I80480f963b643596ff1c0e93af3eaa6ffc63c9dd
2013-11-07Cosmetics: Use more consistent style in the generated OpenCL codeTor Lillqvist
Change-Id: I6c292c95cb3927954d71a5513665dcf2c54166b2
2013-11-07typo in commentLionel Elie Mamane
Change-Id: Iea5084bd1c5765197e5dcf379637a780e52f42bd
2013-11-07fdo#65108 inter-module includes <>Lionel Elie Mamane
Change-Id: Ie7e08f25741772f657a71369483917d989a05537
2013-11-07firebird-sdbc: replace named parameter by unnamedLionel Elie Mamane
Change-Id: Iad6023d9d16b10001bb8493dea483e655fc8519c
2013-11-07OAuth2 application keys shouldn't be in the code.Cédric Bosdonnat
The GDrive OAuth2 key is now defined at configure time. If either the client secret or client id is missing, the Google Drive connectivity will be disabled at runtime. Tinderboxes can set up a GDrive key, but they need to make sure it's not persisting in the build log. Change-Id: I09bc748641ec14eae890f273f05bffe4ed421dbb
2013-11-07CMIS Versions dialog is experimental-only for the whileCédric Bosdonnat
Change-Id: I39e2f3437045ae0ef7b33c65bb59f9fe201dcda7
2013-11-07CMIS Versions: removed a few useless buttonsCédric Bosdonnat
Change-Id: I08a1593700495c2262a270cb9055e973ab0ede29
2013-11-07CMIS Versions dialog: fix version dateCédric Bosdonnat
The version creation date is more likely to be the cmis:lastModifiedDate. Change-Id: I15e81db6a4c5f638f3f472894608a8d6728dc2d2
2013-11-07more cruftEike Rathke
Change-Id: Ia6b975080598a87c5e262374efde9efb186051b1
2013-11-07make this work againEike Rathke
Change-Id: I0ac5dfdea6b5785b1651c3b362bbddea2354e7c1
2013-11-07safe STRING_NOTFOUND -> -1 conversionCaolán McNamara
Change-Id: I1afd5f4ef3b0001e28a6c0ce86f2fe927515fcf4
2013-11-07safe STRING_MAXLEN -> -1 conversionCaolán McNamara
Change-Id: If07e632e81e1fda98f587b3c34b009144126d7ef
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza
And use some templates inside include/com/sun/star/uno/Sequence.hxx Change-Id: I48875fa1517751fc4cb0cf2b6c08b88975a29b47 Reviewed-on: https://gerrit.libreoffice.org/6599 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2013-11-07align GetScriptType argument type with the rest of the familyCaolán McNamara
Change-Id: I67a66eb05deaecede3cd77e06075c2e98be8d001
2013-11-07these longs are really 32bitCaolán McNamara
Change-Id: I6c71f1ce32df6067f0be820656d86e851d288291
2013-11-07fdo#70812 writerfilter: check for nullptr after dynamic_castMiklos Vajna
Happens when we set "no number" in the default para style, which is already the case for Writer anyway. Change-Id: I3b262e633e52e4aae039c55d6edb744e36f0f354
2013-11-07Include backtrace in logStephan Bergmann
Change-Id: I76306ac61365282ef2de4869c1c8e21e044304ff
2013-11-07liblibo: use gettimeofday not clock_gettime for better portability.Michael Meeks
Change-Id: Ic111faf5db7709483f20fea8cbf9ff4298301b8a
2013-11-07liblibo: fix static library linkage.Michael Meeks
Change-Id: Ic6b69b322c819ff07d55e3b452dadafc60041e1d
2013-11-07bump jpeg from 8c to 8dCaolán McNamara
Change-Id: I9f739ff803ef777931139bedb835a5fda46cb377
2013-11-07DOCX export: handle semiHidden para styleMiklos Vajna
Change-Id: Icde4d5af2398a241c628f16225f1d427a2f27cfc
2013-11-07DOCX import: handle NS_ooxml::LN_CT_Style_autoRedefineMiklos Vajna
Change-Id: I8c2c0ca8d060e2c460d0f36aed3050ed335fb3a3
2013-11-07DOCX filter: roundtrip paragraph customStyleMiklos Vajna
Change-Id: I7fec154ff3b39845e91301b4fb607381e80e13f7
2013-11-07DOCX filter: roundtrip paragraph style defaultMiklos Vajna
Change-Id: I93495b4a2f85fe9729f8e1c810532717783756e4
2013-11-07make the error not a secretCaolán McNamara
Change-Id: I4ee261bd1dc2c63f0b54e19a2684c8bf1c221680
2013-11-07remove unnecessary use of OUString constructor in TOOLKIT moduleNoel Grandin
Change-Id: I0cc8c507ede20d5db1942b75e0c4b660dcd66c97
2013-11-07remove unnecessary use of OUString constructor in UCB moduleNoel Grandin
Change-Id: Ic75e5aad03d66590e78275304c766c1c00179387
2013-11-07remove unnecessary use of OUString constructor in UCBHELPER moduleNoel Grandin
Change-Id: I3e3cfc69c14a300f330264ae40c135e8135adb97
2013-11-07remove unnecessary use of OUString constructor in UNOTOOLS moduleNoel Grandin
Change-Id: Iad166e6b9ce0877200bd58c388b3914b15167196
2013-11-07liblibo: improve the libtest sample app.Michael Meeks
Add command-line help, validate arguments more, better error reporting. Change-Id: Ia092895d0d116b003bb6c2a252f68ae9b6ba6d35
2013-11-07liblibo: share crude URL absolutization, and clean.Michael Meeks
Change-Id: I559eac8626a011644f68f8391631447f15c643eb
2013-11-07liblibo: make liblibreoffice static as it should be.Michael Meeks
The whole purpose of this tiny library is to break dependencies, so requiring it in our library path is a bit silly. Change-Id: Ie0e000b97db87afd57f693e19341eadf97323335
2013-11-07liblibo: fixes and improvements for liblibreofficeChristoph Lutz
fixes for liblibreoffice-Impl (init.cxx): determine outputfilter from file suffix if no filter is provided; ensure that url provided to XStorable.storeToUrl is really an url; improved error handling small improvements in somektest/libtest.cxx: output times required for init, load and save. Change-Id: Ic8b2c0d34cbeae3250c43cac02690e6ec1954ed7
2013-11-07fdo#65588 - Elements Dock: Scrollbar moves into input windowJosé Guilherme Vanz
This change "solves" the visual problem. But I don't think so this is the best solution Change-Id: I658f7a4182578e49644ae6de281f221499d61ad3 Reviewed-on: https://gerrit.libreoffice.org/6602 Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com> Tested-by: Marcos Souza <marcos.souza.org@gmail.com>
2013-11-07remove unnecessary use of OUString constructor in VCL moduleNoel Grandin
Change-Id: Ie2b9aca5c3db46b43c53f72699fe828b28daeaa1
2013-11-07remove unnecessary use of OUString constructor in WRITERFILTER moduleNoel Grandin
Change-Id: Iba6fd6e2bb9b2a9e937149f3e3465b0817208a58
2013-11-07remove unnecessary use of OUString constructor in XMLHELP moduleNoel Grandin
Change-Id: I033bcf9cddc58f605fe8d65731f8b312410da7e5
2013-11-07remove unnecessary use of OUString constructor in XMLOFF moduleNoel Grandin
Change-Id: I3bb704d2b1063cd8c2c903cbfa237a7723c321d2
2013-11-07DOCX filter: roundtrip paragraph style lockMiklos Vajna
Change-Id: Id656e48c1600bb7b04e8566d5c0f3297f80a89d9
2013-11-07DOCX filter: roundtrip paragraph style linkMiklos Vajna
Change-Id: Ide29e98b73410d8917742f2eeb15bdcbd9de87cc
2013-11-07remove unnecessary use of OUString constructor in XMLSECURITY moduleNoel Grandin
Change-Id: I95b0eda83c60456f3db267183030fe5f6cd70bc4
2013-11-07ensure string accesses are in boundsCaolán McNamara
as demonstrated by ooo39541-3.rtf Change-Id: I995f0250e98a68b1b56da877314c9fd24cf46221
2013-11-07Blind MSVC fixStephan Bergmann
Change-Id: I22c316cc82c40481fa1bf93412d97d67e1f95b41
2013-11-07Name threads for debug purposeArnaud Versini
Change-Id: Id99ba394b898b7da0057d4a145ce8dce46122782 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-11-07Add "New Database" button for Firebird file driver dialog.Andrzej J.R. Hunt
Firebird is able to create new databases from within LO hence we need to add a new property to database configration files. This allows use of a db creation dialog (which is opened by using the "New Database" button) in order to allow creating new dialogs (in addition to being able to open existing databases using the "Browse" button). Conflicts: dbaccess/source/ui/dlg/ConnectionHelper.hxx Change-Id: I6174f3b7d9032c48286b49b5ddf125cd3b428303
2013-11-07$CPU no longer exists, use $CPUNAME for libatomic-ops.Andrzej J.R. Hunt
Change-Id: Ic70214d5e875dc7672b5b9496f1d6a7d624d6ed6
2013-11-07Use rtl::ReferenceStephan Bergmann
Change-Id: I7e3922ba635acdb14ca489bda2535a69249cb001
2013-11-07Make libatomic_ops buildable and enable on non-X86.Andrzej J.R. Hunt
Change-Id: Iec1d329f143ab76de7e8b4acd3da66efb6e0220c Reviewed-on: https://gerrit.libreoffice.org/5812 Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org> Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org> Reviewed-on: https://gerrit.libreoffice.org/6600
2013-11-07convert vcl/Edit::Impl* methods from xub_StrLen to sal_Int32Noel Grandin
Change-Id: I009dd167d399d817689877a5e7e22dc4ab60ec61