[Libreoffice-commits] .: sc/source vbahelper/inc vbahelper/source

2012-04-24 Thread Noel Power
files changed, 61 insertions(+), 14 deletions(-) New commits: commit 7ddb8f73c1a5573eedc593168f702287921ecb7a Author: Noel Power noel.po...@novell.com Date: Tue Apr 24 11:23:46 2012 +0100 tweak support Sheets.PrintPreview bnc#75784 allow specific sheet(s) selection

[Libreoffice-commits] .: oovbaapi/ooo sc/source vbahelper/source

2012-04-23 Thread Noel Power
17c8f6745f9f98013c1b08de8ec03be66546c7fc Author: Noel Power noel.po...@novell.com Date: Mon Apr 23 13:33:15 2012 +0100 support Sheets.PrintPreview bnc#757844 there is still a little wrinkle, the preview shell always shows what sheets are selected, it's currently not possible to specify

[Libreoffice-commits] .: sc/sdi sc/source sfx2/inc sfx2/sdi

2012-04-23 Thread Noel Power
7 files changed, 40 insertions(+), 3 deletions(-) New commits: commit 60cea1f49ec6781e541fbd7949c4271d213d3e0d Author: Noel Power noel.po...@novell.com Date: Mon Apr 23 23:14:13 2012 +0100 tweak paste-only context menu ( add paste only number ) changed the text

[Libreoffice-commits] .: 3 commits - oovbaapi/ooo sc/source

2012-04-20 Thread Noel Power
: commit 101132c28a8f084612106337f4cafe21c535dea8 Author: Noel Power noel.po...@novell.com Date: Fri Apr 20 18:25:45 2012 +0100 add stub vba implementation Application methods added Application.DisplayExcel4Menus, Application.DisplayNoteIndicator, Application.ShowWindowsInTaskbar

[Libreoffice-commits] .: sc/source

2012-04-18 Thread Noel Power
sc/source/ui/view/output2.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit 808dd658a265f565a638556322250a0957e8e535 Author: Noel Power noel.po...@novell.com Date: Wed Apr 18 18:36:25 2012 +0100 make sure nPos is and nChar are reset for string without placeholder diff

[Libreoffice-commits] .: 2 commits - oovbaapi/ooo sc/inc sc/source svl/inc svl/source vbahelper/source

2012-04-17 Thread Noel Power
| 16 -- vbahelper/source/msforms/vbacontrol.cxx | 84 +++- vbahelper/source/msforms/vbacontrol.hxx |2 8 files changed, 146 insertions(+), 13 deletions(-) New commits: commit 46e18bc915ac94a81462642cc9d56d29c04d0c46 Author: Noel Power noel.po

[Libreoffice-commits] .: ucb/source

2012-04-17 Thread Noel Power
ucb/source/ucp/file/shell.cxx | 77 +- 1 file changed, 40 insertions(+), 37 deletions(-) New commits: commit 45b57a9dfb5df8b9c4a1974cb6e848d4f3b57ea3 Author: Noel Power noel.po...@novell.com Date: Tue Apr 17 15:50:35 2012 +0100 prevent getFileURL

[Libreoffice-commits] .: 2 commits - sc/source sw/source

2012-04-03 Thread Noel Power
commits: commit f194d18dfeceff104f9c5e500ea4dd94fa1b5b06 Author: Noel Power noel.po...@novell.com Date: Tue Apr 3 17:07:54 2012 +0100 Hori/Vert scrollbars in calc preview should be shown only when necessary diff --git a/sc/source/ui/inc/prevwsh.hxx b/sc/source/ui/inc/prevwsh.hxx index 271a352

[Libreoffice-commits] .: sc/sdi sc/source sfx2/inc sfx2/sdi

2012-03-29 Thread Noel Power
| 72 ++ 7 files changed, 133 insertions(+), 4 deletions(-) New commits: commit 710d768aafd6b2c1fdc5627bede25000c3e346d5 Author: Noel Power noel.po...@novell.com Date: Thu Mar 29 19:42:54 2012 +0100 add for calc extra paste ctx menu with options

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sc/inc sc/source

2012-03-27 Thread Noel Power
Date: Tue Mar 27 05:14:06 2012 +0200 export all style information to xls/xlsx, fdo#46738 Fixes that if more than 84 empty but formatted rows at the end of a file have been found the export skipped those rows. Signed-off-by: Noel Power noel.po...@novell.com diff --git

[Libreoffice-commits] .: vcl/source

2012-03-27 Thread Noel Power
vcl/source/window/toolbox.cxx | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) New commits: commit 5ae64e4b0c23f209410fe84df041c9445234df74 Author: Noel Power noel.po...@novell.com Date: Tue Mar 27 12:32:05 2012 +0100 fix vertical align when switching mode

[Libreoffice-commits] .: oovbaapi/ooo oovbaapi/UnoApi_oovbaapi.mk vbahelper/source

