Age | Commit message (Collapse) | Author |
|
Change-Id: I5d51d7e01913ac9917578f8c9789312af9be3638
|
|
Change-Id: Ib78b25641ae20a3eb23545649f08b963e34c74ff
|
|
* moved new FormatElement to the end of the list
* changed date formats 24 and 52 to use NBSP
Change-Id: I64268d29860d9c65ba27873131f00a75c19f105b
|
|
Date format codes, Collator and IndexKey data.
Change-Id: Ia48170c59c733f5540fc42fc7ae43df70918a0cf
|
|
Change-Id: I64e4933f7a0a8026ccc7ce98804bfc497d3f0eed
|
|
Change-Id: I8ae4302f5391bf3d11490cd8b46a20f94bfb6ce7
|
|
because Estandar is Spanish so that's not right anyway and
commit 06b6e220b5e9250c688daaea4a7eb2ae64f1863c fixed the same
problem for pt-PT
Change-Id: Ia3955cbf2af89e03a574a25a5d968a7d2d2d818a
|
|
Change-Id: I38f238878141b9ce7d479e66340ef3e78dc83843
|
|
For some functions and all kinds of Exceptions.
CannotConvertException
CloseVetoException
DisposedException
EmptyUndoStackException
ErrorCodeIOException
Exception
GridInvalidDataException
GridInvalidModelException
IOException
IllegalAccessException
IllegalArgumentException
IllegalTypeException
IndexOutOfBoundsException
NoMasterException
NoSuchElementException
NoSupportException
PropertyVetoException
RuntimeException
SAXException
ScannerException
StorageWrappedTargetException
UnsupportedFlavorException
VetoException
WrappedTargetException
ZipIOException
throwGenericSQLException
throwIllegallArgumentException
createInstance
createInstanceWithContext
forName
getByName
getPackageManager
getPropertyValue
getUnpackedValueOrDefault
getValueByName
hasPropertyByName
openKey
setName
setPropertyValue
supportsService
bash command:
for i in `cat list`; do git grep "$i\s*(\s*OUString(\s*\"" -- '*.[hc]xx'
| cut -d ':' -f1 | sort -u
| xargs sed -i
-e "s/\(\<$i\s*(\)\s*OUString(\s*\(\"[^\")\\]*\"\)\s*)\s*/\1\2/g"
-e "s/\($i.*\)\"+ /\1\" + /g";
done
Change-Id: Iaf8e641b0abf28c082906014f87a183517630535
Reviewed-on: https://gerrit.libreoffice.org/4624
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
Change-Id: I4cd9841127b1d4a294d7f001b646259c61eb1172
Reviewed-on: https://gerrit.libreoffice.org/4443
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Iada36661abaef0363688a186f0542f62dfb1455c
|
|
Change-Id: I916eb34b127699ea3251e92f4d7b705347ae5cba
|
|
Change-Id: I33c9f4390c493fcc89bcd42529c026a9a76fb697
|
|
Change-Id: I67224a03f7de2db6cab220b9491a6f949ad89def
|
|
Change-Id: Ie9044a35003217545bacea214ef59047bff3b8b1
|
|
Change-Id: Id9eb0b59384223b6c47229bd0a3430e71e79e622
|
|
Change-Id: I314c97d0421ed564c146cde4700ca23fe62347c1
|
|
Change-Id: I29b7db952a8cc9e0670e03dd79204486332aabe9
|
|
Change-Id: Icc68dcc44678f4151ff5d4a25dd8868218363341
|
|
Change-Id: I1781c94cc67d4a2fa47bcf126195309590016b14
|
|
Change-Id: I2e024453d10600a6a688123cd8c9de324537a0a1
|
|
...which has become necessary since bd60d41176da540b01d7583cfe00637431967f39
"Handle oveflow in O(U)String::toInt() functions" reduces values in the range
(SAL_MAX_INT32 .. SAL_MAX_UINT32] to zero, but some calls of toInt32(16) relied
on getting a correct (unsigned) value for the whole input range ["0" ..
"FFFFFFFF"] (see libreoffice-4-1 commit 9bf6c83367cedb7be81bf67f30d2147d26c7a8c3
"Revert overflow checks in O[U]String::toInt{32,64} again").
Audited all uses of toInt32/64 with non-decimal radix. (There is still a TODO
comment in oox/source/helper/attributelist.cxx, and
stoc/source/typeconv/convert.cxx will still need some love and test code.)
Change-Id: Iadaca1c0e41dab553687d0ce41c20c10cd657a95
|
|
Change-Id: I3f530375f43bfe8ebe2cc16f0e158990d7beafbb
Reviewed-on: https://gerrit.libreoffice.org/4197
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
This reverts commit 0114e1c85bc42fd3bd2a3d0aa33f77f67093b66b
Change-Id: Ib0c0b72eead417126285a46ee34faaf2f3c3a767
Reviewed-on: https://gerrit.libreoffice.org/4196
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
Change-Id: Idf21de28ebbacaefcba0a76fd96eb1a12c21e597
Reviewed-on: https://gerrit.libreoffice.org/4081
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
Change-Id: I0bfa3c090c436c0397ead80f2759ab7335f3aa0f
|
|
Change-Id: I598926b72c5540b472f9607e2f3df134a8c50048
|
|
Change-Id: I78010e216eb1582fa5074666f36c95f5b0eceee5
Reviewed-on: https://gerrit.libreoffice.org/4082
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
|
|
(cherry picked from commit ba12679129efc39834114be8bca835d8a84aacb6)
Change-Id: Ifa216baec3e89578215e868c63a1add446005f4b
Signed-off-by: Caolán McNamara <caolanm@redhat.com>
|
|
As of 2003, banks stopped accepting aurar and they are not interesting any more because of inflation.
Change-Id: Iff8b92fe129c097d125f6938735c8d2bb4016346
Reviewed-on: https://gerrit.libreoffice.org/3874
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Broken with 531538892795bec909bb8baff6bbf9e19baf809e
Change-Id: I0302baee0532ab8f10853c648bf695a58cfe273c
|
|
|
|
Change-Id: I79c5b123abf671d51deadd56644271124420ce64
|
|
Change-Id: I1457c64162c2aeb083e98a28737991ae6d0eee2e
|
|
Change-Id: I1e66fa3edb2ddf2b6d6f4cdd25104772ff02c70a
|
|
Change-Id: I7b052a3f73740ff3a35f38dc2d96bc621b8d8deb
|
|
Change-Id: I3ced460cc5a03554dc77e19381af8a5ba202d2ab
|
|
Change-Id: I6a716efe28086da983a40c550613e3d8e0bd8283
|
|
Followup to commit b9337e22ce1dbf2eba0e8c8db294ae99f4111f91
Change-Id: I28a0a84a2454e2010be6e098dbea0b4c070ce77e
|
|
Followup to commit 876c619b944dfbc88464045f1400c549a01a1164
Change-Id: I087f0c976e3c3d47e920280e353b3e142d5e2bfd
|
|
|
|
then its guaranteed that someone else did too, review
newed Exceptions
Change-Id: Ie1ad78895e443a20a8663666cd6c8d3e5deb0727
|
|
Change-Id: I30fd0aa3ab337e62023d5adec9a0033b78959703
|
|
This reverts commit db754e891e35a2832645fce676a5f6f0bf162976.
|
|
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk
have kept them, in order not to break external API (the automatic using declaration
is LO-internal).
Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
|
|
Moved portions from module i18npool, all of former i18nisolang1 library
that now is i18nlangtag. Included are languagetag, isolang and mslangid.
This i18nlangtag code is now even used by module comphelper, so
disentangling i18npool and making this an own module was needed to not
create circular module dependencies.
Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
|
|
Change-Id: I1bd840391496daab2cfe32af6ac00e98de3ed72e
|
|
Noticed due to the change in es_PE as of
bd4b06fcd84c0f7f3ad82c1a3fe7f91740c5c3c5
See also
https://ssl.icu-project.org/icu-bin/locexp?d_=en&_=es_AR
https://ssl.icu-project.org/icu-bin/locexp?d_=en&_=es_VE
Change-Id: I7ecedd9b111ed95dc68f22a0894f32c8a75ffe5d
|
|
Noticed due to the change in es_PE as of
bd4b06fcd84c0f7f3ad82c1a3fe7f91740c5c3c5
See also
https://ssl.icu-project.org/icu-bin/locexp?d_=en&_=es_AR
https://ssl.icu-project.org/icu-bin/locexp?d_=en&_=es_PY
Change-Id: I60e35a14a515a4e6e0d91aacf2a3540f31928415
|