OUString::isEmpty()

2016-01-15 Thread Chris Sherlock
I’m sure I’m not doing something correctly, but when isEmpty() seems to be doing something odd on new OUString objects. The following is a code snippet that highlights the issue: OUString aString; if (aString.isEmpty()) cout << “Detected as empty”; else cout << “Not detected as empty”;

[Libreoffice-commits] core.git: vcl/inc vcl/source

2016-01-15 Thread Chris Sherlock
vcl/inc/impfont.hxx| 52 + vcl/source/outdev/textline.cxx |8 +++--- 2 files changed, 51 insertions(+), 9 deletions(-) New commits: commit 0174562fa9e49bf989a571c6ccd51e558109b561 Author: Chris Sherlock <chris.sherloc...@gmail.com>

[Libreoffice-commits] core.git: sal/qa

2016-01-15 Thread Chris Sherlock
sal/qa/rtl/oustring/rtl_OUString2.cxx | 26 ++ 1 file changed, 26 insertions(+) New commits: commit 65c1137757e394961808a29b5607ee0ed6977a34 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sat Jan 16 15:15:16 2016 +1100 sal: (rtl) test OUString::i

Re: Proposed change to Developers/Developer page on our wiki

2016-01-15 Thread Chris Sherlock
> On 16 Jan 2016, at 1:49 AM, Bjoern Michaelsen > wrote: > > Hi, > > On Fri, Jan 15, 2016 at 03:00:44PM +0100, jan iversen wrote: >> The upside is, that is makes it easier to see what karma people have, the >> downside is that it creates a sort of grouping,

Re: OUString::isEmpty()

2016-01-15 Thread Chris Sherlock
Sorry all, I made an incredibly silly mistake - the last assertion is testing to false, not true! Sorry about that. Total non-issue - apologies for the list-spam. Chris > On 16 Jan 2016, at 3:20 PM, Chris Sherlock <chris.sherloc...@gmail.com> wrote: > > I’m sure I’m not

[Libreoffice-commits] core.git: vcl/headless vcl/inc vcl/quartz vcl/source vcl/unx vcl/win

2016-01-14 Thread Chris Sherlock
659db7d705835b8676065fb4fe3babe39d938977 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Jan 15 03:06:18 2016 +1100 vcl: change ImplFontMetricData to be reference counted via intrusive_ptr Change-Id: Ie9f5fbd21a6223520cbea3af6436beb407d7a88c Reviewed-on: https://gerrit.libreoffice.org/21477

[Libreoffice-commits] core.git: vcl/Library_vcl.mk vcl/source

2016-01-14 Thread Chris Sherlock
f0841c6c86c8c8403eb1d78a1bd43a8adac75e3a Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Jan 15 10:59:18 2016 +1100 vcl: move metric.cxx to font/fontmetric.cxx Change-Id: If8e4a479967a84f7c43c762c55a3a60b7083d6d9 diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index df22d62..3

[Libreoffice-commits] core.git: vcl/source

2016-01-14 Thread Chris Sherlock
vcl/source/font/font.cxx | 51 +++ 1 file changed, 25 insertions(+), 26 deletions(-) New commits: commit cc8a30f51860e31639c3be31d356311479dd3027 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Jan 15 14:08:51 2016 +1100

[Libreoffice-commits] core.git: vcl/inc

2016-01-14 Thread Chris Sherlock
vcl/inc/impfont.hxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit ab2e32588d169ec293a2d7dfa86a3ab6984db86f Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Jan 15 14:12:51 2016 +1100 vcl: make constructors of ImplFont ex

[Libreoffice-commits] core.git: vcl/source

2016-01-14 Thread Chris Sherlock
vcl/source/font/font.cxx | 47 +++ 1 file changed, 23 insertions(+), 24 deletions(-) New commits: commit d881245f54a2ef01ca4571bf81dcb1179d21676c Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Jan 15 14:03:02 2016 +1100

Re: CYGWIN bash and SAL_LOG=1 not working

2016-01-14 Thread Chris Sherlock
I think you can do: SAL_LOG=1 ./soffice Chris > On 15 Jan 2016, at 5:29 AM, Tor Lillqvist wrote: > > > > export SAL_LOG=1 > ./soffice > > works perfect (on my machines == windows 8.1 with lode and cygwin) > > SAL_LOG=1 > ./soffice > > does not work on my machine. > > >

[Libreoffice-commits] core.git: vcl/unx vcl/win

2016-01-14 Thread Chris Sherlock
insertions(+), 75 deletions(-) New commits: commit abbf57dd41c29fa6a16328247776c1d3cc7024fa Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Jan 15 05:25:28 2016 +1100 vcl: fixup prefixes for ImplFontMetricDataPtr variables Change-Id: Ie93a2e47bbe92c8268ea2b463c61346854

[Libreoffice-commits] core.git: include/vcl solenv/inc

2016-01-14 Thread Chris Sherlock
include/vcl/doxygen_dummy.hxx |8 solenv/inc/doxygen.cfg|3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) New commits: commit a669faa1fa88d4d82d3f1d38b652b689ecc4d3a1 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Jan 15 06:26:41 2016