2012-03-20 Thread Noel Power
(+), 10 deletions(-) New commits: commit 092d6d9d6f9e6d79dd99d5f502ff39398622c2e1 Author: Noel Power noel.po...@novell.com Date: Tue Mar 20 15:35:30 2012 + add vba support for BackColor, AutoSize, Locked attributes bnc#749960 diff --git a/oovbaapi/UnoApi_oovbaapi.mk b/oovbaapi

[Libreoffice-commits] .: oox/source

2012-03-15 Thread Noel Power
oox/source/ole/vbamodule.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1bd695d3ddcbce48899a70130b5e948c48541d17 Author: Noel Power noel.po...@novell.com Date: Thu Mar 15 19:50:11 2012 + fix mishandling of 'End Sub' is there is a trailing comment fod

[Libreoffice-commits] .: sc/source

2012-03-15 Thread Noel Power
sc/source/ui/app/inputhdl.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e3b1592165d0513e90e28dfee92bc9db032fa221 Author: Noel Power noel.po...@novell.com Date: Thu Mar 15 20:10:12 2012 + fix to update inputbar when setting a range for a formula fdo

[Libreoffice-commits] .: basic/source

2012-03-09 Thread Noel Power
basic/source/classes/sbunoobj.cxx | 16 ++-- basic/source/inc/sbunoobj.hxx |5 +++-- basic/source/runtime/step1.cxx|8 +++- 3 files changed, 20 insertions(+), 9 deletions(-) New commits: commit 7dafa7a3b14441c6a27ab051db01f53e2c434f0a Author: Noel Power noel.po

[Libreoffice-commits] .: solenv/gbuild

2012-03-08 Thread Noel Power
solenv/gbuild/platform/WNT_INTEL_MSC.mk |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit c3d806be7d30a437607d924a4d33f13fe20dd1ba Author: Noel Power noel.po...@novell.com Date: Thu Mar 8 16:01:36 2012 + fix uno bootstrapping for .NET ( and perhaps c

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sc/source

2012-03-06 Thread Noel Power
Signed-off-by: Noel Power noel.po...@novell.com diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index 3e53062..b7592e3 100644 --- a/sc/source/ui/app/inputwin.cxx +++ b/sc/source/ui/app/inputwin.cxx @@ -1609,6 +1609,10 @@ void ScTextWnd::Command( const CommandEvent rCEvt

[Libreoffice-commits] .: filter/inc filter/source oovbaapi/ooo vbahelper/inc vbahelper/source

2012-03-05 Thread Noel Power
/vbaapplicationbase.cxx | 49 5 files changed, 181 insertions(+), 3 deletions(-) New commits: commit 75fbed472cd689c8cc0b89e13a97969d77a0ea7c Author: Noel Power noel.po...@novell.com Date: Mon Mar 5 14:54:04 2012 + vba implementation for Application.OnKey diff --git a/filter/inc/filter

[Libreoffice-commits] .: filter/inc filter/source oox/source vbahelper/source

2012-03-05 Thread Noel Power
changed, 87 insertions(+), 29 deletions(-) New commits: commit 14620c3b33cf0315a9b746a0a2418b78d6154821 Author: Noel Power noel.po...@novell.com Date: Mon Mar 5 20:14:13 2012 + support import of key shortcut for macro ( Excel only ) diff --git a/filter/inc/filter/msfilter/msvbahelper.hxx b

[Libreoffice-commits] .: oox/source

2012-03-02 Thread Noel Power
oox/source/ole/vbamodule.cxx | 48 +++ 1 file changed, 48 insertions(+) New commits: commit 24b402d67eb9acc7ff1f0afeee7237f6b3b14644 Author: Noel Power noel.po...@novell.com Date: Fri Mar 2 13:04:18 2012 + weed out unmatched Sub/End Sub

[Libreoffice-commits] .: svx/source

2012-03-01 Thread Noel Power
svx/source/form/datanavi.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 7b860d4970604f08ebd2e818bfd63891dd940804 Author: Noel Power noel.po...@novell.com Date: Thu Mar 1 12:10:56 2012 + fix crash using instances dialog of dataform navigator fdo

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - 2 commits - extensions/source

2012-02-23 Thread Noel Power
(oleElement); -} +VariantClear(oleElement); } - TYPELIB_DANGER_RELEASE( pSeqElementDesc); return pArray; commit 84a70824e2acbb50728540b4944c4243b6bd8e21 Author: Noel Power noel.po...@novell.com Date: Thu Feb 23 12:36:05 2012 + Revert fix handling of SAFEARRAY

[Libreoffice-commits] .: Branch 'libreoffice-3-4' - 2 commits - extensions/source

2012-02-23 Thread Noel Power
; +SafeArrayPutElement(pArray, safeI, oleElement); -VariantClear(oleElement); -} +VariantClear(oleElement); } - TYPELIB_DANGER_RELEASE( pSeqElementDesc); return pArray; commit dcbc2f5417a96b34d2dab7a6ea1e30ce4fb6a8d2 Author: Noel Power

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - solenv/gbuild

2012-02-22 Thread Noel Power
solenv/gbuild/JavaClassSet.mk | 10 +- solenv/gbuild/JunitTest.mk|8 2 files changed, 9 insertions(+), 9 deletions(-) New commits: commit 19ea1b173ae9004a438903d1cb4ac197d27bacee Author: Tor Lillqvist tlillqv...@suse.com Date: Fri Dec 9 14:31:53 2011 +0200 Don't

