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

2016-01-08 Thread Daniel Robertson
vcl/source/gdi/impbmp.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 7ec5073951cf7b7f71369e0819f82ae2fc6971ac Author: Daniel Robertson <danlrobertso...@gmail.com> Date: Tue Nov 3 12:22:29 2015 -0500 vcl: ImpBitmap optimize GetBitCount

Re: Hot tip for vim users: highlight spaces at end of lines

2016-01-01 Thread Daniel Robertson
> You could also run that :substitute on :w and never have to worry about > trailing whitespace ever again :) > > autocmd BufWritePre * :%s/\s\+$//e Great tip! Just remember if you place a `autocmd` in your vimrc to place it in a `augroup` and run `autocmd!`. Otherwise vim will create multiple

Re: Hot tip for vim users: highlight spaces at end of lines

2016-01-01 Thread Daniel Robertson
In light of Norbert's comment maybe add *.cxx *.hxx augroup trailing_whitespace autocmd! autocmd BufWritePre *.cxx :%s/\s\+$//e autocmd BufWritePre *.hxx :%s/\s\+$//e augroup END signature.asc Description: Digital signature ___

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

2015-12-24 Thread Daniel Robertson
include/editeng/lrspitem.hxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 7dc6e2cb1778aed68e9bef64a7a196c94a72b7ec Author: Daniel Robertson <danlrobertso...@gmail.com> Date: Wed Nov 4 13:20:59 2015 -0500 Remove unneeded bitfield

[Libreoffice-commits] core.git: include/rtl sal/CppunitTest_sal_rtl_ref.mk sal/Module_sal.mk sal/qa

2015-11-06 Thread Daniel Robertson
f15d11a9f8d6c783fd8c937256fa3372f8e4fe01 Author: Daniel Robertson <danlrobertso...@gmail.com> Date: Tue Nov 3 09:47:36 2015 -0500 rtl::Reference Add move construction/assignment Add move constructor and appropriately overloaded assignment operator to rtl::Reference, and add basic unit

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

2015-11-04 Thread Daniel Robertson
editeng/source/items/frmitems.cxx |4 ++-- include/editeng/lrspitem.hxx |6 +++--- include/editeng/outliner.hxx |4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) New commits: commit f57a6593e21d45008173352fc29ededdbc2c8878 Author: Daniel Robertson <danlrober

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

2015-10-19 Thread Daniel Robertson
7e5bada5540662ae5bde0522bacf28da1e856589 Author: Daniel Robertson <danlrobertso...@gmail.com> Date: Thu Oct 15 09:05:08 2015 -0400 slideshow: remove unecessary boost/bind includes All of the remaining includes of boost/bind.hpp may be removed from slideshow, as last remainin

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

2015-10-15 Thread Daniel Robertson
slideshow/source/engine/eventmultiplexer.cxx | 107 ++- slideshow/source/inc/listenercontainer.hxx |4 - 2 files changed, 43 insertions(+), 68 deletions(-) New commits: commit 39c7826c814fb8043942f5d9e1f1f049641865e8 Author: Daniel Robertson <danlrober

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

2015-10-13 Thread Daniel Robertson
++- slideshow/source/engine/unoviewcontainer.cxx| 27 +++-- slideshow/source/engine/usereventqueue.cxx | 24 +--- 6 files changed, 44 insertions(+), 71 deletions(-) New commits: commit 4038b27a0be01fbf6eab9b28cfe00f29e8eba1b7 Author: Daniel Robertson <danlrober

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

2015-10-11 Thread Daniel Robertson
+++--- slideshow/source/engine/waitsymbol.cxx | 23 +-- slideshow/source/inc/listenercontainer.hxx | 34 +--- 10 files changed, 94 insertions(+), 195 deletions(-) New commits: commit b6297280853a7325ac0fa226b783652b22daebd0 Author: Daniel Robertson

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

2015-10-11 Thread Daniel Robertson
91e0161dc5a0de0dcce1696aea318d919d5d04a1 Author: Daniel Robertson <danlrobertso...@gmail.com> Date: Sat Oct 10 12:43:34 2015 -0400 tdf#93243 slideshow: replace boost::bind Replace boost::bind with C++11 lambdas Change-Id: I13c500d085e6b8e80b2c067139db4ed0fffb2c71 Reviewed-on:

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