[Libreoffice-commits] core.git: 3 commits - include/vcl vcl/CppunitTest_vcl_font.mk vcl/inc vcl/Module_vcl.mk vcl/source

2016-01-14 Thread Chris Sherlock
| 399 +++-- vcl/source/font/fontattributes.cxx | 19 + vcl/source/outdev/font.cxx |2 9 files changed, 326 insertions(+), 196 deletions(-) New commits: commit 9a790ca414ccc7f330e20af7ad76fe16cc0259b1 Author: Chris Sherlock <chris.sher

[Libreoffice-commits] core.git: vcl/qa

2016-01-14 Thread Chris Sherlock
vcl/qa/cppunit/font.cxx | 69 1 file changed, 69 insertions(+) New commits: commit 21af07a8bb152adfebf7dfea83ac7e698e37cb4b Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Jan 15 18:40:01 2016 +1100 vcl: forgot

[Libreoffice-commits] core.git: vcl/inc

2016-01-14 Thread Chris Sherlock
vcl/inc/impfontmetric.hxx | 35 +-- 1 file changed, 17 insertions(+), 18 deletions(-) New commits: commit 6418f58bd3550b397127f7f8f4a708276593b5a9 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Jan 15 06:22:44 2016 +1100 vcl: reor

[Libreoffice-commits] core.git: include/cppuhelper

2016-01-13 Thread Chris Sherlock
include/cppuhelper/weak.hxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 0b5a5210b1ca5448e51995ae934d6eeebad00f1a Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jan 14 05:01:31 2016 +1100 cppuhelper: remove invalid doxygen

[Libreoffice-commits] core.git: canvas/source cppcanvas/source drawinglayer/source editeng/source include/vcl sc/source starmath/source sw/source toolkit/source vcl/inc vcl/qa vcl/source

2016-01-13 Thread Chris Sherlock
08bbdaa2f9e3a2b7cfee6838ea6d9f0096495812 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Wed Jan 13 18:33:13 2016 +1100 vcl: Create accessor and mutator for int and ext leading in FontMetric Accessor and mutator created for external and internal leading space in FontMetric. See commit descr

[Libreoffice-commits] core.git: vcl/source

2016-01-13 Thread Chris Sherlock
vcl/source/outdev/font.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 23acda53f70857cac41fc2c877441f91e592d2d0 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jan 14 08:01:17 2016 +1100 vcl: use mutators for FontMetric's

[Libreoffice-commits] core.git: include/vcl vcl/inc vcl/qa vcl/source

2016-01-13 Thread Chris Sherlock
f8ffe2ff7a654052e0e2d6cb168841025bcc2f25 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jan 14 07:48:48 2016 +1100 vcl: Create accessor and mutator for ascent and descent in FontMetric Accessor and mutator created for ascent and descent spacing in FontMetric. See

[Libreoffice-commits] core.git: include/vcl vcl/inc

2016-01-13 Thread Chris Sherlock
include/vcl/metric.hxx |3 --- vcl/inc/impfont.hxx|2 -- 2 files changed, 5 deletions(-) New commits: commit 5cb1fe674f93a882f0be1d487c5e9bb46d26e8dc Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jan 14 09:23:02 2016 +1100 vcl: ImpFontMetric and Font

[Libreoffice-commits] core.git: vcl/inc

2016-01-13 Thread Chris Sherlock
vcl/inc/unx/fontcache.hxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 7d77b7c671083705b87c015ecdab1711bfad615f Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jan 14 09:37:26 2016 +1100 vcl: update private Unix fontcache.hxx's

[Libreoffice-commits] core.git: vcl/inc

2016-01-13 Thread Chris Sherlock
vcl/inc/fontinstance.hxx |5 - 1 file changed, 5 deletions(-) New commits: commit 810da92132cbc2f52561168929a0d5fa02047e50 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jan 14 10:29:51 2016 +1100 vcl: cleanup fontinstance.hxx - remove unneeded fwd

[Libreoffice-commits] core.git: vcl/inc

2016-01-13 Thread Chris Sherlock
vcl/inc/fontselect.hxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 8689db0049718d203ed2900e612ef4221b09ec85 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jan 14 10:45:35 2016 +1100 vcl: remove unnecessary foward decl

[Libreoffice-commits] core.git: vcl/inc

2016-01-13 Thread Chris Sherlock
vcl/inc/impfontcharmap.hxx | 11 --- 1 file changed, 11 deletions(-) New commits: commit 2c96503035876b0455b6199099f9a630b125e2b7 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jan 14 10:59:13 2016 +1100 vcl: remove unneeded fwd decls from impfontcharm

[Libreoffice-commits] core.git: include/vcl vcl/inc vcl/qa vcl/source

2016-01-13 Thread Chris Sherlock
71d5ffba4434538e7897b288ddfa2e0a6df03dd2 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jan 14 08:51:33 2016 +1100 vcl: Create mutator for slant attribute in FontMetric Mutator created for slant attribute in FontMetric. See commit description in 8bfccd3a71d

