- 03 Kas, 2015 6 kayıt (commit)
-
-
Miklos Vajna yazdı
As that's the unit we use everywhere else in the LOK API. Also, make the ScGlobal::nScreenPPTX/Y calculation more precise, otherwise rounding errors occur during the pixel -> twip conversion. Example with the old precision: col height is 103 px, nScreenPPTY is 0.067, twips is 1537.3134328358208, convering it back is 102.487562189 px. Example with the new precision: col height is 103 px, nScreenPPTY is 0.0667, twips is 1544.2278860569716, convering it back is 102.948525737 px. (cherry picked from commit 708d1c5a) Conflicts: libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx Change-Id: I19f5285508ef0c751614d07969b3a7a037e7d1ec
-
Miklos Vajna yazdı
Change-Id: I6b4f6eacde84433fa3865e62c692a3f97895b887 (cherry picked from commit 3bdce53c)
-
Miklos Vajna yazdı
Change-Id: Id7db9fa9b451dcf2423142b38c2c12b369e16fae (cherry picked from commit ac47e575)
-
Miklos Vajna yazdı
Only the row info and for the entire tiled rendering area as a start. (cherry picked from commit a7ce5f83) Conflicts: sc/inc/docuno.hxx Change-Id: Idbccd805b355e8d151ab7025ac1cf0c686cb237b
-
Miklos Vajna yazdı
It's cleaner to let the apps do this themselves than exposing their underlying vcl::Window. (cherry picked from commit bfd79be4) Conflicts: sc/inc/docuno.hxx sd/source/ui/inc/unomodel.hxx sw/inc/unotxdoc.hxx Change-Id: Iff2442dd325fa65a0cf3ad4aa7f918542dab1e4c
-
Jan Holesovsky yazdı
Posting of the .uno:Something commands is asynchronous. To be able to find out when eg. .uno:Save finished, this commit introduces a callback that fires when that happens. To be able to receive such a notification, the appropriate postUnoCommand() must be called with 'true' as the parameter for bNotifyWhenFinished (defaults to 'false'). (cherry picked from commit 8c987fab) Change-Id: I254939ebc8ea5f309ae39686dcaaeddd5148b0c9
-
- 02 Kas, 2015 15 kayıt (commit)
-
-
Andras Timar yazdı
Change-Id: I6971a7c4f5f230dc6ac01c91e4183c24f847e061
-
Andras Timar yazdı
Change-Id: I0421b032a1da1692871673c550a42f35c75f6bdb
-
Andras Timar yazdı
- added EULA (sla.r) in special OS X resource fork format - added volume icon which does not work ATM, TODO later - new dmg background image and adjusted .DS_Store - fixes to tolerate space in app bundle name Change-Id: I3f341bfcd5bea88681e57b314f6069be107c5c2b
-
Andras Timar yazdı
Change-Id: Ie62c6a98563261e3601be70ff5eff6603b625445
-
Andras Timar yazdı
Change-Id: I52dd21c50942d2c7d6dff2f3c2ae3577e2bb9c65
-
Andras Timar yazdı
Change-Id: I0155372c8e5cd0eb91bfbea304190502cbf32e3c
-
Tomaž Vajngerl yazdı
Change-Id: I86ad5eefd70bc8b768780cac66ca466aa0926dc4 (cherry picked from commit 74463457)
-
Tomaž Vajngerl yazdı
Change-Id: I2435e8ce93383a1a40996a81ef65c1823606609a (cherry picked from commit d38abe1d)
-
Tomaž Vajngerl yazdı
Change-Id: I49be19b273d0c263637369e9b095f374b345191b (cherry picked from commit 37d41674)
-
Tomaž Vajngerl yazdı
Change-Id: I1514aa7a3fbab682b0d282ba0f504470943d7e4a (cherry picked from commit 9a52bad4)
-
Tomaž Vajngerl yazdı
Change-Id: Ia2b9a812717d05c7d98d47bf0fe5fd293029d045 (cherry picked from commit 6d9124de)
-
Tomaž Vajngerl yazdı
Change-Id: Ia9e33704cfffd2094606e6fd166796bd8cd5d4fe (cherry picked from commit 3d345941)
-
Tomaž Vajngerl yazdı
Improves tile rendering speed. Change-Id: I6a4b87fbc1d9ed284f5c4a781d769eeacd9bc2ca (cherry picked from commit e0d68da3)
-
Tomaž Vajngerl yazdı
Change-Id: I6468a5cf66715516764c779ecc080fb2c1bd7382 (cherry picked from commit 50ffbe85)
-
Tomaž Vajngerl yazdı
Change-Id: Ib487d4f948dde2027bebc914bb3fe43b55c6d50b (cherry picked from commit f70254ca)
-
- 30 Eki, 2015 1 kayıt (commit)
-
-
Jan Holesovsky yazdı
With an empty document, GetPrintArea() returned false, causing nothing visible on the screen. Also increase the values when I'm touching this. Change-Id: Iee7544a428d5d4d5d5931230a51e605302557f41
-
- 29 Eki, 2015 18 kayıt (commit)
-
-
Andras Timar yazdı
Change-Id: I29be97c1a0e783abcf24720a7c5bc6c832e78eb3
-
Marco Cecchetti yazdı
Now the default for using the SVG tiny profile is false. Now the default for use native text decoration is true. Fixed the following issues: 1) Text decoration (underline, strike-out) was not exported. 2) Commit 0a4e9138 (tdf#56467: improve export of formulas to SVG) had a side effect: all exported text portions have position attributes (x,y) even if they are on the same line (y_old == y_new): this caused that underlined text belonging to 2 different `tspan` element was not underlined by a continuous line but there was a gap where a `tspan` ended and the next `tspan` started. 3) In commit (tdf#37650: further improvement of svg export) StartTextShape method is invoked even when positioned characters are used but the `implWriteText` method always adds a `text` element by itself so there is no need to call StartTextShape. The changes for non-positioned characters have been embedded inside the `WriteTextPortion` method. Change-Id: Iee0d6a6816dcbd2d97f2fbdf969f012de678604e Reviewed-on: https://gerrit.libreoffice.org/19672Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jan Holesovsky <kendy@collabora.com>
-
Mihai Varga yazdı
Change-Id: I2e2ebc5a12794e9641a6195f07fa4b2d1a7369a9
-
Mihai Varga yazdı
This is used to know the current font/back color Change-Id: Ic524fcb5c26e1c15ec9c50b2879465152ac8ee34
-
Julien Nabet yazdı
Don't disable "Insert table" option in case of Ole object Change-Id: Ibe87d35db320f4a9d5c971e3f7b25199fcacbde4 Reviewed-on: https://gerrit.libreoffice.org/18897Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de> (cherry picked from commit 2135b4a8) Reviewed-on: https://gerrit.libreoffice.org/19067 (cherry picked from commit 53b8f63d)
-
Jan-Marek Glogowski yazdı
But you can use SAL_OVERRIDE instead. Change-Id: Id593aa5f734b291043dee58f0e5ac6ff8ee421ea Reviewed-on: https://gerrit.libreoffice.org/19653Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com> (cherry picked from commit fc3044ce)
-
Michael Stahl yazdı
Change-Id: Id7ee86412288e96fda016acaeb965a53963408e0 (cherry picked from commit b4326c93)
-
Stephan Bergmann yazdı
...which uses the logic already available in VCL's ImplImageTree to locate the image zip files and find fallbacks for incomplete themes and for localized images. (cherry picked from commit 6948c546, plus f5174c89 "...but do not erase localize attributes from image elements," which is needed to make localized image references work again) Conflicts: vcl/osx/vclnsapp.mm Change-Id: Ic1c15fcacb6596a27a2b051093232902202bf472 Reviewed-on: https://gerrit.libreoffice.org/19644Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com> (cherry picked from commit 74453dbe)
-
Eike Rathke yazdı
Accept new UBlockCode enum values. Just make it compile, without adding resource strings and blocks. Excerpt of 5b7e8efb Change-Id: Ia14e4c1c85f8be3e7bae0eb6f5bec1ae33f1a0bf Reviewed-on: https://gerrit.libreoffice.org/19632Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com> (cherry picked from commit 4df5049c)
-
Michael Weghorn yazdı
Options specified in PPD files can be grouped using the keywords "OpenGroup" and "CloseGroup". The keyword "InstallableOptions" is used as a group name for a group containing options that define optional hardware features of the printer that can be present or not (s. section 5.4 in version 4.3 of the PPD specification). As they are not print job specific, it is recommended not to show them in the print dialog. To be able to distinguish those options, the PPD group name was added as an attribute to the PPDKey class. Reviewed-on: https://gerrit.libreoffice.org/19623Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de> (cherry picked from commit f8d0dc09) Conflicts: include/vcl/ppdparser.hxx Change-Id: I4a3abf23a711ad98556c0b608a07ef0a91e77e2b Reviewed-on: https://gerrit.libreoffice.org/19630Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jan-Marek Glogowski <glogow@fbihome.de> Tested-by:
Jan-Marek Glogowski <glogow@fbihome.de> (cherry picked from commit 2f03a169)
-
Christian Lohmaier yazdı
Change-Id: If58fdc2eaf1b7b2148e3db2ebba6f8c0f2e9c92b (cherry picked from commit 32d2fb8e) (cherry picked from commit e783fe7d)
-
Michael Meeks yazdı
Change-Id: Id61e37e4e9ea62c3dba224e55ddfdc71fb0bfc8c Reviewed-on: https://gerrit.libreoffice.org/19542Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com> (cherry picked from commit a3a61471)
-
Michael Stahl yazdı
The problem is that the precompiled headers' dependency files are not run through concat-deps, hence they directly refer to headers of external libraries' headers, which are not targets in the build system; therefore re-building an external library does not cause the dependent PCH to re-build and (at least with MSVC) the object files don't depend on headers included via PCH anyway, so we get the recent link failure in comphelper with MSVC, which wasn't rebuilt for icu's ABI change. To fix that just use concat-deps, which re-writes header dependencies to UnpackedTarball target dependencies. Change-Id: Ic7555822925aaa1ff09b29bb73801fb83923bfab (cherry picked from commit 475cf23e) Reviewed-on: https://gerrit.libreoffice.org/19550Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 942da061)
-
Michael Stahl yazdı
This should fix build failures due to file locking preventing concurrent access to cli_ure/source/cliuno.snk. Change-Id: Iefd16ed83a01523b3612844c2f777516dc4e44c6 (cherry picked from commit 01518d3a) Reviewed-on: https://gerrit.libreoffice.org/19483Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit d0d03f22)
-
Yousuf Philips yazdı
Change-Id: I583fc112333df6af3898b03f632780538b5f046f Reviewed-on: https://gerrit.libreoffice.org/19469Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com> (cherry picked from commit f5cf8524) Reviewed-on: https://gerrit.libreoffice.org/19572Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit ce260308)
-
Caolán McNamara yazdı
regression from commit 8f705df1 Author: Tomaž Vajngerl <tomaz.vajngerl@collabora.com> Date: Fri Jul 18 13:36:13 2014 +0200 bnc#881024 Don't world transform font size in WMF/EMF import which seems to be a regression from commit 1281c1f5 Author: Armin Le Grand <alg@apache.org> Date: Mon Dec 10 16:08:58 2012 +0000 Resolves: #i121382# Corrected size handling including font size handling... for EMF/WMF imports Change-Id: I87307c9993d3343b4db636257e2567b10a73b79d (cherry picked from commit 4eb70290) Reviewed-on: https://gerrit.libreoffice.org/19559Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 8965f2b4)
-
Caolán McNamara yazdı
this is an intermittent crash in the real world but under event testing we can see that the PaintView is informed that the page has been deleted, but doesn't clear its use of the page if it so happens that there was earlier modification events that caused the fire-modification-timer to be launched If there happens to be no such events then the page is correctly cleared If the timer is active, then the page is not cleared, but eventually the timer will fire and access the deleted page and fall over and die minimal change for backporting ease, follow ups now (cherry picked from commit f8b97599) Change-Id: I090ad62cc175545902574c93dec7082225d97ab7 Reviewed-on: https://gerrit.libreoffice.org/19551Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit d6a6261f)
-
Justin Luth yazdı
Somehow, accessible text can lose focus and so when attempting to set the cursor, the string we were just working with may no longer be available, so verify that the cursor position is still valid before setting it. If the text can just disappear like that, then potentially we are still forcing the cursor into the wrong place (since the string is different than expected). However we can at least make sure the program doesn't crash/exit without saving... Change-Id: I8dcaf4625d187cb75008bdc0af0e3a546090a018 Reviewed-on: https://gerrit.libreoffice.org/19414Reviewed-by:
Justin Luth <justin_luth@sil.org> Tested-by:
Justin Luth <justin_luth@sil.org> (cherry picked from commit d9cf4744) Reviewed-on: https://gerrit.libreoffice.org/19418Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 9f008e2a)
-