- 12 Agu, 2015 32 kayıt (commit)
-
-
Justin Luth yazdı
-toggles between characters and their unicode notation -sets Alt-X as a global keyboard accelerator -handles all of the unicode planes -intelligently handles combining characters -if text is selected, limits the input to that text -implemented in Writer, Draw, Impress Change-Id: Idcd8e7f0a4f1b81fa7f5f3200c76be19472ffa37 Reviewed-on: https://gerrit.libreoffice.org/17535Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Christian Lohmaier yazdı
Project: translations 060c2dd2f850e919e2f0087e49a25a28bb4cf6f9 update translations and force-fix errors using pocheck (based on 5-0 templates) Change-Id: Ia5f050e72d6aa24ae5ec73898e7c05ca2d4103cb
-
Miklos Vajna yazdı
E.g. in Writer create a new comment, type a word that is not in the dictionary, then a space to trigger the spelling, and that painted the spelling error indicator outside Paint(). Change-Id: I8f72486189e04a5596729fb52b6af39772f8e002 Reviewed-on: https://gerrit.libreoffice.org/17671Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Katarina Behrens yazdı
SetStringRefSyntax guarantees that, as it sets also ScCalcConfig -> mbHasStringRefSyntax to true Change-Id: I44b4bd7854623a6229235ad0db9f0c4ddfbebe06
-
Caolán McNamara yazdı
this effectively reverts commit c43ee00e Author: Herbert Duerr <hdu@openoffice.org> Date: Wed Aug 15 13:20:51 2001 +0000 #91025# reduce flicker in charmap dialog in favour of the new double buffering Paint is calling RecalculateFont which calls SelectIndex which calls Update which calls Paint, boom Change-Id: I69e9f53b7db09837ff08a2ce9fc6f81a52b5c794
-
Caolán McNamara yazdı
Change-Id: Ibb70de22f566c103af7a1f075252ae38da1742b2
-
Caolán McNamara yazdı
Change-Id: I62da241f237b17fc192dd586bcd35b5bd6ea284a
-
Stephan Bergmann yazdı
Change-Id: Ie7069dfb7810132280293ac36af95d7574f9d1e7
-
Eike Rathke yazdı
Change-Id: I26f7c47f5b3cf4a3c4274832448d9c8076981af0
-
Stephan Bergmann yazdı
Change-Id: I283101cdb9b2801880b116064389beb65bd5712a
-
Stephan Bergmann yazdı
Change-Id: Ieecad5f244703c4d2436e22a3ab50f719843eef4
-
Ian yazdı
Removed the ScaList type. Migrated the ScaFuncDataList to a vector and changed lookup to std::find_if with a functor. This reduces memory use slightly and makes the use of the lookup result a little simpler. Change-Id: I4e5f4d27107512a7c53935f123d5e7e8aca625ee Reviewed-on: https://gerrit.libreoffice.org/17652Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Ian yazdı
This repeats the same change in the pricing addin as already carried out in datefunc. This type was a special case of a custom implemented list, and wasused like a map. I have replaced it with a std::map typedef'd as ScaFuncDataMap. Since the map key also exists in the value object, there are more memory-efficient ways to implement this with a vector and a predicate functor for searching at the cost of some code complexity. I opted for the simpler code afforded by using a std::map implementation. Change-Id: I7d28e0bc58f713cf4f4e962302e09788b3ac4218 Reviewed-on: https://gerrit.libreoffice.org/17651Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Łukasz Hryniuk yazdı
Change-Id: Ifff9367e56c357f3d5026ecbf7e984368428e074 Reviewed-on: https://gerrit.libreoffice.org/17658Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Łukasz Hryniuk yazdı
Change-Id: If6874f3ccefed4e1e6e43479cd5fdd6f4c7d341c Reviewed-on: https://gerrit.libreoffice.org/17629Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Norbert Thiebaud yazdı
Change-Id: I6f15e7ce90598eb4f8e7bb59c7c65d1aa333b972 Reviewed-on: https://gerrit.libreoffice.org/17661Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Caolán McNamara yazdı
Change-Id: Ice596f9d05703c944d12d2c00e2364ca6950d39c
-
Caolán McNamara yazdı
Change-Id: I552211d79144fa11f25fe22d84901c33dcd1aa1d
-
Caolán McNamara yazdı
Change-Id: Idc5c0608a9bc5b6230f603d1deb2327887960204
-
Caolán McNamara yazdı
Change-Id: If24e86a0bdc0c5bdce02bed9981232070b38393c
-
Caolán McNamara yazdı
Change-Id: I0dcbe0d2afe3741c146027569a906b19abdfdc06
-
Caolán McNamara yazdı
Change-Id: If1080d99357b45486739120b9ba43c0f14f39ea8
-
Caolán McNamara yazdı
translate and consolidate end before start warnings to SAL_WARN Change-Id: I547075c0ca668da184f477112086f401cc9ec4ee
-
Caolán McNamara yazdı
Change-Id: I3b0c7766cdba31d6303de7fe34a5c85567de8116
-
Tor Lillqvist yazdı
Change-Id: Ia41882a4d33e7b148044801902517b2b034d3ee4
-
Miklos Vajna yazdı
Change-Id: Ie0377766a0ba505e09cad98fe2fba3b37facd206
-
Miklos Vajna yazdı
Change-Id: I7af9fb6f193387624fcd1279ace1d0972bddc4d4
-
Matthias Freund yazdı
-drawchart icons has now three pieces but only one seperated one. -lc version of the formatdialog icons has now a non equal sign. -dark pie same size as the seperated one. Change-Id: If6373232cff67ec18ad8e5f8bb9e65176cce20ad Reviewed-on: https://gerrit.libreoffice.org/17024Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Jan Holesovsky yazdı
Unfortunately the original commit caused a regression. The fix of tdf#90150 is also problematic from the UX point of view - with that, the user is never sure what page he/she is looking at. Should we do any changes there, then it should show the range of visible pages, like "Pages 2-3 of 5." or "Pages 1-4 of 8." etc. This reverts commit 1622b67e. Change-Id: I371bb326da14b621a5116295ed1dc0de208f309d
-
Tor Lillqvist yazdı
Use Uniscribe also for non-complex text. It is complicated enough to have separate Graphite and Uniscribe layout engines. Will make further changes to the code easier to manage, especially as with the UniscribeLayout code we have access to the actual glyphs. (Cf. 3e47219e) Change-Id: I9c67c172fe3e3d26d1c6cb1c0b7f1516b0b87f12
-
Jan Holesovsky yazdı
This reverts commit 058c924c. Change-Id: I0418af18177cef350b2bf13008ed54336c54938c
-
Jan Holesovsky yazdı
Change-Id: I6fb0d182dfccb3af42f0bbc60969c72df09b6ce6
-
- 11 Agu, 2015 8 kayıt (commit)
-
-
Daniel Robertson yazdı
Replace lambdas used to select the first/second member of a pair with the new simplified select1st/2nd from o3tl/compat_functional. There should be no side effects due to this change. Change-Id: I17f37796e0c4defe96a10aa491d192adb9eebb89 Reviewed-on: https://gerrit.libreoffice.org/17656Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
Daniel Robertson yazdı
Clean up o3tl/compat_functional.hxx select1st/select2nd. Remove the structs inheritance from the now deprecated unary_function. Remove project1st, as it is not used. Change-Id: I60c0f30c4b87417a331a4b38f62993cc3d1c9a51 Reviewed-on: https://gerrit.libreoffice.org/17625Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
Daniel Robertson yazdı
Replace all uses of deprecated features from the o3tl included in compat_functional.hxx with lambda expressions in connectivity and reportdesign. The patch should not cause any side effects. The change is largely cosmetic. Change-Id: I2042b91bf0fa2b47cce9ea11c97fa4ca6734c5e2 Reviewed-on: https://gerrit.libreoffice.org/17588Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
Norbert Thiebaud yazdı
Change-Id: Ib70c9407ea023004f11fe8850e1a393bec942f34
-
Caolán McNamara yazdı
Change-Id: I045d903e331765bb58ad61c3397cf61a06cbae8a
-
Norbert Thiebaud yazdı
imgdbug.h ins included in canvs under some debugging flags but that header comes from http://billbaxter.com/projects/imdebug/ and is nowhere to be found in our source. the original project has been dead for a long while.. the last 'news' was that it was migrating to the now defunc 'berlios' hosting site. Change-Id: Idd030164f4ef0b28973530df69323cb952e99169 Reviewed-on: https://gerrit.libreoffice.org/17655Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Caolán McNamara yazdı
Change-Id: If16e90c5ba1a43ceb9702e752835928da7b3ef32
-
Caolán McNamara yazdı
Change-Id: I8f893fe86d1f09a6ed7256830bca5599f94a187b
-