summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-27new dbtools::DBTypeConversion::toTimeStringS for time in second precisionLionel Elie Mamane
(no fractional second) Change-Id: I8bf448783b24fceae9a750f40887d6296999b203
2013-06-27fdo#66216 JDBC no fractional second in time formatLionel Elie Mamane
fractional second allowed in timestamp. But not in time. Don't ask why. Change-Id: I5415889ab4cf4835b8b0db7363b7d9eb0a332393
2013-06-27fdo#66216 fix DBTypeConversion::toTime overflowLionel Elie Mamane
Change-Id: I0aba2344afde94226cfbac5b3221e827e6774b3a
2013-06-27fdo#66216 fix DBTypeConversion::toTimeString formatLionel Elie Mamane
std::ostringstream::width is not sticky Change-Id: I32d77bec68506b7691a4f86dadb24e62fdc13d42
2013-06-27unused constantLionel Elie Mamane
Change-Id: I72a27a05c9e3e49b17817c2566fbd7f02b7835c5
2013-06-27unoxml needs to link with raptor2 nowDavid Tardon
Change-Id: Icbe5ac8e20b5a05fdba4ed7b8a287c3d9e94d2da
2013-06-27coverity#1038296 Missing break in switchNorbert Thiebaud
Change-Id: I3c0282d731082c32558a527110762dffad01b44b Reviewed-on: https://gerrit.libreoffice.org/4558 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-06-27fdo#58995 fix focus gain/lost events dropping on JDK 1.7David Ostrovsky
With JDK upgrade to 1.7.x focus gain/lost events were dropped and thus not discoverable by AT tools. The problem has nothing to do with different packaging of JAB (2.0.3 is included with JDK 1.7u6 and higher). The reason for the event droping was a new check in DefaultKeyboardFocusManager.java that was introduced in JDK 1.7.x: @@ -294,18 +271,10 @@ public class DefaultKeyboardFocusManager extends KeyboardFocusManager { - if (!(newFocusedWindow.isFocusableWindow() - && newFocusedWindow.isVisible() - && newFocusedWindow.isDisplayable())) - { - // we can not accept focus on such window, so reject it. - restoreFocus(we); - break; - } With this check in place it is assumed that Component.isDisplayable() must return true, for event to be dispatched. But particularly `Dialog.isDisplayable()` didn't and thus all tab key events (focus traversal) were dropped. Many thanks to Jamie and Stuart for helping out with reproducing and tracking that down! Change-Id: I4876773199ca06a6e73213401692e8275a1f3b22
2013-06-26fdo#65856 allow shift cells in paste special for copy-modeWinfried Donkers
Change-Id: I7a7e13104e7256da9a82e16e14ddfa04e35e7f8a Reviewed-on: https://gerrit.libreoffice.org/4525 Tested-by: Eike Rathke <erack@redhat.com> Reviewed-by: Eike Rathke <erack@redhat.com>
2013-06-26fdo#64672 prevent raptor from setting global libxml2 error handlersMichael Stahl
Raptor already sets up all 4 error handlers in xmlSAXHandler so why it would need the global ones in addition to that is a mystery anyway. Messing with libxml2's globals can only cause trouble. Change-Id: I2935efe5c4cd75d48cc4ecdeaa8437e91b48349e
2013-06-26Updated coreAndras Timar
Project: help f92fe458ddf0b7a79a11f426eff8f271639c6ada
2013-06-26Resolves: #i120582# consider the case that a right indent is set...Oliver-Rainer Wittmann
at the paragraph - some minor reformatting and cleanup of older comments (cherry picked from commit e4578fcc2408a530d373653b01c0a88ef46ea26f) Conflicts: sw/source/core/text/txttab.cxx sw/source/filter/ww8/ww8par.cxx Change-Id: I345a20c78f26be60de3eb01ac6f5303de46c2fc1
2013-06-26coverity#1027646 Dereference after null checkNorbert Thiebaud
Change-Id: Id1028f87a6dded7d2c27fe8d793342574d06e3f9 Reviewed-on: https://gerrit.libreoffice.org/4528 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-06-26coverity#1027651 Dereference after null checkNorbert Thiebaud
Change-Id: Id90ef9f43578d952fd8d7872d4fd2fd622d07dbd Reviewed-on: https://gerrit.libreoffice.org/4529 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-06-26coverity#1028107 Dereference before null checkNorbert Thiebaud
Change-Id: Icc70cc02d1b3b154fc1cab0419d89b437e2a366f Reviewed-on: https://gerrit.libreoffice.org/4530 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-06-26forgotten tweak for spinbuttonNoel Power
see origin f1ecd5ff46a217ee9f4323a08f03e59a53ef551e, f9d08dd5c9af8f8128371540e & follow up 0a686a9bb54b5c1b3a45810e2601a098c0272c33 Change-Id: I1a10de6984f7ed78efdf6f32bfca14b433b24405
2013-06-26bin/distro-install-sdk: set new OO_SDK_SED_HOME/O_SDK_CAT_HOMERene Engelhard
Change-Id: I0ca0edf4fc8f19adb1859eb4a679fee6480ea295
2013-06-26handle v:shape having coordsize with 0 (part of bnc#780044)Luboš Luňák
There's a document which has coordsize="6094,0" path="m444,424r6094,e" , where the 0 is somewhat questionable (and the spec doesn't seem to say anything about it), but given it's a horizontal line, vertical coordinate space size shouldn't matter, so treat it as 1, making the space visible and avoiding division by 0 in our code. Change-Id: I53725cd73a699b8e6d3c96e8fc39c276d082bc0c
2013-06-26tweak ppt ole import for libreoffice codebaseNoel Power
a) make sure backcolor is skipped when libreoffice backcolor is default. Libreoffice default is 0 ( but if we write that out mso reads it as black ) b) don't take the label default backcolor in exchange for the libreoffice default. Libreoffice default backcolor for label is white, mso's default is rather different ( and never seems to be used ) c) re-enable compObj export ( seemed this was disabled unintentionally except for buttons ) Change-Id: Ie68267809cee2e92bd06e88e698f17a10eeeb6ad
2013-06-26#119467# Form controls cannot be saved into .ppt file in AOO3.4Jianyuan Li
Reported by: Du Jing Patch by: Jianyuan Li Review by: sunying
2013-06-26bnc#823675 RTF import: fix import of numbering bullet associated fontMiklos Vajna
There were multiple problems here: - \f had a special handler for the listlevel destination, \af had not - in case of multiple \f or \af, the first one is used for the bullet font - in case only \af is used for the bullet font, its value should be used for \f as well Change-Id: I6631504c1aa9f2e0792a3469a5fdce5b7bd49518
2013-06-26Resolves: #i121751# restore cursor/selection on Undo/Redo language...Oliver-Rainer Wittmann
change for all text - group intrinsic actions of language change for all text into one Undo action - secure <SwRootFrm::CalcRects(..)> - catch NULL pointer - correct <CursorGuard> - really restore the cursor (cherry picked from commit 4207db473430e02a65a5f4d57db6e46a8db29a19) Conflicts: svl/inc/svl/undo.hxx svl/source/undo/undo.cxx sw/inc/IDocumentUndoRedo.hxx sw/source/core/edit/edundo.cxx sw/source/core/inc/UndoManager.hxx sw/source/core/layout/trvlfrm.cxx sw/source/core/undo/docundo.cxx Change-Id: I972988bbc21a519e0956ff196aa93a46287b9a2e
2013-06-26SetFmtItemByAutoFmt/SetTxtFmtCollByAutoFmt called with SwTxtNodeMichael Stahl
... always so don't need to check for it. Change-Id: I4bbc2a44a9c3d4ebde766a64a6ab78f7ead9c7af
2013-06-26"fdo#62475 removed pointless commentssonakshi nathani
All the comments of the form //-------- are removed from /svx/source/accessibilty/AccessibleControlShape.cxx" Change-Id: I7ae9f656939e2512ce503a5ba103d765594f20ac Reviewed-on: https://gerrit.libreoffice.org/4543 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-06-26prevent cairo from using -flto with clang, cairo uses it incorrectlyLuboš Luňák
The option should be used also at link time (as e.g. the gcc man page says), but cairo doesn't do so, and since -flto makes clang generate .o with LLVM bytecode, plain ld chokes on it. Change-Id: Ia5ce9a98afa4f88b8d0943a5971450d7009af913
2013-06-26convert calculation settings dialog to .ui formatCaolán McNamara
Change-Id: I0031094be63f2d8efeac42d5ca560f57af5326b6
2013-06-26fix OptionString to set a correct item sizeCaolán McNamara
Change-Id: I3406b5481991e459ac051868e441c0c04a2f7d5a
2013-06-26fdo#65123 Revert "n#782833: (PPT) Fix font size at end of para."David Tardon
This reverts commit e36d227ee584aa07fa48dda7710ac6b7a850fcc3. The description in the orig. commit: "Font size at the end of the para when there is a new(empty) line is set using an extra charprops definition." That would mean the extra StyleTextPropAtom record does not have a record header, which seems pretty fishy. I suspect the real problem is somewhere else (or the ppt is broken). But I cannot check it, because I cannot access the bug. Conflicts: filter/source/msfilter/svdfppt.cxx Change-Id: I1d555cd2905ef8f297d1a96f56bebbea8f83ad62
2013-06-26remove unused constAndras Timar
Change-Id: If7e998065390d89cc22556adcd727a63f6496aad
2013-06-26Fix fdo#43090: Auto Closing of bracketsMarcos Paulo de Souza
Check if we hit the left bracket, left parenthesis or left braces, insert the right close character and set the current position to center the characters. Change-Id: If1ee8a00799ef0933d5dfd51c32f669a2a27b2a7 Reviewed-on: https://gerrit.libreoffice.org/4374 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-06-26Need to use the right libtool on OS XTor Lillqvist
Change-Id: I37b2a892143892740674ce9882ed61ea88eda894
2013-06-26Make sure the nss build uses the ar and ranlib we wantTor Lillqvist
The interaction of environment variables and make variables is fun. For some reason, the workdir/.../UnpackedTarball/nss/mozilla/nsprpub/configure script is run twice: Once directly from nss/ExternalProject_nss.mk, once from the sub-make run from nss/ExternalProject_nss.mk. In the first case, the AR and RANLIB exported by the gbuild make process propagate just fine to the configure script. In the latter case, not. So add AR and RANLIB assignments on the sub-make command line (to override values set in some of the nss makefiles), *and* make sure the sub-make exports AR and RANLIB. Change-Id: Ibd55bc8a7e001106e12b2207500e74c7bd01c73a
2013-06-26Experiment with LTO for OS X and iOS, tooTor Lillqvist
With Clang, LTO means compiling to LLVM intermediate representation instead of object code, and optimisation and code generation at link time. As expected, linking the single executable for the iOS experimental app takes quite some time (several hours), and in fact it eventually fails. Hopefully better luck on OS X. Need to use xcrun to find the right ar and ranlib, too, from the Xcode toolchain being used. Change-Id: Iee69397c57bf1d622882ad78c188e1734f6cbd63
2013-06-26coverity#1038508 Use after free (USE_AFTER_FREE)Caolán McNamara
** CID 1038508: Use after free (USE_AFTER_FREE) ** CID 1038509: Use after free (USE_AFTER_FREE) ** CID 1038510: Use after free (USE_AFTER_FREE) Change-Id: I3a1422e252af415536d9303e58ff85763c231921
2013-06-26fdo#31525 Dialogues now have an appropriate background in OSXJason Hulme
The proper background is now set using HIThemeBackground. Change-Id: I71e4287273f7345a18eee4c4fc494eea10f2deb2 Reviewed-on: https://gerrit.libreoffice.org/4287 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2013-06-26Related: #i121442# Add sed and cat as dependencies to odkAriel Constenla-Haile
(cherry picked from commit 0a78e6e85d8e921705b7ea90038f822d47fb58ab) Conflicts: odk/cfgWin.js odk/configure.pl odk/docs/install.html odk/setsdkenv_unix.sh.in odk/setsdkenv_windows.template odk/settings/std.mk Change-Id: Ie124ffbb857e796923981e13dc3116c7af341056
2013-06-26boost::shared_dynamic_cast -> boost::dynamic_pointer_castCaolán McNamara
Change-Id: I2db39313de7df003b59a00a6d6a210f29c3a24ea
2013-06-26There is already the AddTempDevFont() in coretextTor Lillqvist
Change-Id: I384e9d499eedbe87030417952bf057b16cf549d2
2013-06-26Kill RTFDocumentImpl::getState()Miklos Vajna
RTFParserState is private to RTFDocumentImpl, exposing it is not a good idea. One more step towards RTFTokenizer not speaking directly to RTFDocumentImpl, but through an interface. Change-Id: I3f626d4f2c560a20d9e24105459e95a66d0a87ca
2013-06-26fdo#66180 librelogo: clockwise HEADINGLászló Németh
Change-Id: I1154b29119fd3fbb30d50246e94b3906bea24220
2013-06-26fdo#66180 librelogo: clockwise HEADINGLászló Németh
Change-Id: I1154b29119fd3fbb30d50246e94b3906bea24220
2013-06-25Fix some idl descriptionsJulien Nabet
Change-Id: Ia14bf30cf65ea5cbaa268b1461fc5c6d7acb702d
2013-06-25Fix a pb in idl but 2 others remainJulien Nabet
Change-Id: Ide5c6562c9be947ac2e59c79493c021031c7203e
2013-06-25Fix idl descriptionsJulien Nabet
Change-Id: I119cd010f6f54d428017ea59016b5fdd91c6d4da
2013-06-25Fix idl descriptionJulien Nabet
Change-Id: Id853f17f973edfc5aa41843c99e77e4b86f27bf8
2013-06-25Related: fdo#65716 title substitutionsCaolán McNamara
Change-Id: I1d9fe14cdfd77ef79089cdf9c20a876238862bae
2013-06-25Fix idl descriptionJulien Nabet
Change-Id: I604bb2eeac5b2b5285d80c5edef98b98b6c42f52
2013-06-25Resolves: fdo#65716 MACROLANG not substituted in titleCaolán McNamara
Change-Id: I1fa71a926e0df753a553f43aebaa201a13f74f95
2013-06-25Resolves: fdo#65743 MovePara gets stuck on hidden para fieldsCaolán McNamara
Change-Id: I03b26aaa9be491e760335185c5a9ffd5d04990bb
2013-06-25Fix idl throw part descriptionJulien Nabet
Change-Id: I561674db910d60ee6ade230cfc48bee7f37c9107