[Libreoffice-commits] core.git: include/vcl vcl/inc vcl/qa vcl/source

2016-01-13 Thread Chris Sherlock
1ccece2f322eae35601bf09c57ea583f8b270574 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jan 14 09:11:20 2016 +1100 vcl: Create mutator for bullet offset attribute in FontMetric Mutator created for bullet offset attribute in FontMetric. See commit descr

[Libreoffice-commits] core.git: vcl/inc

2016-01-13 Thread Chris Sherlock
vcl/inc/fontattributes.hxx |8 vcl/inc/fontselect.hxx |3 ++- 2 files changed, 2 insertions(+), 9 deletions(-) New commits: commit c6faaf6ee3f026ae95724a35a103f451c750955f Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jan 14 10:20:15 2016 +1100

[Libreoffice-commits] core.git: vcl/inc vcl/unx

2016-01-13 Thread Chris Sherlock
/kde4/KDESalFrame.cxx |2 16 files changed, 525 insertions(+), 525 deletions(-) New commits: commit d8ecd82f310108c10ad0a2dd9586d4596dd4c96f Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jan 14 10:38:25 2016 +1100 vcl: fontmanager.hxx is a privat

[Libreoffice-commits] core.git: vcl/inc

2016-01-13 Thread Chris Sherlock
(-) New commits: commit 3a0d7c93f80a6adbbd7dce8b9eeb82270b2a89aa Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jan 14 09:43:10 2016 +1100 vcl: move ImplFontCache into own private header Change-Id: Icf54fabe03319de9add93653f6b7c91d6fce diff --git a/v

[Libreoffice-commits] core.git: 2 commits - include/vcl vcl/inc vcl/qa vcl/source vcl/workben

2016-01-13 Thread Chris Sherlock
+-- 6 files changed, 56 insertions(+), 29 deletions(-) New commits: commit d9c20d142539b53b052937274efd2e576d0712ec Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jan 14 08:33:12 2016 +1100 vcl: (workbench) check error status of socket writes Cha

[Libreoffice-commits] core.git: 2 commits - vcl/inc

2016-01-13 Thread Chris Sherlock
vcl/inc/fontsubset.hxx |1 - vcl/inc/impfont.hxx|9 - 2 files changed, 10 deletions(-) New commits: commit 70ea14baf7d43c00f73807bce13629ca25320558 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jan 14 10:54:01 2016 +1100 vcl: remove unnecessary h

[Libreoffice-commits] core.git: vcl/Library_vcl.mk vcl/source

2016-01-13 Thread Chris Sherlock
2496c497b6ffe9c69370ccc12bb103099c877165 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jan 14 11:14:31 2016 +1100 vcl: move font.cxx from gdi directory to font directory Change-Id: I6768b37a4b0b98202b7d2410d8cbfac47dac0415 diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index d

[Libreoffice-commits] core.git: vcl/inc vcl/source

2016-01-13 Thread Chris Sherlock
9b0c3d99e667c532428193e020b9133dd6287bcc Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jan 14 09:34:59 2016 +1100 vcl: split off ImplFontMetric into impfontmetric.hxx The fact that there is now an impfontmetricdata.hxx and an impfontmetric.hxx file in the same

[Libreoffice-commits] core.git: vcl/inc

2016-01-13 Thread Chris Sherlock
vcl/inc/impfontmetricdata.hxx | 111 -- 1 file changed, 53 insertions(+), 58 deletions(-) New commits: commit 5c617bd1c413fb57497076bc3be1c3b3650d0030 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jan 14 11:07:04 2016 +1100

[Libreoffice-commits] core.git: vcl/inc

2016-01-13 Thread Chris Sherlock
vcl/inc/impfontmetric.hxx | 14 -- 1 file changed, 14 deletions(-) New commits: commit caadf8bcb4c150094363329f5eb7a9b96155344c Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jan 14 11:10:14 2016 +1100 vcl: remove unneeded headers from impfontmetr

[Libreoffice-commits] core.git: vcl/inc vcl/unx

2016-01-13 Thread Chris Sherlock
/fontmanager.cxx |2 5 files changed, 92 insertions(+), 92 deletions(-) New commits: commit 59c5738e4d98addb271290c391435e844fd70741 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jan 14 09:30:26 2016 +1100 vcl: fontcache.hxx is a private Unix header for psp

[Libreoffice-commits] core.git: vcl/inc vcl/unx

2016-01-13 Thread Chris Sherlock
: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jan 14 14:41:11 2016 +1100 vcl: change ServerFont::FetchFontMetric to GetFontMetric Change-Id: I935f69d275d2073d8f0924392a5aa1fb2567cedf diff --git a/vcl/inc/unx/glyphcache.hxx b/vcl/inc/unx/glyphcache.hxx index 463c259..e

[Libreoffice-commits] core.git: 2 commits - include/vcl vcl/inc vcl/source

