summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-06-28remove "vs2013" from gbuild-to-ideMichael Stahl3-6/+3
Too old to build master. Change-Id: I01636c9ae26ddb3954dcfdd1977551c0f115a81b
2017-06-28Try to get meaningful gdb backtraces for failed UITest core files after allStephan Bergmann1-2/+6
Change-Id: I6487eabdc0d6c84e919dff0f330bbc36a19f9da3
2017-06-28loplugin:oncevar in writerfilter..xmlhelpNoel Grandin7-31/+23
Change-Id: I1319494e16586f7e0b5149faecd3d1c36e336b1b Reviewed-on: https://gerrit.libreoffice.org/39343 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann1-1/+1
Change-Id: Id6fb6d7765a2ef3914a783597450e64ddd4003ea
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann4-6/+6
Change-Id: Ic660ab732fc53bfaaf161624972aa0e8fbbc82a4
2017-06-28fdo#43157 convert OSL_ASSERT to assert in sc/source/coreBernhard Widl8-16/+16
Change-Id: I2cda454250116039b904bbb3abcd2871537c43f2 Reviewed-on: https://gerrit.libreoffice.org/39301 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann5-6/+6
Change-Id: Icc576de378c27764aa50457f8d548564eb4a3aec
2017-06-28-Werror=catch-value= (GCC 8)Stephan Bergmann1-1/+1
Change-Id: I63c264a39bcec5ebd80c73acb55c72713fd706e2
2017-06-28loplugin:oncevar in xmloffNoel Grandin24-103/+42
Change-Id: I0fbd37685a0006e1fbc98d2b432c2b84d13d6cc8 Reviewed-on: https://gerrit.libreoffice.org/39344 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-06-28gpg4libre: Don't call production code inside an assert()Samuel Mehrbrodt2-4/+10
Won't work in non-debug builds Change-Id: I64f9c416890ddd02ec8efc0f59ded145cc17896a Reviewed-on: https://gerrit.libreoffice.org/39345 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-06-28tdf#108714 follow-up: handle deferred break in character groupMike Kaganski3-8/+19
If an out-of-order break happens immediately after a table, then in following paragraph group (before character group start) the table level is > 0, and break is ignored. Since out-of-order break only happens at top level, the following character group necessarily designates a new paragraph group, so it's OK to handle that at the character group level, where table level is already updated. Change-Id: Ic1b1bb89e12407b050c2e880ad971794311845a5 Reviewed-on: https://gerrit.libreoffice.org/39347 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann2-3/+3
Change-Id: Ie7fa59f573791fca0530294ef5a5e0863e1285b1
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann2-2/+2
Change-Id: Id2f60099d062b5aa1baf8ed1a1d5145663ae8bdd
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann1-1/+1
Change-Id: I1366d093e38dbd849d0f635f704953c5c8f47129
2017-06-28loplugin:unusedfields in sc part2Noel Grandin12-25/+8
and mark some fields as being needed to be imported to the model Change-Id: Icbf846aa1278f4672509dcf6488a7971795b06d8 Reviewed-on: https://gerrit.libreoffice.org/39063 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann2-6/+6
Change-Id: I3863df89052b46aa28f1acdefa6745e153ca8370
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann4-9/+9
Change-Id: I2a43ce3ca6af87ac53dd534c0c37150a000e7013
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann1-2/+2
Change-Id: Ie5d3358bc81ec15a56ecbceb605f066753b8d472
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann1-2/+2
Change-Id: I65b906cf312a436b1b36a909402e5dfca96af3d7
2017-06-28oovbaapi: do not use properties for formControlTamas Bunth1-2/+15
UnderLine, CharContoured and ColorIndex does not work for formControl, (WrappedTargetRuntimeException), disable it for now. Change-Id: Ibc16d91bf90011131386c30a218690c0f4e74797 Reviewed-on: https://gerrit.libreoffice.org/39291 Reviewed-by: Tamás Bunth <btomi96@gmail.com> Tested-by: Tamás Bunth <btomi96@gmail.com>
2017-06-28tdf#108794 gpg4libre: Use key id to get the right keySamuel Mehrbrodt3-6/+13
Change-Id: I5950d192e19e652cbb7680db426bfbd28907a1cb Reviewed-on: https://gerrit.libreoffice.org/39308 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-06-28connectivity: Fix memory leak at finding non-empty fileTakeshi Abe1-4/+2
Change-Id: I7134dc4efb9a659727474a788dce19fcb8ea2da7 Reviewed-on: https://gerrit.libreoffice.org/39338 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2017-06-28tdf#107880: Make use of ScopedVclPtrChristian Barth1-2/+1
Make the use of VclPtr<VirtualDevice> exception safe by using ScopedVclPtr<VirtualDevice> when disposeAndClear() is called in same method. Change-Id: I684eb7fb92c2bf16c30e74dce8e691dfca1a1f45 Signed-off-by: Christian Barth <Christian.Barth@zoho.com> Reviewed-on: https://gerrit.libreoffice.org/39321 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-06-28loplugin:oncevar in vclNoel Grandin47-196/+130
Change-Id: I37a6dacda12e1c2910737d74aa344c7e2e195aeb Reviewed-on: https://gerrit.libreoffice.org/39328 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-06-28loplugin:oncevar in ucb..vbahelperNoel Grandin23-100/+55
Change-Id: I1fc7c7505a42b3bf9d4a5ab22961930b9831d4ae Reviewed-on: https://gerrit.libreoffice.org/39327 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-06-28loplugin:oncevar in test..toolsNoel Grandin14-71/+39
Change-Id: I7b3ccc8f227100ff7fedeaca96a12f135da60bab Reviewed-on: https://gerrit.libreoffice.org/39326 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-06-28use std::vector in BigPtrArrayNoel Grandin3-77/+45
Change-Id: Ibf63213eb44ef2bb51042607cbdedcb66181b51a Reviewed-on: https://gerrit.libreoffice.org/39302 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-06-28loplugin:unusedfields in sc part1Noel Grandin35-127/+22
in ScNavigatorDlg::ScNavigatorDlg, we replace the assignment of nAreaId with an assignment to nDataId instead, which is never initialized but used, whereas nAreaId was initialized but never used. Change-Id: I9681af7f7d515d4891c9b52d3809e88e3d5e8256 Reviewed-on: https://gerrit.libreoffice.org/39062 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-06-28tdf#108798 Make CanSignWithGPG work with PDF docsSamuel Mehrbrodt1-1/+1
Change-Id: I09aa030bed3d6ce51ef71d8bab905b01fab5b699 Reviewed-on: https://gerrit.libreoffice.org/39309 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-06-28always import page scaling, tdf#65848Markus Mohrhard1-1/+1
Change-Id: If5bad2336443280dd33d750b1b2749a06f2b5101 Reviewed-on: https://gerrit.libreoffice.org/39334 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-06-28sd: Kill forward declaration of non-existent RequestDataTakeshi Abe5-7/+1
Change-Id: I0feef07e46b0056408d75abed631646e0520e4c1 Reviewed-on: https://gerrit.libreoffice.org/39306 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
2017-06-28repaint whole range for range based cond formats, tdf#105696Markus Mohrhard4-9/+88
The range based cond formats need to be repainted across the whole range. This ensures that a change in condition which affects all cells causes a repaint. Change-Id: Ie6dd10088a1c11c1bafd1faa9c429a35a6469ff2 Reviewed-on: https://gerrit.libreoffice.org/35302 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-06-28handle SID_ENCRYPTIONDATA for shared password protected docs, tdf#56173Markus Mohrhard1-0/+7
Change-Id: Iadfe880b7be3186410a08568844d8812f176005d Reviewed-on: https://gerrit.libreoffice.org/39332 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-06-28sd lok: fix Undo/Redo Document RepairHenry Castro5-80/+57
REPAIRPACKAGE is sent to enable Undo/Redo actions when two views have conflicts. Change-Id: I58133f5b9006c41a297711c52ed0acfce3c19f92 Reviewed-on: https://gerrit.libreoffice.org/39325 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Henry Castro <hcastro@collabora.com>
2017-06-28Updated coreOlivier Hallot1-0/+0
Project: help bfe42f086848d11c59a40f9a4dd0523df6996b42 Fixes for help pages after translation review. Thanks to all translators for pinpointing these mistakes. Change-Id: I3746d3d81ded2af1e012cb38cdd20e9e529c2667 Reviewed-on: https://gerrit.libreoffice.org/39330 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-06-27add test for formula listener during delete sheetMarkus Mohrhard2-0/+23
Change-Id: I49c53048db575e60f5110b2161658c190ba2e7f8 Reviewed-on: https://gerrit.libreoffice.org/39318 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-06-27fix conditional format source position during insert/deleting tabs, tdf#107289Markus Mohrhard1-1/+3
Change-Id: Idb177c9e4800681f5386dbc233b9166798a8fb72 Reviewed-on: https://gerrit.libreoffice.org/39320 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-06-27add way to handle update refs for addresses, related tdf#107289Markus Mohrhard3-2/+27
Change-Id: I97d1724d7aa1652619edda1cbe6a4ae4db277563 Reviewed-on: https://gerrit.libreoffice.org/39316 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-06-27clear the lists with listened cells after we stop listeningMarkus Mohrhard1-0/+1
Change-Id: I4bc21ff9085c0033f3ee16b7e22a73091d57c7a9 Reviewed-on: https://gerrit.libreoffice.org/39315 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-06-27push the whole range to the cell range listMarkus Mohrhard1-1/+1
Change-Id: I25e8ca24530872ba0277aa9e0ebc8262606dcf20 Reviewed-on: https://gerrit.libreoffice.org/39314 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-06-27add a test for listener update during insert tabMarkus Mohrhard2-0/+26
Change-Id: Ia726c76a448aaef97228a5c04d5fd876d5d4c67f Reviewed-on: https://gerrit.libreoffice.org/39313 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-06-27OOXMLFastContextHandler: remove unused stuffMike Kaganski2-19/+0
Change-Id: I02cc740f2701043ca35bbbdb026cbc7f6de200bc Reviewed-on: https://gerrit.libreoffice.org/39300 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2017-06-27-Werror=shadow (GCC 8)Stephan Bergmann1-12/+12
> include/o3tl/lru_map.hxx:70:24: error: declaration of ‘iterator’ shadows a previous local [-Werror=shadow] > map_iterator_t iterator = mLruMap.find(rPair.first); > ^~~~~~~~ > include/o3tl/lru_map.hxx:61:29: note: shadowed declaration is here > typedef list_iterator_t iterator; > ^~~~~~~~ Change-Id: Ic0f8ab4609a06b713ffa6e8e9fdd04f0c42869d7
2017-06-27Using fast tokens directly:Mohammed Abdul Azeem11-83/+75
Replacing integer-to-integer mapped tokens with fast Tokens direcly for branching. Adding a macro XML_ELEMENT that combines namespace and element tokens. Change-Id: I8701c8af9607392843460fe726bffb6556cf9b33 Reviewed-on: https://gerrit.libreoffice.org/39275 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2017-06-27tdf#108814 sfx2: fix crash in sidebar when XUpdateModel not implementedMichael Stahl1-1/+4
com.sun.star.ui.XUpdateModel was added in 5.1 so pre-existing extensions don't implement it. (regression from 0635208edf1cdee4235ea87666a473ac81007555) Change-Id: I6749a9cf2fc82b9cd90d85a682247104e369e167
2017-06-27-Werror=catch-value= (GCC 8)Stephan Bergmann1-1/+1
("error: catching polymorphic type ‘class std::length_error’ by value") Change-Id: I56398642709f5f14c17b0b2928ae06d8fea0a13b
2017-06-27In OSQLParseTreeIterator::traverseCreateColumns, nLen has always been ignoredStephan Bergmann1-7/+0
...ever since the code's introduction with 34506a92ae2f972c9a667e1498d62e73807e8084 "INTEGRATION: CWS mozab04" Change-Id: I845a53077f16cdea6d728b9e6964a55ceea3995d
2017-06-27No reason not to use RTLFUNC hereStephan Bergmann1-2/+1
Change-Id: I9f01d84b4c518c178220af5cc310a3ba06bdceaa
2017-06-27xmloff: remove obnoxious ## usage from XML_NAMESPACE macrosMichael Stahl1-87/+85
So we can finally grep these things. Change-Id: I7ab4d0c82d8abf3fad4063321fc73772a7a6cb8d
2017-06-27xmloff: remove duplicate XML_NAMESPACE_##prefix##_IDX macrosMichael Stahl3-15/+8
Why do we need 2 identical constants? Change-Id: Ib969f9b9583261f26fe65e04f183bdfabcb9eefe