summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-11-06svl: remove unused codeNoel Grandin3-8/+0
Change-Id: I5a01162d2925eede97f1cdc24aa876179b8b43b4
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin154-444/+345
Change-Id: I771004b7ccab3344a67e827e45bc34c22ffa5f77
2014-11-06Bin unused include files, thanks to Andrea GelminiTor Lillqvist17-1596/+0
Change-Id: I848505b1d4ff03779b89a08d4aeefd6ea0ff205b
2014-11-06use %PRODUCTNAME in Windows registry keys of config filesAndras Timar1-1/+1
Change-Id: I532a1b059239b51009ea7025fb348dcd865748ff
2014-11-06Don't be too modern for MSVC2012Tor Lillqvist1-1/+5
Change-Id: I6f9049f6b5261f6099e97c7f10d6ab6ea7eaab9b
2014-11-06Try to get the SC_DLLPUBLIC placement rightTor Lillqvist2-8/+8
Change-Id: Iddf7cad771d271e848ba3abc1c144b9c313cdb99
2014-11-06coverity#983989 Uncaught exceptionCaolán McNamara1-30/+41
Change-Id: I7508ee67a10b43686600b41dd58c1a8a5aa90c51
2014-11-06coverity#983985 Uncaught exceptionCaolán McNamara1-25/+36
Change-Id: I0082d75aa2c00daa35d8d72e44fbb6da161f9774
2014-11-06coverity#983984 Uncaught exceptionCaolán McNamara1-3/+21
Change-Id: I6a166a1691e39e21a4d765ca7dd0a7fcfba8126b
2014-11-06Fix error: call of overloaded 'append(int)' is ambiguousTor Lillqvist1-1/+1
It is sal_Int32 that we want. Change-Id: Idbe34ff9c0f39ad73ed7df9185512921294b3b4e
2014-11-06Be more specific in warningTor Lillqvist1-1/+2
Change-Id: I96d5dc1267af714e78e431581592e75f0bff73f4
2014-11-06Resolves: fdo#76581 copy-and-paste -> slideshow crash in presenter consoleCaolán McNamara1-8/+20
crash started after... commit 0218b0e2fa510d7acd7413dbedefd9ad50257f76 Date: Mon Jul 15 19:45:44 2013 +0300 fdo#65457 - Provide visual clues in presenter view. Change-Id: I19d84800bd5924f2dcc9e5debcf18ef95577105c
2014-11-06Bin unused "description" labelsTor Lillqvist1-74/+9
Change-Id: I8710b698904d5c89644633bb53b78a95dcef7d7b
2014-11-06Fix non-dbgutil build where OpCode is sal_uInt16 and not OpCodeEnumTor Lillqvist2-3/+3
Change-Id: Ie88b0b23b7b6f688f920f5aadcf711ba15602686
2014-11-06D'oh, it's oor:separator. Thanks to dtardon for pointing it out to meTor Lillqvist1-1/+1
I guess it would be futile to expect some warning at run-time about an unrecognized attribute. Change-Id: I04ccaa6df8ec932f747384486174c1fd23eb110a
2014-11-06Bin unnecessary variablesTor Lillqvist2-30/+0
Doing .ui "manually" is not *that* verbose;) Change-Id: Ide50258174e86cc94975a33c5c0e5c663ae8d77c
2014-11-06Intermediate commit: start on whitelist/blacklist of OpenCL implementationsTor Lillqvist7-16/+571
Change-Id: I5a6ef8f5e428ec4e62b3fdac8fe3e63f0ae58f1b
2014-11-06More work on the new OpenCL optionsTor Lillqvist10-25/+517
Now the new options show up in the "Detailed Calculation Settings" dialog and are saved and restored from the per-user configuration. The code that manipulates the "Detailed Calculation Settings" dialog is quite ugly with all its manual hiding and showing of widgets depending on which detail it is that is being edited. This also means that the dialog cannot be designed using Glade. But no time now to re-work this. Change-Id: I03a3a51d902084e73aab5a787b588d22ea7578f2
2014-11-06Check also unary and binary operation opcodes for presence in subsetTor Lillqvist1-0/+10
Change-Id: I316ebdb017d512e72d0ad15a847802bca0e15814
2014-11-06Add also parameters for the opcode subset to enableOpenCL()Tor Lillqvist3-3/+6
In CppunitTest_sc_opencl_test we want to explicitly disable subsetting and use OpenCL maximally, to match how it used to work. Change-Id: Ie900adb5fa58b7cd1111169e44efd70d8cac5256
2014-11-06Indent the generated OpenCL a bit sanerTor Lillqvist1-8/+8
Change-Id: Ie180d47558bdb9496ef55e39652f33ef52d1addb
2014-11-06Don't use OpenCL unless the function is in the subset we supportTor Lillqvist1-0/+7
Change-Id: I6c6fcc492f338cd8994bbc781bbf71abb6bf5057
2014-11-06Don't use OpenCL unless the group is long enoughTor Lillqvist1-0/+6
Change-Id: I37d54e39186fca2653717bb364072a2b283bcfb9
2014-11-06Add a setting for what subset of functions we use OpenCL forTor Lillqvist2-2/+9
Change-Id: I9ecea99a921a9230fa80f813627db6cdf7ed5875
2014-11-06Avoid crashTor Lillqvist1-1/+4
Sure, this is probably "defensive coding" and the root cause is my other changes... Change-Id: Ia888921fddc48dc022a3205c7e0abc7e2160cf5c
2014-11-06Add more detailled configuration for OpenCL use, and make OpenCL default to onTor Lillqvist2-3/+10
Add a boolean whether to use OpenCL for just a subset of functions, and a numberical minimum length of a cell group for OpenCL to be used. No functionality or GUI for this yet implemented, just the setting fields. Make whether to use OpenCL default to "on". Sure, this breaks stuff right and left for now. Fixes and workarounds later. Change-Id: I09b7aff9c7d1845df2bf01f09616e646373f030c
2014-11-06fdo#81264 Accessiblitiy focus not tracked for cells in CalcNiklas Johansson1-2/+14
When the accessibility roles for DOCUMENT_SPREADSHEET etc. was introduced the following places in Windows specific files where not updated to take these new roles into account. This patch should hopefully fix that. As a side effect the initial code for tracking cell movement in Calc works again. Well at least as well as it did before the change, there are still some quirks left to fix. Change-Id: If3cacdc27a73c4cee85b1450c406d490bd741456 Reviewed-on: https://gerrit.libreoffice.org/12261 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-06fdo#84573 COLOR PICKER: Improve keyboard navigationJuergen Funk1-3/+3
Change-Id: Iae9d6b96114732950800c323013f7fbb531053f2 Reviewed-on: https://gerrit.libreoffice.org/12253 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-06just use ANSI C declarationsDavid Tardon1-11/+11
Change-Id: Iec50f3474b97497c50522eabb4435795b3ba3b56
2014-11-06Show line spacing in the customization dialogMaxim Monastirsky1-1/+1
Change-Id: I26140cd173de6e11321da814c6b935d84b91ffbf
2014-11-06loplugin:salboolNoel Grandin1-1/+1
Change-Id: Ib1cb796c53ace96002c3c99c84ce090a11fb1e84
2014-11-06fdo#79149 Graphic Dialog Label ChangeJoel1-1/+1
Changed "Style" to "Frame Style" for consistency. Change-Id: Id9e8f0ca54894575ccb25c3828ad624c6ba56e6e Reviewed-on: https://gerrit.libreoffice.org/12277 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-06rename KEY_MODTYPE to KEY_MODIFIERS_MASKNoel Grandin6-14/+14
Change-Id: I7948988e4fd89bf94a98afee15298cd33e2a4d06
2014-11-06fdo#83395 - improve PDF export dialog labels and tooltipsYousuf Philips1-4/+7
Change-Id: Idddce2dc81e86cc840da5d6d8891487cee6609d4 Reviewed-on: https://gerrit.libreoffice.org/12081 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-06fdo#85046 change 'List of Changes' to 'Manage Changes' and fix accelerator keyYousuf Philips3-4/+4
Change-Id: Idf1cfa7a41b6d2a7693220672857c5de79be8c4e Reviewed-on: https://gerrit.libreoffice.org/12271 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-06fdo#62879 HyphenationJoel1-1/+1
User pointed out that "Write-protected" should be hyphenated. Change-Id: I31d2b997925971e39630f6952017ccd7a42ace6e Reviewed-on: https://gerrit.libreoffice.org/12273 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-06fdo#75673 - Removed duplicate insert entriesJoel1-2/+0
Inserting audio and video was duplicated in media and object menus. Removed from object to match every other component. Change-Id: I221e73184b835554c8c6a9293a8042a24d429030 Reviewed-on: https://gerrit.libreoffice.org/12276 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-06sc: remove some unused codeNoel Grandin3-30/+0
Change-Id: If64738067e3b35523272285ae2606c6c06d4c121
2014-11-06WaE: VarDecl, use bool instead of sal_Bool [loplugin:salbool]Tor Lillqvist1-1/+1
Apparently the salbool plug-in warns if a sal_Bool is initialized in the C++ fashion. Change to the C fashion and no warning, huh? Change-Id: I0f4e33cb33ffb1e0d5571d3757a6bb3bc9c44a64
2014-11-06Avoid possible memory leaks in case of exceptionTakeshi Abe1-6/+3
Change-Id: Ie8c1a3e54bda4ec650f5d5da3928d3c44e4008a8
2014-11-05fdo#67627 fdo#85791 Allow to show/hide sidebar decks with the same commandSamuel Mehrbrodt6-4/+36
This also reintroduces the code to switch the decks asynchronously (removed unintentionally before) Change-Id: I825b4d7c5777097e9d3b3d82adbe1f646510dc9d
2014-11-05coverity#1242614 Untrusted loop boundCaolán McNamara1-2/+14
Change-Id: I913e14d30d54b4b370c14017b0702005c23c4fc4
2014-11-05coverity#1242632 Untrusted loop boundCaolán McNamara1-5/+13
Change-Id: I4ec2e1a21a6a27c31c3308a5f72dbdcb33a62f39
2014-11-05coverity#706401 Uncaught exceptionCaolán McNamara1-1/+16
Change-Id: Iacbaf56a23d6f1878c5a5ec6f00db8211cb8ed62
2014-11-05coverity#706388 Uncaught exceptionCaolán McNamara1-1/+1
Change-Id: I4382645e47ae81e3f15bf69aaa2432dcebd40712
2014-11-05coverity#1242689 Untrusted loop boundCaolán McNamara1-1/+9
Change-Id: Ie226805ef8d430eb3f7b3abaa54ac3af31f72f7b
2014-11-05coverity#1242865 Untrusted loop boundCaolán McNamara1-1/+10
Change-Id: I9dc9cd98d0a02a2867d4c40c7afb7bf873513143
2014-11-05coverity#1242794 Untrusted loop boundCaolán McNamara1-2/+10
Change-Id: I902a5bf989a8f385994a2f927cce4975b18f06d2
2014-11-05coverity#735652 Division or modulo by zeroCaolán McNamara1-3/+3
and coverity#735651 Division or modulo by zero Change-Id: I412308ef3e736b1e9c72d1dd3a8d80d2dce92d67
2014-11-05idle: unit test.Michael Meeks1-4/+22
Change-Id: Ie48fb4260bf580010715777bc63974e4d635aed8