[Libreoffice-commits] .: basic/source

2012-02-21 Thread Noel Power
basic/source/comp/io.cxx |2 ++ basic/source/comp/scanner.cxx |5 +++-- basic/source/comp/token.cxx |9 + basic/source/inc/scanner.hxx |1 + 4 files changed, 15 insertions(+), 2 deletions(-) New commits: commit 634b211632847dcb04b31f478296e5e6d732ac73 Author: Noel

[Libreoffice-commits] .: oox/source

2012-02-16 Thread Noel Power
oox/source/ole/vbamodule.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 2174d4d44eeb83378f76ea34086b8a1989b70b76 Author: Noel Power noel.po...@novell.com Date: Thu Feb 16 10:34:59 2012 + use stream name for module names when importing vba. fdo#46151 bnc#747323

[Libreoffice-commits] .: 2 commits - oox/source toolkit/inc toolkit/source

2012-02-13 Thread Noel Power
58255c47b1d540fd2493b4ed132aa7fa82da156e Author: Noel Power noel.po...@novell.com Date: Mon Feb 13 14:50:09 2012 + handle imported picture attribute from MSO Dialog ( fdo#45995 ) diff --git a/oox/source/ole/axcontrol.cxx b/oox/source/ole/axcontrol.cxx index 791920d..81a1f0e 100644 --- a/oox/source/ole

[Libreoffice-commits] .: 2 commits - sc/source

2012-02-13 Thread Noel Power
: Noel Power noel.po...@novell.com Date: Mon Feb 13 15:20:58 2012 + some very minor tweak(s) to Improvment-of-Custom-Sheet-Prefix-Option a) allow blank default prefix b) select the entire last good prefix is some illegal character used diff --git a/sc/source/ui/optdlg

[Libreoffice-commits] .: sc/source

2012-02-07 Thread Noel Power
sc/source/ui/app/inputwin.cxx | 17 + sc/source/ui/inc/inputwin.hxx |4 2 files changed, 17 insertions(+), 4 deletions(-) New commits: commit 09d7b5e6039827d0f02f424370f929caff179ac9 Author: Noel Power noel.po...@novell.com Date: Tue Feb 7 15:36:29 2012 +

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - 4 commits - officecfg/registry sc/source xmloff/inc xmloff/source

2012-02-07 Thread Noel Power
officecfg/registry/data/org/openoffice/Office/Common.xcu |2 - sc/source/filter/xml/xmlstyle.cxx|4 +- xmloff/inc/xmloff/txtparae.hxx |3 + xmloff/source/draw/sdpropls.cxx | 23 +++

[Libreoffice-commits] .: Branch 'libreoffice-3-4' - 2 commits - xmloff/inc xmloff/source

2012-02-07 Thread Noel Power
with e479f47f7d48dbd0d701bf347b6a2d5121ba3d34) Signed-off-by: Noel Power noel.po...@novell.com diff --git a/xmloff/source/draw/sdpropls.cxx b/xmloff/source/draw/sdpropls.cxx index a87690d..4df1b01 100644 --- a/xmloff/source/draw/sdpropls.cxx +++ b/xmloff/source/draw/sdpropls.cxx @@ -619,6 +619,15

[Libreoffice-commits] .: Branch 'libreoffice-3-4' - 3 commits - sw/qa sw/source

2012-02-07 Thread Noel Power
12 12:19:54 2011 +0200 fs34b: #i117545# (patch provided by mathias.ba...@oracle.com) Signed-off-by: Noel Power noel.po...@novell.com diff --git a/sw/source/ui/uno/unomod.cxx b/sw/source/ui/uno/unomod.cxx index fd32cc5..ff33fcf 100644 --- a/sw/source/ui/uno/unomod.cxx +++ b/sw/source

[Libreoffice-commits] .: writerfilter/source

2012-02-02 Thread Noel Power
writerfilter/source/dmapper/DomainMapper.cxx |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) New commits: commit d8cb61f5f32247a8bbaf89fb910c015b6107f051 Author: Muhammad Haggag mhag...@gmail.com Date: Wed Feb 1 20:56:12 2012 +0200 dmapper: Switch paragraphs to RTL based

[Libreoffice-commits] .: sd/source

2012-02-01 Thread Noel Power
sd/source/ui/dlg/sdpreslt.cxx | 43 +++--- sd/source/ui/inc/sdpreslt.hxx |5 ++-- 2 files changed, 19 insertions(+), 29 deletions(-) New commits: commit e8b7f1faaf3b0fd837a236a4a53d0f7392723713 Author: Noel Grandin n...@peralex.com Date: Wed Feb 1

[Libreoffice-commits] .: sw/source

2012-01-31 Thread Noel Power
sw/source/core/layout/pagechg.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit b446a1fb30b5a7097824acfe6143f4284b03 Author: Andreas Schierl openoff...@schierla.de Date: Mon Jan 30 23:34:56 2012 +0100 ClrContourCache for SwAnchoredDrawObjects diff --git

