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

2014-05-15 Thread Chris Laplante
sw/source/ui/config/mailconfigpage.cxx |2 +- sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 618106a1913e2df8df5236bd4b20ea5379cfef33 Author: Chris Laplante mostthings...@gmail.com Date

Re: Semi-automated ASCII art removal tool

2014-05-15 Thread Chris Laplante
Added support for .m, .mm, and .h. Thanks for the suggestion. Chris -- View this message in context: http://nabble.documentfoundation.org/Semi-automated-ASCII-art-removal-tool-tp4108832p4108938.html Sent from the Dev mailing list archive at Nabble.com.

Re: Semi-automated ASCII art removal tool

2014-05-15 Thread Chris Laplante
Hi Kendy - thanks for the suggestions! Now that you mention it, I think the tool should have been more careful with http://i.imgur.com/VwHYt83.png as well. In that case it should be safe to collapse the leading /*** into just /**, right? I think I'll take a peek at how Doxygen itself

list.cxx in VCL

2014-05-16 Thread Chris Laplante
Would it be possible to remove vcl/source/fontsubset/list.cxx and replace its usage with std::list? The only place I see it being used is in ttcr.cxx (same folder). It is hard to tell because most of the files in that directory appear to be C code hiding in .cxx files. Chris -- View this

Re: list.cxx in VCL

2014-05-17 Thread Chris Laplante
I took a crack at it, but it resulted in too much mixing of C and C++ style memory allocation, which I'm not comfortable intermingling. The overwhelming majority of the original is implemented in C anyway, so I'm not sure it's worth me replacing just one facet of the code with C++. Perhaps one day

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

2014-05-20 Thread Chris Laplante
vcl/source/fontsubset/xlat.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit eff1d991de77700505ce18dfaaa3e01d76551ffd Author: Chris Laplante mostthings...@gmail.com Date: Fri May 16 15:05:42 2014 -0400 Move #include from middle of file to top

Re: Semi-automated ASCII art removal tool

2014-05-24 Thread Chris Laplante
Hi Kendy, I've completed a sizable rewrite of the tool. Doxygen comment formatting (both C and C++ style) is now preserved. As an added little bonus, the tool detects comments containing Doxygen commands (e.g. @brief, \example) but that are not formatted as Doxygen comments, and will suggest the

[Libreoffice-commits] core.git: svl/ignores.persist svl/source

2014-08-16 Thread Chris Laplante
: commit b0e02e72c20f3c921fed34367f8184604387572b Author: Chris Laplante mostthings...@gmail.com Date: Sat Aug 16 21:27:34 2014 -0400 svl: Remove ASCII art and pointless comments Change-Id: Idd8ea0cb7e7d58a29dbfcae084558320efe5fe43 Reviewed-on: https://gerrit.libreoffice.org

Re: list.cxx in VCL

2014-08-18 Thread Chris Laplante
I have changed my mind, and gone ahead and submitted the patch to Gerrit. I'd be very interested in your and anyone else's feedback regarding the approach. It compiles fine, but I still need to figure out how to test it. I also still have reservations about mixing C++ and C memory allocation.

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

2014-08-19 Thread Chris Laplante
7b33dbb25394a88b8eb2c826d951ce578605e895 Author: Chris Laplante mostthings...@gmail.com Date: Mon Aug 18 16:57:11 2014 -0400 svx: Cleanup ASCII art and useless comments Change-Id: I5399362056276f324fd43eda05d3f606dc6f8c71 Reviewed-on: https://gerrit.libreoffice.org/11011 Reviewed

[Libreoffice-commits] core.git: odk/examples

2014-08-19 Thread Chris Laplante
- 15 files changed, 10 insertions(+), 70 deletions(-) New commits: commit 341d9c4f089c4e8dee96c49a81abf24ab809f367 Author: Chris Laplante mostthings...@gmail.com Date: Mon Aug 18 16:15:41 2014 -0400 odk: Clean up comments Change-Id: I38aa34192244cdd29e1cce7ac612aa9cd5f9e8a1

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

2014-04-17 Thread Chris Laplante
c34cc21244d74f115165e1893f03b9c62a0eef2b Author: Chris Laplante mostthings...@gmail.com Date: Wed Apr 9 18:17:34 2014 -0400 cppcheck: Fix redundant assignments in the sw module Change-Id: I5f266ced31295b327cdd7075b2e9d66698a01ade Reviewed-on: https://gerrit.libreoffice.org/8914

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

2014-04-18 Thread Chris Laplante
(-) New commits: commit d8f8c8aa4544e2a0e7e3c43764080d5fe0effacf Author: Chris Laplante mostthings...@gmail.com Date: Fri Apr 18 00:59:07 2014 -0400 Begin removing ASCII art and useless comments from sw Change-Id: Ic367b2ebca1a766c830ccd44a84274d86be4f080 Reviewed-on: https

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

2014-04-18 Thread Chris Laplante
sw/source/core/doc/SwStyleNameMapper.cxx | 155 --- 1 file changed, 60 insertions(+), 95 deletions(-) New commits: commit bfefe114e11d155abf0785a3b2c887fcf4077199 Author: Chris Laplante mostthings...@gmail.com Date: Wed Apr 9 15:15:14 2014 -0400 Rewrite

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

2014-04-18 Thread Chris Laplante
sw/source/filter/ww8/wrtw8nds.cxx | 27 +-- 1 file changed, 5 insertions(+), 22 deletions(-) New commits: commit a74f0cd6a7dad15982bcdbc048cc2712ed8b976d Author: Chris Laplante mostthings...@gmail.com Date: Wed Apr 9 19:55:35 2014 -0400 Simplify

[Libreoffice-commits] core.git: Changes to 'refs/changes/56/9356/2'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/12/8912/3'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/56/9356/4'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/12/8912/2'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/56/9356/1'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/72/9472/1'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/12/8912/1'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/72/9472/2'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/94/9494/2'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/81/9381/1'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/77/8877/3'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/77/8877/2'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/94/9494/1'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/01/9101/3'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/01/9101/1'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/77/8877/1'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/01/11001/1'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/90/9090/2'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/14/8914/3'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/17/9117/4'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/17/9117/1'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/17/9117/3'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/06/9006/1'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/90/9090/1'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/06/9006/2'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/14/8914/2'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/17/9117/2'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/45/10945/1'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/45/10945/2'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/57/9357/1'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/11/11011/2'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/06/11006/1'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/11/11011/1'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/06/11006/2'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/57/9357/2'

2014-09-29 Thread Chris Laplante
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2015-02-28 Thread Chris Laplante
include/svx/Palette.hxx| 19 svx/source/tbxctrls/Palette.cxx| 140 + svx/source/tbxctrls/PaletteManager.cxx |2 3 files changed, 161 insertions(+) New commits: commit 797c48f0f74501def9f47444538c0e110fcfcca1 Author: Chris