Moin!
* Open changes on master for project dev-tools changed in the last 25 hours:
+ esc-bug-stats: add all components containing LO code
in https://gerrit.libreoffice.org/9165 from Michael Stahl
* Merged changes on master for project dev-tools changed in the last 25 hours:
None
* Abandoned
Moin!
* Open changes on master for project core changed in the last 25 hours:
+ remove some dodgy defines from the ICGM filter
in https://gerrit.libreoffice.org/9163 from Noel Grandin
about module filter
+ remove unused code from TabBar
in https://gerrit.libreoffice.org/9162 from Noel Grand
sc/inc/tokenarray.hxx |2
sc/qa/unit/data/xls/shared-formula/wrapped-refs.xls |binary
sc/qa/unit/subsequent_filters-test.cxx | 30 +
sc/source/core/tool/token.cxx | 46
sc/source/filter/exce
Hi,
I'm trying to build LO in a fresh install of ubuntu 14.04. After
./autogen.sh the build stopped at a point where the following message was
dispayed:-
checking for GSTREAMER_0_10... no
checking for GSTREAMER_0_10... no
configure: error: Package requirements (gstreamer-0.10
gstreamer-plugins-b
msodumper/formula.py | 37 -
1 file changed, 36 insertions(+), 1 deletion(-)
New commits:
commit 8a13e55de98963937216b70efb96fad61ddfcfab
Author: Kohei Yoshida
Date: Fri Apr 25 22:02:54 2014 -0400
Parser relative reference in formula tokens.
diff --g
sc/source/core/data/column2.cxx |3 +--
sc/source/core/data/conditio.cxx | 17 +
sc/source/core/data/documen4.cxx |8 ++--
sc/source/core/data/documen8.cxx | 10 --
sc/source/core/data/drwlayer.cxx |9 +++--
5 files changed, 19 insertions(+), 28 del
https://bugs.freedesktop.org/show_bug.cgi?id=65675
Kohei Yoshida changed:
What|Removed |Added
Depends on||76611
--
You are receiving this mail be
sfx2/source/toolbox/tbxitem.cxx | 16
1 file changed, 8 insertions(+), 8 deletions(-)
New commits:
commit 05cd0965487ad631d84bfb89e3c29cc342577195
Author: Julien Nabet
Date: Fri Apr 25 23:47:15 2014 +0200
Prefer cppu::UnoType::get() to ::getCppuType((T*)0)
Ther
I've begun to replace some parts and had this when I've changed this:
else if ( pType == ::getCppuType((const sal_uInt16*)0) )
into this:
else if ( pType == cppu::UnoType::get() )
:
cd /home/julien/compile-libreoffice/libreoffice/sfx2 && make -j 4 -rs
[build CXX] sfx2/source/toolbox/tbxitem.cxx
[bu
msodumper/emfrecord.py | 150 +++-
msodumper/msodraw.py | 64 +++
msodumper/wmfrecord.py | 262 +
3 files changed, 471 insertions(+), 5 deletions(-)
New commits:
commit 154a8a3c0cc0cb864fbebc55f13ca8b187214609
A
comphelper/source/property/MasterPropertySet.cxx |4 ++--
include/comphelper/MasterPropertySet.hxx |4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit dc469b9d0be2e17b351169df4bf8740ce4a27321
Author: Caolán McNamara
Date: Fri Apr 25 21:00:47 2014 +010
basctl/source/basicide/basobj2.cxx |2 -
basctl/source/basicide/basobj3.cxx |2 -
basctl/source/dlged/dlgedobj.cxx |2 -
basctl/source/inc/basobj.hxx |4 +
sfx2/source/dialog/tabdlg.cxx | 12 +++-
1 file changed, 11 insertions(+), 1 deletion(-)
New commits:
commit d1d25c8cbc2962ce2501b4ed6034d2e4e4ccba9a
Author: Andras Timar
Date: Thu Apr 24 21:50:26 2014 +0200
fdo#77242 fix crash
Change-Id: Ic28b2dccc02627446a794929fe9704
lingucomponent/source/spellcheck/spell/sspellimp.cxx |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 445d62565d662a7119a0c49e8e8de68ee244dc74
Author: Caolán McNamara
Date: Fri Apr 25 20:16:01 2014 +0100
error C2059: syntax error : ´)´
Change-Id
include/svx/unoshape.hxx |4 +++-
offapi/com/sun/star/drawing/XShapes2.idl |4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
New commits:
commit 054b968c63b90a49025c29c7c14da913d2ac4021
Author: Markus Mohrhard
Date: Fri Apr 25 20:36:26 2014 +0200
quick fix
https://bugs.freedesktop.org/show_bug.cgi?id=75025
Jorendc changed:
What|Removed |Added
Depends on||77934
--- Comment #4 from Jorendc ---
Adding
chart2/source/controller/main/ShapeToolbarController.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0a861a50b6f1fc271abcd9d76d6a09ec7e9dcdda
Author: Caolán McNamara
Date: Fri Apr 25 19:15:30 2014 +0100
error C2872: ´chart´ : ambiguous symbol
C
Makefile.in |4
chart2/inc/ChartModel.hxx |3
chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx | 33 +-
chart2/source/model/main/ChartModel.cxx |
https://bugs.freedesktop.org/show_bug.cgi?id=65675
Kohei Yoshida changed:
What|Removed |Added
Depends on|76611 |
--
You are receiving this mail because
Hi Stephan,
On Friday, 2014-04-25 10:06:17 +0200, Stephan Bergmann wrote:
> Would it be better to change
> oox::drawingml::DrawingML::WriteColor(sal_uInt32, sal_Int32)
> (oox/source/export/drawingml.cxx) to always write OOXML
> ST_HexColorRGB values in W3C XML Schema hexBinaryCanonical form,
> i.
chart2/source/view/main/ChartView.cxx |7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
New commits:
commit 9a587bf74f74c8f9b18c6fe1be28e1f1c3032820
Author: Tor Lillqvist
Date: Fri Apr 25 20:13:43 2014 +0300
No need for XShape dumping (for unit testing) for non-desktop
sc/qa/unit/helper/shared_test_impl.hxx | 120 +
sc/qa/unit/subsequent_export-test.cxx | 38 ++
sc/qa/unit/subsequent_filters-test.cxx | 115 ---
3 files changed, 159 insertions(+), 114 deletions(-)
New commits:
commit 1652b8
https://bugs.freedesktop.org/show_bug.cgi?id=60270
Bug 60270 depends on bug 72741, which changed state.
Bug 72741 Summary: UI: Sort performance ~17 times slower than version 4.0.6.2
https://bugs.freedesktop.org/show_bug.cgi?id=72741
What|Removed |Added
sc/inc/column.hxx |3 ++-
sc/inc/table.hxx |3 ++-
sc/source/core/data/column4.cxx| 11 ---
sc/source/core/data/document10.cxx |3 ++-
sc/source/core/data/table7.cxx |5 +++--
5 files changed, 17 insertions(+), 8 deletions(-)
Ne
sc/source/core/data/column.cxx | 24 +++-
1 file changed, 15 insertions(+), 9 deletions(-)
New commits:
commit 6b7f07e3dbd990fd63c707d9297b4715e6e3957d
Author: Kohei Yoshida
Date: Fri Apr 25 00:54:47 2014 -0400
fdo#77728: Re-compile tokens when named range is updated
i18npool/source/registerservices/registerservices.cxx | 81 ++
1 file changed, 81 insertions(+)
New commits:
commit 0962f24a90961dfa0112a9fd8d7492371b78ddc6
Author: Tor Lillqvist
Date: Fri Apr 25 18:49:18 2014 +0300
Obey --with-locales here, too
Avoid linking in
sc/source/core/tool/interpr1.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 37d7d115dd346ba7a713a5a18d90fc48a0d35072
Author: Kohei Yoshida
Date: Fri Apr 25 11:53:18 2014 -0400
fdo#75971: Perhaps this will prevent the crash ?
I can't reproduce the
sc/source/core/tool/queryparam.cxx | 16 +---
1 file changed, 9 insertions(+), 7 deletions(-)
New commits:
commit 9f115c83fe94b0ed86562906f9d96465e59ec761
Author: Kohei Yoshida
Date: Thu Apr 24 19:42:30 2014 -0400
fdo#77039: Fill the match string even if the raw string is em
external/hunspell/hunspell-fdo48017-wfopen.patch |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 187765b8a45761e14d18da58463dbc0f5bd825e9
Author: Caolán McNamara
Date: Fri Apr 25 16:38:16 2014 +0100
try including windows.h for MultiByteToWideChar
C
drawinglayer/source/primitive2d/metafileprimitive2d.cxx |4
sd/source/ui/view/drviewsa.cxx | 92
vcl/source/gdi/font.cxx |6 -
3 files changed, 50 insertions(+), 52 deletions(-)
New commits:
commit 21334f74a53197
pyuno/Module_pyuno.mk |2 ++
1 file changed, 2 insertions(+)
New commits:
commit 731f7fe778c19378dfcbc1a5e9165f666ebb90df
Author: Norbert Thiebaud
Date: Fri Apr 25 10:23:22 2014 -0500
disable pytest_ssl on mac
Change-Id: I9f6a50f00bd98aeffa46f3ef40211e30edf658d6
diff --git a
https://bugs.freedesktop.org/show_bug.cgi?id=65675
Bug 65675 depends on bug 76663, which changed state.
Bug 76663 Summary: LibreOffice Calc's PRODUCT function returns incorrect
results in array formula
https://bugs.freedesktop.org/show_bug.cgi?id=76663
What|Removed
https://bugs.freedesktop.org/show_bug.cgi?id=36466
suokunl...@gmail.com changed:
What|Removed |Added
CC||ugost...@list.ru
--- Comment #9 fr
vcl/source/outdev/outdev.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6ee8e0eb5c80e3d79d3d2eed7a4a9a577f5e18ba
Author: Stephan Bergmann
Date: Fri Apr 25 17:06:22 2014 +0200
Fix OutputDevice::Pop
Change-Id: Iaaf19c01dc4ec10c72a66dac35ac64e37766d
include/svx/tbcontrl.hxx |1 -
svx/source/tbxctrls/tbcontrl.cxx |9 ++---
2 files changed, 2 insertions(+), 8 deletions(-)
New commits:
commit f5dc536eae7dc28e09112ab9dd69e55fae015ee8
Author: Tomofumi Yagi
Date: Sun Apr 20 16:27:10 2014 +0900
fdo#77683 the color in the
oox/source/drawingml/customshapeproperties.cxx | 11
oox/source/ppt/slidefragmenthandler.cxx| 31 +
oox/source/token/properties.txt|1
sw/source/core/tox/tox.cxx | 17 +++--
4 files changed, 42 insertio
ucb/source/ucp/webdav-neon/DAVException.hxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 356fa61f40d954e0210c79c7154482c3693603af
Author: Stephan Bergmann
Date: Fri Apr 25 16:07:35 2014 +0200
If you intend DAVException to appear as a std::exception, then sa
svx/source/tbxctrls/tbcontrl.cxx | 12
1 file changed, 12 insertions(+)
New commits:
commit eb492e0bcf5c05d3ee5b95f4cc7e598845b26db2
Author: Tomofumi Yagi
Date: Sat Apr 19 16:52:44 2014 +0900
fdo#73891 Fix "UI color panel does not show the actual color in Writer"
1
svx/source/tbxctrls/tbcontrl.cxx | 12
1 file changed, 12 insertions(+)
New commits:
commit cf74704979090792bf083957619c8dd608e4f5c0
Author: Tomofumi Yagi
Date: Sat Apr 19 16:52:44 2014 +0900
fdo#73891 Fix "UI color panel does not show the actual color in Writer"
1
svx/source/tbxctrls/tbcontrl.cxx | 12
1 file changed, 12 insertions(+)
New commits:
commit 5c31515d2e54a42ceac1b21409cb730cdbb825ed
Author: Tomofumi Yagi
Date: Sat Apr 19 16:52:44 2014 +0900
fdo#73891 Fix "UI color panel does not show the actual color in Writer"
1
include/vcl/outdev.hxx| 49 ---
include/vcl/outdevmap.hxx | 44 +++
include/vcl/outdevstate.hxx | 78 ++
vcl/Library_vcl.mk|1
vcl/source/app/settings.cxx | 14 -
vcl/source/outdev/outdev.cxx | 475 +++--
include/vcl/outdev.hxx| 22 +-
include/vcl/outdevmap.hxx | 44
2 files changed, 45 insertions(+), 21 deletions(-)
New commits:
commit 7a88d43902d1b2c3630b509e3de12fbda4c440ca
Author: Chris Sherlock
Date: Fri Apr 25 22:55:
https://bugs.freedesktop.org/show_bug.cgi?id=65675
Bug 65675 depends on bug 76607, which changed state.
Bug 76607 Summary: vector::_M_range_check crash when sorting mixed formula and
value
https://bugs.freedesktop.org/show_bug.cgi?id=76607
What|Removed |Added
sc/source/core/tool/interpr1.cxx |1 +
sc/source/core/tool/scmatrix.cxx | 14 ++
2 files changed, 11 insertions(+), 4 deletions(-)
New commits:
commit b3d3c64a83c510a5c9aacf517eee8ca697e21d8f
Author: Kohei Yoshida
Date: Thu Apr 24 12:26:01 2014 -0400
fdo#76663: Let's not
sc/source/core/tool/interpr6.cxx |1 +
sc/source/core/tool/scmatrix.cxx | 14 ++
2 files changed, 11 insertions(+), 4 deletions(-)
New commits:
commit a686162553f68f19663694b8407a47d2ec9be700
Author: Kohei Yoshida
Date: Thu Apr 24 12:26:01 2014 -0400
fdo#76663: Let's not
On Thursday 17 of April 2014, Lubos Lunak wrote:
> On Wednesday 16 of April 2014, Stephan Bergmann wrote:
> > Jan-Marek, all,
> >
> > Any details on the reason for the revert, and whether it could be the
> > cause for the newly seen crash?
>
> KDE4 file dialog support is currently apparently broke
configure.ac | 45
vcl/CustomTarget_kde4_moc.mk |3 -
vcl/unx/kde4/KDE4FilePicker.cxx | 22
vcl/unx/kde4/KDESalInstance.cxx |2
vcl/unx/kde4/KDEXLib.cxx | 23
connectivity/source/drivers/mork/MConnection.cxx |1 -
1 file changed, 1 deletion(-)
New commits:
commit aff54e8ef51add95e2d775163b264c8fe9104b2d
Author: Stephan Bergmann
Date: Fri Apr 25 14:14:50 2014 +0200
That lone acquire() was hopefully just a needless copy/paste
...from
xmloff/source/draw/XMLShapeStyleContext.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d5d10b03b1f3e4bf784ad35254cb55d719a8c1b3
Author: Tor Lillqvist
Date: Fri Apr 25 14:35:54 2014 +0300
WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
configure.ac | 21 -
1 file changed, 16 insertions(+), 5 deletions(-)
New commits:
commit bcc44b82b53d5f008b56528e678e69759a9a9dfb
Author: Tor Lillqvist
Date: Fri Apr 25 14:33:49 2014 +0300
Improve help message for --with-locales
Change-Id: I54109240f55a6e0d
84/33ee82c9323501545164ddf6e6008db483ab7a |1 +
1 file changed, 1 insertion(+)
New commits:
commit cb803dbb9e2adbbba5ba0c12149f881517254179
Author: Miklos Vajna
Date: Fri Apr 25 13:09:19 2014 +0200
Notes added by 'git notes add'
diff --git a/84/33ee82c9323501545164ddf6e6008db483ab7a
include/xmloff/XMLShapeStyleContext.hxx |2
officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu |3
sw/sdi/_frmsh.sdi| 12 +
sw/source/core/attr/format.cxx | 19 ++
sw/source/core/
sberg wrote
> ...
> getCppuType is not without flaws though, and cppu::UnoType should be
> used instead.
> ...
> What cast are you talking about? The one in the typical usage like
> getCppuType((T*)0)? Sure, nothing keeps you from writing that as
> getCppuType(static_cast(0)), or better ye
i18npool/CustomTarget_breakiterator.mk | 21 ++---
1 file changed, 14 insertions(+), 7 deletions(-)
New commits:
commit 474fe287c4c97427a4b48d0c0d17f3231290150a
Author: Tor Lillqvist
Date: Fri Apr 25 13:57:05 2014 +0300
Filter out extra ICU data for locales we don't want
cui/source/tabpages/border.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b4a95f8d215564a2d4cf55c293175ac8e73910c1
Author: Julien Nabet
Date: Fri Apr 25 12:49:12 2014 +0200
Since bPut is bool, let's use true/false
Change-Id: I37b05b3d62eda03aecfa
sc/source/core/tool/interpr1.cxx |5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
New commits:
commit ee75263f6c942c0a8f59beb84c21a98c141bc7f1
Author: Eike Rathke
Date: Fri Apr 25 11:12:12 2014 +0100
we need to push a return value in any case, fdo#73148 related
... n
On 04/25/2014 07:55 AM, julien2412 wrote:
Seeing the number of times getCppuType is used, I've got several questions
about this:
- what's the use of it? It resembles at the first look to "typeid" but I
suppose it's not this.
Yes, it's to the C++ UNO language binding what typeid is to C++, mappi
external/hunspell/UnpackedTarball_hunspell.mk|1
external/hunspell/hunspell-fdo48017-wfopen.patch | 109 +++
lingucomponent/source/spellcheck/spell/sspellimp.cxx | 13 +-
3 files changed, 117 insertions(+), 6 deletions(-)
New commits:
commit 5e4b21e2d627de0c815
https://bugs.freedesktop.org/show_bug.cgi?id=43157
--- Comment #23 from Commit Notification
---
Michaël Lefèvre committed a patch related to this issue.
It has been pushed to "master":
http://cgit.freedesktop.org/libreoffice/core/commit/?id=fe075edc27a1fc301c31cfdff5ddbc83e52d929f
fdo#43157
include/osl/diagnose.h |2 --
registry/test/regdiagnose.h |2 +-
2 files changed, 1 insertion(+), 3 deletions(-)
New commits:
commit fe075edc27a1fc301c31cfdff5ddbc83e52d929f
Author: Michaël Lefèvre
Date: Mon Apr 7 15:33:26 2014 +0200
fdo#43157 : [API CHANGE] Remove OSL_THIS
cppuhelper/source/shlib.cxx |8
solenv/bin/native-code.py |3 ++-
2 files changed, 10 insertions(+), 1 deletion(-)
New commits:
commit 838d749ceb152de40d03538a0448bf709264ccdb
Author: Tor Lillqvist
Date: Fri Apr 25 12:50:27 2014 +0300
Add css_comp_chart2_ChartDocumentWr
formula/source/core/resource/core_resource.src |7 +
include/formula/compiler.hrc |3
include/formula/opcode.hxx |1
sc/inc/global.hxx | 16
sc/inc/helpids.h |1
sc/qa/unit/uc
source/text/shared/01/xformsdataadd.xhp | 44
source/text/swriter/01/05040800.xhp |4 +-
2 files changed, 24 insertions(+), 24 deletions(-)
New commits:
commit f1e1bf8afae41ba0a7defa75b48ca827d79e33cd
Author: Andras Timar
Date: Fri Apr 25 11:26:22 201
helpcontent2 |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2e41702ed4f224f195d33054e2e714f546b4442c
Author: Andras Timar
Date: Fri Apr 25 11:26:22 2014 +0200
Updated core
Project: help f1e1bf8afae41ba0a7defa75b48ca827d79e33cd
diff --git a/helpcontent2
chart2/Library_chartcontroller.mk |1
chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx |7
chart2/source/controller/chartcontroller.component| 20 +-
chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx|
sc/source/core/tool/formulagroup.cxx |2 ++
1 file changed, 2 insertions(+)
New commits:
commit 7f01a960995b728489ab359fc082609c75216f95
Author: Andrzej Hunt
Date: Fri Apr 25 09:08:21 2014 +0100
fix "Wrap opencl-only functions in appropriate ifdef."
062871853cc420f35ddfbc2534
On 04/23/2014 10:54 PM, Stephan Bergmann wrote:
commit 8485a276022e05bd34afb2321e72ecfad4589f7e
Author: Stephan Bergmann
Date: Wed Apr 23 22:50:09 2014 +0200
Change RGB "00" -> "00" to keep roundtrip test happy
Change-Id: I14e48d56b6f34be31a1580d448352b925f9aadde
diff --gi
bin/ios-mapfile-statistics | 34 --
1 file changed, 32 insertions(+), 2 deletions(-)
New commits:
commit bc4c2098a66bbcf4f3d265dd8e0a154062e4337d
Author: Tor Lillqvist
Date: Fri Apr 25 11:02:06 2014 +0300
Improve command line handling, don't read stdin
bin/ios-mapfile-statistics | 13 +
1 file changed, 9 insertions(+), 4 deletions(-)
New commits:
commit 5743570619ee2ef1350b88f708f21cd3ec38bac2
Author: Tor Lillqvist
Date: Fri Apr 25 10:20:49 2014 +0300
Add -f option to filter in symbols from some libraries only
You
sw/source/core/uibase/utlui/uitool.cxx |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 1900ac0b853eb3ae55c495da078410709004f433
Author: Julien Nabet
Date: Fri Apr 25 09:12:04 2014 +0200
Related fdo#77874: [None] as only possible choice in lists
sc/Module_sc.mk |7 +++
1 file changed, 7 insertions(+)
New commits:
commit 00c19e5def4a62445c85786aef6a507bee6c45fa
Author: Miklos Vajna
Date: Fri Apr 25 08:57:58 2014 +0200
sc: add back lost scopencl
Probably removed by accident in
96475ada3fcf026ae7833824a056b642c1
71 matches
Mail list logo