[Libreoffice-commits] .: sc/inc sc/source unusedcode.easy

2012-01-31 Thread Noel Power
sc/inc/scdll.hxx |1 sc/source/core/inc/ddelink.hxx|1 sc/source/core/tool/ddelink.cxx | 11 - sc/source/ui/app/scdll.cxx| 10 sc/source/ui/dbgui/fieldwnd.cxx |5 sc/source/ui/inc/areasave.hxx |

[Libreoffice-commits] .: sd/inc sd/source

2012-01-31 Thread Noel Power
sd/inc/cusshow.hxx | 14 +- sd/source/core/cusshow.cxx | 28 ++-- sd/source/core/drawdoc_animations.cxx|3 ++- sd/source/filter/ppt/pptin.cxx |2 +- sd/source/ui/dlg/custsdlg.cxx| 26

[Libreoffice-commits] .: sw/source

2012-01-31 Thread Noel Power
sw/source/core/layout/pagechg.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 84370b807279cd8336c3e77278bae42b904324b4 Author: Andreas Schierl openoff...@schierla.de Date: Tue Jan 31 14:29:32 2012 + only call ClrContour for contour wrapped drawing

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - desktop/source

2012-01-30 Thread Noel Power
desktop/source/migration/migration.cxx | 62 + 1 file changed, 40 insertions(+), 22 deletions(-) New commits: commit 305d20133c1418405418a6c698b48eb8114ade5b Author: Petr Mladek pmla...@suse.cz Date: Fri Jan 27 18:07:03 2012 +0100 allow to migrate the

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - officecfg/registry

2012-01-30 Thread Noel Power
officecfg/registry/data/org/openoffice/Setup.xcu |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fcc91f9df71c2b5f06e5cd0729f4cc0fed6b1ded Author: Andras Timar ati...@suse.com Date: Fri Jan 27 19:25:32 2012 +0100 use the correct application icon of Writer/Web

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - 2 commits - cui/source svtools/inc svtools/source

2012-01-30 Thread Noel Power
: Fri Jan 27 23:44:26 2012 +0100 SvxBorderTabPage: the minimal border width is 1 twip Signed-off-by: Noel Power noel.po...@novell.com diff --git a/cui/source/tabpages/border.src b/cui/source/tabpages/border.src index 8496f18..45b412d 100644 --- a/cui/source/tabpages/border.src +++ b

[Libreoffice-commits] .: Branch 'libreoffice-3-4' - cui/source

2012-01-30 Thread Noel Power
Signed-off-by: Noel Power noel.po...@novell.com diff --git a/cui/source/tabpages/border.src b/cui/source/tabpages/border.src index 10599d5..d1372c3 100644 --- a/cui/source/tabpages/border.src +++ b/cui/source/tabpages/border.src @@ -116,7 +116,7 @@ TabPage RID_SVXPAGE_BORDER First = 25

[Libreoffice-commits] .: Branch 'libreoffice-3-4' - editeng/qa editeng/source

2012-01-30 Thread Noel Power
to create a custom BorderWidthImpl of type DOUBLE instead, that preserves the individual widths. Signed-off-by: Cédric Bosdonnat cedric.bosdonnat@free.fr Signed-off-by: Noel Power noel.po...@novell.com diff --git a/editeng/qa/items/borderline_test.cxx b/editeng/qa/items

[Libreoffice-commits] .: Branch 'libreoffice-3-4' - svtools/inc svtools/source

2012-01-30 Thread Noel Power
: LineListBox: fix handling of none style This was erroneously mapped to SOLID, thus effectively preventing the removal of borders via the list box. Signed-off-by: Noel Power noel.po...@novell.com diff --git a/svtools/inc/svtools/ctrlbox.hxx b/svtools/inc/svtools/ctrlbox.hxx

[Libreoffice-commits] .: Branch 'libreoffice-3-4' - 2 commits - sw/source

2012-01-30 Thread Noel Power
Bosdonnat cedric.bosdonnat@free.fr Signed-off-by: Noel Power noel.po...@novell.com diff --git a/sw/source/filter/xml/xmlithlp.cxx b/sw/source/filter/xml/xmlithlp.cxx index 7946b81..6fe9072 100644 --- a/sw/source/filter/xml/xmlithlp.cxx +++ b/sw/source/filter/xml/xmlithlp.cxx @@ -198,23

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sal/systools

2012-01-30 Thread Noel Power
with GetShortPathNameW from uwinapi.dll Signed-off-by: Noel Power noel.po...@novell.com diff --git a/sal/systools/win32/uwinapi/uwinapi.dxp b/sal/systools/win32/uwinapi/uwinapi.dxp index 0eeb2a3..ff5bc44 100755 --- a/sal/systools/win32/uwinapi/uwinapi.dxp +++ b/sal/systools/win32/uwinapi/uwinapi.dxp @@ -22,4

[Libreoffice-commits] .: officecfg/registry sc/inc sc/source

2012-01-30 Thread Noel Power
officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 13 +++- sc/inc/docoptio.hxx |7 +- sc/source/core/data/document.cxx | 16 - sc/source/core/tool/docoptio.cxx | 17 -

