- 30 Haz, 2015 40 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I44eae735b710332d87f2f642911e988c796457cd
-
Bjoern Michaelsen yazdı
Change-Id: I22e9eacfddff611d368963162024437f4a7b7fdf
-
Bjoern Michaelsen yazdı
... to move test code out of production code Change-Id: I8bd38f57faba41a0af3740eda098144d9e49fe15
-
Miklos Vajna yazdı
With this, if e.g. Ctrl-A is hit for a hello-world document, then selection is properly visible. Change-Id: If3fae1e73dc76c50e62f6e1f31d99873636f0e93
-
Jan Holesovsky yazdı
Change-Id: I5df89581796eca4e48e0a305d4319e4674f8dd87
-
Jan Holesovsky yazdı
Change-Id: I5a990643903946ea339136fbc514ca8cb90fa34e
-
Jan Holesovsky yazdı
Change-Id: I86d2daec6dcbd6af3a8da1b8329417bae46c8079
-
Jan Holesovsky yazdı
See the comment 45 in the bug for the agreed design. Change-Id: I428f339df48f530f606525434a4a2be8a79acaab
-
Andrea Gelmini yazdı
Change-Id: I1c5e4970d4e90bdea68a901294594104de5e189e Reviewed-on: https://gerrit.libreoffice.org/16582Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com>
-
Caolán McNamara yazdı
themeing has changed around quite a bit, and there's insufficient interest to get older versions looking right Change-Id: Ia2ee58d66c859e3bf00b54413fac1efb00d38dd3
-
Stephan Bergmann yazdı
This reverts commit 09b4cbe9, no good reason to revert the original commit in the first place. Conflicts: bridges/test/java_remote/Bug107753_Test.java Change-Id: I6d3d50887460fd15080c46782c29a653c3684bec
-
Stephan Bergmann yazdı
This reverts commit 262dbabe, no good reason to revert the original commit in the first place. Conflicts: linguistic/source/lngsvcmgr.cxx Change-Id: Ifa1896da3ec3fd291a9b30a9a6734bdcce406b99
-
Stephan Bergmann yazdı
...from most rtl/bootstrap.h functions. They are effectively only called from C++ code (there is no plain C UNO binding), so it should be fine to let std exceptions (like bad_alloc or length_error) propagate from their implementations to call sites. (The exception is rtl_bootstrap_args_close, which is typically called from C++ dtors, so should not throw anyway.) This would strictly speaking be an [API CHANGE], but it should make no practical difference whether a process terminates abruptly because an exception cannot pass through a SAL_THROW_EXTERN_C() nothrow specification or because legacy client code does not expect exceptions to be thrown from functions from which SAL_THROW_EXTERN_C() has now been removed. Change-Id: I08e8479e9c5731e46021aadd6a725c1793024d10
-
Eike Rathke yazdı
Change-Id: I9c941cfcb8c856f35ff3b24f8e15000af4993651
-
Jorenz Paragas yazdı
Remove TReportPairHelper and TStartMarkerHelper as well since they were helper structs that were used solely for many of these o3tl::compose calls and are now unused. Change-Id: I75b366a7951a841c49a34709a3bdc1877952b64d Reviewed-on: https://gerrit.libreoffice.org/16606Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
While these functions do not throw any UNO exceptions, no need to specify them as nothrow, and do allow std exceptions to pass through. Also covers Coverity 1308470, 1308476, 1308482, 1308495, 1308496, 1308502, 1308506, and 1308575. Change-Id: I00306f606f3f20462016177eebbd26ed5af76506
-
Eike Rathke yazdı
... for callers that individually check for them, like ScRange::ParseAny() Change-Id: I23fc2c178a9c89b59f99f2fb86223324b7e5d378
-
Stephan Bergmann yazdı
Change-Id: Iec79e088e67e1cddeb8242d069fae911b305f613
-
Michael Stahl yazdı
... that have a Writer table as data source, such as ooo38798-1.sxw. The problem is that during layouting, the SwWrtShell::CalcAndSetScale() wants to call setVisualAreaSize() on the embedded chart object. This switches the state of the object to RUNNING, which loads it from the file, and during that the ODF filter calls into SwChartDataProvider and that uses a UnoActionRemoveContext; unfortunately that ends all pending Actions, so we get a recursive layout action. Apparently the UnoActionRemoveContext is required to call SwUnoTableCrsr::MakeBoxSels() for old-style tables, which need layout frames for selection?!? Try to avoid the problem by disabling UnoActionRemoveContext in case a new-style table will be selected, which can be done without layout. Change-Id: I097991ffb2e78ddf011db7575f7bb63ae8aa7005
-
Justin Luth yazdı
IMDeleteSurrounding is used by input methods to take multiple keystrokes and convert them into a special character. Then the composing keystrokes are removed. Before this fix, the cursor placement was not adjusted, so the special character was inserted in the wrong position and if 3+ keystrokes were involved, the wrong characters were deleted. Change-Id: I35b97bc150dc68ffe65eebc59450e21e0033bd16 Reviewed-on: https://gerrit.libreoffice.org/15961Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I46fffbdbf952b2eb67a469a5960bc94c8ee7d377
-
Stephan Bergmann yazdı
Change-Id: Icebaba828316b0f304ad407dc88d7a45f1f62cba
-
Eike Rathke yazdı
Change-Id: I4fb620754aac3f962695d053f05e50242538193e
-
Julien Nabet yazdı
2 changes for the 2 following bts First bt: see https://bugs.documentfoundation.org/attachment.cgi?id=116883 Second bt: see https://bugs.documentfoundation.org/attachment.cgi?id=116888 Change-Id: I92ed3b7305bb5b714532f2dcffd615a8337db8b6 Reviewed-on: https://gerrit.libreoffice.org/16557Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I845a3eda41263a07e1e69eb6ff37ff5ab2576905
-
Eike Rathke yazdı
For example, convert A1:A1048576 to A:A but not A$1:A1048576 or A1:A$1048576 Change-Id: I7845134f79a04f7c031896d515ea1cb8050bd454
-
Caolán McNamara yazdı
Change-Id: I906f53ca5428b51077b4ac28462c2e8827f2a31f
-
Caolán McNamara yazdı
Change-Id: I74bce8dc7b3e97eaea3964f476b3d3e3233100df
-
Caolán McNamara yazdı
Change-Id: I5f0501dbe14cbb4e4fda3ec30fb7e1e893faf108
-
Tor Lillqvist yazdı
Clang 3.2 (which is old, yes, I know) complains. Change-Id: Ia3fefd54cd234f14ddaf6159e2512760e4d53c95 Reviewed-on: https://gerrit.libreoffice.org/16613Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com>
-
Matthias Freund yazdı
and a little change in lc_presentationcurrentslide, the pauseplay sign was not correctly aligned and blurried. Change-Id: Ia657191f37e202a93476203c9097275835b281ac Reviewed-on: https://gerrit.libreoffice.org/16597Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Bjoern Michaelsen yazdı
Change-Id: If422726f83532430f666ae17f6f71e2ccf5733cb
-
Eike Rathke yazdı
All derived from en-GB with currency GMD symbol D Change-Id: I33d8688f73342322c816f4cfe8923bf3a2db85be
-
Eike Rathke yazdı
Change-Id: Ifcc2d9c53660f8af92739bd674987acfc1d610d2
-
Miklos Vajna yazdı
Fixes warnings on startup like: warn:legacy.osl:13026:1:svx/source/svdraw/svdpntv.cxx:813: SdrPaintView::UpdateDrawLayersRegion: No SdrPaintWindow (!) when double buffering is enabled for SwEditWin. Change-Id: I3dd8019a158b7d50c5e460abf504da31aabe72c3
-
Miklos Vajna yazdı
With this, most of the SwEditWin is painted to the virtual device in case of double buffering, not directly to the screen (avoids flickering). Change-Id: If93aa082daaec6b0e2c417ebc7367e5ab601aa2c
-
Caolán McNamara yazdı
Change-Id: I9188c6071f62d13a688c1eb6b14b1ac3f7dc77d4
-
Bjoern Michaelsen yazdı
Change-Id: I89335201083bd68fa199ce52e78d7750c60f8895
-
Bjoern Michaelsen yazdı
Change-Id: I801bb81a7c241b40377617d8f3567e62b79e3976
-
Bjoern Michaelsen yazdı
Change-Id: I23b6f2c53841a4f105d911d72c4d7fe1c077ed82
-