2015-10-09 Thread Daniel Robertson
: commit 6e8f1a3bd1c9110fe0a1b7978991800377e2908e Author: Daniel Robertson <danlrobertso...@gmail.com> Date: Thu Oct 8 14:48:15 2015 -0400 slideshow: replace for_each with range-based for Replace ::std::for_each for a more readable range-based for loop in cases in which the fu

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

2015-10-08 Thread Daniel Robertson
/InternalDataProvider.cxx| 4 - 14 files changed, 77 insertions(+), 164 deletions(-) New commits: commit 391f181c9f82fec1988ce2c364c7afd1b0f49719 Author: Daniel Robertson <danlrobertso...@gmail.com> Date: Sun Sep 27 19:21:35 2015 -0400 chart2: r

[Libreoffice-commits] core.git: comphelper/CppunitTest_comphelper_variadictemplates_test.mk comphelper/Module_comphelper.mk comphelper/qa desktop/source include/comphelper sc/source

2015-10-06 Thread Daniel Robertson
6ca355d281133c1e0e54df4e4710a4e99bc38c17 Author: Daniel Robertson <danlrobertso...@gmail.com> Date: Fri Sep 25 22:09:56 2015 -0400 tdf#94228 comphelper: replace BOOST_PP Replace BOOST_PP macros in comphelper with variadic templates. The client interface should not change. H

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

2015-10-01 Thread Daniel Robertson
vcl/opengl/salbmp.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit ebfc6b6863fa54abd33ba95130a8434c70e42f58 Author: Daniel Robertson <danlrobertso...@gmail.com> Date: Wed Sep 30 22:10:37 2015 -0400 vcl: Fix possible memory leak in OpenGLSalBitmap Fix po

[Libreoffice-commits] core.git: desktop/inc desktop/source include/comphelper sfx2/inc sfx2/source sw/inc sw/source unoxml/source vcl/osx

2015-09-25 Thread Daniel Robertson
/DropTarget.cxx|3 vcl/osx/clipboard.cxx |3 15 files changed, 10 insertions(+), 106 deletions(-) New commits: commit 8b00ac9b4627d8d7ed13d352ccb8932be6861d97 Author: Daniel Robertson <danlrobertso...@gmail.com>

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

2015-09-24 Thread Daniel Robertson
changed, 137 insertions(+), 240 deletions(-) New commits: commit 96fa0df15b2be95fc3c4dc3df8ad9b77a4baeebd Author: Daniel Robertson <danlrobertso...@gmail.com> Date: Wed Sep 23 08:53:42 2015 -0400 comphelper: replace for_each with range-based for Replace complex uses of ::std::fo

[Libreoffice-commits] core.git: compilerplugins/clang

2015-09-21 Thread Daniel Robertson
changed, 7 insertions(+), 7 deletions(-) New commits: commit ef779d339e202dacea30b68ca8014207171e9ce4 Author: Daniel Robertson <danlrobertso...@gmail.com> Date: Sun Sep 20 19:37:48 2015 -0400 tdf#94389 compilerplugins: clang 3.7.0 Fix errors that occur in build with clang

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

2015-09-16 Thread Daniel Robertson
include/vcl/checksum.hxx| 19 +-- svtools/source/graphic/grfcache.cxx |2 +- 2 files changed, 10 insertions(+), 11 deletions(-) New commits: commit 54045cc813c79e53abe608cc1a8d35ee7177465e Author: Daniel Robertson <danlrobertso...@gmail.com> Date: Tue

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

2015-09-15 Thread Daniel Robertson
editeng/source/outliner/outlobj.cxx | 164 +++- include/editeng/outlobj.hxx | 31 +- 2 files changed, 81 insertions(+), 114 deletions(-) New commits: commit e9e5fee720eb72fe789651861f48982d3d87674d Author: Daniel Robertson <danlrobertso...@gmail.

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

2015-09-04 Thread Daniel Robertson
canvas/source/tools/pagemanager.cxx | 46 1 file changed, 16 insertions(+), 30 deletions(-) New commits: commit cf9fbdb379e2935677a73ced513d7faf855c299c Author: Daniel Robertson <danlrobertso...@gmail.com> Date: Sat Aug 29 21:19:05 2015 -0400

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

2015-09-03 Thread Daniel Robertson
: Daniel Robertson <danlrobertso...@gmail.com> Date: Mon Aug 31 17:35:14 2015 -0400 tdf#88462 connectivity convert manual XInterface Convert postgresql driver ReflectionBase manual XInterface implementation to use ::cppu::WeakComponentImplHelper. Cha

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

