- 09 Tem, 2015 2 kayıt (commit)
-
-
Eike Rathke yazdı
Change-Id: I38f69bcbb9eb550fb97b0f84bc0cb486863060b4
-
Olivier Hallot yazdı
Project: help 3fb910bf25d846dd7bc1902e8fe54518b417e793 Fix license header in these 2 files Change-Id: I1878ba033c025f5c8794ffd446b77c28de7b0342 Reviewed-on: https://gerrit.libreoffice.org/16870Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
- 08 Tem, 2015 38 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I1fbf5a355340e20de881a030bc75ebbfce960d4f
-
Stephan Bergmann yazdı
Change-Id: I6f480fb205904c7894e73288ecc3297c735a2bd9
-
Stephan Bergmann yazdı
Change-Id: I41cf1baa9899a4c8af3382b0c7c047348bf3498e
-
Stephan Bergmann yazdı
Change-Id: I9f98e86556ed4435d24f49b32b848eb9f9a66008
-
Stephan Bergmann yazdı
Change-Id: Ia3275dc10ef18fd5978c7422b33012a5b1e4696c
-
Eike Rathke yazdı
Change-Id: I350050ac085b1f220d5288d33c253ba0c9a5fd2c
-
Eike Rathke yazdı
It does the same, just more efficicient. Change-Id: Iee2e6a40cf8f8e8be629b458520ae392501af3e9
-
Varun yazdı
Change-Id: Ie84087ec0d456a37c6af3e36075d840b802aebf6 Reviewed-on: https://gerrit.libreoffice.org/16837Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: Ieb3f5a50ed0ddc9109dc0ad16caa8a8ac5b16362
-
Stephan Bergmann yazdı
Change-Id: Ie943f6a998f142014c0405892264c8257dccaf6f
-
Stephan Bergmann yazdı
Change-Id: I205531a51f9d3e6611aafc5eb8fbd1ab49a517d8
-
Stephan Bergmann yazdı
Change-Id: Ib5f57ba5154c56b89ab550aef5a87ee27539ddd9
-
Eike Rathke yazdı
Project: translations 5fbe7f221f27df62d1156763f03baa90322c366b interim typo fix NETTORABEITSTAGE -> NETTOARBEITSTAGE Misspelled spreadsheet function names are most ugly.. Change-Id: I73a1f611e66a1484d2a728d3339eff5a6cd852ac
-
Stephan Bergmann yazdı
Change-Id: I1e4f6920601bad273b5255defc9377ef303083fc
-
Stephan Bergmann yazdı
Change-Id: Id3a56d628088f19424bd6e0c8bf23b0ac6c64d25
-
Rishabh Kumar yazdı
Change-Id: I75b368c0a8088926c765dbc46c6a4ce7c9d8b9f0 Reviewed-on: https://gerrit.libreoffice.org/16375Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Regina Henschel yazdı
The patch introduces a new command .uno:ImportMathClipboard to module Math. It imports MathML content from clipboard and transforms it to Starmath It handles clipboard MIME type 'application/mathml+xml' and plain text, which can be interpreted as MathML segment. It partly solves issues #i14252, #i34781, and #i53509 too. Review by: Hanya <hanya.runo@gmail.com> (cherry picked from commit 9ec21486) Conflicts: dtrans/source/win32/ftransl/ftransl.cxx officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu sot/inc/sot/formats.hxx sot/source/base/exchange.cxx starmath/sdi/smath.sdi starmath/source/view.cxx Change-Id: I6cb5e8f737ee2e39f9ce96aba841db347a8806e4
-
Michael Stahl yazdı
Change-Id: Ifbd87e59fa91241dd5852f7dc6b63e65d8ca6bad
-
Michael Stahl yazdı
Less ugly or just differently ugly? Hard to tell... Change-Id: I1265f07f39ebbc65acfcc30242bc7cd7d46207e7 Reviewed-on: https://gerrit.libreoffice.org/16821Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Matthew J. Francis yazdı
Previously, when using PyUNO over a remote bridge, each remote call which returned an object could result in 50+ further calls to query interfaces on the result, regardless of whether and how the object was then used. The majority of these queries were made under css.script.Invocation to pre-cache certain information about the returned object. By making better use of available information to eliminate interface queries which are certain to fail, and lazily acquiring those interfaces which are required, remote scripting is significantly accelerated. In general, this also gives a small speedup for local scripting. Change-Id: I4f36da6b5f09cb0d22f21291f05fbea2ae7ae697 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Miklos Vajna yazdı
With this, Writer no longer has leftover 1-pixel-width/height lines on scrolling at the right/bottom of the SwEditWin area. The problem was that PaintBuffer() painted one less row/column of pixels than intended. This happened because Rectangle::GetSize() uses GetWidth() and GetHeight(), which return "bound2 - bound1 + 1", but because the map mode was in twips, the +1 had no effect. For example, if top=127 and bottom=762 in pixels, then the needed height is 636, but (assuming e.g. 96 DPI) counting 11430-1905+1 in twips, then converting to pixels is only 635, so the last row/column is not painted. Fix the problem by making sure that GetSize() is invoked on a rectangle that has the size in pixels, that's how e.g. SdrPreRenderDevice::OutputPreRenderDevice() uses DrawOutDev(), too. Change-Id: I6f8686e0a91ba402db93982c25be76992c260abe
-
Ashod Nakashian yazdı
When text is selected, the preview text is the first TEXT_WIDTH (80) characters of the selection rounded up to the next word. However when no word boundary is found, the preview text is as long as the selection, which causes the preview to be less than usable in some extreme cases. This patch is to limit the preview text length when no word boundary is found, thereby always resulting in predictable behavior. Change-Id: I8a21638d601714db956b9b160664dfe1e5e49a4a Reviewed-on: https://gerrit.libreoffice.org/16855Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Idd654a49457c89598e45e0eb17336297b6745703
-
Caolán McNamara yazdı
Change-Id: I70c8fb0a30eb8185a5fe326d0ce11fcac7aa7e4f
-
Caolán McNamara yazdı
Change-Id: I692712d7a5a84efdec383c5d1ec7bd492a2e1aca
-
Caolán McNamara yazdı
Change-Id: I96fbdb219fa59db54a7a2fc496e6d41f5d34385f
-
Caolán McNamara yazdı
Change-Id: Ic5a42560e30bac18c90f4008eb593357f3539ee1
-
Caolán McNamara yazdı
Change-Id: I5ef8fbf8b6711ca8950b5a0a210bc0c74ae1bd53
-
Caolán McNamara yazdı
Change-Id: I1a59d18546eab664d5148af544cd3657df2d5318
-
Caolán McNamara yazdı
Change-Id: I112e57bd6938d601e01dcd1f8b318db73a43b00c
-
Caolán McNamara yazdı
when setting the page bookmarks. three slides, set second to hidden, export to pdf (without toggling on include hidden slides), in evince/acroread click on the "slide 3" title, and the viewers will not jump to that slide, seeing as the index is mis-calculated assuming 1-1 export-import pages Change-Id: I5784100c2444ca480984914e67c8b7e376a2ec47
-
Takeshi Abe yazdı
Change-Id: Iec20cfa243e336d36e12e13d36564eacc9db1435
-
Thorsten Behrens yazdı
So if we know which object we just created, don't rely on the server response to tell us. Improvement on the fix from 5c10e8cd. Change-Id: Iddf706fb3b8bef38217a406c806963ba4496c7c9
-
Stephan Bergmann yazdı
Change-Id: I88effbf6f88dfb286f85f8fbd06bab8033aca6b0
-
Stephan Bergmann yazdı
Change-Id: Iaa3482e0895b1ccb1f1743893d64ae1941f3f396
-
Stephan Bergmann yazdı
Change-Id: Ia9e427dfbd6e7f87087f5df334ec68acbcdfc624
-
Andras Timar yazdı
Change-Id: I2d9673bb261a2586e1802f025c900962249cfc42 Reviewed-on: https://gerrit.libreoffice.org/16854Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Stephan Bergmann yazdı
Work in progress to allow integration of LO with <https://wiki.gnome.org/Projects/FleetCommander>. During configuration, dconf support is implicitly enabled when available on the host (which is presumably only available on Linux). It is explicitly disabled for TDF Linux builds for now, though, to avoid accidental dependencies of the distributed installation sets on system dconf libraries. A dconf layer is represented in the CONFIGURATION_LAYERS bootstrap variable with type "dconf" and an empty URL. See the comment at the top of configmgr/source/readdconflayer.cxx for the encoding of component-data in dconf. All of this is still subject to change. Change-Id: I2d08d81c8ea43ba4a99040a8882ae75b91bcfdb9 Reviewed-on: https://gerrit.libreoffice.org/16848Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-