summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-08Bin a couple of pointless macros only used onceTor Lillqvist
Change-Id: I7d0c812afbbeeb4ea9835f957024b6bf86dfdaaf
2013-08-08Remove the now empty <svl/cntwids.hrc> headerTor Lillqvist
Change-Id: I2c41b9960960ad9d290f84cc6e28d938068c0050
2013-08-08Bin Chaos WIDs that are unused (only mentioned only in comments)Tor Lillqvist
The comments are in one place, for plaintext strings that say the same as what the WID name indicates, so they don't provide any useful information. Change-Id: I9be14dd46352e34bf3647349d85412a97725d238
2013-08-08put border around two-lines-in-one listsCaolán McNamara
Change-Id: I5a23e4843efd9469c5126bfcc9b96d07ab08b7c0
2013-08-08convert toc style page to .uiCaolán McNamara
Change-Id: I8ed03fc3e5433d8a2fe83c3ad88fa95773fe6c53
2013-08-08Updated coreCaolán McNamara
Project: help aaad966643ede466a50bf8901028ead903a1e329
2013-08-08Extension to fix all cases of fdo#32059: Commands merge with variablesMichael Duelli
Change 467d5e0a2e074ff2afb4d1b1a37cff2094b0895b fixed insertions of space in front of commands for Elements dialog only. This change also fixes insertion via Elements dock. Change-Id: I37f8510bc4a6dc0145026ca04fbb0443e1e31cd0 Reviewed-on: https://gerrit.libreoffice.org/5225 Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com> Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-08-08OUString conversion in sd in sdmod.hxxMÁTÉ Gergely
Change-Id: I113289d6dc80669843fbbc49896760d6c47d7ef1 Reviewed-on: https://gerrit.libreoffice.org/5307 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-08-08offapi: fix doxygen warnings in awt::XMenuMiklos Vajna
Change-Id: I2a6868ff0167c4ac4d97e01cef85a6a4d74a4f43
2013-08-08WaE: unused variablesCaolán McNamara
Change-Id: I1345d5fd4a634980de9b3fcdb9f60274eafc9392
2013-08-08wrong .ui nameCaolán McNamara
Change-Id: Ieb10eedd791aab6ea251c3fd33d74a2232e2bd6b
2013-08-08if there is no secondary text then keep primary text orig font sizeCaolán McNamara
Change-Id: I12a70c3b3d12d6986a45a5f5c38affd2cd343bfe
2013-08-08Use new widget UI dialogs in line style ctorOlivier Hallot
Change-Id: I2b646d71fe4ab28137d88ebf638b28674eab3c91
2013-08-08Use new file load error dialog in widget UIOlivier Hallot
Change-Id: Ifa31cb9113fc497992d029f401cdadb12cf83c96
2013-08-08WaE: C4701: potentially uninitialized local variable 'nValue' usedTor Lillqvist
Change-Id: Id753eab9cab3e97e69b48212820dc140f897f1bd
2013-08-08Use new save list dialogs in tab pagesOlivier Hallot
Change-Id: I2d85f8ab0c220d82476c4cc587921c7fb9aa5df4 Reviewed-on: https://gerrit.libreoffice.org/5301 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-08Convert save list dialog to widget UIOlivier Hallot
Change-Id: I36f38accc88f9247b43e0a87fd7f4b1b86505171 Reviewed-on: https://gerrit.libreoffice.org/5300 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-08update lint-ui to know about message box HIG rulesCaolán McNamara
Change-Id: Ic283d4d15154308a441905d095096c3e11f50477
2013-08-08HIG: alerts should have 12 border and 24 spacingCaolán McNamara
Change-Id: I09aade1d7a63f9e1cda54ecdb2e32d2589ecb450
2013-08-08Convert duplicate name dialog to widget UIOlivier Hallot
Change-Id: I943a04b487af463559b140f358c8af601f4f6ce9 Reviewed-on: https://gerrit.libreoffice.org/5299 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-08Resolves: #i122301# fix build breaker on Mac in fpicker for debug=trueHerbert Dürr
NSLog demands a non-const NSString but doesn't change the string. (cherry picked from commit 6f279aad1a472ebf4afd08334e10a24342924315) Conflicts: fpicker/source/aqua/CFStringUtilities.hxx Change-Id: I25c82dc81feda9b771f064631857a1e7f9c4d2bb
2013-08-08fdo#67817: GetParent returns a VclGrid instance after conversion to .uiIvan Timofeev
Change-Id: Ib37e2de784823fec209c195963d925748412c692
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