2015-08-30 Thread Daniel Robertson
include/tools/globname.hxx| 60 tools/source/ref/globname.cxx | 90 ++ 2 files changed, 57 insertions(+), 93 deletions(-) New commits: commit c1a9d0139112d7489ca6dd29b18f9418c6da3085 Author: Daniel Robertson

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

2015-08-30 Thread Daniel Robertson
include/vcl/gradient.hxx| 10 ++-- vcl/source/gdi/gradient.cxx | 94 +--- 2 files changed, 26 insertions(+), 78 deletions(-) New commits: commit 49cb81b411e1c68cada5d3f4375de713118fce64 Author: Daniel Robertson danlrobertso...@gmail.com Date: Fri

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

2015-08-30 Thread Daniel Robertson
: Daniel Robertson danlrobertso...@gmail.com Date: Tue Aug 25 12:24:33 2015 -0400 canvas: replace while loops with range-based for Change-Id: Ide16bee666cf4df41646f9336a585e22a7fe53bd Reviewed-on: https://gerrit.libreoffice.org/18131 Reviewed-by: Thorsten Behrens thorsten.behr

[Libreoffice-commits] core.git: include/o3tl o3tl/qa

2015-08-29 Thread Daniel Robertson
deletions(-) New commits: commit 311e77440f11dbe8e49d75b09a4ae0f850ce00c5 Author: Daniel Robertson danlrobertso...@gmail.com Date: Thu Aug 27 17:55:55 2015 -0400 o3tl: add another unit test to cow_wrapper Add unit tests to cow_wrapper for the move ctor and move assignment

[Libreoffice-commits] core.git: accessibility/source basctl/source basic/source canvas/source chart2/source comphelper/source dbaccess/source framework/source include/o3tl include/sfx2 sc/inc sc/sourc

2015-08-29 Thread Daniel Robertson
insertions(+), 6 deletions(-) New commits: commit 6900bf41e2b7d7840e11ee1847efd671cf9b0921 Author: Daniel Robertson danlrobertso...@gmail.com Date: Sat Aug 29 00:15:59 2015 -0400 o3tl/cow_wrapper: remove boost dependency Remove boost dependencies from ::o3tl::cow_wrapper, and add

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

2015-08-24 Thread Daniel Robertson
|5 slideshow/source/engine/waitsymbol.cxx |6 13 files changed, 146 insertions(+), 315 deletions(-) New commits: commit ead5bc3cfb07a4e96e367e7904dc674ee5f5ccd6 Author: Daniel Robertson danlrobertso...@gmail.com Date: Fri Aug 21 21:51:09 2015 -0400 slideshow

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

2015-08-19 Thread Daniel Robertson
include/o3tl/cow_wrapper.hxx | 26 +++--- 1 file changed, 23 insertions(+), 3 deletions(-) New commits: commit 6038ba92be0a4c821ffa29ed0512905e4b3cd8f8 Author: Daniel Robertson danlrobertso...@gmail.com Date: Tue Aug 18 17:08:48 2015 -0400 o3tl: cow_wrapper add move

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

2015-08-17 Thread Daniel Robertson
| 66 ++-- 9 files changed, 135 insertions(+), 243 deletions(-) New commits: commit a811d6efe4e8e995102bb19f7a1d3008fc06be8d Author: Daniel Robertson danlrobertso...@gmail.com Date: Sun Aug 16 13:55:51 2015 -0400 slideshow: replace for_each with range-based for Replace

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

2015-08-16 Thread Daniel Robertson
(+), 142 deletions(-) New commits: commit 720cea21f352933fa5d36d4b6faff11799c604f2 Author: Daniel Robertson danlrobertso...@gmail.com Date: Fri Aug 14 21:35:00 2015 -0400 canvas: replace for_each with range-based for-loop Replace ::std::for_each for a more readable range-based for loop

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

2015-08-15 Thread Daniel Robertson
| 35 +-- 5 files changed, 45 insertions(+), 124 deletions(-) New commits: commit 849f1d37d575bc752c8f987c7541dbd4bfd998c1 Author: Daniel Robertson danlrobertso...@gmail.com Date: Sat Aug 15 15:19:18 2015 +0200 canvas: replace for_each with range-based for-loop

[Libreoffice-commits] core.git: include/basebmp include/o3tl

