df-libreoffice:libreoffice-3-5-0

Last commit made on 2012-02-01
Get this branch:
git clone -b libreoffice-3-5-0 https://git.launchpad.net/df-libreoffice
Members of The Document Foundation can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
libreoffice-3-5-0
Repository:
lp:df-libreoffice

Recent commits

f52a0e6... by Petr Mladek <email address hidden>

bump product version to 3.5.0-rc3+, release number to 13

7f0a631... by Lionel Elie Mamane

fdo#45453: use integers rather than booleans

for always-true and always-false tests.
Some databases have poor or no support for booleans.

Signed-off-by: Jan Holesovsky <email address hidden>
Signed-off-by: Noel Power <email address hidden>
Signed-off-by: Muthu Subramanian K <email address hidden>
Signed-off-by: Petr Mladek <email address hidden>

6ccf504... by Eike Rathke

clone token in ScFormulaResult copy-ctor instead of referring

Replaces commit e2b11f4fd79dce4116badb0ecf6477546ca5d0d4

Prevent excessive references to single token instance during fill.

Because if not, we may run out of the 16-bit integer space to
store reference count.

Signed-off-by: Kohei Yoshida <email address hidden>
Signed-off-by: Markus Mohrhard <email address hidden>
Signed-off-by: Petr Mladek <email address hidden>

8558246... by Markus Mohrhard

don't delete thread while it is still running, fdo#45401

Signed-off-by: Kohei Yoshida <email address hidden>
(cherry picked from commit 3c9bf1c2f9ca970bc6d9c971c5a27a031aca884c)

Signed-off-by: Peter Jentsch <email address hidden>
Signed-off-by: Eike Rathke <email address hidden>

1b8de4e... by =?utf-8?q?C=C3=A9dric_Bosdonnat?= <email address hidden>

fdo#44836: Hide all the page breaks of the pages before the first visible one

Signed-off-by: Petr Mladek <email address hidden>
Signed-off-by: Michael Meeks <email address hidden>
Signed-off-by: Michael Stahl <email address hidden>

b6c00fb... by Jan Holesovsky <email address hidden>

Fix fdo#42543: Don't paint a frame around the list of edit boxes.

This conflicts with commit efc6b840a0423099d6c3e0d33c14d34637fbba4c that
reorders painting of windows when they overlap; and in this case, the frame
image paints over the controls.

The sideeffect is that the dialog looks nicer ;-)
(cherry picked from commit d26f06b33b6958cb15b16dbfe3e12ab0126c23a7)

Signed-off-by: Lubos Lunak <email address hidden>
Signed-off-by: Michael Stahl <email address hidden>
Signed-off-by: Noel Power <email address hidden>

4925acf... by =?utf-8?q?C=C3=A9dric_Bosdonnat?= <email address hidden>

fdo#35669: more robust references merging
(cherry picked from commit 458d56d9b35f2ecb2eea2589737079390b10ee26)

Signed-off-by: Michael Stahl <email address hidden>
Signed-off-by: Noel Power <email address hidden>
Signed-off-by: Petr Mladek <email address hidden>

4632a18... by =?utf-8?q?C=C3=A9dric_Bosdonnat?= <email address hidden>

fdo#35669: properly merge ref fields in master documents
(cherry picked from commit 5e51960dede5015b862df05b7b16f02884647889)

Signed-off-by: Michael Stahl <email address hidden>
Signed-off-by: Noel Power <email address hidden>
Signed-off-by: Petr Mladek <email address hidden>

03e1564... by "Stefan Knorr (astron)" <email address hidden>

Make named ranges dialog more consistent, localizable (I+II+III)

Signed-off-by: Petr Mladek <email address hidden>
Signed-off-by: Noel Power <email address hidden>
Signed-off-by: Andras Timar <email address hidden>

fb22e20... by Lionel Elie Mamane

use proper sizes for SQL(Get|Set)StmtAttr

Fixes fdo#34432 (driver smashes our stack on 64bits arch)

Signed-off-by: Michael Meeks <email address hidden>
Signed-off-by: Stephan Bergmann <email address hidden>
Signed-off-by: Michael Stahl <email address hidden>