- 05 Kas, 2016 3 kayıt (commit)
-
-
Khaled Hosny yazdı
MultiSalLayout did not implement IsKashidaPosValid() which meant that whenever there is a font fallback no Kashida validation was performed. Change-Id: I30e498c356c49b0c06dd6b45187105f6bd758a24
-
Takeshi Abe yazdı
for consistency with "abs{<?>}", "sqrt{<?>}", etc. Change-Id: I53106d6daf99f72f1a064bc6f5e0fe4dab55cc02 Reviewed-on: https://gerrit.libreoffice.org/30556Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Takeshi Abe <tabe@fixedpoint.jp>
-
Takeshi Abe yazdı
like wideslash's. Change-Id: Icddd563ee64510c0df8bfa8d4a5274a00f60162a Reviewed-on: https://gerrit.libreoffice.org/30555Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Takeshi Abe <tabe@fixedpoint.jp>
-
- 04 Kas, 2016 37 kayıt (commit)
-
-
Jan Holesovsky yazdı
Change-Id: I2cc545c50a8ae936e73ff23a200f350809ab8335
-
Szymon Kłos yazdı
Change-Id: I5cf0c7eeba204d4493ae1f4229718faf870a5528 Reviewed-on: https://gerrit.libreoffice.org/30570Reviewed-by:
Szymon Kłos <eszkadev@gmail.com> Tested-by:
Szymon Kłos <eszkadev@gmail.com>
-
Khaled Hosny yazdı
Change-Id: I0ac8be9f129636fae2be03f60a4e9b8a65a195e9
-
Khaled Hosny yazdı
So that we base the rotation or not based on the resolved script, instead of using the outdated and hard-coded ranges in GetVerticalFlags. Change-Id: I52ee38c4151f30d98287e64f852b4d2df143c719
-
Caolán McNamara yazdı
Change-Id: Iaaa303dac79556d43cda78363abbcdd03e977e8a
-
Caolán McNamara yazdı
Change-Id: I1aa06f70016b935bb13a0f6e93234eea10ba8b84
-
Caolán McNamara yazdı
it doesn't appear to exist/be implemented and makes the reportdesigner font dialog from conditional formatting crash Change-Id: Iad929fec8aedfa31f6e8f9dfaa0055d61a9ff6f3
-
Caolán McNamara yazdı
Change-Id: Ia0058939faa63507b50c5ca70527850e59c0ba5d
-
Caolán McNamara yazdı
Change-Id: I7d388739225d371090872a33d30aa3178b20ca6e
-
Caolán McNamara yazdı
Change-Id: I0d301ba4082a45e7030c6956c18aa76e52bce216
-
Caolán McNamara yazdı
Change-Id: I1d9eed2345f3d8a78f467d0fb5f7b7cd0211a160
-
Caolán McNamara yazdı
Change-Id: I5dc1204c28b65d5dca993bf38aea217bbb49e913
-
Caolán McNamara yazdı
Change-Id: I485109acd7cd4d6c2dc53e29f4b01bfc202a38f3
-
Caolán McNamara yazdı
Change-Id: Ia458ded8881c415badd5d75bddad0daca57a1a25
-
Caolán McNamara yazdı
and rebase it on SvxColorListBox Change-Id: I3afef689ab0dc3c34e465810d82bf21797907558
-
Caolán McNamara yazdı
Change-Id: Icd6f51b61ec0d006c10c6a75da649cc83057b9f1
-
Caolán McNamara yazdı
Note: this removes the use of auto-color from writer's asian text grid, because its always invisible as far as I can see in practice. Change-Id: Ie850790d740a4d56c43015e493e093678cef3b4e
-
Eike Rathke yazdı
... which happens if there are multi-marks in non-adjacent columns. Change-Id: Ic8cf0fb0071f793fa91c506a56b01f2833fe5cec
-
Caolán McNamara yazdı
Change-Id: Ic784b3951fcf2f614b62d93d925eec134feb7364 Reviewed-on: https://gerrit.libreoffice.org/30567Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tomaž Vajngerl yazdı
Change-Id: I9ca5a97ae3ed2472257f468f6751903b458529a7 Reviewed-on: https://gerrit.libreoffice.org/30502Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com> Tested-by:
Tomaž Vajngerl <quikee@gmail.com>
-
Tomaž Vajngerl yazdı
BGRA is native color arrangement on Windows however some intel drivers have problems with large textures if they read from a BGRA buffer. So with this commit we switch to RGBA color arrangement. This shouldn't cause much performance differences, but we need to convert from RGBA to BGRA when printing. Change-Id: Ic112dc6a6c5d8b70e96041d0de15a03bbbdc406f Reviewed-on: https://gerrit.libreoffice.org/30544Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com>
-
David Tardon yazdı
Disabled, because the file fails to load for some reason... Change-Id: Ida79b9de4ff53d76fed86e0495f9479addc228f8
-
David Tardon yazdı
Change-Id: I8a1a8b8e1437d79d4c262cb8521a1239c250699e
-
David Tardon yazdı
Change-Id: I474a7852647fc17597ec3d5a44e1e8dfdc78c0c3
-
David Tardon yazdı
Change-Id: I383a04ea926187263b1d7e11c548817fa9ca3fb6
-
David Tardon yazdı
Change-Id: Iba03576ee9a114ea8dc20d8ff70a953e11c6d3e7
-
Eike Rathke yazdı
Change-Id: I8205cf56628b6b4d4b5d655386df994a9c02a1ad
-
Eike Rathke yazdı
That always worked only by chance only on the first selected sheet, luckily with ScMarkData it seems to be used only in ScColumn::GetOptimalColWidth() which usually operates on the visible sheet. So now setting optimal column width actually works on all selected sheets for the selected columns. Change-Id: I5944b943824a67d77b549b6cdfc0b2550b8d77b8
-
Katarina Behrens yazdı
from other than icon-themes folder Change-Id: Iba1808e642fde8d0370b59550c7bdac1a3e4ac79 Reviewed-on: https://gerrit.libreoffice.org/28513Reviewed-by:
jan iversen <jani@documentfoundation.org> Tested-by:
jan iversen <jani@documentfoundation.org> Reviewed-by:
Olivier Hallot <olivier.hallot@edx.srv.br>
-
Katarina Behrens yazdı
Project: help 98d298e4ef2bc9ad9f4e2d2bb83c3183e3ee0977 Create a new image list for 'make postprocess' with screenshot images corrected path as indicated Change-Id: I3d81c88a4ae002f12247ec4a5587e50f9927a005 Reviewed-on: https://gerrit.libreoffice.org/28499Reviewed-by:
Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by:
Olivier Hallot <olivier.hallot@edx.srv.br>
-
Michael Meeks yazdı
MDDS is columnular, so this shrinks the working set very significantly, and should improve performance. Change-Id: I2aff92b31bfc459e85291059d977541aa65155cf Reviewed-on: https://gerrit.libreoffice.org/30562Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Eike Rathke yazdı
That looped unconditionally over all columns of a sheet just to let ScColumn::UpdateSelectionFunction() costly (by creating empty spans) decide that it doesn't have to do anything. This for *every* cell cursor movement or switching sheets et al. Instead, use the ScMarkData area to narrow down the range beforehand, which when travelling with the cell cursor is just one column. Change-Id: Ic60928d07bc6cec4f6d8491ab30b99d7b20b8490
-
Noel Grandin yazdı
Change-Id: I956063bb354fbbd002e922bb06d0b3863a2750fc Reviewed-on: https://gerrit.libreoffice.org/30565Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Noel Grandin yazdı
Change-Id: I21c47cacbcd68f06eea7ccbbfa6d04fc65e2b7ee Reviewed-on: https://gerrit.libreoffice.org/30564Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk> Tested-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Caolán McNamara yazdı
commit 164d8e3b Date: Thu Nov 3 02:35:00 2016 +0200 tdf#91222 VclBuilder constructor cleanup so revert problematic bit of that. The impl is called SfxAccCfgTabListBox_Impl, but the widget name is SfxAccCfgTabListBox Change-Id: I8e800b376afa48090fde1074350c1c8ce39a27bf
-
Miklos Vajna yazdı
SHA1_WITH_RSA is a signing algorithm, not a digest one, but let's accept it, so LO on Linux can verify a signature generated by LO on Windows. It's annoying that equivalent mapping in NSS is not part of their public API. Change-Id: I97186fcc1d118f922e5ee3cb472aa5b52bc4b5ca
-
Eike Rathke yazdı
As per IRC 2016-11-04 12:21 Change-Id: Ic4cc7f67fb31be80a966c652cb30bb859f874a8b
-