2015-08-12 Thread Daniel Robertson
include/basebmp/accessortraits.hxx | 14 ++ include/o3tl/compat_functional.hxx |9 - 2 files changed, 10 insertions(+), 13 deletions(-) New commits: commit 3babca3e849e1cb42225ca1c26e8f6156ad153e6 Author: Daniel Robertson danlrobertso...@gmail.com Date: Tue Aug 11 20

[Libreoffice-commits] core.git: canvas/source chart2/source dbaccess/source extensions/source forms/source

2015-08-11 Thread Daniel Robertson
(+), 37 deletions(-) New commits: commit 87130a4e18347d055331ff53da3b1a79548ff24a Author: Daniel Robertson danlrobertso...@gmail.com Date: Tue Aug 11 14:51:35 2015 -0400 tdf#92459 Cleanup unclear lambdas Replace lambdas used to select the first/second member of a pair with the new

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

2015-08-11 Thread Daniel Robertson
canvas/source/tools/spriteredrawmanager.cxx | 23 ++- 1 file changed, 6 insertions(+), 17 deletions(-) New commits: commit 647b5aecd4c3facc302df33386451dda732aab98 Author: Daniel Robertson danlrobertso...@gmail.com Date: Fri Aug 7 22:57:07 2015 -0400 tdf#92459 remove

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

2015-08-11 Thread Daniel Robertson
f6595f0b3389ffeefa10035d915a884b02d26c0e Author: Daniel Robertson danlrobertso...@gmail.com Date: Sat Aug 8 00:06:37 2015 -0400 tdf#92459 remove o3tl/compat_functional.hxx Replace all uses of deprecated features from the o3tl included in compat_functional.hxx with lambda expressions in connectivity

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

2015-08-11 Thread Daniel Robertson
include/o3tl/compat_functional.hxx | 41 ++--- 1 file changed, 16 insertions(+), 25 deletions(-) New commits: commit ae6afadbc0c6ffcdbfd0db6bb3b0166295d5effd Author: Daniel Robertson danlrobertso...@gmail.com Date: Mon Aug 10 10:56:02 2015 -0400 tdf#92459

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

2015-08-08 Thread Daniel Robertson
++- slideshow/source/engine/waitsymbol.hxx |1 slideshow/test/testshape.cxx| 16 + 10 files changed, 49 insertions(+), 96 deletions(-) New commits: commit 717b23ef2765678a5598d652956edd77d2d62fc5 Author: Daniel Robertson danlrobertso...@gmail.com

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

2015-08-08 Thread Daniel Robertson
4ce10ff6ce725212efa91a017a61e1bd781008c1 Author: Daniel Robertson danlrobertso...@gmail.com Date: Fri Aug 7 23:09:04 2015 -0400 tdf#92459 remove compat_functional from extensions Replace all uses of deprecated features from the o3tl in compat_functional.hxx with lambda expressions in extensions

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

2015-08-03 Thread Daniel Robertson
|1 - dbaccess/source/ui/misc/WCopyTable.cxx |1 - 10 files changed, 6 insertions(+), 13 deletions(-) New commits: commit 7339c360ef55fdde99907e1e34a231386ebc534e Author: Daniel Robertson danlrobertso...@gmail.com Date: Sun Aug 2 20:12:35 2015 -0400 tdf92459 replace

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

2015-08-01 Thread Daniel Robertson
/ChartTypeManager.cxx |4 ++-- 8 files changed, 17 insertions(+), 21 deletions(-) New commits: commit 5916d5866c109b17471a9c8604635612a0aa69ae Author: Daniel Robertson danlrobertso...@gmail.com Date: Fri Jul 31 10:24:01 2015 -0400 tdf#92459 replace deprecated o3tl features

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

2015-07-31 Thread Daniel Robertson
canvas/source/factory/cf_service.cxx | 84 ++- 1 file changed, 35 insertions(+), 49 deletions(-) New commits: commit 1a5e176e626d70d19abe4ad6e3b5c8d54a7badd7 Author: Daniel Robertson danlrobertso...@gmail.com Date: Wed Jul 29 23:07:45 2015 -0400 tdf#92459

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

2015-07-29 Thread Daniel Robertson
b97aa3faa03e5944aac8f3c35a8c198fba295e83 Author: Daniel Robertson danlrobertso...@gmail.com Date: Fri Jul 17 12:28:01 2015 -0400 Remove the unnecessary type definition: HPBYTE HPBYTE is a duplicate defintion of Scanline as seen below. include/vcl/salbtype.hxx: 34: typedef sal_uInt8