- 15 Ara, 2012 11 kayıt (commit)
-
-
Alexander Wilms yazdı
Change-Id: I795d5a7def32a69fb07000a4ae7a0c9f92a13031
-
Julien Nabet yazdı
Change-Id: I9bf2a5f260828ed58abdc312ba3df7c2ed1c18e5
-
Julien Nabet yazdı
Change-Id: I73b5eb0f12f0e9fcc4b691fadca17cd97e5fd079
-
Andras Timar yazdı
Change-Id: I7cf9f4297d6f55a07f449c4ff25976d669ef819e
-
Markus Mohrhard yazdı
Change-Id: Ie956d5368560d6851f3bcb5174d712e35f09c368
-
Markus Mohrhard yazdı
Change-Id: Ib119b09b110d6563bc0abd304f60031a8592d7f1
-
Markus Mohrhard yazdı
Change-Id: I2ea95a204fbbd0d36a8fb1374e41aa5aae3cf410
-
Kohei Yoshida yazdı
When the source data range contains trailing rows, simply skip them, and don't even bother iterating them. Apparently sometimes users specify a data range with a huge amount of trailing empty rows, which would slow down the pivot table refresh for no good reason. But we do still need to keep the original end row position, in case the pivot table needs to include empty cells in the output. Change-Id: I2c73c368837b8e322e12b25ddf31429488961f06
-
Kohei Yoshida yazdı
Like a crash in the pivot layout dialog... :-/ Change-Id: I9a330ee3f39ebacb7299d24868bb13ee2a9c3ec5
-
Kohei Yoshida yazdı
It was unintentionally caused by 6ea8ea45. Also made the default values easier to see. Let's not do foo1 = foo2 = foo3 = true; type of assignment which may give the reader the wrong impression. Let's do foo1 = true; foo2 = true; foo3 = true; instead. Change-Id: I181b80d2aae96d65b662b187bc884913fec836db
-
Alexander Wilms yazdı
Change-Id: I0df6eba8723ca4cf1c46c02c0543917448cf62d1
-
- 14 Ara, 2012 29 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: I8d3337e6ff30276c9de6c5de4836ea75ed6c8d99
-
Andras Timar yazdı
Change-Id: Ic20c758034309a7b67966d73066770c4b870f146
-
Julien Nabet yazdı
Change-Id: I51ce4a231a43dc32a36303d293c718ee44b371a1
-
Julien Nabet yazdı
Change-Id: I95d2c24ffefe6835c9505d149dc94847f1140b9c
-
Stephan Bergmann yazdı
At least with one Clang build, executing sw_unoapi test aborts at shutdown of soffice.bin with 20 __cxxabiv1::__cxa_call_unexpected 21 XMLRedlineImportHelper::~XMLRedlineImportHelper 22 XMLRedlineImportHelper::~XMLRedlineImportHelper 23 SwXMLTextImportHelper::~SwXMLTextImportHelper 24 SwXMLTextImportHelper::~SwXMLTextImportHelper 25 UniRefBase::release 26 UniReference<XMLTextImportHelper>::~UniReference 27 UniReference<XMLTextImportHelper>::~UniReference 28 SvXMLImport::~SvXMLImport 29 SwXMLImport::~SwXMLImport 30 SwXMLImport::~SwXMLImport 31 cppu::OWeakObject::release [...] 79 binaryurp::Bridge::dispose [...] 98 desktop::Desktop::DeregisterServices 99 desktop::Desktop::doShutdown 100 desktop::Desktop::Main due to ~XMLRedlineImportHelper calling setPropertyValue on an SwXTextDocument that is !IsValid() and thus throws a RuntimeException. SwXMLImport::endOocument already contains ClearShapeImport with a comment that indicates it is necessary for a similar reason, so add a ClearTextImport that ensures any ~XMLRedlineImportHelper activity is done before the SwXTextDocument becomes invalid, and not only at shutdown of the remote bridge that still holds a (Java) reference to SwXMLImport. Change-Id: I9891879c91bfea79fa9e22691be1826f61fdd70a
-
Stephan Bergmann yazdı
Change-Id: I17dc1673d5126e00328baa1e7a8ed9b59572f08d
-
Stephan Bergmann yazdı
Change-Id: Iea502cbe8becaf460f50e1ec954cf2cb6c18e252
-
Stephan Bergmann yazdı
Change-Id: I7a65695e8ccca57cf3bd0fd3495ecbd6fe147fa9
-
Caolán McNamara yazdı
Change-Id: I7eacd837aacba452ab55ce707c3c032b2efadfb3
-
Caolán McNamara yazdı
Change-Id: Ic7a43fceb455a119d5b5b17ae79357d92d9ccb3d
-
Takeshi Abe yazdı
Change-Id: I43a98cfaf0a508e99f7f6b413e67d4c1ebdacfba
-
Caolán McNamara yazdı
Change-Id: Ia35c9fbcc023d29a5a0ecff04fa688aa00ce30e8
-
Matúš Kukan yazdı
Change-Id: I8338a6be0afbad456d1c5ca5d5a1b8a26ffca8ad Reviewed-on: https://gerrit.libreoffice.org/1257Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com>
-
Caolán McNamara yazdı
Change-Id: Ieac443b40fd5fa3b1b13b492e1b97a5df35835b5
-
Caolán McNamara yazdı
Change-Id: I4a2babc74c39579c26ac89445769a6f52ae68221
-
Caolán McNamara yazdı
Change-Id: Ie975cd2df17461de1bb94a23d4daf081f6588fe7
-
Caolán McNamara yazdı
Project: help 1909df07cbd54bf753514cc6dc4137b7b69af63c update help ids for number format page .ui conversion
-
Ivan Timofeev yazdı
Change-Id: I2fd4356ed8dcf2567912e417aa57b12b4a23a245
-
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
-