[Libreoffice-commits] .: sc/source

2012-01-25 Thread Noel Power
sc/source/ui/app/inputwin.cxx | 18 +++--- sc/source/ui/inc/inputwin.hxx |2 ++ 2 files changed, 13 insertions(+), 7 deletions(-) New commits: commit 7580fff93292d08bc6f42792f256b832f5c4bad6 Author: Noel Power noel.po...@novell.com Date: Wed Jan 25 12:36:17 2012 +

[Libreoffice-commits] .: sc/source solenv/bin

2012-01-24 Thread Noel Power
sc/source/ui/app/inputwin.cxx | 15 +++ sc/source/ui/inc/inputwin.hxx |1 + solenv/bin/ooinstall |2 +- 3 files changed, 13 insertions(+), 5 deletions(-) New commits: commit 1f0ba007489e77e4145fc840cc3a878772494fd7 Author: Noel Power noel.po...@novell.com Date

[Libreoffice-commits] .: 2 commits - solenv/bin

2012-01-24 Thread Noel Power
solenv/bin/ooinstall |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f00b387faeca2902909ce181f2f772a51ec4527f Author: Noel Power noel.po...@novell.com Date: Tue Jan 24 11:14:38 2012 + fix ( hopefully ) viewing artifacts in input line fdo#44391 diff --git

[Libreoffice-commits] .: basic/source

2012-01-24 Thread Noel Power
basic/source/sbx/sbxvalue.cxx | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) New commits: commit 68a55b78362209fb6244ed31e23042af60c39c85 Author: Noel Power noel.po...@novell.com Date: Tue Jan 24 12:27:19 2012 + tweak treatment of '+/-' operators when dealing

[Libreoffice-commits] .: basic/source

2012-01-17 Thread Noel Power
basic/source/sbx/sbxvalue.cxx |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 9eef1e2961f9607fb235b43516bfe9f8fc24eaef Author: Noel Power noel.po...@novell.com Date: Tue Jan 17 10:11:22 2012 + fix Date 'operation' Date foobar Post commit

[Libreoffice-commits] .: Branch 'libreoffice-3-4' - basic/source

2012-01-13 Thread Noel Power
basic/source/sbx/sbxvalue.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 726344abbbec4beab5525c7890a360f9877d1ffa Author: Noel Power noel.po...@novell.com Date: Thu Jan 12 15:46:52 2012 + restore special DATE handling code for SbxValue::Compute

[Libreoffice-commits] .: sc/source

2012-01-13 Thread Noel Power
sc/source/filter/excel/xename.cxx |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) New commits: commit a0b20e1f023dedc849baf68f278c6f6df0660b11 Author: Noel Power noel.po...@novell.com Date: Thu Jan 12 13:00:55 2012 + fix definedName corruption for xlsx export ( bnc

[Libreoffice-commits] .: 2 commits - basctl/uiconfig default_images/cmd officecfg/registry ooo_custom_images/hicontrast ooo_custom_images/human ooo_custom_images/industrial ooo_custom_images/oxygen sv

2012-01-10 Thread Noel Power
/oxygen/cmd/sch_insertformvscroll.png|binary svx/sdi/svx.sdi | 14 - 85 files changed, 21 insertions(+), 22 deletions(-) New commits: commit ffbd3846d40eaf3dc8e8fa37e57d48ff7da88a5b Author: Noel Power noel.po

[Libreoffice-commits] .: basic/source

2012-01-09 Thread Noel Power
basic/source/sbx/sbxvalue.cxx | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-) New commits: commit 9df90559d40f029479c4481e31f88737b70742f6 Author: Noel Power noel.po...@novell.com Date: Mon Jan 9 13:09:37 2012 + restore special DATE handling code for SbxValue

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - 2 commits - basctl/uiconfig default_images/cmd officecfg/registry ooo_custom_images/hicontrast ooo_custom_images/human ooo_custom_images/industrial

2012-01-09 Thread Noel Power
/oxygen/cmd/sch_insertformvscroll.png|binary svx/sdi/svx.sdi | 14 - 85 files changed, 21 insertions(+), 22 deletions(-) New commits: commit bffe72a6ac6f4bbfc5be689aaf5839157221970d Author: Noel Power noel.po

[Libreoffice-commits] .: basctl/source

2011-12-15 Thread Noel Power
basctl/source/basicide/scriptdocument.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f269629d1b0182d89b2f5a769fbb0f8dcb815ec3 Author: Noel Power noel.po...@novell.com Date: Thu Dec 15 15:13:04 2011 + fix mistaken String::CreateFromInt32 - OUString

[Libreoffice-commits] .: sc/source unusedcode.easy

2011-12-15 Thread Noel Power
sc/source/ui/app/inputwin.cxx |7 --- sc/source/ui/inc/inputwin.hxx |1 - unusedcode.easy |1 - 3 files changed, 9 deletions(-) New commits: commit 63a817d2fb00f248053566c8b8364667432fa8b3 Author: Noel Power noel.po...@novell.com Date: Wed Dec 14 14:02:29 2011

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - 2 commits - sc/source unusedcode.easy

