connectivity/source/drivers/evoab2/NColumns.cxx |8
connectivity/source/drivers/evoab2/NColumns.hxx |2 +-
connectivity/source/drivers/evoab2/NTable.cxx |2 +-
connectivity/source/drivers/evoab2/NTables.hxx |2 +-
connectivity/source/drivers/kab/KColumns.cxx| 10 +
Moin!
* Open changes on master for project core changed in the last 25 hours:
First time contributors doing great things!
+ external: revert java 1.6 stuff (at least until we'd get a real check in
in https://gerrit.libreoffice.org/8801 from Douglas Mencken
about module build, exter
connectivity/source/drivers/ado/AColumn.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 89147da58913a10157632a56a3c156911b86e1df
Author: Noel Grandin
Date: Tue Apr 1 07:49:44 2014 +0200
fix sal_Bool conversion in connectivity/source/drivers/ado
Ch
Hi all,
Using the reply I found out that the events coming from the keyboard
has this behavior.
Using the argument KeyEvent coming to function in file tabvwsh4.cxx
bool ScTabViewShell::TabKeyInput(const KeyEvent& rKEvt)
I can get codes of all keys except of Caps-Lock, NumLock and
Scroll(Whi
https://bugs.freedesktop.org/show_bug.cgi?id=34555
--- Comment #40 from Tim Deaton ---
Issue 61991 is only partially a duplicate of this one. This issue has dealt
exclusively with adding a cropping tool to Writer. Issue 61991 (and 74099,
which I created and which was marked as a duplicate of 61
https://bugs.freedesktop.org/show_bug.cgi?id=75240
Commit Notification changed:
What|Removed |Added
Whiteboard|EasyHack DifficultyBeginner |EasyHack DifficultyBeginner
vcl/source/gdi/bitmap3.cxx | 135 +++--
1 file changed, 71 insertions(+), 64 deletions(-)
New commits:
commit 95d7ebd22dd20da5a7a26000494b553944fc23ee
Author: Milan Zelenka
Date: Wed Mar 26 21:52:36 2014 +0100
Improved coding style as shown in exam
sc/source/ui/view/gridwin.cxx |6 --
1 file changed, 4 insertions(+), 2 deletions(-)
New commits:
commit f1ba280a5dd646654bd86fd3db26a2347484e8cc
Author: Trent MacAlpine
Date: Wed Mar 5 22:40:15 2014 -0500
fdo#42164 Esc doesn't clear copy source overlay in panes of split/frozen
v
Hi All,
Hoping to get some guidance on this:
https://bugs.freedesktop.org/show_bug.cgi?id=76752
Apparently the toolbar I made is automatically showing in database forms
(as empty). Weird thing is that once you uncheck the toolbar in View -->
Toolbars the toolbar disappears from the list ("Change
sd/qa/unit/import-tests.cxx | 37 +
1 file changed, 37 insertions(+)
New commits:
commit 2aaf9a5c9a06b770598c84b427c5099bf127d856
Author: Markus Mohrhard
Date: Tue Apr 1 01:55:02 2014 +0200
prevent leaked tmp files from sd import test
Change-
svl/source/numbers/zformat.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0416742a914a92228704f899c6bbc1c2851620c4
Author: Eike Rathke
Date: Tue Apr 1 00:08:35 2014 +0200
adapted the ifdef'ed portion as well
Change-Id: I95ef44f12ad478677e761edb19
svl/source/numbers/zformat.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0a2cd63a2675496ef2ba19a9144246ff4c20955a
Author: Caolán McNamara
Date: Sat Mar 29 21:16:41 2014 +
coverity#735502 Logically dead code
Change-Id: I386944df28c7e7464e596
include/vcl/outdev.hxx |1 +
include/vcl/print.hxx|1 +
include/vcl/virdev.hxx |3 +++
include/vcl/window.hxx |5 +++--
vcl/source/gdi/outdev4.cxx |3 +--
vcl/source/gdi/print.cxx |5 +
vcl/source/gdi/virdev.cxx|5 +
vcl/sourc
sc/source/core/data/column3.cxx | 108 +++
sc/source/ui/docshell/docsh8.cxx | 55 +--
2 files changed, 134 insertions(+), 29 deletions(-)
New commits:
commit e65141e93a540fc9fb4343ee65a5a7da7e3b1769
Author: Eike Rathke
Date: Mon Mar 31 19
vcl/inc/headless/svpgdi.hxx |6 ++
vcl/inc/quartz/salgdi.h |2 --
2 files changed, 2 insertions(+), 6 deletions(-)
New commits:
commit 17e2d6982cee17888f97e1d268186e297a6c5dbd
Author: Tor Lillqvist
Date: Mon Mar 31 23:10:05 2014 +0300
Need to define mnContextStackDepth alw
vcl/source/filter/graphicfilter.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6e0b9798b329fc1a9b8429461b09726a8f2107f3
Author: Matúš Kukan
Date: Mon Mar 31 16:18:18 2014 +0200
error: unused variable 'aReturnString'
Change-Id: I53241eb41a07546f
svtools/source/control/roadmap.cxx |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 54f27df803da7f9b0d7de9dc027dc89bc20ad560
Author: Ariel Constenla-Haile
Date: Mon Mar 31 19:41:22 2014 +
i124570 - Prevent a null pointer dereference
diff --git a/svtools/
vcl/quartz/salbmp.cxx | 15 ++-
vcl/quartz/salvd.cxx |1 +
2 files changed, 15 insertions(+), 1 deletion(-)
New commits:
commit 092f498fb3dd4f89ab43c0c76930ecc42a2900d4
Author: Tor Lillqvist
Date: Mon Mar 31 23:01:40 2014 +0300
More CoreGraphics tracing
Change-
Hi,
to build software with Maven, you have to provide meta information (a pom.xml)
to each jar, which is a dependency of your software. In turn, the build system
Maven with automatically figure out which jar to fetch from where and in which
version. To simplify the creation of Java dependencies fo
vcl/quartz/salbmp.cxx | 23 +--
vcl/quartz/salgdicommon.cxx |1 +
vcl/quartz/salvd.cxx| 11 +--
3 files changed, 31 insertions(+), 4 deletions(-)
New commits:
commit 8bc28541fa9d686a753a034a42c652451734
Author: Tor Lillqvist
Date: Mon Mar 3
vcl/generic/print/prtsetup.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6f86b9d016fa8e56ee808c914b26f386d5cec7cc
Author: Tor Lillqvist
Date: Mon Mar 31 22:03:50 2014 +0300
WaE: unused parameter 'pEdit'
Change-Id: Ibd4abdb0073e20239a220440c14e05
sw/source/core/layout/hffrm.cxx|5 -
sw/source/core/layout/layact.cxx | 21 -
sw/source/core/layout/laycache.cxx | 12
sw/source/core/layout/layouter.cxx |2 --
4 files changed, 40 deletions(-)
New commits:
commit 6e238e51c23476cc5d383e0238ca
include/sal/log-areas.dox |1
vcl/inc/headless/svpgdi.hxx |3
vcl/inc/quartz/salgdi.h |3
vcl/inc/quartz/salgdicommon.hxx | 12 +++
vcl/inc/quartz/utils.h |9 +-
vcl/quartz/salbmp.cxx |6 -
vcl/quartz/salgdi.cxx | 21 +-
sot/source/sdstor/stgdir.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit be3e9eb3656451b3091f45011f33d701f13b3c13
Author: Andre Fischer
Date: Mon Mar 31 16:08:32 2014 +
i124461: Allow slightly larger nesting depth of SetupEntry call (merged
from branc
solenv/bin/native-code.py |1 +
1 file changed, 1 insertion(+)
New commits:
commit 3fec64a87f3b611c13a10c6dd84de0cf9c7c35b5
Author: Tor Lillqvist
Date: Mon Mar 31 20:58:54 2014 +0300
Need com_sun_star_i18n_Collator_get_implementation for some odt docs, it
seems
Change-Id: I1
Tibby Lickle wrote:
> I was wondering if anyone could shed some light on this bug and/or
> why this design decision was undertaken?
>
Hey Tibby,
not ultimately. Have a look at commit cb5427f40 for how the code
behaved originally (in the SdXImpressDocument::getRenderer() method) -
Impress always h
ios/experimental/TiledLibreOffice/TiledLibreOffice/TiledView.m | 53
+++---
1 file changed, 38 insertions(+), 15 deletions(-)
New commits:
commit cde082f5f1072530cf7639eb5ce7c24dac9e6826
Author: Tor Lillqvist
Date: Mon Mar 31 20:10:17 2014 +0300
Bin a few since long commented-out l
sal/osl/unx/file_path_helper.hxx | 56 ---
1 file changed, 56 deletions(-)
New commits:
commit c50e8224a40d8aaf8b8c2f29b1d1240022ac58a5
Author: Stephan Bergmann
Date: Mon Mar 31 18:21:20 2014 +0200
Remove unused inline functions
Change-Id: Ic
Hi Eike,
Your reply is very helpful. I know basic c++ and programming but It's
hard to go through a large code base. Thank you very much.
On Mon, Mar 31, 2014 at 6:09 PM, Eike Rathke wrote:
> Hi Tharindu,
>
> On Sunday, 2014-03-30 11:13:13 +0530, Tharindu Amila Perera wrote:
>
>> 1] ScTabViewShe
vcl/source/gdi/dibtools.cxx | 13 +++--
1 file changed, 7 insertions(+), 6 deletions(-)
New commits:
commit 61efddf5ab8cd318e022ca1ac817ba0879a55e23
Author: Oliver-Rainer Wittmann
Date: Mon Mar 31 14:37:21 2014 +
124555: restore stream position after Seek to end of stream
d
cui/source/dialogs/linkdlg.cxx |2 +-
svtools/source/misc/embedhlp.cxx |2 +-
sw/inc/crstate.hxx |1 +
sw/source/filter/html/htmlform.cxx |2 ++
sw/source/filter/html/htmlgrin.cxx |4
5 files changed, 9 insertions(+), 2 deletions(-)
New commits:
comm
https://bugs.freedesktop.org/show_bug.cgi?id=57950
--- Comment #49 from Commit Notification
---
Krisztian Pinter committed a patch related to this issue.
It has been pushed to "master":
http://cgit.freedesktop.org/libreoffice/core/commit/?id=b5bfa65868b0d1cf735d81686d0f3d97e780c40d
fdo#57950 R
sw/source/filter/html/htmlatr.cxx | 176 ++
1 file changed, 86 insertions(+), 90 deletions(-)
New commits:
commit b5bfa65868b0d1cf735d81686d0f3d97e780c40d
Author: Krisztian Pinter
Date: Wed Mar 19 17:31:22 2014 +0100
fdo#57950 Replace chained append in
editeng/source/items/borderline.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ddac6b1f305ff0c23fc49b50cd90738c7029d555
Author: Caolán McNamara
Date: Mon Mar 31 16:33:02 2014 +0100
use SAL_N_ELEMENTS
Change-Id: I533ce52828ae08a6ab111bcbeaaa6b44c
editeng/source/items/borderline.cxx | 12 +---
editeng/source/items/svxitems.src | 16
include/editeng/editrids.hrc|9 -
3 files changed, 33 insertions(+), 4 deletions(-)
New commits:
commit 0b7c8569782ecc5023d221f2063a664d008beb7b
Author: Luke D
editeng/source/items/borderline.cxx | 10 --
sw/source/filter/ww8/ww8atr.cxx |9 +
2 files changed, 17 insertions(+), 2 deletions(-)
New commits:
commit fe3dff30205d4b6b276e3687edda48c19de1547f
Author: Luke Deller
Date: Fri Mar 28 22:51:36 2014 +1100
.doc support
dtrans/source/win32/ftransl/ftransl.cxx |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 001af24128f04df6583bd9613090568817f2b5b2
Author: Armin Le Grand
Date: Thu Feb 20 15:49:56 2014 +
Resolves: #i124085# improved support for PNG clipboard format on wi
wizards/com/sun/star/wizards/ui/ImageList.py |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6a227525d8994be2ccc07e8bda2b51d8827d241c
Author: Julien Nabet
Date: Sun Mar 30 21:38:04 2014 +0200
Resolves: fdo#76802 error msg in Web Page Wizard dialog
Cha
wizards/com/sun/star/wizards/ui/ImageList.py |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fa3f404f27b9e816c7c4e947c9da5fb065aa76a7
Author: Julien Nabet
Date: Sun Mar 30 21:38:04 2014 +0200
Resolves: fdo#76802 error msg in Web Page Wizard dialog
Cha
sdext/source/pdfimport/tree/pdfiprocessor.cxx | 35 ++
sdext/source/pdfimport/tree/pdfiprocessor.hxx |1
2 files changed, 19 insertions(+), 17 deletions(-)
New commits:
commit 2498e4725e4a8c3a8193e61618d314837d8db180
Author: Vort
Date: Mon Mar 31 07:59:07 2014 +0
sw/qa/extras/ooxmlexport/ooxmlexport.cxx |3 ---
sw/qa/extras/rtfexport/rtfexport.cxx |3 ---
sw/source/filter/ww8/ww8atr.cxx | 15 ---
3 files changed, 8 insertions(+), 13 deletions(-)
New commits:
commit 84c40768f8acb0342dcfa223133497f57620fc14
Author: Miklos
vcl/uiconfig/ui/printdialog.ui | 189 +
1 file changed, 98 insertions(+), 91 deletions(-)
New commits:
commit e764b46eea2aab37b7f62d6bf495d2b80080e3b2
Author: Caolán McNamara
Date: Mon Mar 31 16:04:14 2014 +0100
Resolves: fdo#63228 Printers list d
vcl/quartz/salgdicommon.cxx |7 +++
1 file changed, 3 insertions(+), 4 deletions(-)
New commits:
commit 449aa3c6757da834e03129dfff40ac74b385f0e4
Author: Tor Lillqvist
Date: Mon Mar 31 17:59:37 2014 +0300
Just spell out the NULL instead of having a const variable for it
Ch
include/vcl/ppdparser.hxx | 13 +++
vcl/generic/print/prtsetup.cxx| 39 +++---
vcl/generic/print/prtsetup.hxx|4 +++
vcl/inc/svids.hrc |1
vcl/source/src/print.src |5
vcl/uiconfi
sfx2/source/control/dispatch.cxx |5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
New commits:
commit dcc8c9173d76c3f31af6b1098d920c5491ed150e
Author: Miklos Vajna
Date: Mon Mar 31 16:17:31 2014 +0200
SAL_WARN -> SAL_INFO in SfxDispatcher::_FillState()
These warnings
vcl/source/gdi/outdev3.cxx | 40 +++-
1 file changed, 23 insertions(+), 17 deletions(-)
New commits:
commit ea7102c93c33884a68d4dba0de7d52f8ed4f4579
Author: Chris Sherlock
Date: Tue Mar 25 21:54:20 2014 +1100
fdo#74702 OutputDevice::ImplInitFontList()
sw/inc/unobrushitemhelper.hxx |7 ++-
sw/qa/extras/rtfexport/rtfexport.cxx |3 ---
sw/source/core/attr/format.cxx| 10 +-
sw/source/core/unocore/unobrushitemhelper.cxx |4
sw/source/core/unocore/unoframe.cxx | 10 +
sal/rtl/strtmpl.cxx |4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 53851801c62185541ccbee4421f9327b225771a2
Author: Caolán McNamara
Date: Mon Mar 31 14:33:26 2014 +0100
coverity#983373 Dereference before null check
Change-Id: Ie2a6b5e71f76ff2900f
svx/source/inc/eventhandler.hxx | 29 +
1 file changed, 5 insertions(+), 24 deletions(-)
New commits:
commit 0f492c419be2110937d3116f5c86c026d733f797
Author: Tor Lillqvist
Date: Mon Mar 31 16:19:33 2014 +0300
Cosmetics
Change-Id: Ibda0c9b7ef68f040af2
include/svx/sdr/event/eventhandler.hxx| 132 --
svx/source/inc/eventhandler.hxx | 132 ++
svx/source/sdr/contact/objectcontact.cxx |5
svx/source/sdr/contact/objectcontactofpageview.cxx|5
svx/source
sal/CppunitTest_sal_rtl_oustring.mk |4
1 file changed, 4 insertions(+)
New commits:
commit c184d9fe120653630ecd450e96e8ceab6fdc
Author: Stephan Bergmann
Date: Mon Mar 31 15:00:52 2014 +0200
Missing dependency
Change-Id: I4e2444113871376c5ba134c523752e08812e70d9
dif
soltools/cpp/_eval.c | 12 ++--
sw/source/core/frmedt/tblsel.cxx |2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
New commits:
commit 1cc318bfe68d89015d8aa0d98e5e94fe72ec892a
Author: Stephan Bergmann
Date: Mon Mar 31 14:58:59 2014 +0200
Typo #elsif -> #eli
Hi Tharindu,
On Sunday, 2014-03-30 11:13:13 +0530, Tharindu Amila Perera wrote:
> 1] ScTabViewShell::KeyInput as the starting point to capture the event
>
> the keyinput function decl is found at tabvwsh.hxx. But I cannot seem
> to find a place it has been used for reference.
"used" in the sens
vcl/uiconfig/ui/printerdevicepage.ui | 84 ++-
1 file changed, 45 insertions(+), 39 deletions(-)
New commits:
commit 93657bdb7b0f20cb2d868bac024a0f042a9a90cb
Author: Caolán McNamara
Date: Mon Mar 31 12:49:44 2014 +0100
add mnemonic widgets
Chang
smoketest/CppunitTest_smoketest.mk |2 --
solenv/gbuild/CppunitTest.mk |7 ---
2 files changed, 9 deletions(-)
New commits:
commit b5a680c5de114dd6d0ea4ab29715c2bcff2b1ec4
Author: Stephan Bergmann
Date: Mon Mar 31 13:43:34 2014 +0200
SAL_DIAGNOSE_ABORT is no longer used
oox/source/core/xmlfilterbase.cxx|1 +
writerfilter/source/dmapper/BorderHandler.hxx|1 +
writerfilter/source/dmapper/CellColorHandler.hxx |1 +
writerfilter/source/dmapper/CellMarginHandler.hxx|1 +
writerfilter/source/dmapper/FFDataHandler.hxx
sal/cppunittester/cppunittester.cxx |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit dc9feb69f86b7c8e4f7b52ea6b4a18abd64b036b
Author: Stephan Bergmann
Date: Mon Mar 31 13:35:02 2014 +0200
Move invariant writes outside loop
Change-Id: Ia254fe382a00b
include/tools/debug.hxx | 145 ---
include/tools/tools.h| 31 --
solenv/gbuild/CppunitTest.mk |5
solenv/gbuild/JunitTest.mk |5
tools/Library_tl.mk |1
tools/source/debug/debug.cxx | 502 ---
writerperfect/qa/unit/WpftImportTestBase.cxx | 48 +++
1 file changed, 27 insertions(+), 21 deletions(-)
New commits:
commit c6821e66a66bd8fbb2c5a617e49783b7a4fc0724
Author: David Tardon
Date: Mon Mar 31 12:36:27 2014 +0200
speed up the import tests
Chan
Hi all,
I've been working on fixing fdo#63905 (
https://bugs.freedesktop.org/show_bug.cgi?id=63905) and came across a
comment in the code (
http://opengrok.libreoffice.org/xref/core/include/vcl/print.hxx#524) to the
effect of Draw/Impress never using the page format specified in the Format
- Page
fpicker/source/office/iodlg.cxx |5 -
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit 0094a8c95c901d22fd56e9613f017fa8be3affd5
Author: Andras Timar
Date: Sun Mar 30 12:54:05 2014 +0200
fdo#76778 fix wildcard support in File Open dialog
Change-Id: Ifbdf6
sc/source/core/data/document.cxx | 101 ---
1 file changed, 32 insertions(+), 69 deletions(-)
New commits:
commit 9ae833b62956a6d86772e2d2bf83a7391f322b00
Author: Kohei Yoshida
Date: Fri Mar 28 20:50:29 2014 -0400
rhbz#1080196: Delete the destination f
include/oox/drawingml/textbodyproperties.hxx|1 +
include/oox/drawingml/textcharacterproperties.hxx |2 ++
oox/source/drawingml/textbodyproperties.cxx |4 ++--
oox/source/drawingml/textbodypropertiescontext.cxx |4 ++--
oox/source/drawingml/textch
include/svx/unoshape.hxx |3 -
sc/source/filter/excel/xestream.cxx |2
sc/source/filter/inc/xestream.hxx|2
sd/source/filter/eppt/epptooxml.hxx |2
sd/source/filter/eppt/pptx-epptooxml.cxx |2
sd/source/filter/ppt/pptinanimations.cxx | 64
sw/qa/complex/checkColor/CheckChangeColor.java |3 -
sw/qa/extras/rtfimport/rtfimport.cxx |3 -
sw/source/core/unocore/unostyle.cxx| 42 ++---
3 files changed, 25 insertions(+), 23 deletions(-)
New commits:
commit e826950e9d7736a6e3f9042755ba1b5
Hi together,
All of my past & future contributions to LibreOffice may be
licensed under the MPLv2/LGPLv3+ dual license.
Mit freundlichen Gruessen / Best regards
Mathias Supp
-
Software-Architect
PPT2
Vector Informatik GmbH
Philipp-Reis-Straße
oox/inc/oox/drawingml/textbodyproperties.hxx|1 +
oox/inc/oox/drawingml/textcharacterproperties.hxx |2 ++
oox/source/drawingml/textbodyproperties.cxx |4 ++--
oox/source/drawingml/textbodypropertiescontext.cxx |4 ++--
oox/source/drawingml/textch
librelogo/source/LibreLogo/LibreLogo.py |7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
New commits:
commit 236d87d529ed4c5c4b19320f222ac2cc8b0312ae
Author: László Németh
Date: Mon Mar 31 11:12:57 2014 +0200
fdo#75109 librelogo: fix localized procedures
Change-I
librelogo/source/LibreLogo/LibreLogo.py |7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
New commits:
commit 1a883af91567fd86b966d6fb4d7d33c1110067db
Author: László Németh
Date: Mon Mar 31 11:12:57 2014 +0200
fdo#75109 librelogo: fix localized procedures
Change-I
basic/Library_sb.mk |1
basic/source/classes/sbxmod.cxx |5 -
basic/source/inc/sbdiagnose.hxx | 29 ---
basic/source/runtime/rtlproto.hxx|1
basic/source/runtime/sbdiagnose.cxx | 126 ---
basic/sou
librelogo/source/LibreLogo/LibreLogo.py |7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
New commits:
commit 2fc50ff8bea6f64b367d44a1760b8dd9fb69a401
Author: László Németh
Date: Mon Mar 31 11:12:57 2014 +0200
fdo#75109 librelogo: fix localized procedures
Change-I
sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui |9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
New commits:
commit 6ef6e882f9dc802ad1e07e9424d5479549a61f9a
Author: Caolán McNamara
Date: Mon Mar 31 10:13:20 2014 +0100
lint-ui spacings
Change-Id: I09a1e84dc20aeea
oox/source/drawingml/texteffectscontext.cxx |2 ++
1 file changed, 2 insertions(+)
New commits:
commit 9900c41c963755a65e5452fde6ab9db5b5f42e26
Author: Caolán McNamara
Date: Mon Mar 31 10:06:18 2014 +0100
coverity#1194923 Missing break in switch
and coverity#1194924
sc/qa/unit/filters-test.cxx|7 +++
sc/qa/unit/subsequent_filters-test.cxx |4
2 files changed, 11 insertions(+)
New commits:
commit af9cb57b0d260eeb3433ab41d61b4b776b26e87f
Author: Markus Mohrhard
Date: Mon Mar 31 11:00:14 2014 +0200
close files after test
sfx2/source/control/bindings.cxx|4 +---
sfx2/source/dialog/tabdlg.cxx |4 +++-
sfx2/source/doc/sfxbasemodel.cxx|2 +-
svx/source/svdraw/svdedtv2.cxx |2 +-
sw/source/core/docnode/swbaslnk.cxx |2 +-
sw/source/core/frmedt/fecopy.cxx
chart2/source/view/main/3DChartObjects.hxx | 71 -
chart2/source/view/main/OpenGLRender.cxx | 21
vcl/source/opengl/OpenGLContext.cxx| 18 +++
3 files changed, 10 insertions(+), 100 deletions(-)
New commits:
commit 0105c27a93dcb91dcd1eeb3f1
sw/source/filter/ww8/writerhelper.hxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b850adf13ec8fad5f1e49c06fbb1d81a546b4636
Author: Caolán McNamara
Date: Sun Mar 30 21:24:11 2014 +0100
coverity#1194932 Uncaught exception
Change-Id: Ia1811b7ec04088
framework/source/fwe/classes/addonsoptions.cxx | 28 -
vcl/source/window/window2.cxx |2 -
2 files changed, 1 insertion(+), 29 deletions(-)
New commits:
commit 902ed18886e321e80a95250fee423f6e871ceb28
Author: Caolán McNamara
Date: Mon Mar 31 09:2
sc/source/ui/dbgui/PivotLayoutDialog.cxx | 19 ++-
sc/source/ui/dbgui/PivotLayoutTreeList.cxx |4 ++--
sc/source/ui/dbgui/PivotLayoutTreeListData.cxx |4 ++--
sc/source/ui/inc/PivotLayoutDialog.hxx |2 +-
sc/source/ui/inc/PivotLayoutTreeListBase.hxx
sc/source/ui/inc/PivotLayoutDialog.hxx|2 +-
sc/source/ui/inc/PivotLayoutTreeList.hxx |2 +-
sc/source/ui/inc/PivotLayoutTreeListBase.hxx |2 +-
sc/source/ui/inc/PivotLayoutTreeListData.hxx |2 +-
sc/source/ui/inc/PivotLayoutTreeListLabel.hxx |2 +-
5 files chang
On 03/29/2014 01:49 PM, julien2412 wrote:
Cppcheck reported this:
sw/source/filter/ww8/ww8scan.cxx
5158memsetClass error Using 'memset' on class that contains a virtual
method.
5158memsetClass error Using 'memset' on class that contains a
reference.
5158memsetClass er
cui/source/tabpages/tparea.cxx | 30 --
1 file changed, 30 deletions(-)
New commits:
commit 2032e9f5d7683e49b8753d7c7362899c690005b6
Author: Miklos Vajna
Date: Mon Mar 31 09:32:53 2014 +0200
cui: unused code in SvxAreaTabPage::ClickBitmapHdl_Impl
Thi
82 matches
Mail list logo