summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-08fdo#36558 Allow custom paths for user dictionariesAndras Timar
Change-Id: I7c1e473fb1e874c137cf47a169fd78bf7a842d4e
2013-08-08fdo#37341 dix unending loop in calc with Goal SeekWinfried
The combination of a solve process happening in two functions (ScDocument::Solver() and ScInterpreter::BackSolver) with iterations and recursive as well as iterative interpreting (ScInterpreter:Interpret() and ScInterpreter::InterpretTail()) led to improper handling of the stack, with an unending loop as a result. Integrating the two solver functions, and so simplifying the code, results in correct behaviour in all documents attached to the bug report. I tested with values for MAXRECURSION of 5 and 400 (standard value) to have really different combinations of recursion and iteration. Change-Id: If4cb8926c5e192cd6c764dcdd45a92e285e983bb Reviewed-on: https://gerrit.libreoffice.org/5292 Reviewed-by: Kohei Yoshida <kohei.yoshida@suse.de> Tested-by: Kohei Yoshida <kohei.yoshida@suse.de>
2013-08-07cppcheck: fix memory leakJulien Nabet
Change-Id: Ic52ef3bcbca4c512fcb6e422a9b4e983cccbe41a
2013-08-07Use NSAccessibilityActionDescription for action descriptionsBoris Dušek
Change-Id: I26a233e72274be7afc2e3e41e13a6743f75e695f Reviewed-on: https://gerrit.libreoffice.org/5238 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-08-07Fix accessibility of text attributes on OS XBoris Dušek
The applyAttributesFrom:... method takes range parameter that specifies a range in the 'string' parameter passed to that method, not in the whole string of the UI element as retrievd in createAttributedStringForElement:... (the former string is a substring of the latter). In other words, the 'range' parameter in applyAttributesFrom: is relative to the string passed to that method, not to the whole string of the UI element. This enables proper reading of text attributes in Writer - when moving cursor through text, VoiceOver now announces e.g. "bold" or "plain" to indicate changes in text formatting. Change-Id: I21a633af0bf426759f639435581fcd3bfeafa598 Reviewed-on: https://gerrit.libreoffice.org/5236 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-08-07Add debugging output for OS X accessibilityBoris Dušek
In case someone needs to debug accessibility on OS X, provide ready debugging messages to be enabled by changing #if 0 to #if 1. Change-Id: I4d0c0b11d12aa2419c53da7656a881f43c436d87 Reviewed-on: https://gerrit.libreoffice.org/5237 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-08-07Commit after DDL statement. (firebird-sdbc)Andrzej J.R. Hunt
Changes made in a DDL statement are only usable after a commit in firebird, e.g. a created table won't appear etc. Change-Id: I3b537f495b6bc96fa48ebc1a3e46205da60bb2d4
2013-08-07Add error checking to commit(). (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: I0717fad287f95d510d044055edc11737fde0c505
2013-08-07Clean up ResultSet management. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: I00cd0aa08a5a3da17f06933ebc3422a6b4b8bc74
2013-08-07Clean up statement handle on closing ResultSet. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: I7e59c1939651cc55090ca3a5f1a9a388d685dc43
2013-08-07Fix transaction creation when autocommit disabled. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: I190a90e9821961c4e972ec26ac282b05fd375d4b
2013-08-07Remove unnecessarily duplicated execute/executeQuery. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: Ic173346c4cac140b9426560af9a9b196d93ec2f5
2013-08-07Convert line end change warning to widget UIOlivier Hallot
Change-Id: I1aca130736d2c45a251a3551976e549f107cad0e Reviewed-on: https://gerrit.libreoffice.org/5298 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-07alerts have 12 border and 24 spacingCaolán McNamara
Change-Id: I5978acd24f27bb7c626df567fefcc3f384336e91
2013-08-07add a secondary line of textCaolán McNamara
Change-Id: Ic3878a45ddedd2e3a3815e617dd37edf6b90d1b8
2013-08-07Convert delete arrow warning to widget UIOlivier Hallot
Change-Id: I9848233357b5cc3b07e66e1ef689db1ae7f28075 Reviewed-on: https://gerrit.libreoffice.org/5297 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-07convert label medium tabpage to .uiCaolán McNamara
Change-Id: I38c3e28070b9d5b689bd6ba4bde01a7a8dedba18
2013-08-07Updated coreCaolán McNamara
Project: help 3a0ee05036d90ca6ec6ec414194a1119301455fc
2013-08-07Translate German commentsPhilipp Weissenbacher
Change-Id: Ie5b0fd4e73a62b28891f2f07c9fabe468ef9906c Reviewed-on: https://gerrit.libreoffice.org/5304 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-08-07resolved fdo#67444 don't push_back() with already reserved sizeEike Rathke
Change-Id: I5660bdf07ad0adae053508bed1805369850c1134
2013-08-07offapi: fix doxygen warnings in awt::MessageBoxTypeMiklos Vajna
Change-Id: I1c48d62cb6793ed6cab261c6de7095c755ab52f2
2013-08-07Bin obsolete and unused exchange actionsTor Lillqvist
Change-Id: I6ae9353aa87c7b8303f77af98b968ae873c2f727
2013-08-07More OUString Conversion in sc/source/ui/dbgui/validate.cxxJoren De Cuyper
Thought there were some String-conversions missing to fix fdo#67480 . Bug is still reproducible, so doesn't fix it. Change-Id: Ifd36cb2042b99565b210796edc77120697672278 Reviewed-on: https://gerrit.libreoffice.org/5290 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-08-07fdo#46037: remove 1 comphelper/configurationhelper in frameworkJulien Nabet
Change-Id: I7c958347297f17875aded7a64526b1673a439ecf Reviewed-on: https://gerrit.libreoffice.org/5271 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-08-07fdo#65354 don't slap a timezone on time valuesLionel Elie Mamane
There is no way to guess a "right" timezone, since there is no date. So could be with summer (daylight saving) or winter, nobody known. Change-Id: I1617caa8a3e902d7cabbf25dcee67c9aed9b7dc7
2013-08-07convert label options tabpage to .uiCaolán McNamara
Change-Id: I3fd082bc3a8989f6099ee826f61240d9227b2afe
2013-08-07Updated coreCaolán McNamara
Project: help 00b5861129f309f097ea6d7c3509f6a4aa777292
2013-08-07remove userstate from the repoSiqi LIU
Change-Id: I60c7d5c74f919bc165e1c2629f7b05aad2442eb7
2013-08-07fix for popOverMenu on iPadSiqi LIU
Change-Id: I31180bfe086b339ad0b11ad28e770bdf3335d423
2013-08-07minorSiqi LIU
Change-Id: I949464f042e3bb2ba1360feb6ba4867b332b8483
2013-08-07design style revamped for iOS7Siqi LIU
Change-Id: I469e50e779ac201ab15aa8fff8e2f6fcfb2f99b6
2013-08-06remove unused variableLuboš Luňák
Change-Id: Iaf22f259fa396deee3cab84cc9549427b76017c2
2013-08-06equalsIgnoreAsciiCaseAscii -> equalsIgnoreAsciiCaseLuboš Luňák
Change-Id: I218389623e8774a7aabbbd0be58d4d17acbef631
2013-08-06convert use as default msgbox to .uiCaolán McNamara
Change-Id: I65c994810fd1ad16491623ed76bf85c43ffcd702
2013-08-06Correctly handle varchar. (firebird-sdbc)Andrzej J.R. Hunt
Previously SQL_VARYING was cerced to SQL_TEXT which loses the string length. Change-Id: I5ab6c0ce2892dcb986282d6bf6fbb770b4fbafeb
2013-08-06Simpligy getTablePrivileges. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: I3a858fc3c94bbf6c32cc7fdae60d0ee45acb3cf2
2013-08-06Basic de-uglyfication + added the purpose comment.Jan Holesovsky
Change-Id: I4da0649bf4eb757a7d67beac19da58c4ac755c90
2013-08-06startcenter: Rename DropTargetListener to OpenFileTargetListener, ...Jan Holesovsky
...move it to svtools, and kill the cut'n'pasted version. Change-Id: Ifacf110ff08b359bd0f611dff20b3c5142e6bcc8
2013-08-06startcenter: Move BackingComp & BackingWindow to sfx2Krisztian Pinter
BackingWindow will use ThumbnailView from sfx2 and it had to be moved to avoid a circular dependency Change-Id: I33a5982ed9e51307476c837f3f534ded7ed38ee0
2013-08-06Convert line dialog to widget UIOlivier Hallot
Change-Id: Idbad94c9f2f946f4d2be9b0a88ac2fdbbbd71e2b Reviewed-on: https://gerrit.libreoffice.org/5287 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-06error: cannot use dynamic_cast with -fno-rttiStephan Bergmann
...with recent Clang trunk towards 3.4 Change-Id: Ie0991c7bd560c30551aeaada426382a889b46391
2013-08-06fix android/ios defaults for report builder.Michael Meeks
Change-Id: I338505aa67ef63699fc0d8966fe09db3c050da92
2013-08-06compatibility setting for MS Word wrapping text in less space (bnc#822908)Luboš Luňák
The document itself is stupid and uses a SURROUND_THROUGH object with a number of empty lines that make it act is if it in fact was SURROUND_NONE, rather than actually disabling wrapping for the object and be done with it. But the difference was that Word still managed to fit those empty lines next to the object into the little space that was there, while LO already considered the space too small. So keep a compatibility setting for Word documents in order to avoid problems with such lame documents and hopefully that's enough. Change-Id: I7d17b90de381fd86914ce5efd9c5a29fe4850edc
2013-08-06make it obvious that SwSurround and css::text::WrapTextMode are the sameLuboš Luňák
Change-Id: I20154c12b9406b7ea2f8f245aa688859118982f7
2013-08-06fdo#47440 import RTF_SHPBX/YPAGE for Writer pictures, tooMiklos Vajna
Previously this was only handled for drawinglayer shapes. Change-Id: I7ce440a27ebe44fc867b8a7f4ee62217076677f0
2013-08-06MPLv2 subset improvement.Michael Meeks
Change-Id: I96efcab67f05407923b022dfd95a94fd8c2169ed
2013-08-06fdo#67707 - avoid crash with sidebar when switching to writer from impress.Michael Meeks
Change-Id: I0010663951fe67bfb864ffdaecb251b3da5a3ac3
2013-08-06Disable auto-detection of high-contrast mode by defaultMichael Meeks
Lots of Linux themes are rather 'black' anyway, and yet want the icon set they selected and the colours too. If this is needed it can still be forced either by changing the setting back, changing the setting back in the UI, and/or exporting SAL_FORCE_HC=1 Change-Id: Ia034942db7ec2fdd27b4a0b43f2f19269e05f5c6
2013-08-06Resolves: #i122948# fill gaps in glyphs->chars mapping for usp10-layoutsHerbert Dürr
using a heuristic that assumes a glyph with unknown char mapping is the continuation of the preceding glyph. If there is no known preceding mapping use the run bounds. (cherry picked from commit 576e4ea626e1c1ffcf9d025e692db62fed8c3cab) Change-Id: I70e58a02d814e14e9592ff8efc0ae630346ae5df
2013-08-06Updated coreCaolán McNamara
Project: help 190ae2431088d9969b7d5929b92ac003f3282aff