- 23 Haz, 2015 3 kayıt (commit)
-
-
Miklos Vajna yazdı
Writer doesn't support foot or endnotes in TextFrames, so they are not supported in OOXML floattables, either. In the past, floattables were imported as normal tables, that's how this worked. Restore the old situation till the core limitation is there, so we at least don't regress. Change-Id: I4eb62617e3131176f7371e9ca69f11bc9e948a0b
-
Laurent Godard yazdı
- python test subsequentcheck - correct deck setTitle APi (UI update) - enhance UnoInProcess for flexiility in loading parameter Change-Id: Id04cb78c6162ac84fb3bfd8577f84763109d993e Reviewed-on: https://gerrit.libreoffice.org/16180Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com>
-
Stephan Bergmann yazdı
Change-Id: Ida1257337c6e0916f2228fe053d9c9f085183af6
-
- 22 Haz, 2015 37 kayıt (commit)
-
-
Eike Rathke yazdı
This was always wrong for OOXML export, function names may have been written without _xlfn. prefix or substitutions not been processed, but will be vital for TableRef transformation to A1 notation. Change-Id: Ieffd7d78e2c744d3c12228a0a815b5ce68b26c81
-
Stephan Bergmann yazdı
Change-Id: Iad3417822b2ab3afb75da09c311a0bf07af5e2e4
-
Jan Holesovsky yazdı
Change-Id: Ic03dc9e811df624ca492cd2688a30a1e07fe6496
-
Michael Stahl yazdı
Change-Id: I36f14d9ba08ab2473a555681b934b8b35cfa06b2
-
Bjoern Michaelsen yazdı
Change-Id: I55ded80b0a9597e6f050dd4c24c607896f07496f
-
Stephan Bergmann yazdı
Change-Id: I3ea2a0a6d8f54afcc1959b54c36f90bb849995b4
-
Stephan Bergmann yazdı
Change-Id: Ibba2d7322a3708bce186bb6f8de44ffa18c5146e
-
Stephan Bergmann yazdı
...to location where privateSnippetExecutor will pick it up to return it from RAX. Change-Id: I59b8db1a12177a3c4da4c810770bee4ace295115
-
Caolán McNamara yazdı
Change-Id: I3e97200d59a97271617a6e9a88c807a07a33edfe
-
Caolán McNamara yazdı
Change-Id: I6931879c541f56c0ea8125a434bcd74fba8791f8
-
Caolán McNamara yazdı
Change-Id: I913f983bb0f55e05bb5ec8994ee75a7e7d69bd1b
-
Caolán McNamara yazdı
Change-Id: Id299ba67bf04e63297885eca72e499f4abee4e7c
-
Michael Meeks yazdı
Change-Id: Ic316b18eace3445edef346fe319cbb0e557607fa Reviewed-on: https://gerrit.libreoffice.org/16412Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Jan Holesovsky yazdı
Let's default to 12x36 cells. Change-Id: Ic39739ec036a6e5867d31b7e05b6da12ce2e46d2
-
Noel Grandin yazdı
Bug introduced by my commit fb14be5f "create new 'enum class' SotClipboardFormatId to unify types" Change-Id: I7347fb9e653077205476e2b0c2b8107dc9caae0e Reviewed-on: https://gerrit.libreoffice.org/16396Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Eike Rathke yazdı
Change-Id: I67621e59c6e20e7f3b5101772b5d274d8c745ce9
-
Andrea Gelmini yazdı
Change-Id: I60ed5eb658d50cbc7dc572facb5463b7527b4d9b Reviewed-on: https://gerrit.libreoffice.org/16408Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Mihály Palenik yazdı
In Expert configuration dialog's tree view didn't work correctly. Now I followed the old pattern. Additionaly the entries' name are shorter. Change-Id: Ib7ecd065f02c8f3bbef94daf7f32cb68ab676ee8 Reviewed-on: https://gerrit.libreoffice.org/16411Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Miklos Vajna yazdı
Change-Id: Ia20ffdc44d33501f5999aa47d990e769dcb632ec
-
Miklos Vajna yazdı
Change-Id: I17d0aa6e9c0322924c5251eb524e06e91ee43ced
-
Michael Stahl yazdı
Change-Id: I91e8a11934ae10bedfafdd98362e2e1e4f5fe51f
-
Takeshi Abe yazdı
This reduces pNode's scope by introducing ForEachNonNull(). Change-Id: I2c82401da8d7d0919fdd0a0be9b2d82a70b2a7c6 Reviewed-on: https://gerrit.libreoffice.org/16208Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
David Tardon <dtardon@redhat.com>
-
Varun yazdı
Change-Id: Ifd0ec1e7922c54fb3509824de13bb8f0b1c79279 Reviewed-on: https://gerrit.libreoffice.org/16391Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Pranav Kant yazdı
Change-Id: I645516d43562dfa03c27e2bea366e9a161829bfe
-
Pranav Kant yazdı
Let lok_doc_view_get_instance_private () do the pointer arithmatic. Additionally, we are saving sizeof (void*) already in the _LOKDocView struct with this approach. Change-Id: I6d991d5834ef15dad24acb14a1d4bbf7d03df762
-
Pranav Kant yazdı
The construction of LokDocView widget can fail because it involves initializing the lok context via lok_init. Having lok_init calls in constructed virtual method is a bad idea since it assumes that construction will never fail. So, implement GInitable for this class, and move the object initialization from constructed to initable. Change-Id: Idf18a054cf8ef2e946392458ec52cb0107bd7454
-
Laurent Balland-Poirier yazdı
With a negative intercept, Y values can be negative Change-Id: I9c23cc89b74498f7e7c7bcee00057627768f48aa Reviewed-on: https://gerrit.libreoffice.org/15357Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Philippe Jung <phil.jung@free.fr>
-
Laurent Balland-Poirier yazdı
With a negative intercept, Y values can be negative Rebase with forced intercept fec037e6 Conflicts: chart2/source/tools/ExponentialRegressionCurveCalculator.cxx Change-Id: Ie351c006fb1688ef3e657da7ce0789a9da1317f0 Reviewed-on: https://gerrit.libreoffice.org/15353Reviewed-by:
Philippe Jung <phil.jung@free.fr> Tested-by:
Philippe Jung <phil.jung@free.fr>
-
Philippe Jung yazdı
Will be used to check tdf#70673 is fixed. Test will fail before the fix and should pass after. Change-Id: I9e0fdc696fb99ac2f0e24b04273391d526c629a6 Reviewed-on: https://gerrit.libreoffice.org/16406Reviewed-by:
Philippe Jung <phil.jung@free.fr> Tested-by:
Philippe Jung <phil.jung@free.fr>
-
Stephan Bergmann yazdı
(same as dfba7454) Change-Id: I3c79b406c2bf661717880def94989614860f9cb6
-
Dennis Roczek yazdı
'resolved' should also be removed and updating bug urls Change-Id: Ie8e71727856bcc44bd7f3311a9e1472327c9bf21 Reviewed-on: https://gerrit.libreoffice.org/16207Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I5f65681bf3e44cbce62f46b9ffc0e5bef3aeeda4
-
Stephan Bergmann yazdı
Change-Id: Icf9b843eff90c39110fc5b0436f85b0783cddb17
-
Stephan Bergmann yazdı
Change-Id: If5a3d79167264240ce9083800f15ed166eedd8bf
-
Stephan Bergmann yazdı
Change-Id: I47416559cc3d6c6679e1f9df3f24a24385903e04
-
andreask yazdı
Change-Id: I2ae4876dfec86849991aa1199046c071e2cd6263 Reviewed-on: https://gerrit.libreoffice.org/16404Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
andreask yazdı
Change-Id: I589d34f24dbdc7017a19c0de57b1bcfc543c7a2d Reviewed-on: https://gerrit.libreoffice.org/16403Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-