2016-01-13 Thread Chris Sherlock
commits: commit 27c4cf76a189b546daf14797773517655f24c81d Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jan 14 13:54:55 2016 +1100 vcl: change from pFontAttributes to pFontMetric Change-Id: I777fd9ee93402c9af026f1ebef6fe960bd8c7c8c diff --git a/vcl/source/

[Libreoffice-commits] core.git: include/vcl vcl/inc vcl/qa vcl/source

2016-01-13 Thread Chris Sherlock
deletions(-) New commits: commit e3746c66929f4f038d1dee58b4fa222fb3c31951 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Wed Jan 13 17:14:53 2016 +1100 vcl: Create accessor and mutator for builtin font flag in FontMetric Accessor and mutator created for builtin font flag, r

[Libreoffice-commits] core.git: vcl/inc

2016-01-13 Thread Chris Sherlock
vcl/inc/impfont.hxx | 11 --- 1 file changed, 11 deletions(-) New commits: commit f7edbcfc6ce8a6d5293cf74ba3bfd61308765793 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Wed Jan 13 17:54:36 2016 +1100 vcl: ImplFontMetric - all uses of enum now removed

[Libreoffice-commits] core.git: vcl/inc vcl/source

2016-01-13 Thread Chris Sherlock
vcl/inc/impfont.hxx|1 - vcl/source/gdi/metric.cxx |5 + vcl/source/outdev/font.cxx |1 - 3 files changed, 1 insertion(+), 6 deletions(-) New commits: commit 0791a91f9fe1d5d8858d79eb880fc759e2ce5271 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Wed

[Libreoffice-commits] core.git: sfx2/source

2016-01-12 Thread Chris Sherlock
sfx2/source/appl/appcfg.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit d2dc3c20ab6240884164ab89f9388958069697fc Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Wed Jan 13 18:36:00 2016 +1100 svl, sfx2: WaE - unused variables removed Cha

[Libreoffice-commits] core.git: include/vcl vcl/inc vcl/qa vcl/source

2016-01-12 Thread Chris Sherlock
deletions(-) New commits: commit bfd690701ff414496ad77c2b268bf7200947dc3a Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Wed Jan 13 12:13:12 2016 +1100 vcl: Create accessor and mutator for full stop centered in FontMetric Accessor and mutator created for full stop ce

[Libreoffice-commits] core.git: vcl/inc

2016-01-12 Thread Chris Sherlock
vcl/inc/impfont.hxx |9 - 1 file changed, 8 insertions(+), 1 deletion(-) New commits: commit 78efa95b8088f7e23a77d7a746186ae2ecd0055c Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Wed Jan 13 11:25:39 2016 +1100 vcl: format enum in ImplFontMetric to make it

Re: [Libreoffice-commits] core.git: initialize new member variables

2016-01-12 Thread Chris Sherlock
Hi all, Unfortunately that was the case - I definitely went down the wrong path with that merge. I've reverted it now - the commit can be found on http://cgit.freedesktop.org/libreoffice/core/commit/?id=b4b0cc2a5eef4243e51fda4a13fc48183aa0 I need to check that UBSan tool more regularly.

[Libreoffice-commits] core.git: sw/source

2016-01-12 Thread Chris Sherlock
sw/source/core/text/txtfrm.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9d310b03e1ae6729144e149c0b25f94a54db7c33 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Tue Jan 12 20:19:40 2016 +1100 tdf#39468 translate OSL_ENSURE Germa

[Libreoffice-commits] core.git: include/vcl vcl/CppunitTest_vcl_fontmetric.mk vcl/inc vcl/Module_vcl.mk vcl/qa vcl/source

2016-01-12 Thread Chris Sherlock
++ vcl/source/gdi/metric.cxx | 15 - vcl/source/outdev/font.cxx|6 +-- 7 files changed, 152 insertions(+), 16 deletions(-) New commits: commit 8bfccd3a71d911b6da6c108a1312b712431f99d8 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Wed Jan 13 03

Re: [Libreoffice-commits] core.git: initialize new member variables

2016-01-12 Thread Chris Sherlock
> On 13 Jan 2016, at 12:00 AM, jan iversen <j...@documentfoundation.org> wrote: > > > > Sent from my iPad, please excuse any misspellings > >> On 12 Jan 2016, at 12:05, Chris Sherlock <chris.sherloc...@gmail.com> wrote: >> >> Hi all, >&

[Libreoffice-commits] core.git: vcl/Library_vcl.mk vcl/source

2016-01-11 Thread Chris Sherlock
49f39e0de1a4fb4360198087bf1b2d1fc61742c6 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Mon Jan 11 18:36:36 2016 +1100 vcl: tidyup file name impfont.cxx -> fontcharmap.cxx Change-Id: Ib2acc963704c7613e1d3bd1761b619ece1aef79f Reviewed-on: https://gerrit.libreoffice.org/21339

[Libreoffice-commits] core.git: include/vcl vcl/inc vcl/quartz vcl/source vcl/unx vcl/win

