- 24 Haz, 2015 4 kayıt (commit)
-
-
Miklos Vajna yazdı
Change-Id: I75a532e85ce4caa3fe199669054a9811e3e5144a
-
Andras Timar yazdı
Project: dictionaries ab55a4aa9fc37997d69ab8a372baa68031a0866c tdf#91675 updated Catalan dictionary to version 3.0.0 Change-Id: Ie69743104482732bf6893d42240d3f6f314ffbb4
-
Miklos Vajna yazdı
Commit 3d7e168a (n#783638 DOCX import of wp:inline's distT/B/L/R attributes, 2012-10-11) was about a picture that had non-zero spacing in LO, but zero in Word. The hope was that the problem is just that the value is not imported. Then commit a88ac708 (fdo#63685 wp:inline's distT/B/L/R is in EMU's, not twips, 2013-04-19) was about a picture that had so large spacing that the picture become invisible. Fixing the unit of the spacing value made the picture visible again. What was missed is that this value is just stored in the doc model, but layout in Word doesn't use it at all till the anchoring is as-char. Given that in LO as-char anchoring supports real spacing, just don't import these values to have the same layout. That's what the WW8 import does, too. Change-Id: I1244269e06c5d190e8340349ddc12ae7b0572a4d
-
Adolfo Jayme Barrientos yazdı
Ellipsis should be used only when further user input is needed to complete a task. Change-Id: I768e4b000539dfcc0f8861bc970147bc64526653
-
- 23 Haz, 2015 36 kayıt (commit)
-
-
andreask yazdı
All new entries I added to the formatting toolbar (DiagramArea, DiagramWall, View3D, InsertMenuTitles, DiagramAxisY, DiagramAxisX, DiagramAxisX) other icons will come asap Change-Id: Id4869e34500cc4c6587b703a0a9d345505679226 Reviewed-on: https://gerrit.libreoffice.org/16438Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
andreask yazdı
Change-Id: I90b661e7ff3bf61180e422c3ef23d7f3046061fd Reviewed-on: https://gerrit.libreoffice.org/16435Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
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
-