- 12 Agu, 2015 22 kayıt (commit)
-
-
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 18 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
-
Caolán McNamara yazdı
Change-Id: I7c6addac04246eb17827033e7a291dd2e5600384
-
Caolán McNamara yazdı
Change-Id: I20dabf3106d8f74fac5cc59f93a006875b9e1f91
-
Caolán McNamara yazdı
Change-Id: I78acdab89764a27291ca05b0bb1d448608202208
-
Miklos Vajna yazdı
Usually the topmost window of a paint hierarchy has a paint rectangle that covers the paint rectangle of all its children, but this is not necessarly true in every case. One example is the cursor travelling described in the bug report, where the topmost DockingAreaWindow only paints a few buttons on the toolbar, and then even if children are painted correctly to the frame-level persistent buffer, only the DockingAreaWindow part of the buffer is copied to the screen. Fix this by building an union rectangle that covers all areas in a buffered paint run, and then paint that rectangle from the buffer, not just the paint rectangle of the topmost parent. Change-Id: Ib0b30413d83c4b3fdec27fa7ddad16c21fd094b6
-
Caolán McNamara yazdı
Change-Id: Ib40b77e6deb5730e504134c22bc22dc3a53682f8
-
Caolán McNamara yazdı
Change-Id: Ib56461af1ff911eeecfc560342c1f9b9a74cb7c6
-
Phillip Sz yazdı
With work from Christian M. Heller <christian.heller63@gmail.com> rebased it to make it possible to merge Change-Id: Ib018fe94513a3b987bb992d86e4597612b44894f Reviewed-on: https://gerrit.libreoffice.org/14866Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Takeshi Abe yazdı
with the variadic variants. Change-Id: Ia4f56692c9beddda13ee948ab8bbc1ee95098fbf Reviewed-on: https://gerrit.libreoffice.org/17648Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Daniel Robertson yazdı
Replace all uses of deprecated features from the o3tl in compat_functional.hxx with lambda expressions in canvas. There should be no side effects due to this patch. Change-Id: Ia08ff1642a4f64035441dfdbac03c6fb09fa0443 Reviewed-on: https://gerrit.libreoffice.org/17586Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Takeshi Abe yazdı
As of 4f294a90, a SmTextNode can be the sole child of a SmLineNode without being wrapped in a SmExpressionNode. Change-Id: I3779eb90e216a70566c1151a9b8cb91a9fa36519 Reviewed-on: https://gerrit.libreoffice.org/17613Reviewed-by:
Regina Henschel <rb.henschel@t-online.de> Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-