- 14 Ara, 2012 13 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I9828e16c295d3634bd5f0c6910cf28e2f4dde3d2
-
Stephan Bergmann yazdı
Change-Id: Icd62aa1f8008c1dfcc7d2ab3eb2ffd2188905fcd
-
Eike Rathke yazdı
Change-Id: I8990411b5004358925dcb3a18a9b6f1a64c0b065
-
Andras Timar yazdı
Change-Id: Ie2898f6b6cefed8d7b3a018760882c4bb345dc10
-
Andras Timar yazdı
Conflicts: configure.ac Change-Id: I67b2ce4ae647150aeace72c542a5838940d2c058
-
Werner Koerner yazdı
CRITBINOM(462,0.8,0.9), expected result 381, calculated value is 462. Similar errors in BinomDist, B, CritBinom and NegBinomDist were fixed by commit 5cf55f5b. Change-Id: I9b12a1c4410ec72258ae1fb68409ad00c922b94c Reviewed-on: https://gerrit.libreoffice.org/1301Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Radek Doulik yazdı
Change-Id: Ib49898362f7e648a8ce9c27b5e5b4f0b2ad93afd
-
http://tagoh.bitbucket.org/liblangtag/Eike Rathke yazdı
Change-Id: I844ae1363ff37578fe734125bc6ee6aa8fb352c6
-
Lior Kaplan yazdı
(follow up for a9916dab) Change-Id: I816c9dd797fbf49d300cd0442c87f343bd1308d4 Reviewed-on: https://gerrit.libreoffice.org/1336Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: Ic109d8c4777c4e927d665a5dc5dd76061763ba11
-
Stephan Bergmann yazdı
RegistryTypeReader is deprecated anyway, so was never lifted from TYPEREG_VERSION_0 to _1 back in the day of implementing "shiny new UNO." However, that now caused problems when trying to use offapi/type_reference/update-rdb.sh to unpublish an old-style service. Quoting my summary on IRC: "the problem with regmerge was that regmerge is still using an old API that only knows old rdb blob format, the format got extended 10 years ago to accomodate things like 'published' or multiple-inheritance inrterfaces; removing the 'published' from an old-style service no longer requires it to be written in the new format, so the two rdbs to be merged had that blob with different formats, and regmerge's 'checkBlop' only knowing about the old format barked that those blobs were completely incompatible; oh my :)" I hope this "fix" does not break anything unrelated (but usage of deprecated RegistryTypeReader should indeed be rather limited.) Change-Id: If04a67f8ba00fbbea3352182e5ce0d868de7c0b5
-
Tor Lillqvist yazdı
-
Kohei Yoshida yazdı
This change allows selecting multiple items in page field popups in pivot table. Change-Id: I692e13c0815211bac6da47fefd83bba18c901c5c
-
- 13 Ara, 2012 27 kayıt (commit)
-
-
Eike Rathke yazdı
Change-Id: I085ca72b6c2dc1e73f4af7233017895bf92b2ef8
-
Julien Nabet yazdı
Change-Id: Iaa53d523436d36483b901a913c2c66edbb451f6c
-
Luboš Luňák yazdı
-
Eike Rathke yazdı
Change-Id: Ib5f89c40c0afb0a4e887ae97fd66179c29f0b5d0
-
Tor Lillqvist yazdı
The /p:PlatformToolset=v110 /p:VisualStudioVersion=11.0 options are needed to indicate that we want that. Otherwise MSBuild, when presented with a .vcxproj file created by VS2010, will assume it is the 2010 compiler that should be used. This will then lead to link errors pointing outthe incompatibility when linking the static liborcus into the scfilt DLL.
-
Eike Rathke yazdı
Change-Id: I334b00c907099517d327bf6314c4e853530a58cf
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
-
Eike Rathke yazdı
Previous versions used an empty language tag for LANGUAGE_DONTKNOW with the "[All]" autocorrection entry and read/wrote from/to arco_.dat file. An empty language tag otherwise is used for system locale and doesn't convert flawlessly with the new LanguageTag system. Instead use LANGUAGE_UNDETERMINED with the ISO 639 code 'und' so the file name is "acor_und.dat". During user profile migration an existing 3/user/autocorr/acor_.dat is copied to the new 4/user/autocorr/acor_und.dat Change-Id: I593f24829c6efd58f36e93ebd3385a3c925f7217
-
Noel Power yazdı
Change-Id: I9c64c0f4d1eb8533b65f35d5e85e1ab4881a2b67
-
Tor Lillqvist yazdı
-
Noel Power yazdı
This reverts commit 2551fec6.
-
Noel Power yazdı
formula import is buffered 'till the end of import. The processing of the formula data need to happen before the scenario import happens. This is necessary because sheet numbers stored in the formula addresses can become invalid as scenario import insertes new hidden sheets upsetting the previous table order Change-Id: I9357f028f31bec1b1504ca991f5534f80d79c9bc
-
Noel Power yazdı
Change-Id: Ib0c661dbb3ce9a2f8c8d29707a1cf0c65aadc81f
-
Caolán McNamara yazdı
which means that they are not there to be underlined Change-Id: Ic02372c5284384e18198ebea44c36e83ccb6bf2a
-
Tor Lillqvist yazdı
-
Caolán McNamara yazdı
Project: help ca261267f5f67d4932e0046e0358e8d0fb8b4d1b the .tree files are xml, so need xml comments not c++ ones
-
Bryan Quigley yazdı
Change-Id: Ifeeb85afbd2531be772e27e10c6283158f0dac09
-
Jack Leigh yazdı
Change-Id: Iabf4d1e4d02c81cab580c07b65bb17da1877c6b1 Reviewed-on: https://gerrit.libreoffice.org/1323Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Zolnai Tamás yazdı
Change-Id: I29fdd23da97f1102974a6b5821c224264a37efc3
-
Gokul yazdı
Change-Id: Ie6606684f28aeba84820b1832217a347c5e0502d
-
Gokul yazdı
Change-Id: I98296c4665230fb056be45b66c9e428305ba1eaf
-
Cédric Bosdonnat yazdı
Change-Id: I27195076b6a0a8f48c676d884d671fc9a746ce6b
-
Caolán McNamara yazdı
i.e. don't close and reopen, just stay open Change-Id: I11cdc492e3c4adfb75c9a0dfa52e5ba351914858
-
Caolán McNamara yazdı
Change-Id: I468cb3dd2664d7ab05b0c9bd3ffb8e652c7af066
-
Caolán McNamara yazdı
Change-Id: I147cea986b8152e54586a0296e446652bd695a18
-