Age | Commit message (Collapse) | Author |
|
Add IsUTC member to:
com.sun.star.util.DateTime
com.sun.star.util.DateTimeRange
com.sun.star.util.Time
Add new stucts with explicit time zones:
com.sun.star.util.DateTimeWithTimezone
com.sun.star.util.DateWithTimezone
com.sun.star.util.TimeWithTimezone
Adapt the sax::Converter to read/write timezones, and fix the unit test.
Everything else just uses default (no time zone), this commit is just
to fix the API.
STRUCT: /UCR/com/sun/star/util/DateTime
nFields1 = 7 != nFields2 = 8
Registry2 contains 1 more fields
STRUCT: /UCR/com/sun/star/util/DateTimeRange
nFields1 = 14 != nFields2 = 15
Registry2 contains 1 more fields
STRUCT: /UCR/com/sun/star/util/Time
nFields1 = 4 != nFields2 = 5
Registry2 contains 1 more fields
Conflicts:
sc/source/filter/oox/unitconverter.cxx
Change-Id: I01f7a6d082a6b090c8efe71d2de137474c495c18
Reviewed-on: https://gerrit.libreoffice.org/4833
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Change-Id: I12ad6b63221bce0ed7d988f5c0f91dce81055ec0
|
|
Change-Id: I607518da26c9430916d922b8e36143cc6dd76f25
|
|
Under Writer Web, Pictures and OLE objects have no properties
Change-Id: I18bf1820512a54181181d32b89356aebd0dfa4cb
Reviewed-on: https://gerrit.libreoffice.org/4905
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
|
|
Using lrint() helps a bit, but does not fix the issue entirely.
Change-Id: Ib80e2c5a57d632f289e49322d3712c6321ae1ec2
|
|
|
|
|
|
Both Word and Writer typically write all paragraph properties before the
first text in each paragraph, but at least for paragraph alignment, it's
valid to write them at the end.
Change-Id: I0337e63678ad45c662a204ab2fc59378607abe74
|
|
i.e. I see the bug in our built-in python3 3.3.0 but not in my system python
3.3.2 and there's a raft of email related bug fixes in the 3.3.2/3.3.1
python Changelog
Change-Id: I257770cd0ec41fc3b2f2a638009b075b9a2f325f
|
|
and tweak some strings
Change-Id: Ib5886e8bbb6de653682df36b59aa60d9c39aef30
|
|
All FontSizeBoxs and SmFontPickListBoxs are now .ui loaded, .res ctors unused
Change-Id: I50aa8606fefacab0b15b6795a7ba90dff8109802
|
|
Change-Id: I98620d235044365bcc67e29a72f036f5fdfd5e45
|
|
Change-Id: I40c1639356a0c7e60c276bfc7071c976ba04f314
|
|
Change-Id: Ib63bf0a67f18cf8e2f3705ae8b096c5bdf06edaf
|
|
Added dialog for random number generation to fill menu into calc.
Initial implementation has uniform, uniform integer, cauchy,
bernoulli, binomial, negative binomial, chi squared and geometric
distribution. Others can quickly be added.
Change-Id: Id5c1f27462f1fe87eddedf415b9c149fb943404a
|
|
Change-Id: Ib1a781b7bf848a092dd000d5999fef00a409d92d
|
|
Change-Id: I02f5d3c0540afeb3d925e605f1233f40d4e26370
|
|
Gauss elimination is not a stable algorithm so use QR decomposition
(with other methods). Also use horner's method to evaluate a polynomial
which is the prefered and more stable method of polynomial evaluation.
Still this is not quite enough as you still have to multiply very large
number with very small and you lose percision on high-degree polynomials
or big X values. Some methods evaluate the polynomial in barycentric form
but how to get the polynomial into the barycentric form is now the
question.
Change-Id: If0d93bc1f08253f015e814e187b5a2cb7f78ec49
|
|
last remaining users used it as a complicated way to do a simple thing
Change-Id: I810b1542b03bd6faa54f6f076b58cb7d3e680ab0
|
|
Change-Id: I3ad3a5e30d9562d5565025e5251bf8fb0d28677f
|
|
Change-Id: I3c268b0c51f7e1ddd2fa6588f40412a33f316b52
|
|
Change-Id: I5091835c9f71c712f15996e5c6263fc5f21f6f96
|
|
Can again turn on OpenCL by default for OS X then, hopefully.
Change-Id: Id84b2c17c8431080261be45923d8c153f3822e8b
|
|
Change-Id: I0bf93f1293fb08b8b558fcac0cb496ed99ad13d9
|
|
Change-Id: I267ccb30cfa6347313fa1de96e18731f0e22d57d
|
|
Change-Id: I9420014d8bee8f71b5ab64aba5dbc7c27f4a25f4
|
|
Project: help 5e64ac33955bdb3e58215ff9dc85f6f310e561c4
|
|
Change-Id: Id8bbf06a5571534aa5eef8624e89565fe3715938
|
|
Change-Id: I3c879f282fbe4082a5af6340bb4f2c1452b1b59f
|
|
Change-Id: Idc514afb9b4e5e2404500d3ad81a4e4203600218
|
|
Change-Id: I0ec484c230ecddf29d09b13f78af724f27657913
|
|
Change-Id: Ia49d45a896a3ea5d180d98c3579fb93c6d4b9911
|
|
If no LanguageTag instance is at hand use the static methods to convert
between BCP 47 string, Locale and MS-LangID instead of creating
temporary instances.
Change-Id: I9597f768078eb81c840e84a5db5617f26bb7dc09
|
|
Standalone conversions from Locale and LangID do not need a LanguageTag
instance. Provide simple static methods. For consistency also static
methods to convert from BCP47, but using a temporary instance.
Change-Id: I5edd27e917ef9e92e8ec457e715b7558d7e4660f
|
|
Change-Id: I02dd6d36491321a4210a27605476f1c385f9baba
|
|
The previous code was causing silent exceptions in some particular
cases. Passing through a temporary works well.
Change-Id: I71a9a58b98b5f392da4d8a4c8d08ddc1487ec79f
|
|
Else it would always start from element one of the block regardless of
the requested start row position.
Change-Id: I3843eab2a88b8361250346e3f9696be5086039ea
|
|
Change-Id: I815016551ea979d27e1f402dc2badda0d856a229
|
|
Change-Id: I3a63d5cbbc1cdc37d681ffd41ec22ff65e56cc0d
|
|
The latter is massively slow, apparently.
Change-Id: I689643330e1b04eff7d9665de5d6e423906517e1
|
|
This causes wrong format type to get "detected" when testing for a
completely different file format type.
Change-Id: I230759e2be432beeae2db24c12369ccb4585f334
|
|
ImplSalGetUniString was wrongly converted and constructs OUString with
invalid length in WinSalGraphics::CreateFontSubset; this is then
implicitly converted to an empty UniString so the font names are
missing in the PDF files generated on Windows.
(regression from 9e310cc32923ceb4b18d97ce68d54a339b935f01)
Change-Id: I1603e62cf18f353f3d7de322b9111a173dc6b225
|
|
Change-Id: If4248c728f44bfda089fdba9f27a33868daf8663
|
|
Project: help b344257a8edb47b721e283c9eb50eef9e8a381db
|