- 04 Ara, 2013 33 kayıt (commit)
-
-
Cédric Bosdonnat yazdı
Change-Id: Ic9477039d7a1d9649487be634052608efe0d07b7
-
Caolán McNamara yazdı
Change-Id: I50319fb218518edd23ff8c859c355265595050d6
-
Tor Lillqvist yazdı
Change-Id: Icd7ecafa46392133b8f6b82574a699e843ce588f
-
Tor Lillqvist yazdı
TDF has been shipping a CoreText-using LO since 4.1 and the sky hasn't fallen. Getting rid of the ATSUI code will make other needed refactoring easier. Change-Id: I494096c3988ea26fa2b336621857d32b64b040f0
-
Caolán McNamara yazdı
Change-Id: I9f703e2ab5c787641e9cc62f223f39dbd5d02529
-
Caolán McNamara yazdı
Change-Id: Ie1def5b116c4b998e62f840b992633a8c0d4d61a
-
Manal Alhassoun yazdı
Change-Id: Ie6dad2409a7d58a1c01973e8740f436cb597cb99 Reviewed-on: https://gerrit.libreoffice.org/6923Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Miklos Vajna yazdı
This is similar to commit d5c934d1 (n#792778 DOCX import: parse group shapes in oox only, 2012-12-14), except that was for the VML importer. The only difference is that in case of drawingML, OOXMLFastContextHandlerShape::lcl_createFastChildContext() is only called for the children of the group shape, not for the element itself, so compare against the start token, not the current element. Change-Id: Iddeabb20bbd5f0153e2fc4e6df463830126fdd37
-
Tor Lillqvist yazdı
Change-Id: I78b364394b3bedafe66b2b72b3191a8ae778432b
-
Caolán McNamara yazdı
Change-Id: I2cac26f3e949cbef16fb0c03e99d6aa9b04a7553
-
Caolán McNamara yazdı
Change-Id: I00a0c94dd9131be3969e2cfd1320682774dced3f
-
Samuel Mehrbrodt yazdı
The new Writer template was supposed to use the Liberation fonts: http://nabble.documentfoundation.org/Default-Writer-Template-td4076271.html So I changed the defaults to prefer them over their MS equivalents. When they are not available, they will be substituted as used. This should not cause problems since the Liberation Fonts have the same metrics as Times, Arial and Courier New. Change-Id: I00dc14db2aee3b6f57eec7b6f93b69fcf8e5c2cc Reviewed-on: https://gerrit.libreoffice.org/6886Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Khaled Hosny yazdı
They were used to build metrics for printer built in fonts, which was dropped in the previous commit. Change-Id: Id9fb3108facec61eb6de0a2d16546f1187465e50 Reviewed-on: https://gerrit.libreoffice.org/6861Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Khaled Hosny yazdı
Less parsing of AFM files at startup. Change-Id: I62d4c81d6e892f2356df22b53bb35c0f9f7bc344 Reviewed-on: https://gerrit.libreoffice.org/6860Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Khaled Hosny yazdı
This was only used for printer built in fonts, which was dropped in the previous commit. Change-Id: Iff62786284470ff3873c8d4b0aae0614bf69c7f3 Reviewed-on: https://gerrit.libreoffice.org/6859Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Khaled Hosny yazdı
The so called printer resident fonts is a relic of a bygone era, when life was simple and there was only ASCII and Type1 fonts. It is just broken by design these days, offers nothing useful and can go wrong in many ways. Since 1f3a91cf this "feature" is disabled by default anyway, so scrap this code to make room for some long due cleanup. Change-Id: Id124b2cad1a484099701a885c4d96e6a12af8d9a Reviewed-on: https://gerrit.libreoffice.org/6858Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Khaled Hosny yazdı
The relevant VCL code will be dropped in the next commits. Change-Id: Ieaa550d671fa43f2e5a96e2df7f256de2faf2fa4 Reviewed-on: https://gerrit.libreoffice.org/6857Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Arnaud Versini yazdı
Valgrind is capable of detecting such bugs. No need for extra macros. Change-Id: I6a785b42be72736560ec69f1a7949f2f0b9414a3 Reviewed-on: https://gerrit.libreoffice.org/6805Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Marcos Paulo de Souza yazdı
They are used at same conditions, and hatchwindowfactory just have four files, so we don'y have any reason to keep them separated. Change-Id: Iae3bb26ab1e95a309bf0d83c4ef17a0bf0261179 Reviewed-on: https://gerrit.libreoffice.org/6811Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
...where it is correct and 336353a8 "Related rhbz#867808: More apparently bogus 'throw new ...' in C++ code" had changed it by accident. Change-Id: Id7fc1adf8c0068a3b59794d156b21f68b5ac7e72
-
Miklos Vajna yazdı
Regression from 02bfed8a (convert sw/source/filter/ww8/*.cxx from String to OUString, 2013-10-14), check for string length before invoking OUString::operator[]. This can be reproduced if copy&pasting some text inside a Writer doc from normal text to rectangle shapes inside group shapes. Change-Id: Ia8f774b27ca63773792e6af913dfe7e493bea4b8
-
Noel Grandin yazdı
The original commit was eb568480 "convert SwInterHyphInfo from xub_StrLen->sal_Int32" My first attempt at fixing the commit was a073e81c. This is the second attempt. Change-Id: I030c0a3107e1321006744473efe3ca3341251ad4
-
Noel Grandin yazdı
fix for commit eb568480 "convert SwInterHyphInfo from xub_StrLen->sal_Int32" Change-Id: I197edf7d5558cd44200f8f04ba29f028fba25639
-
Noel Grandin yazdı
Change-Id: Ic8f0ae3d263d6cb02e6faa7226db0241681fc45f
-
David Tardon yazdı
Change-Id: I1c0527b01a958fca6e0cb3febb1915762f8a0074
-
David Tardon yazdı
Change-Id: I3eed72cf1aa4ee1dc1f931a3d4245d8cc4d69897
-
Noel Grandin yazdı
Change-Id: Ia8937e07786c497c5cb8485fa161fd68231c17f8
-
Noel Grandin yazdı
Change-Id: Ie5a877fb90c360506f05d0417524966e137e5d77
-
Noel Grandin yazdı
and tidy up the method a little Change-Id: I408fd96286749ec9e3743dbdad8cf424a7bb9035
-
Noel Grandin yazdı
GetFunctionEnd cannot return STRING_NOTFOUND Change-Id: Ic9abee0ea77789e01acedf57c6c13edb0a5c08d9
-
Noel Grandin yazdı
Change-Id: I0981631d516e18c065c3f5fcc1a049119b47ec76
-
Noel Grandin yazdı
from old, probably dead code. Completely untested. But at least it's not in my grep results anymore. Change-Id: I9d917d0558bcab25a48fa36140beaa92150b62c9
-
Noel Grandin yazdı
Change-Id: Ic8914484c23c586036280bdf12a3fef3128d03ff
-
- 03 Ara, 2013 7 kayıt (commit)
-
-
Eike Rathke yazdı
The SharedString stored at ScQueryEntry::Item was constructed from an OUString passed from ScMatrixValue::GetString() so rItem.maString.getDataIgnoreCase() in QueryEvaluator::compareByString() was NULL and never evaluated equal. Made ScMatrixValue::GetString() return a SharedString instead. Change-Id: I473d5724dfb97707fea58e6b72b1396c049b79c8
-
Eike Rathke yazdı
... to keep the count updated, which actually silences the dbgutil warning of ScDocument::RemoveFromFormulaTree() when loading .ods Change-Id: I8453d688ca673a47fee15c84478262e1da53e408
-
Matúš Kukan yazdı
since 4eebd658 Change-Id: Ia754906e0de06690e43f2b1063f315659e50da3e
-
Michael Stahl yazdı
Change-Id: Ie8a5b7493c08a0a63f2791d3cfb00b490609eb7c
-
Michael Stahl yazdı
Change-Id: I75181d12ca8b883055e5314504633af38b5e49c7
-
Michael Stahl yazdı
Change-Id: If4aee2b42f0d2e15ca228863754959b7486437ee
-
Winfried Donkers yazdı
Change-Id: I6187aa673034e6dc18f48f7b6b7ac88989ab55ec Reviewed-on: https://gerrit.libreoffice.org/6914Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-