2016-01-11 Thread Chris Sherlock
27154c4bb5ed80d699d706ebd1a84e807c3f1625 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Mon Jan 11 18:31:28 2016 +1100 vcl: split off ImplFontCharMap into it's own header file Change-Id: I6173cd191cd771b1f030fa737617b1067278ee10 Reviewed-on: https://gerrit.libreoffice.org/21338

[Libreoffice-commits] core.git: vcl/headless vcl/inc vcl/Library_vcl.mk vcl/quartz vcl/source vcl/unx vcl/win

2016-01-11 Thread Chris Sherlock
/salfont.cxx| 59 ++--- vcl/win/gdi/winlayout.cxx |2 32 files changed, 660 insertions(+), 600 deletions(-) New commits: commit b4b0cc2a5eef4243e51fda4a13fc48183aa0 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Tue Jan 12 14:47:3

[Libreoffice-commits] core.git: include/vcl vcl/inc vcl/source

2016-01-11 Thread Chris Sherlock
include/vcl/font.hxx|4 - vcl/inc/impfont.hxx | 14 ++--- vcl/source/gdi/font.cxx | 120 3 files changed, 69 insertions(+), 69 deletions(-) New commits: commit 414c5c5aee8692614e4e5a5f97d11bea157bcaef Author: Chris Sherlock

Re: Remove ActiveX from LibreOffice

2016-01-11 Thread Chris Sherlock
That sounds pretty reasonable to me. Out of interest, just how “integrated” is this with the code? If someone wanted to create an external project on GitHub or some place like this, would it be feasible? I guess I’m trying to understand how much of core it touches… to reimplement an ActiveX

Re: Suggestion

2016-01-11 Thread Chris Sherlock
> On 12 Jan 2016, at 4:00 AM, Markus Mohrhard > wrote: > > Hey Rick, > > [snip] > > All in all this sounds a bit like the idea behind the unit verification that > has been planned and partly been implemented in a feature branch. It might be > a good idea to

Buildbot for Android

2016-01-11 Thread Chris Sherlock
Hi all, Is there a Buildbot for Android? Or, how do I build for Android on a Alinux based system? Pointers to documentation gratefully received :-) Chris ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice-commits] core.git: vcl/Library_vcl.mk vcl/unx

2016-01-10 Thread Chris Sherlock
12490c5a7fc681bcc689e659581a8471e7a8bb54 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Mon Jan 11 12:58:30 2016 +1100 vcl: move gcach_ftyp.cxx to vcl/unx/generic/glyphs Change-Id: Id12edc0660a2c22c6d04b820ad052bde4fa75143 Reviewed-on: https://gerrit.libreoffice.org

[Libreoffice-commits] core.git: vcl/generic vcl/headless vcl/inc vcl/Library_vcl.mk vcl/unx

2016-01-10 Thread Chris Sherlock
+ vcl/unx/generic/glyphs/scrptrun.h | 173 ++ 20 files changed, 1853 insertions(+), 1853 deletions(-) New commits: commit 09a1566bf18cdf98b111d4979e4f4ad52ce65b07 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Mon Jan 11 13:41:05 2016 +1100 vcl: move all

[Libreoffice-commits] core.git: vcl/generic vcl/inc vcl/Library_vcl.mk vcl/unx

2016-01-10 Thread Chris Sherlock
557a6d20080e6f4d95db9e5b4dff87f3e51ac054 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Mon Jan 11 13:20:38 2016 +1100 vcl: rename gcach_ftyp.{cxx|hxx} to freetype_glyphcache.{cxx|hxx} Change-Id: If17c0c36108c2437accba105e11a93a009d2c91f Reviewed-on: https://gerrit.libreoffice.org

[Libreoffice-commits] core.git: vcl/generic

2016-01-10 Thread Chris Sherlock
6c1a17934791b1ca07f932ad3c83465fa2b39a5a Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Mon Jan 11 13:47:33 2016 +1100 vcl: rename adobeenc.tab to adobe_encoding_table.hxx Change-Id: Id7dbcd97acaf6a7deb13de2582c7a3515cedfac1 Reviewed-on: https://gerrit.libreoffi

Re: Remove ActiveX from LibreOffice

2016-01-10 Thread Chris Sherlock
> On 11 Jan 2016, at 10:41 AM, Bryan Quigley wrote: > > To look at this issue from another POV.. If someone showed up today > with an issue with a LO ActiveX control embedded in their application > that didn't work - what would our response be? It's an outdated > technology

[Libreoffice-commits] core.git: vcl/generic vcl/headless vcl/inc vcl/Library_vcl.mk vcl/unx

