- 23 Haz, 2015 34 kayıt (commit)
-
-
Matteo Casalin yazdı
The original code used 15 elements for positions, the 'repaired' one lost 10 of them. Also, do not try to be too smart and be verbose, letting the compiler perform optimizations (regression from 1b0f7ee1) Change-Id: I0a1bc22d1abab083292de17b091c8be872fcee24 Reviewed-on: https://gerrit.libreoffice.org/16169Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Adolfo Jayme Barrientos yazdı
Change-Id: I19f01148c3d8af2b5aa574cacb098415eeeea38f
-
Christian Lohmaier yazdı
Change-Id: If9bb184201c2837223e17b436c6602c58887204b
-
Eike Rathke yazdı
Change-Id: I7ea0646c531c8aa2a5e33baa147e08628e65c17d
-
Andras Timar yazdı
The comment is about re-adding something, not about reading This reverts commit bc8adace.
-
Julien Nabet yazdı
This reverts commit cf92da3d. iff can mean "if and only if" so not a typo
-
Julien Nabet yazdı
This reverts commit 338161a4.
-
Julien Nabet yazdı
This reverts commit abd7ad8b.
-
Julien Nabet yazdı
Change-Id: If1aa0f0b84c900d4c4b8378359d6e8e24e868934
-
Julien Nabet yazdı
Change-Id: I8affe5b6f388edf063460dabed743f16917d75e9
-
Julien Nabet yazdı
Change-Id: I3fc60856b5a56e71d70b55c89323be074bdec3b3
-
Miklos Vajna yazdı
This avoids painting the first few menu items in really large scale on the whole window after window resize. Change-Id: I2469403684b1ae3b93892d49536115df2cef81bc Reviewed-on: https://gerrit.libreoffice.org/16429Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Caolán McNamara yazdı
modify this minimally and select all standard pages selected in the slidesorted, unselect them afterwards and loop over the selected ones. This looks like it could do with a rework to disentangle the master/standard pages stuff, but leave it as is in this commit Change-Id: Ifd01fe21c91e5e6b07b2d8bba0d85facadc25998
-
Henry Castro yazdı
Calc copy part of copy&paste Change-Id: Id9d2d05b491849fa30b3c91c6b22abe60355e876
-
Jan Holesovsky yazdı
This was causing 'if you click in the "default style" combobox in writers standard bar and press tab and press tab the next two combo boxes go "blue", happens in gtk2, gtk3 and gen.' reported by Caolan. Change-Id: I0d97a181a605088a0b8bb8043771eb56280521e0
-
Stephan Bergmann yazdı
Change-Id: I5f525d91ce24d1d2653a6855f1c4fffc039ae398
-
Stephan Bergmann yazdı
Change-Id: I80e32c8198a153a16e6a91921dff025bf5bd3170
-
Stephan Bergmann yazdı
Change-Id: If375073001690e1ce2f8d18a3f128358f22aa98b
-
Eike Rathke yazdı
Saving relative references of named expressions to OOXML never worked, upon reload they pointed to a different position offset by the value of the original base position. This at least saves positive relative references correctly, while generating #REF! for negative offsets which is slightly better than having them point to a wrong location and silently calculate different values.. Also, this is a prerequisite for TableRef ThisRow references in named expressions to be saved correctly in A1 notation, which results in a relative row 0 value. Change-Id: I3734f910794ceab4b9224b214ad11c64d1d18e67
-
Caolán McNamara yazdı
Change-Id: Ib00273452a67bd535e2f879d9801ae611e42cc7e
-
Takeshi Abe yazdı
Change-Id: I4db77ea1de42676d9d2df70db3f2e1665a3fd983 Reviewed-on: https://gerrit.libreoffice.org/16419Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Jan Holesovsky yazdı
Some icons in galaxy are available only via a fallback, while the other themes can implement these icons directly; but they did not end up in the images_*.zip. Change-Id: Ifc937ebec7a1e38828672e65706150f50abe8703
-
Matteo Casalin yazdı
Change-Id: I5eec1f7505e27eedd39081669011f7af42b8a26f Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Matteo Casalin yazdı
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, modifying the patch to carefully keep the undefined behavior in the already existing additions that may potentially overflow, instead of making the static_cast<sal_Int32> introduction look like end - pData->buffer will be guaranteed to fit into sal_Int32 (which it is not). Change-Id: Id2fb64dc4585dae34257be6968a8905254a3b42d
-
Eike Rathke yazdı
that author was stupid ... Change-Id: Ib06e88be52e70dee72ecb00590adce696eb347c0
-
Noel Grandin yazdı
to make it easier to understand. Also switch iteration to range-based for loops. Change-Id: I39a3f565f40458fd5598bb2e97fe71a0fec1c09c
-
Noel Grandin yazdı
Change-Id: I5da9f408a80fd5990336aac847574f74164b6f7b
-
Jan Holesovsky yazdı
In the paints, we must use the size of the Window for the computations, not of the RenderContext - the RenderContext can be much bigger than the Window in the double-buffering case. Fixes for example the list boxes, and many others. Change-Id: I4c7607569f88b2d097587140858d0862e54b5ea6
-
Caolán McNamara yazdı
just to get their mapunit or set visual size. Will have to try something different here apparently This reverts commit 757f461e. (cherry picked from commit f2b3519c)
-
Jan Holesovsky yazdı
Change-Id: Ica36bb1123145a75edddc8c9e0a283d2b0129edb
-
Jan Holesovsky yazdı
Otherwise we are painting according to the rendercontext size in the double-buffered case. This fixes the rendering of the image in the startcenter. Change-Id: I2630137c5d176d818bc1a68a970a9e5256ace97c
-
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 6 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
-