summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-10-16convert Link<> to typedNoel Grandin384-1809/+1558
Change-Id: Icbba339dac0be31e30dff021bba06a219f8aecd6 Reviewed-on: https://gerrit.libreoffice.org/19405 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-16convert "continue" flag to an enumNoel Grandin4-37/+40
Change-Id: I160de1152978f301c514d9107c9e9082bab3cf05
2015-10-16rename state to bSuccessful in AssuranceNoel Grandin2-7/+7
Change-Id: Ifc86275163a78dd1a61b207f3c6c55d9bf5902d7
2015-10-16rename test state 'PASSED' to 'COMPLETED'Noel Grandin4-9/+9
which is more accurate since 'PASSED' normally means 'successful', which is not the case here Change-Id: I8e9368a810e7be823655f69646fd15feb9f8f502
2015-10-16rename state to bSuccessfulNoel Grandin3-32/+20
Change-Id: Idc757217b84812fa55efbcfc004abd02d0a78dc3
2015-10-16convert runState to a proper enumNoel Grandin5-33/+56
Change-Id: I6f74e597fe9834b18023e73ee8b8bf50d10c82e2
2015-10-16cid#1327197 UwF: Unwritten fieldNoel Grandin1-5/+0
Change-Id: I06d167e1f6aebeb6629cbbc7fb90ffed8cec837d
2015-10-161327208 UwF: Unwritten fieldNoel Grandin3-83/+0
this class is doing nothing useful at all, just remove it Change-Id: I77f295f96758f8bf5e29fbdaca5eecc08cd5cf83
2015-10-16cid#1327209 UwF: Unwritten fieldNoel Grandin1-12/+0
Change-Id: Ieacb049d8de5211d50ceb8cd69954909cf3fd57f
2015-10-16sfx2: -Werror=unused-parameterMiklos Vajna1-0/+2
Change-Id: I942976f995bffe0ae47720a6bc4692e20d2a3377
2015-10-16sw: prefix members of SwXStyleFamilyMiklos Vajna2-61/+61
Change-Id: Ifa56b2ea81798d8a5e347bfbabc304bd83b8ac66
2015-10-16tdf#95091: enable delete and backspace in editable elements within protectionsOliver Specht1-2/+2
when editing is enabled also delete and backspace should be possible this applies e.g. to input fields within protected sections Change-Id: Iee5ef133971a3f2967e6c92e685a16afa003cfe8 Reviewed-on: https://gerrit.libreoffice.org/19399 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2015-10-16unit tests for formula error propagation, tdf#94869 relatedEike Rathke2-0/+77
Change-Id: Ia80de96f40d0abe391a530f74ef2b17a1dc2baae
2015-10-16Resolves: tdf#94869 propagate error from scalar double to matrixEike Rathke1-1/+8
Minimal invasive fix for the problem, further work on error propagation in array/matrix cases may be needed. Change-Id: Ia6a7fe8138b98b78ffbe89572eb51ab8e9c0fdca
2015-10-15tdf#95095: Don't create thumbnails on load.Jan Holesovsky2-4/+4
Creating thumbnails is quite an expensive operation, so let's avoid that on load, and do that only on the document save or document close. In case the user chooses not to save a modified document, thumbnail is not generated which can lead to document that has no thumbnail; but that's probably a good tradeoff for the speedup. Change-Id: I61bf5ec3fae9596e87963ac7a28ba6e4e52c4e99
2015-10-15Reuse FRound from tools/helpers.hxxStephan Bergmann1-9/+4
Change-Id: I74ec4fc6a685c59dbc79978bf8a9afff0a1f9501
2015-10-15add test for tdf#88179Markus Mohrhard2-0/+33
Change-Id: I8407a05e89129b533f62439d3ffedecd3248ec87
2015-10-15store external range names in the cache, td#88179Markus Mohrhard2-2/+26
Change-Id: I00b41f9b1fc2aec6f66c613cc02328b2968dca8d
2015-10-15coverity#1327168 see if stock SuppressWarnings is sufficient toCaolán McNamara1-1/+2
silence UrF: Unread field, some sources online suggest that it might be the case Change-Id: I2287da343e97bec93e0aaf7a82a408c18ab76d9b Reviewed-on: https://gerrit.libreoffice.org/19396 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-10-15-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
Change-Id: I936ddbabb22e3dc16080ef0b11d585ea98442e57
2015-10-15coverity#1327205 UwF: Unwritten fieldCaolán McNamara1-3/+1
Change-Id: I6a9b2471e488b988f70415188ddaed8ea21ab77b
2015-10-15coverity#1327203 UwF: Unwritten fieldCaolán McNamara1-19/+1
Change-Id: I120b6cd6908ab4263a3ec3f8318aff8e507ab62b
2015-10-15coverity#1327202 UwF: Unwritten fieldCaolán McNamara1-4/+2
Change-Id: Ifa0ffa779aa3dd79f4b41065e33f5cdbf3a89bc9
2015-10-15coverity#1327201 UwF: Unwritten fieldCaolán McNamara1-2/+1
Change-Id: Ia8d7ab83caa55920428448e67f95a340add658e7
2015-10-15coverity#1327200 UwF: Unwritten fieldCaolán McNamara1-4/+2
Change-Id: I7e78b77642e70a13dcfa71e71f541bed31a4f47a
2015-10-15coverity#1327199 UwF: Unwritten fieldCaolán McNamara1-2/+1
Change-Id: I1fdb8b0740c947feced9aec6399313231007dcf8
2015-10-15coverity#1327198 UwF: Unwritten fieldCaolán McNamara1-4/+2
Change-Id: I0ecbd7c8b16af7dbd81d9420dfab2edc7ca73493
2015-10-15coverity#1326293 Dereference after null checkCaolán McNamara1-15/+13
Change-Id: I6ce295873eb2ed1231ad1d95babfcc2c8ff265e8
2015-10-15vcl: aAlphaBitmap.ImplGetImpBitmap() seen as 0Miklos Vajna2-4/+15
Change-Id: I3f34f0315045d33ff6e498e24c0dacb0aabb0ff9
2015-10-15sd tiled rendering: implement CALLBACK_SET_PART for find-allMiklos Vajna3-0/+15
Change-Id: I607b3719e0f508f9ae24db7482323847aa8e2491
2015-10-15sd tiled rendering: let find-all at least select the first match physicallyMiklos Vajna3-3/+29
The LOK API can describe a multi-selection, so find-all can signal all matches, editeng can have a single selection only. Instead of having no selections after a find-all, select the first match, so e.g. copy works. Change-Id: I0eab2565916f0c3cce5d77279c0d927ad4b7054c
2015-10-15simplify the CellController modify Link<> handlingNoel Grandin4-54/+44
in preparation for some more "make Link<> typed" work Change-Id: Ifdf58cc697c7172102bf9e4cc63f869c522517e6
2015-10-15tdf#73691 - add alt-x support to mathJustin Luth3-0/+76
At the request of bug tdf#94957, adding unicode conversion shortcut (alt+x) to Math also. Change-Id: I5b4d17543a819f035ade0d9a516eeef8542a286e Reviewed-on: https://gerrit.libreoffice.org/19323 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-10-15com.sun.star.lang.Locale does not override Object.equalsStephan Bergmann1-4/+8
Change-Id: I4a443ce900252b171bd028e945971818fb2cc7ef
2015-10-15coverity#1326276 Explicit null dereferencedCaolán McNamara1-3/+9
Change-Id: Iec9b5cbb50385e30d1fe8cda0a24285da5e15506
2015-10-15coverity#1326266 Explicit null dereferencedCaolán McNamara1-26/+15
Change-Id: Ic6971a9006f82528a9943f8d425389545403162a
2015-10-15coverity#1326262 Dereference after null checkCaolán McNamara1-2/+2
Change-Id: I2c426e140ff3fde2ffaa2c5b6fc676d8d77e6afa
2015-10-15coverity#1326261 Dereference after null checkCaolán McNamara1-3/+3
Change-Id: If6d30d9d6217917dc577b35b9d17f1cc6e4566a9
2015-10-15coverity#1326260 Explicit null dereferencedCaolán McNamara1-1/+1
Change-Id: I75b9cb661a7a45304bf32395ad980f83621f4612
2015-10-15coverity#1326241 Dereference after null checkCaolán McNamara1-1/+1
Change-Id: I54c00e1d4e5ebccf141293cd97d99efeebda1083
2015-10-15coverity#1326240 Explicit null dereferencedCaolán McNamara1-2/+7
Change-Id: Ic84b5fbff0fbd7b8a750a7e40f2dffafe868b5d5
2015-10-15coverity#1326238 Explicit null dereferencedCaolán McNamara1-10/+8
Change-Id: Id02dcf1a1fac22eae0a2e01596521eefee9ecbf3
2015-10-15coverity#1326237 Explicit null dereferencedCaolán McNamara1-2/+2
Change-Id: Ic3ab796da48e28efaf1628f28b8632dd00c041b2
2015-10-15coverity#1326236 Explicit null dereferencedCaolán McNamara1-4/+3
Change-Id: Ic89c9b39f5f9c260581130da528bc0f514d4ef06
2015-10-15see if this will silence cid#1326879 FE: Test for floating point equalityCaolán McNamara1-2/+3
Change-Id: I1b5cdad7bda19c7cab19b062ad15cf67282ecefb
2015-10-15coverity#1326731 Dm: Dubious method usedCaolán McNamara4-37/+54
and coverity#1326732 Dm: Dubious method used coverity#1326734 Dm: Dubious method used coverity#1326735 Dm: Dubious method used coverity#1326739 Dm: Dubious method used Change-Id: Id9d39decf7442b503079ebcfe8c881f0f2fe3eb3
2015-10-15sd search: restore start selection if nothing was foundMiklos Vajna1-0/+15
For one, if sd::Outliner::RememberStartPosition() cares about storing the current selection in the DrawViewShell case in maStartSelection, then sd::Outliner::RestoreStartPosition() should probably restore it. For another, sd::Outliner::StartSearchAndReplace() returned true in the "nothing was found" case, which restarted the spellchecking, which killed the selection. If the selection has been restored already, then at least don't kill it in the find case: find is read-only, so no need to restart the spellchecker. Change-Id: Idd886d449a9cfb164887fc6b1fde27b5e63e272b
2015-10-15WaE: variable set but not used, in NDEBUG buildTor Lillqvist1-0/+3
Change-Id: I9c88c1a43228a98a355d8ba17b0a06de0c5418c4
2015-10-15tdf#94495 - protect lstbox usage post-dispose, and fix ItemWin focus.Michael Meeks2-10/+34
Change-Id: I2e4d1c79f57ec048d66111ed393491b7803ee3b9
2015-10-15unused tests would have attempted to call dmake in a 4NT shellCaolán McNamara2-465/+0
while discussing the recent Sputnik launch Change-Id: I2308e659fa36eba193edb8b628b0fec08aaf73af