2016-01-10 Thread Chris Sherlock
deletions(-) New commits: commit 22d5d2ca7dde6164bd1e0fa9b3493870995375c5 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Mon Jan 11 15:03:01 2016 +1100 vcl: move vcl/generic/print files to vcl/unx/generic/print These source files as all specific to Unix environments (not, h

[Libreoffice-commits] core.git: vcl/CustomTarget_afm_hash.mk vcl/generic vcl/Library_vcl.mk vcl/unx

2016-01-10 Thread Chris Sherlock
: Chris Sherlock <chris.sherloc...@gmail.com> Date: Mon Jan 11 14:32:04 2016 +1100 vcl: move vcl/generic/fontmanager files to vcl/unx/generic/fontmanager These source files as all specific to Unix environments (not, however, OS X) and are not "generic" (i.e. used acro

[Libreoffice-commits] core.git: sfx2/source

2016-01-10 Thread Chris Sherlock
sfx2/source/control/unoctitm.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 07bb3d99e7ea969f3543f2209d721c8c18fd33fe Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Mon Jan 11 16:02:35 2016 +1100 sfx2: change variab

[Libreoffice-commits] core.git: vcl/generic vcl/headless vcl/inc vcl/Library_vcl.mk vcl/unx

2016-01-10 Thread Chris Sherlock
|2 vcl/unx/gtk3/gtk3gtkframe.cxx |2 vcl/unx/kde4/KDE4FilePicker.cxx |2 41 files changed, 890 insertions(+), 898 deletions(-) New commits: commit 7546390fb8d4a0f6184302061985e68b0dbceb1d Author: Chris Sherlock <chris.sherloc...@gmail.

Re: Remove ActiveX from LibreOffice

2016-01-10 Thread Chris Sherlock
So I believe that we haven’t come to any firm conclusion on this issue. There is a patch in gerrit currently, I’m a bit concerned it might be pushed before this is concretely decided. What is our position on ActiveX? Michael raises a pretty good point, and there are others who have said

[Libreoffice-commits] core.git: include/vcl vcl/generic vcl/headless vcl/inc vcl/quartz vcl/source vcl/unx vcl/win

2016-01-10 Thread Chris Sherlock
| 30 +++--- 34 files changed, 90 insertions(+), 90 deletions(-) New commits: commit 36ccb37eee589c45ab2d05a5c0dff6585a2f Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Jan 10 14:01:22 2016 +1100 vcl: promote ImplFontAttr

[Libreoffice-commits] core.git: cui/source include/svx include/vcl sc/source starmath/source svtools/source svx/source vcl/generic vcl/inc vcl/qa vcl/quartz vcl/source vcl/unx vcl/win

2016-01-10 Thread Chris Sherlock
536d0e27f05d9db7469bd8a3571c87b2ea885367 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Jan 10 21:37:22 2016 +1100 Cleanup FontCharMapPtr variable prefixes Change-Id: Ib106b91ab71ee45d5ad469d0beaf4ebaef8b57e1 Reviewed-on: https://gerrit.libreoffice.org/21306

[Libreoffice-commits] core.git: vcl/generic vcl/inc vcl/unx

2016-01-09 Thread Chris Sherlock
insertions(+), 12 deletions(-) New commits: commit 67925c3b5cf713cfb85a92baebd13708b8649974 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sat Jan 9 13:55:21 2016 +1100 vcl: Rename ImplServerFontEntry to ServerFontInstance I want to keep this class in line with the

[Libreoffice-commits] core.git: vcl/generic vcl/inc vcl/Library_vcl.mk vcl/unx

2016-01-09 Thread Chris Sherlock
Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sat Jan 9 14:41:15 2016 +1100 vcl: move some Freetype stuff away from the "generic" folder Freetype is definitely not "generic" code. It is only used for Unix platforms, but is not used for OS

[Libreoffice-commits] core.git: vcl/generic

2016-01-09 Thread Chris Sherlock
vcl/generic/glyphs/gcach_ftyp.cxx |6 +++--- vcl/generic/glyphs/gcach_ftyp.hxx |8 2 files changed, 7 insertions(+), 7 deletions(-) New commits: commit afab984f974d95c57b1a580387dcea2127bc3ca6 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sat Jan 9 14:03:4

Re: New FORECAST.ETS function in Calc

2016-01-09 Thread Chris Sherlock
On 9 Jan 2016, at 12:07 AM, Winfried Donkers wrote: > > Hi Eike, > >> Hi dev-list, >> >> um.. Winfried that is.. maybe you should have your name in From ;) > > Yes, I noticed that too, will change that. > >> The problem with such extra parameters is always that

Re: Suggestion

2016-01-09 Thread Chris Sherlock
Hi Rick, IMO, the *very* first step any new developer needs to undertake is to get the LO codebase from git, compile it and then make sure it runs. This might sound facetious to a newcomer, but actually it’s not. That is normally the first stumbling block for any new starter (it was for me)

[Libreoffice-commits] core.git: vcl/source

2016-01-09 Thread Chris Sherlock
vcl/source/gdi/pdfwriter_impl.cxx |8 vcl/source/gdi/pdfwriter_impl.hxx | 10 +- 2 files changed, 9 insertions(+), 9 deletions(-) New commits: commit 251fb51430da29337eb3e74591c8c522e15fc955 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Jan 10 10

[Libreoffice-commits] core.git: vcl/inc vcl/win

2016-01-09 Thread Chris Sherlock
d538eb2bfa45e07ddb1303330c1e0e80c7c0ead0 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Jan 10 09:54:07 2016 +1100 vcl: (Windows only) Changed ImplWinFontData name to WinFontFace The base class name for WinFontFace is PhysicalFontFace, which gives the actual font ins

[Libreoffice-commits] core.git: vcl/inc vcl/quartz

2016-01-09 Thread Chris Sherlock
416d7ccb4e0c56199034b7fb01aefc988d7783a0 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Jan 10 10:16:02 2016 +1100 vcl: (OS X only) Change CoreTextFontData to CoreTextFontFace The base class is called PhysicalFontFace (I believe it was called something like ImplFontData or so

[Libreoffice-commits] core.git: vcl/inc vcl/win

2016-01-09 Thread Chris Sherlock
15dae2693e807014d20415085673ad3af7c79f8f Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Jan 10 09:50:50 2016 +1100 vcl: (Windows only) Changed ImplWinFontEntry name to WinFontInstance The base class is no longer called ImplFontEntry, but is now LogicalFontInstance. I want to bring the

[Libreoffice-commits] core.git: vcl/inc

2016-01-09 Thread Chris Sherlock
vcl/inc/fontattributes.hxx | 25 + 1 file changed, 25 insertions(+) New commits: commit 5511b477fd5dc9b74ff05ea68b1b57b463b6fa51 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Jan 10 13:51:51 2016 +1100 vcl: add missing mutator oper

[Libreoffice-commits] core.git: 2 commits - vcl/inc vcl/source

2016-01-08 Thread Chris Sherlock
- 5 files changed, 71 insertions(+), 35 deletions(-) New commits: commit 85ac3cd63f6720ff2d3c4b7491f4ad296219fa53 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sat Jan 9 11:44:01 2016 +1100 vcl: move FontSelectPatternAttributes constructor to fontselect.cxx Cha

[Libreoffice-commits] core.git: include/vcl vcl/generic vcl/inc vcl/Library_vcl.mk vcl/quartz vcl/source vcl/unx vcl/win

2016-01-08 Thread Chris Sherlock
|2 vcl/win/gdi/winlayout.cxx | 10 +- 49 files changed, 548 insertions(+), 537 deletions(-) New commits: commit ad241f51fe6ae4f5dc37050cf3bea65fc4163084 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Jan 8 21:04:23 2016 +1100 vcl: change ImplFon

[Libreoffice-commits] core.git: vcl/inc vcl/source vcl/win

2016-01-08 Thread Chris Sherlock
(-) New commits: commit eba202b65accc0b4c4e08346c8e579eea58342f4 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sat Jan 9 12:58:19 2016 +1100 vcl: rename m_pFontCache to mpFontCache in LogicalFontInstance This is the only variable in LogicalFontInstance w

Re: Doxygen output on docs.libreoffice.org

2016-01-08 Thread Chris Sherlock
PM, Miklos Vajna <vmik...@collabora.co.uk> wrote: > > On Fri, Jan 08, 2016 at 09:31:24AM +1100, Chris Sherlock > <chris.sherloc...@gmail.com> wrote: >> Oh, and further to this - it appears that OpenGrok is updated once a day… is >> it possible to do t

[Libreoffice-commits] core.git: solenv/bin

2016-01-08 Thread Chris Sherlock
solenv/bin/mkdocs.sh |4 1 file changed, 4 insertions(+) New commits: commit 08f0ef29e7acc824e6cef508edf1a3e2201b0892 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sat Jan 9 00:16:11 2016 +1100 solenv: if module is vcl, then include filter directories in d

[Libreoffice-commits] core.git: vcl/inc vcl/source vcl/workben

2016-01-08 Thread Chris Sherlock
deletions(-) New commits: commit 054928f49b05291e727fcd747427e88aac38b6f7 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Jan 8 23:53:16 2016 +1100 Revert "vcl: move filter headers to vcl/inc/filter" Discussed on IRC - overwhelming consensus is to

[Libreoffice-commits] core.git: include/vcl

2016-01-08 Thread Chris Sherlock
include/vcl/opengl/OpenGLHelper.hxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit d74161f238efc6ee189b705f21143cddb318a4bb Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Jan 8 23:21:51 2016 +1100 vcl: small typo in parameter

[Libreoffice-commits] core.git: 2 commits - include/vcl vcl/source

2016-01-07 Thread Chris Sherlock
include/vcl/vclptr.hxx |2 ++ vcl/source/control/combobox.cxx |2 +- 2 files changed, 3 insertions(+), 1 deletion(-) New commits: commit 86338fbb94324ede329e1d232eeaf70f2fde696e Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Jan 8 10:47:05 2016 +1100

[Libreoffice-commits] core.git: solenv/bin

2016-01-07 Thread Chris Sherlock
solenv/bin/mkdocs.sh |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit cfcef8c99908a781c1d5b4153f4fa9fca69d4351 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Jan 8 09:55:38 2016 +1100 solenv: allow mkdocs.sh to index selected module

[Libreoffice-commits] core.git: 2 commits - vcl/source

2016-01-07 Thread Chris Sherlock
vcl/source/edit/textview.cxx| 102 +--- vcl/source/filter/graphicfilter.cxx | 14 ++-- 2 files changed, 56 insertions(+), 60 deletions(-) New commits: commit e415bab58ba859f783f12932e478e503bcaa9e4c Author: Chris Sherlock <chris.sherloc...@gmail.

[Libreoffice-commits] core.git: vcl/inc vcl/source vcl/workben

2016-01-07 Thread Chris Sherlock
deletions(-) New commits: commit 5d7772fc0464c867c5ad2f1e10ccabd7331f7efa Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Jan 8 12:12:22 2016 +1100 vcl: move filter headers to vcl/inc/filter Change-Id: I0b2b12d3f5cc6e35b2d87adb39ad44ba287c9a01 diff --git a/vcl/

Ability to make doxygen only index specified modules

2016-01-07 Thread Chris Sherlock
Hi all, I’ve been running make docs on my local system, but I’ve noticed it takes a fair amount of time to index all modules, when all I wanted to index was the vcl module. I’ve made a small change to solenv/bin/mkdocs.sh that is entirely transparent to the existing processes. All I’ve done

[Libreoffice-commits] core.git: vcl/source

2016-01-07 Thread Chris Sherlock
vcl/source/gdi/print3.cxx | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) New commits: commit 13ee43524dcaa3299b460c22cbde6b7994032e6e Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Jan 8 12:14:45 2016 +1100 vcl: silence Doxygen warning

[Libreoffice-commits] core.git: vcl/generic vcl/inc vcl/quartz vcl/source

2016-01-07 Thread Chris Sherlock
insertions(+), 99 deletions(-) New commits: commit 2e11a3e03ed37eb86cd87f68191c48d2a6e442cb Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jan 7 17:48:34 2016 +1100 vcl: rename outfont.hxx to fontentry.hxx Change-Id: I174a7a87d68958d0a5dd7c3e0f35294f0d020eb1 Re

[Libreoffice-commits] core.git: vcl/source

2016-01-07 Thread Chris Sherlock
vcl/source/gdi/print3.cxx | 278 ++ 1 file changed, 138 insertions(+), 140 deletions(-) New commits: commit ff65b6892198d40885b9bf0040329ad37fc79f76 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Jan 8 13:25:19 2016 +1100

[Libreoffice-commits] core.git: vcl/source

2016-01-07 Thread Chris Sherlock
vcl/source/window/toolbox2.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 606f44f2e6df977df2e37ef2881b12a2fa9d7f88 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Jan 8 13:48:44 2016 +1100 vcl: cleanup namespaces is vcl/source/

[Libreoffice-commits] core.git: include/vcl vcl/source

2016-01-07 Thread Chris Sherlock
include/vcl/wrkwin.hxx |2 +- vcl/source/window/wrkwin.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 9321c560943330fbc76dacfebff67bd740fbc95b Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Jan 8 13:51:58 2016 +1100

[Libreoffice-commits] core.git: 3 commits - include/vcl vcl/inc

2016-01-07 Thread Chris Sherlock
const SalTwoRect&, const SalBitmap& rSourceBitmap, commit 301f101c36d49dc98e4d9f6f436c544f3ab069d0 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Jan 8 15:18:26 2016 +1100 vcl: fix parameter documentation in ITiledRenderab

[Libreoffice-commits] core.git: include/vcl vcl/inc

2016-01-07 Thread Chris Sherlock
include/vcl/bitmapex.hxx |2 +- vcl/inc/openglgdiimpl.hxx | 15 --- vcl/inc/salgdi.hxx| 15 --- 3 files changed, 25 insertions(+), 7 deletions(-) New commits: commit 8900ffa6fb1514c93efd93f5970ab96de31be4b3 Author: Chris Sherlock <chris.sher

[Libreoffice-commits] core.git: include/vcl

2016-01-07 Thread Chris Sherlock
include/vcl/gdimtf.hxx |1 + 1 file changed, 1 insertion(+) New commits: commit 778d9b4f65ba42cb434f716d2177b7803967ae42 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Jan 8 15:00:13 2016 +1100 vcl: document parameter Cha

[Libreoffice-commits] core.git: vcl/source

2016-01-07 Thread Chris Sherlock
vcl/source/gdi/print3.cxx | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) New commits: commit d96128d72b55071a706ae076a42d6d9150e40c86 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Jan 8 13:29:25 2016 +1100 vcl: cosmetic, tabify prin

[Libreoffice-commits] core.git: vcl/source

2016-01-07 Thread Chris Sherlock
vcl/source/image/Image.cxx |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) New commits: commit c0ae710c1c449ccacfa4910ccdace9a7dd6fcb8b Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Jan 8 13:34:30 2016 +1100 vcl: cleanup namespaces in vcl/source

<    5   6   7   8   9   10   11   12   13   14   >