2011-12-15 Thread Noel Power
sc/source/ui/app/inputwin.cxx | 10 +++--- sc/source/ui/inc/inputwin.hxx |1 - unusedcode.easy |1 - 3 files changed, 3 insertions(+), 9 deletions(-) New commits: commit 9cd03b7a91c63066cb061966b474ee736ceddbdd Author: Noel Power noel.po...@novell.com Date: Wed Dec

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - 2 commits - sc/source vcl/inc vcl/source

2011-12-14 Thread Noel Power
cefd323936db42b3414c01c4a6dfe1550b364ed3 Author: Noel Power noel.po...@novell.com Date: Wed Dec 14 10:49:10 2011 + stop formulabar controls being repositioned vertically in multiline mode diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index a324994..b9ab412 100644 --- a/sc

[Libreoffice-commits] .: 2 commits - sc/source

2011-12-13 Thread Noel Power
sc/source/ui/app/inputhdl.cxx |4 +- sc/source/ui/app/inputwin.cxx | 69 -- sc/source/ui/inc/inputwin.hxx | 15 ++--- 3 files changed, 45 insertions(+), 43 deletions(-) New commits: commit 4b6e0d42d72f8d2f5a18a0e0af595d884d96f552 Author: Kohei

[Libreoffice-commits] .: sc/source

