summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-05Fix typosAndrea Gelmini
Change-Id: Ice72f8d9971e15dd6ef365e64cd567b8581a92d3 Reviewed-on: https://gerrit.libreoffice.org/21797 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2016-02-05remove unused Default from .SDI filesNoel Grandin
Change-Id: I253174197e2c10765f9b1e8cff46178854fe3495
2016-02-05remove unused HelpFile from .SDI filesNoel Grandin
Change-Id: I881ecb1a0838945dd89aefd99a209ea46b617563
2016-02-05remove unused SvName from .SDI filesNoel Grandin
Change-Id: I5aa9d2e3798ebb9da5bb1283000d744e9a68de25
2016-02-05remove unused SbxName from .SDI filesNoel Grandin
Change-Id: I1d0bd2477d22c5f71fd61882756e05e2e30dfa6f
2016-02-05remove unused OdlName from .SDI filesNoel Grandin
Change-Id: I1ce7de74b9cb9a2cebbacf8d81c0ca9164a1596a
2016-02-05remove unused TypeLib from .SDI filesNoel Grandin
Change-Id: Ibbef34aee530bf65c3b3d35348e33f210a4c2a67
2016-02-05remove commented out stuff from .SDI filesNoel Grandin
Change-Id: I1e893afcd33bf9a5cf934a021fe40548ddc33699
2016-02-05remove unused UUID and VERSION from .SDI filesNoel Grandin
Change-Id: Ieb3e47c10c497a6f642f28a6741ac0fd2ecfd419
2016-02-05remove unused Readonly from .SDI filesNoel Grandin
Change-Id: I179200ad65492c517ef5e986fd05758896d38813
2016-02-05remove unused Automation from .SDI filesNoel Grandin
Change-Id: I65e1ca6e022dc76ac96ed75da2c5e78e9356a3e9 Reviewed-on: https://gerrit.libreoffice.org/22107 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-05officebeans: RVP no longer used, only local used nowChris Sherlock
Change-Id: I5f09d25a6e267c793c469c08e8f7f46521fdcd49
2016-02-05vcl: Remove unneeded exception constantsChris Sherlock
EXC_USER and EXC_REMOTE are not used. EXC_REMOTE was actually used for the RVP (Remote Visualization Protocol), but that was apparently removed when Sun opensourced StarView! Change-Id: Icc644146d18d1ba2f6503c6fdbd9acc85cb9e75c
2016-02-05vcl: remove VCL_INPUT_MOUSEANDKEYBOARD, not necessaryChris Sherlock
Change-Id: Ia5b9581d06f6884d6a06abde9cb4039b64c29a05
2016-02-05vcl: move AInfo into private headerChris Sherlock
Change-Id: If6bb832cbf64d12b4ec3a860010fd99340b14ca5
2016-02-04this does not make senseEike Rathke
Either we pass the modified aOptions that isn't used anywhere else or we eliminate that and pass the unmodified rSearchOptions. Assume that the intention actually was to use the current locale. Change-Id: I121c28163f0df4305d13ba18e32e18237bb49ade
2016-02-04Patch#1 : Dynamic column container in the pursuit of tdf#50916Dennis Francis
In this patch dynamic column structure is introduced, basically wrapping std::vector<ScColumn*>. In ScTable the column container is pre-allocated with MAXCOL + 1 columns so that the rest of the code that uses need not change for now. So for now the new column container will still behave like the static one. The plan is to *incrementally* modify all instances of iterations over columns to make use of the dynamic column container and also to address the issues mentioned in the thread : http://nabble.documentfoundation.org/tdf-50916-Calc-Dynamic-column-container-td4162663.html The final step would be to remove the pre-allocation of the container in ScTable constructor and increase of MAXCOLCOUNT Change-Id: I3ff18cdebc99d8348e06a76f287d1d30279366bd Reviewed-on: https://gerrit.libreoffice.org/21620 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Jenkins <ci@libreoffice.org>
2016-02-04fix typoMarkus Mohrhard
Change-Id: Iad24dfe97c9d360879d471606a9df340268860b2
2016-02-04sfx2: avoid writing META-INF/ when signing OOXML filesMiklos Vajna
Instead just pass an empty stream, xmlsecurity knows how to look up its signature storage from the root one. With this, opening the digital signatures dialog, clicking on add, and then OK in both dialogs no longer results in an (empty) META-INF storage written to an OOXML file. Change-Id: I7e4a93687465ec19be307917ec00cde08ed8092f
2016-02-04xmlsecurity: don't write the stream of an OOXML storageMiklos Vajna
We'll need individual streams instead for OOXML. Change-Id: Ia3a7172af39ebfb815d44b645b217da15e41c197
2016-02-04xmlsecurity: support tmp storage instead of tmp stream for OOXMLMiklos Vajna
First step towards having a working export, since OOXML uses one stream / signature, so we need a storage for all signatures, not just a stream. Change-Id: Id5edfd3ce7e8e4177b0071badc6eb4330a525281
2016-02-04Remove pointer (pen) from Navigator windowBryan Quigley
It doesn't appear to have worked since LibreOffice 5.0, and the best use case (to use it during a live slideshow) has been removed per bug 96414. Change-Id: I25dbaa0b9ab86a2a7324b9c496473bf29a5f6ac2 Reviewed-on: https://gerrit.libreoffice.org/22087 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-02-04coverity#1326404 Dereference null return valueCaolán McNamara
Change-Id: I1e7605b20716a48bc7a65e76f43fa0061e0d8176
2016-02-04coverity#1326401 Dereference null return valueCaolán McNamara
Change-Id: I7d19233bb0f63f55c87d83e50b7f865f5c7a8ea4
2016-02-04coverity#1326400 Dereference null return valueCaolán McNamara
Change-Id: Ie28d817d7be24b2de19f51e11786c0396a2e016f
2016-02-04coverity#1326406 Dereference null return valueCaolán McNamara
Change-Id: Ifedb32769551949fdda7d203812b803353a3f487
2016-02-04coverity#1326407 Dereference null return valueCaolán McNamara
Change-Id: Ie9336625f9f5733f9da96b8e7f1aa95228922a8a
2016-02-04coverity#1326425 Dereference null return valueCaolán McNamara
Change-Id: I3fda64e652310463e5a634341713562830babb87
2016-02-04coverity#1326426 Dereference null return valueCaolán McNamara
Change-Id: I8ac0a0df5e111b72db181ee1b8043e6f65fbaf25
2016-02-04coverity#1326427 Dereference null return valueCaolán McNamara
Change-Id: Id4ff5ab007e9ddbc28018570fe38abe9e5acb54b
2016-02-04coverity#1326216 Explicit null dereferencedCaolán McNamara
Change-Id: I1c65e776580b03a658c61c3c680f63d5c35fa52a
2016-02-04coverity#1326217 Explicit null dereferencedCaolán McNamara
Change-Id: Id1c35c5022eddfd1d7bca88c4833a0cba01b9cfa
2016-02-04coverity#1326386 Dereference null return valueCaolán McNamara
Change-Id: Ifd1cd2cfb6032e7a2d14d926d4de8be22160daee
2016-02-04coverity#1326399 Dereference null return valueCaolán McNamara
Change-Id: I7828cdfcda5d4065fc3dafee744757292753abb5
2016-02-04coverity#1326388 Dereference null return valueCaolán McNamara
Change-Id: I08955a20e0566f56701bef85a4a9d4de79ca7b1f
2016-02-04Split long command line into multiple shorter onesStephan Bergmann
...maybe that makes Windows more happy Change-Id: I4fe1d73f5638e1efe07162735c94856e0541ae78
2016-02-04framework: clean up ugly _ prefixed identifiersMichael Stahl
Change-Id: If965ad91e771c84e89c6690a4e1b733d4e70f1b4
2016-02-04loplugin:sallogareasStephan Bergmann
Change-Id: I27a0fa8318fa50ef6e3ccd3a736c5fcbc36bbaa0
2016-02-04Replace push(std::make_tuple(...)) with emplace(...)Stephan Bergmann
...the former reportedly caused problems now with GCC 6 libstdc++ Change-Id: I4b13adc71d9e00b14df1c8e875dba9e90cbcdcc7
2016-02-04[ABI CHANGE] In SDK, replace regcompare with unoidl-checkStephan Bergmann
...as the latter was the more flexible replacement for the former for LO- internal use already. The only gotcha to watch out for is that unoidl-check cannot be used to check "naked" .urd files, but only ones where the content has been moved to /UCR via regmerge. Leave registry/CustomTarget_regcompare_test.mk around to verify that unoidl-check behaves the same as did regcompare on those old-format .urd/.rdb files. Change-Id: Ic13ede48535bf942126c810d88bac7e4081d984e
2016-02-04Add --ignore-unpublished to unoidl-checkStephan Bergmann
...to make it a better replacement for SDK's regcompare Change-Id: I7b5eee3d449b8dc7c03601083d06a6d13e4607be
2016-02-04Resurrect registry/test/regcompare/Stephan Bergmann
Change-Id: Icf4d3b4137a6b6b70dd543bf4758a79f90e9f57f
2016-02-04show parameter tip help below instead of above, tdf#95878 follow-upEike Rathke
Showing it above obstructs the column headers when entering a formula in the first two rows and mouse selection on column headers is also not possible. Change-Id: I8261f234fe7ed8f329ea7a131eb675e86e1d7988
2016-02-04mork: Remove unused source fileDavid Ostrovsky
Change-Id: I0b8c1692c2b04bbbb5486517b2e8de6957ab4b79 Reviewed-on: https://gerrit.libreoffice.org/22104 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Ostrovsky <david@ostrovsky.org>
2016-02-04impress - unable to search inside table - fixedMarco Cecchetti
Change-Id: I07df8d0330390ac599aac364581aee1c9fd0f809
2016-02-04svx: replace boost::bind with C++11 lambdaMichael Stahl
Change-Id: I68f9559fab9a344979dc39b81f3738877483b5fe Reviewed-on: https://gerrit.libreoffice.org/22106 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-02-04framework: replace boost::bind with C++11 lambda or for loopMichael Stahl
Change-Id: I3bee504b5a3dce7d89af77c8fcf2f9e24d5119ca Reviewed-on: https://gerrit.libreoffice.org/22105 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-02-04lok: fix saveAs for a loaded HTML documentTomaž Vajngerl
a HTML document is reported as "com.sun.star.text.WebDocument" which is a unsupported document type in LOK so report it as a LOK_DOCTYPE_TEXT instead. Change-Id: Iaa77cb8b1f55cf31ebbb4fd4d69c02702e60e251
2016-02-04Allow HTML (WebDocument) to be exported as PNG or JPEGTomaž Vajngerl
Change-Id: Id6b70a88ea479b402e680c7c216a20be3d6e116e
2016-02-04tdf#65206 Highlighted (colored) references limited to 32 references in formulaKumar Thangavel
Change-Id: I45731be3d7c3a8ebbafb11d8580294dab01784f4 Reviewed-on: https://gerrit.libreoffice.org/22094 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>