2011-12-11 Thread Noel Power
sc/source/ui/app/inputwin.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit bee8375b7205d4a468a2d3a928249e7923b2147a Author: Noel Power noel.po...@novell.com Date: Mon Dec 12 00:59:52 2011 + double check pEditView ( appears some re-entrency foo can

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - 2 commits - sc/source

2011-12-11 Thread Noel Power
sc/source/ui/app/inputhdl.cxx |3 ++- sc/source/ui/app/inputwin.cxx | 33 +++-- sc/source/ui/inc/inputwin.hxx |2 +- 3 files changed, 18 insertions(+), 20 deletions(-) New commits: commit 1b28a657678f2cc64861030cbe3bea13d1bebd95 Author: Noel Power noel.po

[Libreoffice-commits] .: sc/source

2011-12-07 Thread Noel Power
sc/source/ui/app/inputwin.cxx | 25 +++-- sc/source/ui/inc/inputwin.hxx |2 +- 2 files changed, 12 insertions(+), 15 deletions(-) New commits: commit fa83f16b4e3c42d102dd5b9edffe0732ea46b897 Author: Noel Power noel.po...@novell.com Date: Wed Dec 7 15:40:28 2011 +

[Libreoffice-commits] .: sc/source

2011-12-07 Thread Noel Power
sc/source/ui/app/inputwin.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit fe1e91678f68c4f06d6566ea8af918b984fde85b Author: Noel Power noel.po...@novell.com Date: Wed Dec 7 15:53:20 2011 + remove unused variable diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - 2 commits - sc/source

2011-12-07 Thread Noel Power
sc/source/ui/app/inputwin.cxx | 24 ++-- sc/source/ui/inc/inputwin.hxx |2 +- 2 files changed, 11 insertions(+), 15 deletions(-) New commits: commit 2e580e9b1b0d095cda7991614f58681c75336a83 Author: Noel Power noel.po...@novell.com Date: Wed Dec 7 15:53:20 2011 +

[Libreoffice-commits] .: basctl/sdi basctl/source basctl/uiconfig default_images/cmd officecfg/registry ooo_custom_images/hicontrast ooo_custom_images/human ooo_custom_images/industrial ooo_custom_ima

2011-12-06 Thread Noel Power
++--- svx/sdi/svx.sdi | 14 ++--- 8 files changed, 64 insertions(+), 64 deletions(-) New commits: commit 83a28682f21f7b284aa57f9c336bae551621da03 Author: Noel Power noel.po...@novell.com Date: Tue Dec 6 14:52:51 2011 + remove

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - basctl/sdi basctl/source basctl/uiconfig default_images/cmd officecfg/registry ooo_custom_images/hicontrast ooo_custom_images/human ooo_custom_image

2011-12-06 Thread Noel Power
++--- svx/sdi/svx.sdi | 14 ++--- 8 files changed, 64 insertions(+), 64 deletions(-) New commits: commit b08e273015d72251b68bca86535cf5919dd9e40e Author: Noel Power noel.po...@novell.com Date: Tue Dec 6 14:52:51 2011 + remove

[Libreoffice-commits] .: sc/source

2011-11-29 Thread Noel Power
sc/source/ui/app/inputwin.cxx |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit 71e77655660fa719ca0e91c7daa94e045e3006a3 Author: Noel Power noel.po...@novell.com Date: Tue Nov 29 15:58:48 2011 + detect TEXTMODIFIED event from EditEngine ( and add

[Libreoffice-commits] .: sc/source

2011-11-28 Thread Noel Power
sc/source/ui/app/inputwin.cxx | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) New commits: commit e46454b676bedc5585456cc37c63c9e4ff7deaad Author: Noel Power noel.po...@novell.com Date: Mon Nov 28 10:58:31 2011 + reorganise some resize logic diff --git a/sc

[Libreoffice-commits] .: vcl/source

2011-11-25 Thread Noel Power
vcl/source/window/toolbox.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 93a5933060f61a5fb585148e4125a8ab22305259 Author: Noel Power noel.po...@novell.com Date: Fri Nov 25 14:25:46 2011 + really limit special layout to single line non-floating

[Libreoffice-commits] .: sc/source vcl/inc vcl/source

2011-11-24 Thread Noel Power
50171e51373800bfe598e461d551f873aff87f09 Author: Noel Power noel.po...@novell.com Date: Thu Nov 24 19:45:09 2011 + tweak toolbar layout for gsoc formula/input bar other misc changes summary: * tweak toolbar layout to layout the toolbar items aligned to top of highest item * make

[Libreoffice-commits] .: sc/inc sc/source

2011-11-23 Thread Noel Power
6151ec073e86be2fccffd5bf46d31a8261a232d3 Author: Noel Power noel.po...@novell.com Date: Wed Nov 23 16:27:17 2011 + add mouse resize (and other bits ) to gsoc formulabar diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 2edba1e..6ca8544 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -1006,7 +1006,9

[Libreoffice-commits] .: sc/source

2011-11-22 Thread Noel Power
sc/source/ui/app/inputwin.cxx | 241 -- sc/source/ui/inc/inputwin.hxx | 14 +- 2 files changed, 177 insertions(+), 78 deletions(-) New commits: commit 319d8be9dad248a3ced5ac311e0b20ec3ed4cef7 Author: Noel Power noel.po...@novell.com Date: Tue Nov 22

[Libreoffice-commits] .: cui/source

2011-11-18 Thread Noel Power
cui/source/dialogs/hyphen.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit c69c088a117857521efc619bb53baee087ca Author: Niklas Johansson niklas@niklas-VirtualBox.(none) Date: Mon Nov 7 16:51:27 2011 +0100 Fixed for bug 40505 UI: HYPHENATION

[Libreoffice-commits] .: basctl/source officecfg/registry

2011-11-18 Thread Noel Power
deletions(-) New commits: commit fd48c0eead825326ce1ee31d043185a79e7fa87f Author: Noel Power noel.po...@novell.com Date: Fri Nov 18 16:41:11 2011 + add license info to linenumberwindow.[ch]xx, fix menu label diff --git a/basctl/source/basicide/linenumberwindow.cxx b/basctl/source

[Libreoffice-commits] .: sc/source

2011-11-17 Thread Noel Power
sc/source/ui/view/cellsh.cxx | 84 +++ sc/source/ui/view/cellsh1.cxx | 90 -- sc/source/ui/view/cellsh2.cxx | 43 ++-- sc/source/ui/view/cellsh4.cxx | 16 +++ 4 files changed, 116

[Libreoffice-commits] .: officecfg/registry sw/source

2011-11-16 Thread Noel Power
officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu | 4 - officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu | 4 - sw/source/ui/wrtsh/navmgr.cxx| 29 ++ 3 files changed, 33

[Libreoffice-commits] .: 2 commits - basctl/inc basctl/sdi basctl/source basctl/uiconfig officecfg/registry sfx2/inc sfx2/sdi starmath/inc starmath/source

2011-11-16 Thread Noel Power
deletions(-) New commits: commit 73d3c9504a479e62126d1e7a1766173370603aa1 Author: Noel Power noel.po...@novell.com Date: Wed Nov 16 14:53:38 2011 + add new 'Goto Line' menu item to Basic IDE diff --git a/basctl/inc/basidesh.hrc b/basctl/inc/basidesh.hrc index f3a1e64..9e5ccb2 100644

[Libreoffice-commits] .: 2 commits - default_images/res ooo_custom_images/crystal ooo_custom_images/hicontrast ooo_custom_images/human ooo_custom_images/industrial ooo_custom_images/oxygen ooo_custom_

2011-11-15 Thread Noel Power
/tango/res/sx03252.png |binary vcl/inc/svids.hrc|3 + vcl/source/src/images.src| 75 +++ 47 files changed, 78 insertions(+) New commits: commit a1cc4e507cb6547d7715be09bff29366424c09fe Author: Noel Power noel.po

[Libreoffice-commits] .: 3 commits - default_images/res ooo_custom_images/crystal ooo_custom_images/hicontrast ooo_custom_images/human ooo_custom_images/industrial ooo_custom_images/oxygen ooo_custom_

2011-11-15 Thread Noel Power
240dc332ad59fc2c45eccb4b2f4923fde09a784b Author: Noel Power noel.po...@novell.com Date: Tue Nov 15 17:13:38 2011 + fix build error, remove still referenced (indirectly ) images diff --git a/svtools/source/misc/imagemgr.src b/svtools/source/misc/imagemgr.src index 62104ea..d1d25c8 100644 --- a/svtools/source/misc

[Libreoffice-commits] .: sc/source

2011-11-14 Thread Noel Power
sc/source/ui/docshell/docsh.cxx | 41 +++- 1 file changed, 24 insertions(+), 17 deletions(-) New commits: commit fff1cec87f3c81904dad98b7a2ccd50138264791 Author: Christina Rossmanith chrrossman...@web.de Date: Fri Nov 11 23:09:26 2011 +0100 Remove

[Libreoffice-commits] .: writerfilter/source

2011-11-09 Thread Noel Power
writerfilter/source/rtftok/rtfdocumentimpl.cxx |9 + 1 file changed, 9 insertions(+) New commits: commit 02c6f5c74b346f1e3a095d99a36ece6b603bc26b Author: Noel Power noel.po...@novell.com Date: Wed Nov 9 14:36:28 2011 + fix rtf image import ( causing wrong image sometimes

[Libreoffice-commits] .: cui/source sfx2/inc sw/source

2011-10-28 Thread Noel Power
cui/source/tabpages/backgrnd.cxx |2 -- cui/source/tabpages/chardlg.cxx |3 +-- sfx2/inc/sfx2/htmlmode.hxx|3 --- sw/source/filter/html/css1atr.cxx |2 +- sw/source/filter/html/htmlatr.cxx |7 +++ sw/source/ui/config/viewopt.cxx | 10 -- 6 files

[Libreoffice-commits] .: connectivity/source

2011-10-28 Thread Noel Power
connectivity/source/drivers/odbcbase/OConnection.cxx | 20 +-- 1 file changed, 18 insertions(+), 2 deletions(-) New commits: commit 9b58d9353073c6535da0529cd9a48e435f043fa8 Author: Terrence Enger ten...@iseries-guru.com Date: Thu Oct 27 16:37:50 2011 -0400 leaking

[Libreoffice-commits] .: 2 commits - oovbaapi/ooo sc/qa sc/source

2011-10-28 Thread Noel Power
deletions(-) New commits: commit 2a91e5bf2bce5ec932ac712e77e18b3efe2509a8 Author: Noel Power noel.po...@novell.com Date: Fri Oct 28 13:00:46 2011 +0100 re-enable vba.xls, tweak TestAddress.xls (move tests back to normal module) diff --git a/sc/qa/unit/data/xls/TestAddress.xls b/sc/qa/unit/data

[Libreoffice-commits] .: sc/qa

2011-10-27 Thread Noel Power
sc/qa/unit/macros-test.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit d3c18a6436e5e27f9d229a3b80a25d61d599461f Author: Noel Power noel.po...@novell.com Date: Thu Oct 27 16:46:45 2011 +0100 attempt to disable macro_test tests for macosx diff --git

[Libreoffice-commits] .: configmgr/source sc/CppunitTest_sc_macros_test.mk sc/qa test/prj test/user-template

2011-10-26 Thread Noel Power
/registrymodifications.xcu | 37 + test/user-template/user/registrymodifications.xcu | 37 - 6 files changed, 56 insertions(+), 40 deletions(-) New commits: commit 8e68391fc99b34702d76526e6b3ab4720ac017e4 Author: Noel Power noel.po...@novell.com Date: Wed Oct

[Libreoffice-commits] .: 3 commits - sc/qa toolkit/source

2011-10-24 Thread Noel Power
commits: commit 1b2b2283000850dedb00659ce49a0c5eee4aeebb Author: Noel Power noel.po...@novell.com Date: Mon Oct 24 15:05:39 2011 +0100 fix wae aRect uninitialized when used within its own initialization diff --git a/toolkit/source/controls/dialogcontrol.cxx b/toolkit/source/controls

[Libreoffice-commits] .: oox/source

2011-10-21 Thread Noel Power
oox/source/ole/vbainputstream.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e3ef9bebf69479ead10a10a9a25d866321970edb Author: Noel Power noel.po...@novell.com Date: Fri Oct 21 10:51:10 2011 +0100 tweak compressession hack to fix vba module import

[Libreoffice-commits] .: Branch 'feature/writeable-oletool' - src/ole.py src/oletool.py

2011-10-06 Thread Noel Power
src/ole.py | 30 -- src/oletool.py | 29 - 2 files changed, 40 insertions(+), 19 deletions(-) New commits: commit 77e73a40bbaf5273ba775e70026c4494bdfbe30f Author: Noel Power noel.po...@novell.com Date: Thu Oct 6 21:58:13 2011

[Libreoffice-commits] .: oox/source

2011-10-05 Thread Noel Power
oox/source/ole/olehelper.cxx | 28 ++-- 1 file changed, 26 insertions(+), 2 deletions(-) New commits: commit 04688482241aa28b40f3ba911a4c9acab87b5d56 Author: Noel Power noel.po...@novell.com Date: Wed Oct 5 17:52:32 2011 +0100 add hackery re. EditControls

[Libreoffice-commits] Changes to 'feature/writeable-oletool'

2011-10-03 Thread Noel Power
New branch 'feature/writeable-oletool' available with the following commits: commit b4933e6563fdbdf11612258ad84feeb6806fa7e3 Author: Noel Power noel.po...@novell.com Date: Mon Oct 3 10:41:46 2011 +0100 fix some syntax errors when adding a short stream, Note: adding a short stream