[Bug 60270] LibreOffice 4.1 most annoying bugs

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270

Bug 60270 depends on bug 64957, which changed state.

Bug 64957 Summary: EDITING: letters move around during editing/typing
https://bugs.freedesktop.org/show_bug.cgi?id=64957

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |WORKSFORME

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 60270] LibreOffice 4.1 most annoying bugs

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270

Bug 60270 depends on bug 64957, which changed state.

Bug 64957 Summary: EDITING: letters move around during editing/typing
https://bugs.freedesktop.org/show_bug.cgi?id=64957

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2014-02-01 Thread Robert Roth
 sfx2/source/dialog/backingwindow.cxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit e5b654a056d407cf8db975ee8042a0328627d4d8
Author: Robert Roth robert.roth@gmail.com
Date:   Sat Feb 1 01:10:37 2014 +0200

fdo#64337 Do not show empty findbar in startcenter.

Using the shortcut for search on the start center displayed an empty
toolbar on the start center. This commit adds a check to see whether
the command to execute in the startcenter is FocusToFindbar, and if
it is, it skips executing it.

Change-Id: I0835e87d4a1eef0fc9ff17c184b531592b3e2d5a

diff --git a/sfx2/source/dialog/backingwindow.cxx 
b/sfx2/source/dialog/backingwindow.cxx
index 70605d8..5f849cd 100644
--- a/sfx2/source/dialog/backingwindow.cxx
+++ b/sfx2/source/dialog/backingwindow.cxx
@@ -355,7 +355,8 @@ bool BackingWindow::Notify( NotifyEvent rNEvt )
 }
 const KeyEvent* pEvt = rNEvt.GetKeyEvent();
 const KeyCode rKeyCode(pEvt-GetKeyCode());
-if( pEvt  mpAccExec-execute(rKeyCode) )
+const OUString aCommand = 
mpAccExec-findCommand(svt::AcceleratorExecute::st_VCLKey2AWTKey(rKeyCode));
+if((aCommand != vnd.sun.star.findbar:FocusToFindbar)  pEvt  
mpAccExec-execute(rKeyCode))
 return true;
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 64337] VIEWING: UX: Ctrl+F in LibreOffice Start Center opens an empty toolbar

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64337

Commit Notification libreoffice-comm...@lists.freedesktop.org changed:

   What|Removed |Added

 Whiteboard|BSA EasyHack DifficultyEasy |BSA EasyHack DifficultyEasy
   |SkillCpp|SkillCpp target:4.3.0

--- Comment #6 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Robert Roth committed a patch related to this issue.
It has been pushed to master:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=e5b654a056d407cf8db975ee8042a0328627d4d8

fdo#64337 Do not show empty findbar in startcenter.



The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 64337] VIEWING: UX: Ctrl+F in LibreOffice Start Center opens an empty toolbar

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64337

Andrzej J.R. Hunt andr...@ahunt.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
 CC||andr...@ahunt.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Cppcheck reports

2014-02-01 Thread julien2412
Just for information (I don't remember having done it already), I put
cppcheck html reports  here:
http://dev-builds.libreoffice.org/cppcheck_reports/master/

I'm trying to update them from time to time (about once every 2 weeks or
once per month when quite busy).
Now I could update them more frequently if necessary.

Julien



--
View this message in context: 
http://nabble.documentfoundation.org/Cppcheck-reports-tp4028560p4094974.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: helpcontent2

2014-02-01 Thread Caolán McNamara
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f35aca14e9679a24c8896046b8ca0c143a71ca58
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Feb 1 10:51:39 2014 +

Updated core
Project: help  d733c9f670ca3a683b4d3a8a9fadb520a72b9eeb

diff --git a/helpcontent2 b/helpcontent2
index 8d10ad8..d733c9f 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 8d10ad8bf909f3624f57065f4950fe0e2e171b2b
+Subproject commit d733c9f670ca3a683b4d3a8a9fadb520a72b9eeb
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: 3 commits - helpers/help_hid.lst source/text

2014-02-01 Thread Caolán McNamara
 helpers/help_hid.lst   |5 -
 source/text/shared/02/2401.xhp |   26 +-
 2 files changed, 13 insertions(+), 18 deletions(-)

New commits:
commit d733c9f670ca3a683b4d3a8a9fadb520a72b9eeb
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Feb 1 10:51:39 2014 +

update help ids for mosaic dialog .ui conversion

Change-Id: I43f13ae3eef18ac87a0c5a4cf7f38f7e45e16242

diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst
index 02bbf57..29bd2be 100644
--- a/helpers/help_hid.lst
+++ b/helpers/help_hid.lst
@@ -6241,7 +6241,6 @@ 
svx_CheckBox_RID_SVXPAGE_STD_PARAGRAPH_CB_REGISTER,700810324,
 svx_CheckBox_RID_SVXTABPAGE_GALLERYTHEME_FILES_CBX_PREVIEW,706675715,
 svx_CheckBox_RID_SVX_FONT_SUBSTITUTION_CB_NONPROP,701006873,
 svx_CheckBox_RID_SVX_FONT_SUBSTITUTION_CB_USETABLE,701006869,
-svx_CheckBox_RID_SVX_GRFFILTER_DLG_MOSAIC_DLG_FILTERMOSAIC_CBX_EDGES,1243022341,
 svx_CheckBox_RID_SVX_MDLG_HANGULHANJA_CB_HANGUL_ONLY,1237599234,
 svx_CheckBox_RID_SVX_MDLG_HANGULHANJA_CB_HANJA_ONLY,1237599235,
 svx_CheckBox_RID_SVX_MDLG_HANGULHANJA_CB_REPLACE_BY_CHARACTER,1237599233,
@@ -6510,8 +6509,6 @@ 
svx_MetricField_RID_SVXPAGE_STD_PARAGRAPH_ED_LINEDISTMETRIC,700815915,
 svx_MetricField_RID_SVXPAGE_STD_PARAGRAPH_ED_LINEDISTPERCENT,700815914,
 svx_MetricField_RID_SVXPAGE_STD_PARAGRAPH_ED_RIGHTINDENT,700815887,
 svx_MetricField_RID_SVXPAGE_STD_PARAGRAPH_ED_TOPDIST,700815893,
-svx_MetricField_RID_SVX_GRFFILTER_DLG_MOSAIC_DLG_FILTERMOSAIC_MTR_HEIGHT,1243027972,
-svx_MetricField_RID_SVX_GRFFILTER_DLG_MOSAIC_DLG_FILTERMOSAIC_MTR_WIDTH,1243027970,
 svx_ModalDialog_DLG_CHINESEDICTIONARY,1078673408,
 svx_ModalDialog_DLG_CHINESETRANSLATION,1078657024,
 svx_ModalDialog_DLG_DOCUMENTLINK,1346109440,
diff --git a/source/text/shared/02/2401.xhp 
b/source/text/shared/02/2401.xhp
index 2eeb78e..2ac6064 100644
--- a/source/text/shared/02/2401.xhp
+++ b/source/text/shared/02/2401.xhp
@@ -242,7 +242,7 @@
 paragraph role=heading id=hd_id3166447 xml-lang=en-US level=3 
l10n=U oldref=101Light Source/paragraph
 paragraph role=paragraph id=par_id3145295 xml-lang=en-US l10n=U 
oldref=102Specifies the light source position. A dot represents the light 
source./paragraph
 bookmark xml-lang=en-US branch=hid/.uno:GraphicFilterMosaic 
id=bm_id4595573 localize=false/
-bookmark xml-lang=en-US branch=hid/.uno:GraphicFilterMosaic 
id=bm_id3154967 localize=false/
+bookmark xml-lang=en-US branch=hid/cui/ui/mosaicdialog/MosaicDialog 
id=bm_id3154967 localize=false/
 paragraph role=heading id=hd_id3146919 xml-lang=en-US level=2 
l10n=CMosaic/paragraph
 paragraph role=paragraph id=par_id3163807 xml-lang=en-US l10n=U 
oldref=104ahelp hid=.uno:GraphicFilterMosaicJoins small groups of pixels 
into rectangular areas of the same color./ahelp The larger the individual 
rectangles are, the fewer details the graphic image has./paragraph
 table id=tbl_id3147344
@@ -260,15 +260,15 @@
 
 paragraph role=heading id=hd_id3153922 xml-lang=en-US level=3 
l10n=U oldref=106Element resolution/paragraph
 paragraph role=paragraph id=par_id3150646 xml-lang=en-US l10n=U 
oldref=107Determines the number of pixels to be joined into 
rectangles./paragraph
-bookmark xml-lang=en-US 
branch=hid/cui:MetricField:RID_SVX_GRFFILTER_DLG_MOSAIC:DLG_FILTERMOSAIC_MTR_WIDTH
 id=bm_id3145790 localize=false/
+bookmark xml-lang=en-US branch=hid/cui/ui/mosaicdialog/width 
id=bm_id3145790 localize=false/
 paragraph role=heading id=hd_id3159336 xml-lang=en-US level=3 
l10n=U oldref=108Width/paragraph
-paragraph role=paragraph id=par_id3150939 xml-lang=en-US l10n=U 
oldref=109ahelp 
hid=SVX_METRICFIELD_RID_SVX_GRFFILTER_DLG_MOSAIC_DLG_FILTERMOSAIC_MTR_WIDTHDefines
 the width of the individual tiles./ahelp/paragraph
-bookmark xml-lang=en-US 
branch=hid/cui:MetricField:RID_SVX_GRFFILTER_DLG_MOSAIC:DLG_FILTERMOSAIC_MTR_HEIGHT
 id=bm_id3147131 localize=false/
+paragraph role=paragraph id=par_id3150939 xml-lang=en-US l10n=U 
oldref=109ahelp hid=cui/ui/mosaicdialog/widthDefines the width of the 
individual tiles./ahelp/paragraph
+bookmark xml-lang=en-US branch=hid/cui/ui/mosaicdialog/height 
id=bm_id3147131 localize=false/
 paragraph role=heading id=hd_id3150827 xml-lang=en-US level=3 
l10n=U oldref=110Height/paragraph
-paragraph role=paragraph id=par_id3149735 xml-lang=en-US l10n=U 
oldref=111ahelp 
hid=SVX_METRICFIELD_RID_SVX_GRFFILTER_DLG_MOSAIC_DLG_FILTERMOSAIC_MTR_HEIGHTDefines
 the height of the individual tiles./ahelp/paragraph
-bookmark xml-lang=en-US 
branch=hid/cui:CheckBox:RID_SVX_GRFFILTER_DLG_MOSAIC:DLG_FILTERMOSAIC_CBX_EDGES
 id=bm_id3154573 localize=false/
+paragraph role=paragraph id=par_id3149735 xml-lang=en-US l10n=U 
oldref=111ahelp hid=cui/ui/mosaicdialog/heightDefines the height of the 
individual tiles./ahelp/paragraph
+bookmark xml-lang=en-US branch=hid/cui/ui/mosaicdialog/edges 
id=bm_id3154573 localize=false/
 paragraph role=heading id=hd_id3157972 xml-lang=en-US level=3 
l10n=U oldref=121Enhance 

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

2014-02-01 Thread Armin Le Grand
 svx/source/sidebar/possize/PosSizePropertyPanel.cxx |   12 
 1 file changed, 8 insertions(+), 4 deletions(-)

New commits:
commit bb2b4a63a879bac9039d4a1e872a3df0b15866f4
Author: Armin Le Grand a...@apache.org
Date:   Fri Jan 31 22:23:07 2014 +

Resolves: #i123993# When executing rotation actions from the Sidebar...

PosSizePropertyPanel, take UIScale into account.

Patch By: hanya
Review By: alg
(cherry picked from commit 7e12414bf5e88108116653eee1870612d34c49cb)

Change-Id: Ia480db54ec0834237a91f86338348727ff43cf7b

diff --git a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx 
b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx
index 97555c5..291d71b 100644
--- a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx
+++ b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx
@@ -514,9 +514,11 @@ IMPL_LINK( PosSizePropertyPanel, AngleModifiedHdl, void *, 
EMPTYARG )
 }
 sal_Int64 nTmp = dTmp*100;
 
+// #i123993# Need to take UIScale into account when executing rotations
+const double fUIScale(mpView  mpView-GetModel() ? 
double(mpView-GetModel()-GetUIScale()) : 1.0);
 SfxInt32Item aAngleItem( SID_ATTR_TRANSFORM_ANGLE,(sal_uInt32) nTmp);
-SfxInt32Item aRotXItem( SID_ATTR_TRANSFORM_ROT_X,(sal_uInt32) mlRotX);
-SfxInt32Item aRotYItem( SID_ATTR_TRANSFORM_ROT_Y,(sal_uInt32) mlRotY);
+SfxInt32Item aRotXItem( SID_ATTR_TRANSFORM_ROT_X, basegfx::fround(mlRotX * 
fUIScale));
+SfxInt32Item aRotYItem( SID_ATTR_TRANSFORM_ROT_Y, basegfx::fround(mlRotY * 
fUIScale));
 
 GetBindings()-GetDispatcher()-Execute(
 SID_ATTR_TRANSFORM, SFX_CALLMODE_RECORD, aAngleItem, aRotXItem, 
aRotYItem, 0L );
@@ -530,9 +532,11 @@ IMPL_LINK( PosSizePropertyPanel, RotationHdl, void *, 
EMPTYARG )
 {
 sal_Int32 nTmp = mpDial-GetRotation();
 
+// #i123993# Need to take UIScale into account when executing rotations
+const double fUIScale(mpView  mpView-GetModel() ? 
double(mpView-GetModel()-GetUIScale()) : 1.0);
 SfxInt32Item aAngleItem( SID_ATTR_TRANSFORM_ANGLE,(sal_uInt32) nTmp);
-SfxInt32Item aRotXItem( SID_ATTR_TRANSFORM_ROT_X,(sal_uInt32) mlRotX);
-SfxInt32Item aRotYItem( SID_ATTR_TRANSFORM_ROT_Y,(sal_uInt32) mlRotY);
+SfxInt32Item aRotXItem( SID_ATTR_TRANSFORM_ROT_X, basegfx::fround(mlRotX * 
fUIScale));
+SfxInt32Item aRotYItem( SID_ATTR_TRANSFORM_ROT_Y, basegfx::fround(mlRotY * 
fUIScale));
 
 GetBindings()-GetDispatcher()-Execute(
 SID_ATTR_TRANSFORM, SFX_CALLMODE_RECORD, aAngleItem, aRotXItem, 
aRotYItem, 0L );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 7e/12414bf5e88108116653eee1870612d34c49cb

2014-02-01 Thread Caolán McNamara
 7e/12414bf5e88108116653eee1870612d34c49cb |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 911f713e29520e96ca08a83348768e4545dd26cd
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Feb 1 12:13:33 2014 +

Notes added by 'git notes add'

diff --git a/7e/12414bf5e88108116653eee1870612d34c49cb 
b/7e/12414bf5e88108116653eee1870612d34c49cb
new file mode 100644
index 000..7935f70
--- /dev/null
+++ b/7e/12414bf5e88108116653eee1870612d34c49cb
@@ -0,0 +1 @@
+merged as: bb2b4a63a879bac9039d4a1e872a3df0b15866f4
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Depends on||74318

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

--- Comment #75 from tommy27 ba...@quipo.it ---
added Bug 74318 - 'customize toolbar' broken
basic UI feature not working at all in 4.2.0.4 and causing crash in
4.3.0.o.alpha+

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] help.git: helpers/help_hid.lst source/text

2014-02-01 Thread Caolán McNamara
 helpers/help_hid.lst   |1 -
 source/text/shared/02/2401.xhp |2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 20d3d508d085d6f61abe6d1c0a6d80b8b0d5
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Feb 1 13:14:04 2014 +

update help ids for emboss dialog .ui conversion

Change-Id: I4f5eaa023da120b7c7f99c1861b0ce45856f5e30

diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst
index 29bd2be..f038ce8 100644
--- a/helpers/help_hid.lst
+++ b/helpers/help_hid.lst
@@ -2067,7 +2067,6 @@ HID_GLOS_GROUP_TREE,53021,
 HID_GRAFIK_TOOLBOX,54830,
 HID_GRFFILTER,34148,
 HID_GRFFILTER_EMBOSS,34155,
-HID_GRFFILTER_EMBOSS_LIGHT,34176,
 HID_GRFFILTER_INVERT,34149,
 HID_GRFFILTER_MOSAIC,34154,
 HID_GRFFILTER_POPART,34157,
diff --git a/source/text/shared/02/2401.xhp 
b/source/text/shared/02/2401.xhp
index 2ac6064..c0da7b2 100644
--- a/source/text/shared/02/2401.xhp
+++ b/source/text/shared/02/2401.xhp
@@ -223,7 +223,7 @@
 /table
 
 bookmark xml-lang=en-US branch=hid/.uno:GraphicFilterRelief 
id=bm_id7726141 localize=false/
-bookmark xml-lang=en-US branch=hid/.uno:GraphicFilterRelief 
id=bm_id3153356 localize=false/
+bookmark xml-lang=en-US branch=hid/cui/ui/embossdialog/EmbossDialog 
id=bm_id3153356 localize=false/
 paragraph role=heading id=hd_id3154360 xml-lang=en-US level=2 
l10n=CRelief/paragraph
 paragraph role=paragraph id=par_id3153714 xml-lang=en-US l10n=U 
oldref=120ahelp hid=.uno:GraphicFilterReliefDisplays a dialog for 
creating reliefs./ahelp You can choose the position of the imaginary light 
source that determines the type of shadow created, and how the graphic image 
looks in relief./paragraph
 table id=tbl_id3153735
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: helpcontent2

2014-02-01 Thread Caolán McNamara
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b26f6cdbd0de34cceb1dd8fc382490860f45a66f
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Feb 1 13:14:04 2014 +

Updated core
Project: help  20d3d508d085d6f61abe6d1c0a6d80b8b0d5

diff --git a/helpcontent2 b/helpcontent2
index d733c9f..20d3d50 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit d733c9f670ca3a683b4d3a8a9fadb520a72b9eeb
+Subproject commit 20d3d508d085d6f61abe6d1c0a6d80b8b0d5
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: cui/AllLangResTarget_cui.mk cui/source cui/uiconfig cui/UIConfig_cui.mk extras/source include/svx svx/source

2014-02-01 Thread Caolán McNamara
 cui/AllLangResTarget_cui.mk|1 
 cui/UIConfig_cui.mk|1 
 cui/source/dialogs/cuigrfflt.cxx   |  144 ++-
 cui/source/dialogs/grfflt.hrc  |   42 -
 cui/source/dialogs/grfflt.src  |   88 
 cui/source/factory/dlgfact.cxx |   13 -
 cui/source/factory/dlgfact.hxx |   12 -
 cui/source/inc/cuigrfflt.hxx   |   88 ++--
 cui/source/inc/helpid.hrc  |1 
 cui/uiconfig/ui/embossdialog.ui|  183 +
 extras/source/glade/libreoffice-catalog.xml.in |3 
 include/svx/dialogs.hrc|1 
 include/svx/svxdlg.hxx |4 
 svx/source/dialog/grfflt.cxx   |2 
 14 files changed, 226 insertions(+), 357 deletions(-)

New commits:
commit 44f85f3804d69cd437a5baeae2d1aeadf1873f74
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Feb 1 12:29:27 2014 +

convert emboss dialog to .ui

Change-Id: I16883023ba7386437ff1cc9cd7d3393db8fb4654

diff --git a/cui/AllLangResTarget_cui.mk b/cui/AllLangResTarget_cui.mk
index 3650b3d..f050387 100644
--- a/cui/AllLangResTarget_cui.mk
+++ b/cui/AllLangResTarget_cui.mk
@@ -32,7 +32,6 @@ $(eval $(call gb_SrsTarget_add_files,cui/res,\
 cui/source/dialogs/cuires.src \
 cui/source/dialogs/fmsearch.src \
 cui/source/dialogs/gallery.src \
-cui/source/dialogs/grfflt.src \
 cui/source/dialogs/hangulhanjadlg.src \
 cui/source/dialogs/hlmarkwn.src \
 cui/source/dialogs/hyperdlg.src \
diff --git a/cui/UIConfig_cui.mk b/cui/UIConfig_cui.mk
index 3796244..6f43adc 100644
--- a/cui/UIConfig_cui.mk
+++ b/cui/UIConfig_cui.mk
@@ -39,6 +39,7 @@ $(eval $(call gb_UIConfig_add_uifiles,cui,\
cui/uiconfig/ui/cuiimapdlg \
cui/uiconfig/ui/dimensionlinestabpage \
cui/uiconfig/ui/editdictionarydialog \
+   cui/uiconfig/ui/embossdialog \
cui/uiconfig/ui/eventassigndialog \
cui/uiconfig/ui/eventassignpage \
cui/uiconfig/ui/formatnumberdialog \
diff --git a/cui/source/dialogs/cuigrfflt.cxx b/cui/source/dialogs/cuigrfflt.cxx
index d342013..c67d064 100644
--- a/cui/source/dialogs/cuigrfflt.cxx
+++ b/cui/source/dialogs/cuigrfflt.cxx
@@ -26,124 +26,9 @@
 #include sfx2/request.hxx
 #include dialmgr.hxx
 #include cuigrfflt.hxx
-#include grfflt.hrc
 #include cuires.hrc
 #include svx/dialogs.hrc
 
-oldGraphicFilterDialog::PreviewWindow::PreviewWindow( Window* pParent, const 
ResId rResId ) :
-Control( pParent, rResId )
-{
-}
-
-// 
-
-
-void oldGraphicFilterDialog::PreviewWindow::Paint( const Rectangle rRect )
-{
-Control::Paint( rRect );
-
-const Size  aOutputSize( GetOutputSizePixel() );
-
-if( maGraphic.IsAnimated() )
-{
-const Size  aGraphicSize( LogicToPixel( maGraphic.GetPrefSize(), 
maGraphic.GetPrefMapMode() ) );
-const Point aGraphicPosition( ( aOutputSize.Width()  - 
aGraphicSize.Width()  )  1,
-  ( aOutputSize.Height() - 
aGraphicSize.Height() )  1 );
-maGraphic.StartAnimation( this, aGraphicPosition, aGraphicSize );
-}
-else
-{
-const Size  aGraphicSize( maGraphic.GetSizePixel() );
-const Point aGraphicPosition( ( aOutputSize.Width()  - 
aGraphicSize.Width()  )  1,
-  ( aOutputSize.Height() - 
aGraphicSize.Height() )  1 );
-maGraphic.Draw( this, aGraphicPosition, aGraphicSize );
-}
-}
-
-// 
-
-
-void oldGraphicFilterDialog::PreviewWindow::SetGraphic( const Graphic 
rGraphic )
-{
-maGraphic = rGraphic;
-
-if( maGraphic.IsAnimated() || maGraphic.IsTransparent() )
-Invalidate();
-else
-Paint( Rectangle( Point(), GetOutputSizePixel() ) );
-}
-
-oldGraphicFilterDialog::oldGraphicFilterDialog( Window* pParent, const ResId 
rResId, const Graphic rGraphic ) :
-ModalDialog ( pParent, rResId ),
-maModifyHdl ( LINK( this, oldGraphicFilterDialog, ImplModifyHdl ) ),
-mfScaleX( 0.0 ),
-mfScaleY( 0.0 ),
-maSizePixel ( LogicToPixel( rGraphic.GetPrefSize(), 
rGraphic.GetPrefMapMode() ) ),
-maPreview   ( this, CUI_RES( CTL_PREVIEW ) ),
-maBtnOK ( this, CUI_RES( BTN_OK ) ),
-maBtnCancel ( this, CUI_RES( BTN_CANCEL ) ),
-maBtnHelp   ( this, CUI_RES( BTN_HELP ) ),
-maFlParameter   ( this, CUI_RES( FL_PARAMETER ) )
-{
-const Size  aPreviewSize( maPreview.GetOutputSizePixel() );
-SizeaGrfSize( maSizePixel );
-
-if( rGraphic.GetType() == GRAPHIC_BITMAP 
-aPreviewSize.Width()  aPreviewSize.Height() 
-aGrfSize.Width()  aGrfSize.Height() )
-{
-const double fGrfWH = (double) 

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

2014-02-01 Thread Miklos Vajna
 sw/source/filter/ww8/ww8par6.cxx |2 +-
 sw/source/filter/ww8/ww8scan.cxx |3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit dd1d7868a9180c846e309445de6d7ce54bbb710b
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Sat Feb 1 15:03:09 2014 +0100

sw: hardcoded NS_sprm::LN_PWAlignFont

Change-Id: I539f0f0affb6edcfbc16ace773cbe7357793d72f

diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index d65e7dc..627a19b 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -5664,7 +5664,7 @@ const wwSprmDispatcher *GetWW8SprmDispatcher()
  //pap.fAutoSpaceDE;0 or 
1;byte;
 {0x2438, 0}, //sprmPFAutoSpaceDN
  //pap.fAutoSpaceDN;0 or 
1;byte;
-{0x4439, SwWW8ImplReader::Read_AlignFont},  //sprmPWAlignFont
+{NS_sprm::LN_PWAlignFont, SwWW8ImplReader::Read_AlignFont},  
//sprmPWAlignFont
  //pap.wAlignFont;iFa; 
word;
 {0x443A, 0}, //sprmPFrameTextFlow
  //pap.fVertical 
pap.fBackward
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index 15d81b0..98a79a4 100644
--- a/sw/source/filter/ww8/ww8scan.cxx
+++ b/sw/source/filter/ww8/ww8scan.cxx
@@ -24,6 +24,7 @@
 
 #include string.h
 #include i18nlangtag/mslangid.hxx
+#include filter/msfilter/sprmids.hxx
 #include rtl/tencinfo.h
 #include sal/macros.h
 
@@ -511,7 +512,7 @@ const wwSprmSearcher *wwSprmParser::GetWW8SprmSearcher()
 {0x2436, 1, L_FIX}, // sprmPFTopLinePunct pap.fTopLinePunct;0 or 1
 {0x2437, 1, L_FIX}, // sprmPFAutoSpaceDE pap.fAutoSpaceDE;0 or 1
 {0x2438, 1, L_FIX}, // sprmPFAutoSpaceDN pap.fAutoSpaceDN;0 or 1
-{0x4439, 2, L_FIX}, // sprmPWAlignFont pap.wAlignFont;iFa
+{NS_sprm::LN_PWAlignFont, 2, L_FIX}, // sprmPWAlignFont 
pap.wAlignFont;iFa
 {0x443A, 2, L_FIX}, // sprmPFrameTextFlow pap.fVertical pap.fBackward
 // pap.fRotateFont;complex
 {0x243B, 1, L_FIX}, // sprmPISnapBaseLine obsolete: not applicable in
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-02-01 Thread Miklos Vajna
 oox/source/shape/ShapeContextHandler.cxx|1 +
 sw/qa/extras/ooxmlimport/data/missing-path.docx |binary
 sw/qa/extras/ooxmlimport/ooxmlimport.cxx|   11 +++
 3 files changed, 12 insertions(+)

New commits:
commit 22e6916a820201e9750fcba683699e355e55c9d6
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Sat Feb 1 16:16:10 2014 +0100

oox: clear the saved shape when the shape really ends

Change-Id: Id0d644407bf1f5672e654082328434b9464c140a

diff --git a/oox/source/shape/ShapeContextHandler.cxx 
b/oox/source/shape/ShapeContextHandler.cxx
index 6b992d9..fb24aa3 100644
--- a/oox/source/shape/ShapeContextHandler.cxx
+++ b/oox/source/shape/ShapeContextHandler.cxx
@@ -330,6 +330,7 @@ void SAL_CALL 
ShapeContextHandler::endFastElement(::sal_Int32 Element)
 uno::Referencelang::XServiceInfo xServiceInfo(mxSavedShape, 
uno::UNO_QUERY);
 if (xServiceInfo.is()  
xServiceInfo-supportsService(com.sun.star.text.TextFrame))
 mxWpsContext.clear();
+mxSavedShape.clear();
 }
 }
 
diff --git a/sw/qa/extras/ooxmlimport/data/missing-path.docx 
b/sw/qa/extras/ooxmlimport/data/missing-path.docx
new file mode 100755
index 000..8d75e9f
Binary files /dev/null and b/sw/qa/extras/ooxmlimport/data/missing-path.docx 
differ
diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx 
b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
index c2f3c95..8af52d6 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -17,6 +17,7 @@
 #include com/sun/star/beans/XPropertySet.hpp
 #include com/sun/star/document/XEmbeddedObjectSupplier2.hpp
 #include com/sun/star/drawing/XControlShape.hpp
+#include com/sun/star/drawing/EnhancedCustomShapeParameterPair.hpp
 #include com/sun/star/drawing/TextVerticalAdjust.hpp
 #include com/sun/star/lang/XServiceInfo.hpp
 #include com/sun/star/style/XStyleFamiliesSupplier.hpp
@@ -48,6 +49,7 @@
 #include com/sun/star/text/XDocumentIndex.hpp
 #include vcl/svapp.hxx
 #include unotools/fltrcfg.hxx
+#include comphelper/sequenceashashmap.hxx
 
 #include bordertest.hxx
 
@@ -1653,6 +1655,15 @@ DECLARE_OOXMLIMPORT_TEST(testMceNested, 
mce-nested.docx)
 CPPUNIT_ASSERT_EQUAL(drawing::TextVerticalAdjust_BOTTOM, 
getPropertydrawing::TextVerticalAdjust(xGroup-getByIndex(1), 
TextVerticalAdjust));
 }
 
+DECLARE_OOXMLIMPORT_TEST(testMissingPath, missing-path.docx)
+{
+comphelper::SequenceAsHashMap 
aCustomShapeGeometry(getPropertybeans::PropertyValues(getShape(1), 
CustomShapeGeometry));
+comphelper::SequenceAsHashMap 
aPath(aCustomShapeGeometry[Path].getbeans::PropertyValues());
+uno::Sequencedrawing::EnhancedCustomShapeParameterPair aCoordinates = 
aPath[Coordinates].get 
uno::Sequencedrawing::EnhancedCustomShapeParameterPair ();
+// This was 0, the coordinate list was empty.
+CPPUNIT_ASSERT_EQUAL(sal_Int32(19), aCoordinates.getLength());
+}
+
 DECLARE_OOXMLIMPORT_TEST(testFdo70457, fdo70457.docx)
 {
 // The document contains a rotated bitmap
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: helpcontent2

2014-02-01 Thread Caolán McNamara
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0780f8a04bd83cf0899f3ab30a0db2ffccd2d710
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Feb 1 16:19:47 2014 +

Updated core
Project: help  e3e01ea0c449aba7b5c1f72b020bf672fb96b6ec

diff --git a/helpcontent2 b/helpcontent2
index 20d3d50..e3e01ea 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 20d3d508d085d6f61abe6d1c0a6d80b8b0d5
+Subproject commit e3e01ea0c449aba7b5c1f72b020bf672fb96b6ec
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: helpers/help_hid.lst source/text

2014-02-01 Thread Caolán McNamara
 helpers/help_hid.lst |5 -
 source/text/shared/01/xformsdataname.xhp |8 
 2 files changed, 4 insertions(+), 9 deletions(-)

New commits:
commit e3e01ea0c449aba7b5c1f72b020bf672fb96b6ec
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Feb 1 16:19:47 2014 +

update help ids for namespace dialog .ui conversion

Change-Id: I9a5b34fe0123c9ffa54e1b3a349bc85c90b24263

diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst
index f038ce8..60857fe 100644
--- a/helpers/help_hid.lst
+++ b/helpers/help_hid.lst
@@ -3602,8 +3602,6 @@ HID_XFORMS_INSTANCES_MENUBTN,38132,
 HID_XFORMS_ITEMS_LIST,38129,
 HID_XFORMS_MODELS_LIST,38130,
 HID_XFORMS_MODELS_MENUBTN,38131,
-HID_XFORMS_NAMESPACEITEM_DLG,38110,
-HID_XFORMS_NAMESPACEITEM_LIST,38111,
 HID_XFORMS_TAB_CONTROL,38137,
 HID_XFORMS_TOOLBOX,38123,
 HID_XFORMS_TOOLBOX_ITEM_ADD,38124,
@@ -6576,9 +6574,6 @@ 
svx_PushButton_RID_SVXDLG_EDIT_MODULES_PB_EDIT_MODULES_PRIO_DOWN,1251201846,
 svx_PushButton_RID_SVXDLG_EDIT_MODULES_PB_EDIT_MODULES_PRIO_UP,1251201845,
 svx_PushButton_RID_SVXDLG_MULTIPATH_BTN_ADD_MULTIPATH,1240879630,
 svx_PushButton_RID_SVXDLG_MULTIPATH_BTN_DEL_MULTIPATH,1240879631,
-svx_PushButton_RID_SVXDLG_NAMESPACE_ITEM_PB_ADD_NAMESPACE,1368887820,
-svx_PushButton_RID_SVXDLG_NAMESPACE_ITEM_PB_DELETE_NAMESPACE,1368887822,
-svx_PushButton_RID_SVXDLG_NAMESPACE_ITEM_PB_EDIT_NAMESPACE,1368887821,
 svx_PushButton_RID_SVXDLG_RUBY_PB_CLOSE,2315375112,
 svx_PushButton_RID_SVXDLG_RUBY_PB_STYLIST,2315375108,
 svx_PushButton_RID_SVXDLG_SEARCHFORM_PB_SOUNDSLIKESETTINGS,1368773123,
diff --git a/source/text/shared/01/xformsdataname.xhp 
b/source/text/shared/01/xformsdataname.xhp
index 8fdee15..072664f 100644
--- a/source/text/shared/01/xformsdataname.xhp
+++ b/source/text/shared/01/xformsdataname.xhp
@@ -41,21 +41,21 @@
   paragraph xml-lang=en-US id=par_idN1053E role=heading level=1 
l10n=NEWForm Namespaces/paragraph
   paragraph xml-lang=en-US id=par_idN10542 role=paragraph 
l10n=CHGahelp hid=.Use this dialog to organize namespaces. You can 
access this dialog through the Add Condition dialog of the Data 
Navigator./ahelp/paragraph
   
-bookmark xml-lang=en-US branch=hid/SVX_HID_XFORMS_NAMESPACEITEM_LIST 
id=bm_id8072450 localize=false/
+bookmark xml-lang=en-US branch=hid/svx/ui/namespacedialog/namespaces 
id=bm_id8072450 localize=false/
   paragraph xml-lang=en-US id=par_idN10561 role=heading level=2 
l10n=NEWNamespaces/paragraph
   paragraph xml-lang=en-US id=par_idN10565 role=paragraph 
l10n=NEWahelp hid=.Lists the currently defined namespaces for the 
form./ahelp/paragraph
   
-bookmark xml-lang=en-US 
branch=hid/svx:PushButton:RID_SVXDLG_NAMESPACE_ITEM:PB_ADD_NAMESPACE 
id=bm_id5343485 localize=false/
+bookmark xml-lang=en-US branch=hid/svx/ui/namespacedialog/add 
id=bm_id5343485 localize=false/
   paragraph xml-lang=en-US id=par_idN10568 role=heading level=2 
l10n=NEWAdd/paragraph
   paragraph xml-lang=en-US id=par_idN1056C role=paragraph 
l10n=NEWahelp hid=.Adds a new namespace to the list./ahelp/paragraph
   paragraph xml-lang=en-US id=par_idN1056F role=paragraph 
l10n=NEWUse the emphAdd Namespace/emph dialog to enter the Prefix and 
URL./paragraph
   
-bookmark xml-lang=en-US 
branch=hid/svx:PushButton:RID_SVXDLG_NAMESPACE_ITEM:PB_EDIT_NAMESPACE 
id=bm_id3851435 localize=false/
+bookmark xml-lang=en-US branch=hid/svx/ui/namespacedialog/edit 
id=bm_id3851435 localize=false/
   paragraph xml-lang=en-US id=par_idN10576 role=heading level=2 
l10n=NEWEdit/paragraph
   paragraph xml-lang=en-US id=par_idN1057A role=paragraph 
l10n=NEWahelp hid=.Edits the selected namespace./ahelp/paragraph
   paragraph xml-lang=en-US id=par_idN1057D role=paragraph 
l10n=NEWUse the emphEdit Namespace/emph dialog to edit the Prefix and 
URL./paragraph
   
-bookmark xml-lang=en-US 
branch=hid/svx:PushButton:RID_SVXDLG_NAMESPACE_ITEM:PB_DELETE_NAMESPACE 
id=bm_id2580034 localize=false/
+bookmark xml-lang=en-US branch=hid/svx/ui/namespacedialog/delete 
id=bm_id2580034 localize=false/
   paragraph xml-lang=en-US id=par_idN10584 role=heading level=2 
l10n=NEWDelete/paragraph
   paragraph xml-lang=en-US id=par_idN10588 role=paragraph 
l10n=NEWahelp hid=.Deletes the selected namespace./ahelp/paragraph
  /body
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: include/svx svx/inc svx/source svx/uiconfig svx/UIConfig_svx.mk

2014-02-01 Thread Caolán McNamara
 include/svx/fmresids.hrc   |1 
 svx/UIConfig_svx.mk|1 
 svx/inc/fmhelp.hrc |2 
 svx/source/form/datanavi.cxx   |  100 +++---
 svx/source/form/datanavi.src   |   81 ---
 svx/source/inc/datanavi.hrc|   13 -
 svx/source/inc/datanavi.hxx|   15 --
 svx/uiconfig/ui/namespacedialog.ui |  252 +
 8 files changed, 308 insertions(+), 157 deletions(-)

New commits:
commit ae7880ea4957a6c1d7e5045842a864d8bdced39f
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Feb 1 13:52:11 2014 +

convert namespace dialog to .ui

Change-Id: I9d45cdf16d81bfda21fb38bef87e91131683ad06

diff --git a/include/svx/fmresids.hrc b/include/svx/fmresids.hrc
index e877802..bc040ae 100644
--- a/include/svx/fmresids.hrc
+++ b/include/svx/fmresids.hrc
@@ -61,7 +61,6 @@
 
 // Dialog-Id's ---
 #define RID_SVX_FMEXPLORER  (RID_FORMS_START + 6)
-#define RID_SVXDLG_NAMESPACE_ITEM   (RID_FORMS_START + 14)
 
 #define RID_SVXWIN_DATANAVIGATOR(RID_FORMS_START + 19)
 #define RID_SVX_XFORMS_TABPAGES (RID_FORMS_START + 20)
diff --git a/svx/UIConfig_svx.mk b/svx/UIConfig_svx.mk
index 9cb6a18..a59c252 100644
--- a/svx/UIConfig_svx.mk
+++ b/svx/UIConfig_svx.mk
@@ -27,6 +27,7 @@ $(eval $(call gb_UIConfig_add_uifiles,svx,\
svx/uiconfig/ui/fontworkspacingdialog \
svx/uiconfig/ui/headfootformatpage \
svx/uiconfig/ui/linkwarndialog \
+   svx/uiconfig/ui/namespacedialog \
svx/uiconfig/ui/optgridpage \
svx/uiconfig/ui/passwd \
svx/uiconfig/ui/querydeletecontourdialog \
diff --git a/svx/inc/fmhelp.hrc b/svx/inc/fmhelp.hrc
index 5238b07..71e5b07 100644
--- a/svx/inc/fmhelp.hrc
+++ b/svx/inc/fmhelp.hrc
@@ -53,8 +53,6 @@
 #define UID_FORMPROPBROWSER_FRAME 
SVX_UID_FORMPROPBROWSER_FRAME
 #define UID_ABSOLUTE_RECORD_WINDOW
SVX_UID_ABSOLUTE_RECORD_WINDOW
 #define HID_DATA_NAVIGATOR_WIN
SVX_HID_DATA_NAVIGATOR_WIN
-#define HID_XFORMS_NAMESPACEITEM_DLG  
SVX_HID_XFORMS_NAMESPACEITEM_DLG
-#define HID_XFORMS_NAMESPACEITEM_LIST 
SVX_HID_XFORMS_NAMESPACEITEM_LIST
 #define HID_MN_XFORMS_MODELS_ADD  
SVX_HID_MN_XFORMS_MODELS_ADD
 #define HID_MN_XFORMS_MODELS_EDIT 
SVX_HID_MN_XFORMS_MODELS_EDIT
 #define HID_MN_XFORMS_MODELS_REMOVE   
SVX_HID_MN_XFORMS_MODELS_REMOVE
diff --git a/svx/source/form/datanavi.cxx b/svx/source/form/datanavi.cxx
index a2b26ef..f2a8b7e 100644
--- a/svx/source/form/datanavi.cxx
+++ b/svx/source/form/datanavi.cxx
@@ -2893,57 +2893,57 @@ namespace svxform
 //
 
 NamespaceItemDialog::NamespaceItemDialog(
-AddConditionDialog* _pCondDlg, Reference XNameContainer  
_rContainer ) :
-
-ModalDialog( _pCondDlg, SVX_RES( RID_SVXDLG_NAMESPACE_ITEM ) ),
-
-m_aNamespacesFT ( this, SVX_RES( FT_NAMESPACES ) ),
-m_aNamespacesListContainer  ( this, SVX_RES( LB_NAMESPACES ) ),
-m_aNamespacesList   ( m_aNamespacesListContainer ),
-m_aAddNamespaceBtn  ( this, SVX_RES( PB_ADD_NAMESPACE ) ),
-m_aEditNamespaceBtn ( this, SVX_RES( PB_EDIT_NAMESPACE ) ),
-m_aDeleteNamespaceBtn   ( this, SVX_RES( PB_DELETE_NAMESPACE ) ),
-m_aButtonsFL( this, SVX_RES( FL_DATANAV_BTN ) ),
-m_aOKBtn( this, SVX_RES( BTN_DATANAV_OK ) ),
-m_aEscBtn   ( this, SVX_RES( BTN_DATANAV_ESC ) ),
-m_aHelpBtn  ( this, SVX_RES( BTN_DATANAV_HELP ) ),
+AddConditionDialog* _pCondDlg,
+Reference XNameContainer  _rContainer )
+: ModalDialog( _pCondDlg, NamespaceDialog,
+svx/ui/namespacedialog.ui )
+, m_pConditionDlg(_pCondDlg)
+, m_rNamespaces(_rContainer)
+{
+get(m_pAddNamespaceBtn, add);
+get(m_pEditNamespaceBtn, edit);
+get(m_pDeleteNamespaceBtn, delete);
+get(m_pOKBtn, ok);
 
-m_pConditionDlg ( _pCondDlg ),
-m_rNamespaces   ( _rContainer )
+SvSimpleTableContainer* pNamespacesListContainer =
+getSvSimpleTableContainer(namespaces);
+Size aControlSize(175, 72);
+aControlSize = LogicToPixel(aControlSize, MAP_APPFONT);
+pNamespacesListContainer-set_width_request(aControlSize.Width());
+pNamespacesListContainer-set_height_request(aControlSize.Height());
+m_pNamespacesList = new SvSimpleTable(*pNamespacesListContainer, 0);
 
-{
 static long aStaticTabs[]= { 3, 0, 35, 200 };
-m_aNamespacesList.SvSimpleTable::SetTabs( aStaticTabs );
-

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

2014-02-01 Thread Julien Nabet
 sd/source/filter/ppt/pptin.cxx |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 64126a2d877dbb5c8578fdfb74f77d3f04b63f38
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sat Feb 1 19:36:35 2014 +0100

cppcheck: redundantAssignment

Change-Id: I8f29605dd11e39da6b0d9704c4801c5a798c4078

diff --git a/sd/source/filter/ppt/pptin.cxx b/sd/source/filter/ppt/pptin.cxx
index 39d5b96..e28dba6 100644
--- a/sd/source/filter/ppt/pptin.cxx
+++ b/sd/source/filter/ppt/pptin.cxx
@@ -2723,10 +2723,8 @@ ImplSdPPTImport::ReadFormControl( SotStorageRef rSrc1, 
com::sun::star::uno::Ref
 extern C SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL ImportPPT(
 SdDrawDocument* pDocument, SvStream rDocStream, SvStorage rStorage, 
SfxMedium rMedium )
 {
-sal_Bool bRet = sal_False;
-
 SdPPTImport* pImport = new SdPPTImport( pDocument, rDocStream, rStorage, 
rMedium );
-bRet = pImport-Import();
+sal_Bool bRet = pImport-Import();
 
 delete pImport;
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 Depends on||74325

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


internal error 2503

2014-02-01 Thread charenton
when installing Libre Office, any 'version
4.1.4 or 4.2.0

Windows 8.1, 64bits



--
View this message in context: 
http://nabble.documentfoundation.org/internal-error-2503-tp4095026.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2014-02-01 Thread Julien Nabet
 vcl/win/source/gdi/salnativewidgets-luna.cxx |6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

New commits:
commit 015f1eff67881a0f2cec0bf0da14dc00f1eade0d
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sat Feb 1 21:51:38 2014 +0100

cppcheck: redundantAssignment

Change-Id: I9fa611a2f47d2a7f54835419adf0b6c2610ebb66

diff --git a/vcl/win/source/gdi/salnativewidgets-luna.cxx 
b/vcl/win/source/gdi/salnativewidgets-luna.cxx
index dc9885f1..161cc39 100644
--- a/vcl/win/source/gdi/salnativewidgets-luna.cxx
+++ b/vcl/win/source/gdi/salnativewidgets-luna.cxx
@@ -651,11 +651,10 @@ sal_Bool ImplDrawNativeControl( HDC hDC, HTHEME hTheme, 
RECT rc,
 if( aValue.getType() == CTRL_SPINBUTTONS )
 {
 const SpinbuttonValue* pValue = (aValue.getType() == 
CTRL_SPINBUTTONS) ? static_castconst SpinbuttonValue*(aValue) : NULL;
-sal_Bool bOk = sal_False;
 
 RECT rect;
 ImplConvertSpinbuttonValues( pValue-mnUpperPart, 
pValue-mnUpperState, pValue-maUpperRect, iPart, iState, rect );
-bOk = ImplDrawTheme( hTheme, hDC, iPart, iState, rect, aCaption);
+sal_Bool bOk = ImplDrawTheme( hTheme, hDC, iPart, iState, rect, 
aCaption);
 
 if( bOk )
 {
@@ -676,11 +675,10 @@ sal_Bool ImplDrawNativeControl( HDC hDC, HTHEME hTheme, 
RECT rc,
 if( aValue.getType() == CTRL_SPINBUTTONS )
 {
 const SpinbuttonValue *pValue = static_castconst 
SpinbuttonValue*(aValue);
-sal_Bool bOk = sal_False;
 
 RECT rect;
 ImplConvertSpinbuttonValues( pValue-mnUpperPart, 
pValue-mnUpperState, pValue-maUpperRect, iPart, iState, rect );
-bOk = ImplDrawTheme( hTheme, hDC, iPart, iState, rect, 
aCaption);
+sal_Bool bOk = ImplDrawTheme( hTheme, hDC, iPart, iState, 
rect, aCaption);
 
 if( bOk )
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

--- Comment #76 from Joel Madero jmadero@gmail.com ---
Nominated bug 74325 - spreadsheet is losing comments upon save - regression

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2014-02-01 Thread Julien Nabet
 filter/source/svg/svgexport.cxx |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit ea2c7385fa8470ad3ed038f87989d262243b8ab2
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sat Feb 1 21:56:14 2014 +0100

cppcheck: redundantAssignment

Change-Id: Iaa022b904fbde66ef65364cb675386057619455d

diff --git a/filter/source/svg/svgexport.cxx b/filter/source/svg/svgexport.cxx
index 51a90ad..85023ee 100644
--- a/filter/source/svg/svgexport.cxx
+++ b/filter/source/svg/svgexport.cxx
@@ -1955,7 +1955,6 @@ sal_Bool SVGFilter::implCreateObjectsFromShape( const 
Reference XDrawPage   r
 sal_Bool SVGFilter::implCreateObjectsFromBackground( const Reference 
XDrawPage  rxDrawPage )
 {
 Reference XGraphicExportFilter   xExporter = 
drawing::GraphicExportFilter::create( mxContext );
-sal_BoolbRet = sal_False;
 
 GDIMetaFile aMtf;
 
@@ -1976,9 +1975,7 @@ sal_Bool SVGFilter::implCreateObjectsFromBackground( 
const Reference XDrawPage
 
 (*mpObjects)[ rxDrawPage ] = ObjectRepresentation( rxDrawPage, aMtf );
 
-bRet = sal_True;
-
-return bRet;
+return sal_True;
 }
 
 // 
-
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-02-01 Thread Julien Nabet
 extensions/source/scanner/sane.cxx |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 896899b843d15aeb20a14ac11129b5989f3d7821
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sat Feb 1 22:13:48 2014 +0100

cppcheck: redundant assignment

Change-Id: I62fbbe97c24deb45d8a79463e463a6783201ba98

diff --git a/extensions/source/scanner/sane.cxx 
b/extensions/source/scanner/sane.cxx
index 9ad0011..96b7716 100644
--- a/extensions/source/scanner/sane.cxx
+++ b/extensions/source/scanner/sane.cxx
@@ -117,10 +117,9 @@ inline oslGenericFunction Sane::LoadSymbol( const char* 
pSymbolname )
 SANE_Status Sane::ControlOption( int nOption, SANE_Action nAction,
  void* pData )
 {
-SANE_Status nStatus = SANE_STATUS_GOOD;
 SANE_IntnInfo = 0;
 
-nStatus = p_control_option( maHandle, (SANE_Int)nOption,
+SANE_Status nStatus = p_control_option( maHandle, (SANE_Int)nOption,
 nAction, pData, nInfo );
 DUMP_STATE( nStatus, sane_control_option );
 #if OSL_DEBUG_LEVEL  1
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: internal error 2503

2014-02-01 Thread Mat M

Hello

I suggest you write an email to us...@fr.libreoffice.org with a french  
message giving details on how you installed and launched (run as admin or  
not, batch, default shortcut , ...) Libreoffice.
Some users may have the same setup you have and may help you better than  
this developers list, which targets coding into libreoffice rather than  
supporting installation issues.


Hope this helps

Best regards

Mat M
Le Sat, 01 Feb 2014 21:15:25 +0100, charenton jpwe...@orange.fr a écrit:


when installing Libre Office, any 'version
4.1.4 or 4.2.0

Windows 8.1, 64bits



--
View this message in context:  
http://nabble.documentfoundation.org/internal-error-2503-tp4095026.html

Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2014-02-01 Thread Julien Nabet
 sc/source/ui/vba/vbarange.cxx |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 7a4e95b8c14d2cf64938d1cbe559576b4400e424
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sat Feb 1 22:21:22 2014 +0100

Check if pDoc is null before using it

Change-Id: I8eede8774eebdf32c2749325777bcb5a9b1a720b

diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx
index 5a431f4..95123e3 100644
--- a/sc/source/ui/vba/vbarange.cxx
+++ b/sc/source/ui/vba/vbarange.cxx
@@ -4483,8 +4483,10 @@ ScVbaRange::AutoFilter( const uno::Any aField, const 
uno::Any Criteria1, const
 uno::Reference beans::XPropertySet  xFiltProps( 
xDataBaseRange-getFilterDescriptor(), uno::UNO_QUERY_THROW );
 sal_Bool bHasColHeader = false;
 ScDocument* pDoc = pShell ? pShell-GetDocument() : NULL;
-
-bHasColHeader = pDoc-HasColHeader(  static_cast SCCOL ( 
autoFiltAddress.StartColumn ), static_cast SCROW ( autoFiltAddress.StartRow 
), static_cast SCCOL ( autoFiltAddress.EndColumn ), static_cast SCROW ( 
autoFiltAddress.EndRow ), static_cast SCTAB ( autoFiltAddress.Sheet ) ) ? 
sal_True : false;
+if (pDoc)
+{
+bHasColHeader = pDoc-HasColHeader(  static_cast SCCOL ( 
autoFiltAddress.StartColumn ), static_cast SCROW ( autoFiltAddress.StartRow 
), static_cast SCCOL ( autoFiltAddress.EndColumn ), static_cast SCROW ( 
autoFiltAddress.EndRow ), static_cast SCTAB ( autoFiltAddress.Sheet ) ) ? 
sal_True : false;
+}
 xFiltProps-setPropertyValue( ContainsHeader, uno::Any( 
bHasColHeader ) );
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-02-01 Thread Norbert Thiebaud
 connectivity/source/drivers/dbase/DIndex.cxx|   28 ++
 connectivity/source/drivers/dbase/DTable.cxx|   41 +++---
 connectivity/source/drivers/file/FConnection.cxx|   16 +++--
 connectivity/source/inc/OColumn.hxx |   18 ++
 connectivity/source/inc/OTypeInfo.hxx   |   12 +---
 connectivity/source/inc/odbc/OBoundParam.hxx|1 
 cui/source/tabpages/backgrnd.cxx|   31 +++
 dbaccess/source/core/api/RowSet.cxx |2 
 dbaccess/source/ext/macromigration/rangeprogressbar.hxx |   12 ++--
 dbaccess/source/filter/xml/xmlStyleImport.cxx   |   27 +
 dbaccess/source/filter/xml/xmlStyleImport.hxx   |2 
 dbaccess/source/filter/xml/xmlfilter.cxx|5 +
 dbaccess/source/ui/inc/TableCopyHelper.hxx  |8 ++
 dbaccess/source/ui/inc/TokenWriter.hxx  |3 -
 dbaccess/source/ui/inc/WTypeSelect.hxx  |   12 +++-
 dbaccess/source/ui/misc/HtmlReader.cxx  |   26 +
 dbaccess/source/ui/querydesign/QTableConnection.cxx |7 +-
 dbaccess/source/ui/querydesign/QTableConnectionData.cxx |   44 
 dbaccess/source/ui/querydesign/QueryTabWinUndoAct.cxx   |5 +
 dbaccess/source/ui/querydesign/QueryTabWinUndoAct.hxx   |2 
 20 files changed, 179 insertions(+), 123 deletions(-)

New commits:
commit 6ebd7992ae774c7eb96b55c1cf39fbd922f66878
Author: Norbert Thiebaud nthieb...@gmail.com
Date:   Sat Feb 1 15:05:32 2014 -0600

coverity#707743 : Uninitialized scalar field

Change-Id: I80661c2b88b7c10175e4622db7e843699d6c1686

diff --git a/dbaccess/source/ui/querydesign/QueryTabWinUndoAct.cxx 
b/dbaccess/source/ui/querydesign/QueryTabWinUndoAct.cxx
index ea760d1..8dfdbc7 100644
--- a/dbaccess/source/ui/querydesign/QueryTabWinUndoAct.cxx
+++ b/dbaccess/source/ui/querydesign/QueryTabWinUndoAct.cxx
@@ -40,8 +40,9 @@ OQueryDesignFieldUndoAct::~OQueryDesignFieldUndoAct()
 }
 
 OQueryTabWinUndoAct::OQueryTabWinUndoAct(OQueryTableView* pOwner, sal_uInt16 
nCommentID)
-:OQueryDesignUndoAction(pOwner, nCommentID)
-,m_pTabWin(NULL)
+: OQueryDesignUndoAction(pOwner, nCommentID)
+, m_pTabWin(NULL)
+, m_bOwnerOfObjects(sal_False)
 {
 }
 
diff --git a/dbaccess/source/ui/querydesign/QueryTabWinUndoAct.hxx 
b/dbaccess/source/ui/querydesign/QueryTabWinUndoAct.hxx
index 77436e7..676c433 100644
--- a/dbaccess/source/ui/querydesign/QueryTabWinUndoAct.hxx
+++ b/dbaccess/source/ui/querydesign/QueryTabWinUndoAct.hxx
@@ -35,7 +35,7 @@ namespace dbaui
 protected:
 ::std::vectorOTableConnection* m_vTableConnection;
 OQueryTableWindow*   m_pTabWin;
-sal_Bool m_bOwnerOfObjects;
+sal_Bool m_bOwnerOfObjects;
 // am I the only owner of the managed objects? (changes with every 
redo or undo)
 
 public:
commit 4a169e4203c10ec8f76b9bcb33882c82b65c7bab
Author: Norbert Thiebaud nthieb...@gmail.com
Date:   Sat Feb 1 15:01:25 2014 -0600

coverity#707742 : Uninitialized scalar field

Change-Id: I52bc7ec4326e212a93df3be9b2232bac584d9ee0

diff --git a/dbaccess/source/ui/querydesign/QTableConnectionData.cxx 
b/dbaccess/source/ui/querydesign/QTableConnectionData.cxx
index 81f53ba..5167d8a 100644
--- a/dbaccess/source/ui/querydesign/QTableConnectionData.cxx
+++ b/dbaccess/source/ui/querydesign/QTableConnectionData.cxx
@@ -25,34 +25,38 @@ using namespace dbaui;
 
 // class OQueryTableConnectionData
 OQueryTableConnectionData::OQueryTableConnectionData()
-:OTableConnectionData()
-,m_eJoinType (INNER_JOIN)
-,m_bNatural(false)
+: OTableConnectionData()
+, m_nFromEntryIndex(0)
+, m_nDestEntryIndex(0)
+, m_eJoinType (INNER_JOIN)
+, m_bNatural(false)
+, m_eFromType(TAB_NORMAL_FIELD)
+, m_eDestType(TAB_NORMAL_FIELD)
 {
 }
 
 OQueryTableConnectionData::OQueryTableConnectionData( const 
OQueryTableConnectionData rConnData )
-:OTableConnectionData( rConnData )
+: OTableConnectionData( rConnData )
+, m_nFromEntryIndex(rConnData.m_nFromEntryIndex)
+, m_nDestEntryIndex(rConnData.m_nDestEntryIndex)
+, m_eJoinType(rConnData.m_eJoinType)
+, m_bNatural(rConnData.m_bNatural)
+, m_eFromType(rConnData.m_eFromType)
+, m_eDestType(rConnData.m_eDestType)
 {
-m_nFromEntryIndex = rConnData.m_nFromEntryIndex;
-m_nDestEntryIndex = rConnData.m_nDestEntryIndex;
 
-m_eFromType = rConnData.m_eFromType;
-m_eDestType = rConnData.m_eDestType;
-m_eJoinType = rConnData.m_eJoinType;
-m_bNatural  = rConnData.m_bNatural;
 }
 
-OQueryTableConnectionData::OQueryTableConnectionData(const 
TTableWindowData::value_type _pReferencingTable
-,const 
TTableWindowData::value_type _pReferencedTable
-

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

2014-02-01 Thread Norbert Thiebaud
 dbaccess/source/ui/querydesign/TableFieldDescription.cxx   |4 ++
 desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx |   19 ++---
 2 files changed, 14 insertions(+), 9 deletions(-)

New commits:
commit 21e90f901dd5698e80ad6b1eb50cfc265ff0e77b
Author: Norbert Thiebaud nthieb...@gmail.com
Date:   Sat Feb 1 16:16:53 2014 -0600

coverity#707748 : Uninitialized scalar field

Change-Id: I9155c4ab7409d1fa00abbc3c81ff03d0c0d3910b

diff --git a/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx 
b/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx
index 61ef5f9..fb5e42c 100644
--- a/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx
+++ b/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx
@@ -122,7 +122,7 @@ class ProgressCmdEnv
 uno::Reference uno::XComponentContext  m_xContext;
 uno::Reference task::XAbortChannel m_xAbortChannel;
 
-DialogHelper   *m_pDialogHelper;
+DialogHelper*   m_pDialogHelper;
 OUStringm_sTitle;
 boolm_bAborted;
 boolm_bWarnUser;
@@ -143,14 +143,15 @@ public:
 */
 
 ProgressCmdEnv( const uno::Reference uno::XComponentContext  rContext,
-DialogHelper *pDialogHelper,
-const OUString rTitle )
-:   m_xContext( rContext ),
-m_pDialogHelper( pDialogHelper ),
-m_sTitle( rTitle ),
-m_bAborted( false ),
-m_bWarnUser( false )
-{}
+DialogHelper* pDialogHelper,
+const OUString rTitle )
+: m_xContext( rContext )
+, m_pDialogHelper( pDialogHelper )
+, m_sTitle( rTitle )
+, m_bAborted( false )
+, m_bWarnUser( false )
+, m_nCurrentProgress(0)
+{}
 
 Dialog * activeDialog() { return m_pDialogHelper ? 
m_pDialogHelper-getWindow() : NULL; }
 
commit c20d57c650f9c3b96c36f1afe831763fa3dfafca
Author: Norbert Thiebaud nthieb...@gmail.com
Date:   Sat Feb 1 16:13:27 2014 -0600

coverity#707745 : Uninitialized scalar field

Change-Id: If59d4018da0c406ecaa8e8348aa8ca95db72c5f1

diff --git a/dbaccess/source/ui/querydesign/TableFieldDescription.cxx 
b/dbaccess/source/ui/querydesign/TableFieldDescription.cxx
index 65f4e05..5bef676 100644
--- a/dbaccess/source/ui/querydesign/TableFieldDescription.cxx
+++ b/dbaccess/source/ui/querydesign/TableFieldDescription.cxx
@@ -53,8 +53,12 @@ OTableFieldDesc::OTableFieldDesc(const OTableFieldDesc rRS)
 
 OTableFieldDesc::OTableFieldDesc(const OUString rT, const OUString rF )
 :m_pTabWindow(0)
+,m_eDataType(1000)
 ,m_eFunctionType( FKT_NONE )
+,m_eFieldType(TAB_NORMAL_FIELD)
 ,m_eOrderDir( ORDER_NONE )
+,m_nIndex(0)
+,m_nColWidth(0)
 ,m_nColumnId((sal_uInt16)-1)
 ,m_bGroupBy(sal_False)
 ,m_bVisible(sal_False)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Cppcheck redundantAssignment gridcell.cxx (svx module)

2014-02-01 Thread julien2412
Hello,

Cppcheck reported this:
svx/source/fmcomp/gridcell.cxx
2150redundantAssignment style   Variable 'sValue' is reassigned a value
before the old one has been used.

if ( !_rxField-wasNull() )
{
_rField.SetValue( fValue );
BigInt aValue = _rField.GetCorrectedValue();
sValue = aValue.GetString();
sValue = _rField.GetText();--- Variable 'sValue' is
reassigned a value before the old one has been used.

See
http://dev-builds.libreoffice.org/cppcheck_reports/master/888.html#line-2150

I would tend to remove the last line (because GetCorrectedValue, the line
before, isn't used for the moment) but I wouldn't like to create some
regression.

Any idea?

Julien



--
View this message in context: 
http://nabble.documentfoundation.org/Cppcheck-redundantAssignment-gridcell-cxx-svx-module-tp4095032.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2014-02-01 Thread Norbert Thiebaud
 connectivity/source/drivers/dbase/DIndex.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 599b3c91dc5bd9c04e70b38246acac9914a6b219
Author: Norbert Thiebaud nthieb...@gmail.com
Date:   Sat Feb 1 17:38:17 2014 -0600

accidentally used a c++11 only construct

Change-Id: I3c89cdf3c3ea6214f4313afde70677f0752dc66b

diff --git a/connectivity/source/drivers/dbase/DIndex.cxx 
b/connectivity/source/drivers/dbase/DIndex.cxx
index 07d735e..73bf4f4 100644
--- a/connectivity/source/drivers/dbase/DIndex.cxx
+++ b/connectivity/source/drivers/dbase/DIndex.cxx
@@ -65,7 +65,7 @@ ODbaseIndex::ODbaseIndex(ODbaseTable* _pTable)
 , m_pTable(_pTable)
 , m_bUseCollector(sal_False)
 {
-m_aHeader = {};
+memset(m_aHeader, 0, sizeof(m_aHeader));
 construct();
 }
 // -
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 3 commits - connectivity/source extensions/source svx/uiconfig

2014-02-01 Thread Caolán McNamara
 connectivity/source/drivers/dbase/DTable.cxx |4 
 extensions/source/bibliography/datman.cxx|2 
 svx/uiconfig/ui/addsubmissiondialog.ui   |  268 +++
 3 files changed, 159 insertions(+), 115 deletions(-)

New commits:
commit 4bb7e9a1b0dd2f72609affde0170c0a2d4fff44b
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Feb 2 00:49:44 2014 +

WaE: -Werror=missing-field-initializers

Change-Id: I7d1c9c460d41dec416275e1ce8e6328020118682

diff --git a/connectivity/source/drivers/dbase/DTable.cxx 
b/connectivity/source/drivers/dbase/DTable.cxx
index d38b151..2970cb5 100644
--- a/connectivity/source/drivers/dbase/DTable.cxx
+++ b/connectivity/source/drivers/dbase/DTable.cxx
@@ -447,7 +447,7 @@ ODbaseTable::ODbaseTable(sdbcx::OCollection* _pTables, 
ODbaseConnection* _pConne
 {
 SAL_INFO( connectivity.drivers, dbase ocke.jans...@sun.com 
ODbaseTable::ODbaseTable );
 // initialize the header
-m_aHeader = {};
+memset(m_aHeader, 0, sizeof(m_aHeader));
 m_aHeader.db_typ = dBaseIII;
 m_eEncoding = getConnection()-getTextEncoding();
 }
@@ -467,7 +467,7 @@ ODbaseTable::ODbaseTable(sdbcx::OCollection* _pTables, 
ODbaseConnection* _pConne
 , m_bWriteableMemo(sal_False)
 {
 SAL_INFO( connectivity.drivers, dbase ocke.jans...@sun.com 
ODbaseTable::ODbaseTable );
-m_aHeader = {};
+memset(m_aHeader, 0, sizeof(m_aHeader));
 m_eEncoding = getConnection()-getTextEncoding();
 }
 
commit 57a989babfa9d206d5a01b9bfc76bc864729b958
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Feb 2 00:36:20 2014 +

drop unused aURLST

Change-Id: Id009e6c372a5586be2eb84882d3feec8af78e30d

diff --git a/extensions/source/bibliography/datman.cxx 
b/extensions/source/bibliography/datman.cxx
index 30315f80..0baaf88 100644
--- a/extensions/source/bibliography/datman.cxx
+++ b/extensions/source/bibliography/datman.cxx
@@ -536,7 +536,6 @@ class DBChangeDialog_Impl : public ModalDialog
 HeaderBar   aSelectionHB;
 DBChangeDialogConfig_Impl   aConfig;
 OUStringaEntryST;
-OUStringaURLST;
 
 BibDataManager* pDatMan;
 
@@ -557,7 +556,6 @@ DBChangeDialog_Impl::DBChangeDialog_Impl(Window* pParent, 
BibDataManager* pMan )
 aSelectionLB(this,  BibResId( LB_SELECTION )),
 aSelectionHB(this,  BibResId( HB_SELECTION )),
 aEntryST(BIB_RESSTR(ST_ENTRY)),
-aURLST(BIB_RESSTR(ST_URL)),
 pDatMan(pMan)
 {
 FreeResource();
commit ec7f47cb1bd8b29a1692023a27ec3a9a7f869751
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Feb 1 23:35:54 2014 +

add submission got overwritten by accident

i.e. regression since cc866c0297de076488b8778aa036a3ed3c673678

Change-Id: Ie22717cd1c975b7b6d013fb22f0990287ac664c2

diff --git a/svx/uiconfig/ui/addsubmissiondialog.ui 
b/svx/uiconfig/ui/addsubmissiondialog.ui
index 719641a..6ec2caf 100644
--- a/svx/uiconfig/ui/addsubmissiondialog.ui
+++ b/svx/uiconfig/ui/addsubmissiondialog.ui
@@ -11,6 +11,62 @@
 property name=can_focusFalse/property
 property name=orientationvertical/property
 property name=spacing12/property
+child internal-child=action_area
+  object class=GtkButtonBox id=dialog-action_area1
+property name=can_focusFalse/property
+property name=layout_styleend/property
+child
+  object class=GtkButton id=ok
+property name=labelgtk-ok/property
+property name=visibleTrue/property
+property name=can_focusTrue/property
+property name=can_defaultTrue/property
+property name=has_defaultTrue/property
+property name=receives_defaultTrue/property
+property name=use_stockTrue/property
+  /object
+  packing
+property name=expandFalse/property
+property name=fillTrue/property
+property name=position0/property
+  /packing
+/child
+child
+  object class=GtkButton id=cancel
+property name=labelgtk-cancel/property
+property name=visibleTrue/property
+property name=can_focusTrue/property
+property name=receives_defaultTrue/property
+property name=use_stockTrue/property
+  /object
+  packing
+property name=expandFalse/property
+property name=fillTrue/property
+property name=position1/property
+  /packing
+/child
+child
+  object class=GtkButton id=help
+property name=labelgtk-help/property
+property name=visibleTrue/property
+property name=can_focusTrue/property
+property name=receives_defaultTrue/property
+property name=use_stockTrue/property
+ 

[Libreoffice-commits] core.git: sc/inc sc/Library_sc.mk sc/source

2014-02-01 Thread Kohei Yoshida
 sc/Library_sc.mk |1 
 sc/inc/column.hxx|6 +-
 sc/inc/document.hxx  |   16 +++---
 sc/inc/rowheightcontext.hxx  |   57 
 sc/inc/table.hxx |   21 +++--
 sc/source/core/data/column2.cxx  |   12 ++---
 sc/source/core/data/dociter.cxx  |9 ++-
 sc/source/core/data/document.cxx |   23 +++--
 sc/source/core/data/rowheightcontext.cxx |   72 +++
 sc/source/core/data/table1.cxx   |   43 ++
 sc/source/core/data/table2.cxx   |4 +
 sc/source/filter/rtf/eeimpars.cxx|8 ++-
 sc/source/ui/docshell/docfunc.cxx|   10 ++--
 sc/source/ui/docshell/docsh5.cxx |9 ++-
 sc/source/ui/undo/undobase.cxx   |   12 ++---
 sc/source/ui/undo/undoblk.cxx|   10 ++--
 sc/source/ui/undo/undoblk3.cxx   |8 ++-
 sc/source/ui/view/viewfun2.cxx   |   11 ++--
 sc/source/ui/view/viewfunc.cxx   |8 ++-
 19 files changed, 230 insertions(+), 110 deletions(-)

New commits:
commit f74c0a42b0e176771e15458b1bdb85c0a2dc99db
Author: Kohei Yoshida kohei.yosh...@collabora.com
Date:   Sat Feb 1 20:51:29 2014 -0500

Add RowHeightContext to stuff all parameters for SetOptimalHeights().

To help reduce the number of function arguments.

Change-Id: Ic29fff38f6cd844bdaac8ac4b440dfcaba55df61

diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk
index dcced7f..397ca22 100644
--- a/sc/Library_sc.mk
+++ b/sc/Library_sc.mk
@@ -169,6 +169,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\
 sc/source/core/data/poolhelp \
 sc/source/core/data/postit \
 sc/source/core/data/refupdatecontext \
+sc/source/core/data/rowheightcontext \
 sc/source/core/data/segmenttree \
 sc/source/core/data/sheetevents \
 sc/source/core/data/simpleformulacalc \
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 7fefa04..835daa8 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -58,6 +58,7 @@ struct NoteEntry;
 class DocumentStreamAccess;
 class CellValues;
 struct RowSpan;
+class RowHeightContext;
 
 }
 
@@ -437,9 +438,8 @@ public:
 bool bFormula, sal_uInt16 nOldWidth, const ScMarkData* pMarkData, 
const ScColWidthParam* pParam) const;
 
 void GetOptimalHeight(
-SCROW nStartRow, SCROW nEndRow, sal_uInt16* pHeight, OutputDevice* 
pDev,
-double nPPTX, double nPPTY, const Fraction rZoomX, const Fraction 
rZoomY,
-bool bShrink, sal_uInt16 nMinHeight, SCROW nMinStart);
+sc::RowHeightContext rCxt, SCROW nStartRow, SCROW nEndRow, 
sal_uInt16* pHeight,
+sal_uInt16 nMinHeight, SCROW nMinStart );
 
 /// Including current, may return -1
 SCsROW  GetNextUnprotected( SCROW nRow, bool bUp ) const;
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index b241859..2d84ecd 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -72,6 +72,7 @@ struct FormulaGroupContext;
 class DocumentStreamAccess;
 class DocumentLinkManager;
 class CellValues;
+class RowHeightContext;
 
 }
 
@@ -1480,15 +1481,12 @@ public:
 bool bFormula,
 const ScMarkData* pMarkData = NULL,
 const ScColWidthParam* pParam = NULL );
-SC_DLLPUBLIC bool   SetOptimalHeight( SCROW nStartRow, SCROW 
nEndRow, SCTAB nTab, sal_uInt16 nExtra,
-OutputDevice* pDev,
-double nPPTX, double nPPTY,
-const Fraction rZoomX, const 
Fraction rZoomY,
-bool bShrink );
-voidUpdateAllRowHeights( OutputDevice* pDev,
-double nPPTX, double nPPTY,
-const Fraction rZoomX, const 
Fraction rZoomY,
-const ScMarkData* pTabMark = NULL );
+
+SC_DLLPUBLIC bool SetOptimalHeight(
+sc::RowHeightContext rCxt, SCROW nStartRow, SCROW nEndRow, SCTAB nTab 
);
+
+void UpdateAllRowHeights( sc::RowHeightContext rCxt, const ScMarkData* 
pTabMark = NULL );
+
 longGetNeededSize( SCCOL nCol, SCROW nRow, SCTAB nTab,
 OutputDevice* pDev,
 double nPPTX, double nPPTY,
diff --git a/sc/inc/rowheightcontext.hxx b/sc/inc/rowheightcontext.hxx
new file mode 100644
index 000..7985df3
--- /dev/null
+++ b/sc/inc/rowheightcontext.hxx
@@ -0,0 +1,57 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with 

FDO Cleanup

2014-02-01 Thread Joel Madero
Hi All,

Just got done with a large FDO cleanup so apologies for any flood in the
email - any FDO mails in the last 5 minutes or so can be ignored/deleted
as they just contain a standard message for NEEDINFO bugs.



All the best,
Joel
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

Bug 65675 depends on bug 74318, which changed state.

Bug 74318 Summary: 'customize toolbar' broken
https://bugs.freedesktop.org/show_bug.cgi?id=74318

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


LibreOffice Gerrit News for core on 2014-02-02

2014-02-01 Thread gerrit
Moin!

* Open changes on master for project core changed in the last 25 hours:

 First time contributors doing great things ! 
+ fdo#50763: handle inlined base64 images
  in https://gerrit.libreoffice.org/7773 from Christina Roßmanith
  about module sw
+ cppcheck: redundantAssignment
  in https://gerrit.libreoffice.org/7772 from Julien Nabet
  about module shell
+ fdo#72468 Remove memory overflow on static memory.
  in https://gerrit.libreoffice.org/7087 from Arnaud Versini
  about module sal
+ fdo#52461 Multiple instances of same cell now get same color.
  in https://gerrit.libreoffice.org/7514 from Rachit Gupta
  about module sc
 End of freshness 



* Merged changes on master for project core changed in the last 25 hours:

+ fdo#64337 Do not show empty findbar in startcenter.
  in https://gerrit.libreoffice.org/7770 from Robert Roth


* Abandoned changes on master for project core changed in the last 25 hours:

+ fdo#64337 Ctrl+F does not do anything now.
  in https://gerrit.libreoffice.org/7771 from Rachit Gupta


* Open changes needing tweaks, but being untouched for more than a week:

+ sa/l add release_assert() and assert that stay even in release code
  in https://gerrit.libreoffice.org/7625 from Norbert Thiebaud
+ fdo#69407: On transparent frames, shadows are painted in foreground.
  in https://gerrit.libreoffice.org/7070 from Mohamed-Ali BEN MANSOUR
+ add a header to provide posix compatible wrapper for platform lacking
  in https://gerrit.libreoffice.org/6837 from Norbert Thiebaud
+ upgrade liborcus
  in https://gerrit.libreoffice.org/7310 from Markus Mohrhard
+ WIP fdo#72987 Use firebird backup format for .odb
  in https://gerrit.libreoffice.org/7299 from Andrzej Hunt
+ Export CoreText-related SPI stuff
  in https://gerrit.libreoffice.org/7143 from Douglas Mencken
+ fdo#60698: Merge animcore into sd and slideshow
  in https://gerrit.libreoffice.org/7108 from Marcos Souza
+ sw/export docx: add unit test for document with header and section(s)
  in https://gerrit.libreoffice.org/6249 from Pierre-Eric Pelloux-Prayer
+ Code clean-up/consolidation task.
  in https://gerrit.libreoffice.org/5926 from Vishv Brahmbhatt
+ fix for exporting of text watermark to DOCX
  in https://gerrit.libreoffice.org/5568 from Adam CloudOn
+ WIP: fdo#33980 Preserve selection across all slide sorters.
  in https://gerrit.libreoffice.org/6633 from Andrzej Hunt
+ fdo#71043 -  Use STACK lint tool to clean code
  in https://gerrit.libreoffice.org/6529 from José Guilherme Vanz
+ Increase number of remembered recent documents from 10 to 25
  in https://gerrit.libreoffice.org/6101 from Krisztian Pinter
+ startcenter: Make SC open faster by timeouting thumbnails
  in https://gerrit.libreoffice.org/6102 from Krisztian Pinter
+ Simplify oslThreadIdentifier on Linux 32.
  in https://gerrit.libreoffice.org/5553 from Arnaud Versini
+ Dynamically align toolbars in LibreOffice
  in https://gerrit.libreoffice.org/5655 from Prashant Pandey
+ fdo#36791 : fix for import of greeting card
  in https://gerrit.libreoffice.org/4240 from Adam CloudOn
+ Positional Tab additions
  in https://gerrit.libreoffice.org/5387 from Adam CloudOn
+ fdo#64817 : fix for rectangle with image fill
  in https://gerrit.libreoffice.org/4718 from Adam CloudOn


Best,

Your friendly LibreOffice Gerrit Digest Mailer

Note: The bot generating this message can be found and improved here:
   
https://gerrit.libreoffice.org/gitweb?p=dev-tools.git;a=blob;f=gerritbot/send-daily-digest
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice-qa] FDO Cleanup

2014-02-01 Thread Joel Madero


 just curious to know if you have detailed stats about each one of this
 NEEINFO--INVALID cleanups
 how many of the bugs become INVALID?
I did the first round but stats take a lot of time and I just don't have
it. The first round it was about 75% went to INVALID and 25% moved
forward - which we thought was good because that means 25% of the bugs
which were essentially left were dead were revived.


Best,
Joel

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

ape idler@mail.ru changed:

   What|Removed |Added

 Depends on||74350

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

--- Comment #77 from ape idler@mail.ru ---
added Bug 74350 - The program’s Frost if the option ‘Expert Configuration’ is
used (Windows only).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

QA Administrators qa-ad...@libreoffice.org changed:

   What|Removed |Added

 Depends on|74350   |

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-qa] [ANN] LibreOffice 4.1.5 RC2 test builds available

2014-02-01 Thread Christian Lohmaier
Hi *,

for the upcoming new version 4.1.5, the builds for rc2 are now
available on pre-releases

Source-indexed dbug symbols for windows are available from our symbol server
http://dev-downloads.libreoffice.org/symstore/symbols

see
https://wiki.documentfoundation.org/How_to_get_a_backtrace_with_WinDbg
on how to make use of it

RC2 is the second of two planned release candidates, see

https://wiki.documentfoundation.org/ReleasePlan/4.1#4.1.5_release

for the complete schedule.

Grab the builds from here here:

 http://dev-builds.libreoffice.org/pre-releases/

The builds include the full set of languages.

If you've a bit of time, please give them a try  report any severe
bugs not yet in bugzilla here, so we can incorporate  them into the
release notes. Please note that it takes approximately 24 hours to
populate the mirrors, so that's about the time we have to collect
feedback.

The list of fixed bugs relative to 4.1.5 RC1 is here:

http://dev-builds.libreoffice.org/pre-releases/src/bugs-libreoffice-4-1-5-release-4.1.5.2.log

So playing with the areas touched there also greatly appreciated  -
and validation that those bugs are really fixed.

Thanks a lot for your help,
Christian
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [Libreoffice-qa] [ANN] LibreOffice 4.1.5 RC2 test builds available

2014-02-01 Thread Tommy
On Sat, 01 Feb 2014 10:15:44 +0100, Christian Lohmaier  
lohma...@googlemail.com wrote:



Hi *,

for the upcoming new version 4.1.5, the builds for rc2 are now
available on pre-releases

...

RC2 is the second of two planned release candidates, see

https://wiki.documentfoundation.org/ReleasePlan/4.1#4.1.5_release

for the complete schedule.


just a reminder that list of fixed bugs is not yet available in
https://wiki.documentfoundation.org/WikiAction/edit/Releases/4.1.5/RC1

and in
https://wiki.documentfoundation.org/WikiAction/edit/Releases/4.1.5/RC2


___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [Libreoffice-qa] Trendline equation

2014-02-01 Thread Stefan Weigel
Hi again,

Am 31.01.2014 12:35, schrieb Laurent BP:

 Stefan Weigel wrote
  1. Enter Data A1=11, A2=13, A3=12, A4=14, A5=16, A6=15
  2. Select A1:A6
  3. 4. Create a Line chart
  4. Insert linear trendline and show equation
  
  -- Equation does make sense.

 If you do not specify X-values/categories, what sense can you give in the
 equation for 'x'?
 From my point of view, equation is useful if you need to extrapolate or
 interpolate values. What else?

Sure.

A1= Oct | B1= 1100 US$
A2= Nov | B2= 1300 US$
A3= Dec | B3= 1200 US$
A4= Jan | B4= 1400 US$
A5= Feb | B5= 1600 US$
A6= Mar | B6= 1500 US$

Create a Column chart. Insert formula.
Formula reads: f(x) = 88,57x + 1040

You can use the formula displayed in a Line chart or Column chart in
order to extrapolate the row to the following months. X would be the
number of the month, counting from October = 1.

Extrapolate July: f(x=10) = 1926

No matter if you do specify X-values or categories or not. Anyway,
there are lots of cases, where the formula is usefull in a regular
chart that does not need to be a XY chart.

Stefan.


-- 
LibreOffice - Die Freiheit nehm' ich mir!
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


[Libreoffice-qa] FDO Cleanup

2014-02-01 Thread Joel Madero
Hi All,

Just got done with a large FDO cleanup so apologies for any flood in the
email - any FDO mails in the last 5 minutes or so can be ignored/deleted
as they just contain a standard message for NEEDINFO bugs.



All the best,
Joel
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [Libreoffice-qa] FDO Cleanup

2014-02-01 Thread Tommy
On Sun, 02 Feb 2014 03:07:23 +0100, Joel Madero jmadero@gmail.com  
wrote:



Hi All,

Just got done with a large FDO cleanup so apologies for any flood in the
email - any FDO mails in the last 5 minutes or so can be ignored/deleted
as they just contain a standard message for NEEDINFO bugs.



All the best,
Joel



just curious to know if you have detailed stats about each one of this  
NEEINFO--INVALID cleanups

how many of the bugs become INVALID?

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


[Libreoffice-qa] Proposed mass bug change

2014-02-01 Thread Florian Reisinger

Hi,

For statistic purpose it would be nice to clean out all RESOLVED bugs ( 
https://bugs.freedesktop.org/buglist.cgi?order=Importancelist_id=389594chfieldto=Nowchfield=bug_statusquery_format=advancedchfieldfrom=-12mchfieldvalue=RESOLVEDbug_status=RESOLVEDproduct=LibreOffice 
), currently 6741 [which is a good number] to their CLOSED state ( e.g 
RESOLVED - NOTABUG to CLOSED - NOTABUG). The total number of closed 
bugs would jump from ~1100 to ~8000 and the resolved from ~14500 to 8000.


Why this is important? RESOLVED can and should be changed back (RESOLVED 
- WFM 1 person says it works for him). Closed is something like buried 
in the grave of bugzilla.


I hope you agree, that RESOLVED is somewhat temporary and CLOSED as 
the final step


PS: Sorry for being little active. Background work for the Bisect 
GUI is all I can do now :(


--
Liebe Grüße | Yours,
Florian Reisinger


___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


[Libreoffice-bugs] [Bug 74308] New: CppunitTest_dbaccess_firebird_test fails with: double free or corruption (out)

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74308

  Priority: medium
Bug ID: 74308
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: CppunitTest_dbaccess_firebird_test fails with: double
free or corruption (out)
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: octopl...@yandex.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.3.0.0.alpha0+ Master
 Component: Libreoffice
   Product: LibreOffice

With both clang (trunk) and gcc (trunk) CppunitTest_dbaccess_firebird_test
fails with: double free or corruption.

Valgrind shows:
...
==31199== Invalid free() / delete / delete[] / realloc()
==31199==at 0x4029DF0: operator delete(void*) (vg_replace_malloc.c:502)
==31199==by 0xA0BEE3D: garbage_collect(Jrd::thread_db*, Jrd::record_param*,
int, Firebird::StackJrd::Record*, 16ul) (vio.cpp:3925)
==31199==by 0xA0BF164: purge(Jrd::thread_db*, Jrd::record_param*)
(vio.cpp:5038)
==31199==by 0xA0C10BE: VIO_chase_record_version(Jrd::thread_db*,
Jrd::record_param*, Jrd::jrd_tra*, Firebird::MemoryPool*, bool) (vio.cpp:999)
==31199==by 0xA0C19EC: VIO_next_record(Jrd::thread_db*, Jrd::record_param*,
Jrd::jrd_tra*, Firebird::MemoryPool*, bool) (vio.cpp:2507)
==31199==by 0xA080F7F: get_record(Jrd::thread_db*, Jrd::RecordSource*,
Jrd::RecordSource*, Jrd::rse_get_mode) (rse.cpp:1825)
==31199==by 0xA0818A7: RSE_get_record(Jrd::thread_db*, Jrd::RecordSource*,
Jrd::rse_get_mode) (rse.cpp:312)
==31199==by 0x9FF0B18: EXE_looper(Jrd::thread_db*, Jrd::jrd_req*,
Jrd::jrd_nod*) (exe.cpp:2027)
==31199==by 0x9FF2642: execute_looper(Jrd::thread_db*, Jrd::jrd_req*,
Jrd::jrd_tra*, Jrd::jrd_req::req_s) (exe.cpp:1410)
==31199==by 0x9FED865: EXE_receive(Jrd::thread_db*, Jrd::jrd_req*, unsigned
short, unsigned short, unsigned char*, bool) (exe.cpp:725)
==31199==by 0xA02EE56: JRD_receive(Jrd::thread_db*, Jrd::jrd_req*, unsigned
short, unsigned short, unsigned char*, short) (jrd.cpp:6703)
==31199==by 0xA129132: DSQL_fetch(Jrd::thread_db*, Jrd::dsql_req*, unsigned
short, unsigned char const*, unsigned short, unsigned char*) (dsql.cpp:511)
==31199==by 0xA02C3E9: jrd8_fetch (jrd.cpp:4092)
==31199==by 0x9EEA883: isc_dsql_fetch_m (why.cpp:3263)
==31199==by 0x9EEAB21: isc_dsql_fetch (why.cpp:3145)
==31199==by 0x7DD1D8C: connectivity::firebird::OResultSet::next() (in
/var/tmp/libreoffice/instdir/program/libfirebird_sdbclo.so)
==31199==by 0x888058A: dbaccess::OResultSet::next() (in
/var/tmp/libreoffice/instdir/program/libdbalo.so)
==31199==by 0x4143DA4: FirebirdTest::testIntegerDatabase() (in
/var/tmp/libreoffice/workdir/LinkTarget/CppunitTest/libtest_dbaccess_firebird_test.so)
==31199==by 0x4091837: CppUnit::TestCaseMethodFunctor::operator()() const
(in
/var/tmp/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.
0.1)
==31199==by 0x408C9F6:
CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in
/var/tmp/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1
.13.so.0.0.1)
==31199==by 0x41277CF: (anonymous
namespace)::Prot::protect(CppUnit::Functor const, CppUnit::ProtectorContext
const) (in /var/tmp/libreoffice/workdir/LinkTarget/Library
/unoexceptionprotector.so)
==31199==by 0x408C9F6:
CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in
/var/tmp/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1
.13.so.0.0.1)
==31199==by 0x4083ABD: CppUnit::DefaultProtector::protect(CppUnit::Functor
const, CppUnit::ProtectorContext const) (in
/var/tmp/libreoffice/workdir/UnpackedTarball/cppu
nit/src/cppunit/.libs/libcppunit-1.13.so.0.0.1)
==31199==by 0x408C9F6:
CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in
/var/tmp/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1
.13.so.0.0.1)
==31199==by 0x408C8A0: CppUnit::ProtectorChain::protect(CppUnit::Functor
const, CppUnit::ProtectorContext const) (in
/var/tmp/libreoffice/workdir/UnpackedTarball/cppuni
t/src/cppunit/.libs/libcppunit-1.13.so.0.0.1)
==31199==by 0x409BB35: CppUnit::TestResult::protect(CppUnit::Functor
const, CppUnit::Test*, std::string const) (in
/var/tmp/libreoffice/workdir/UnpackedTarball/cppunit/
src/cppunit/.libs/libcppunit-1.13.so.0.0.1)
==31199==by 0x4091307: CppUnit::TestCase::run(CppUnit::TestResult*) (in
/var/tmp/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.1)
==31199==by 0x4091EFB:
CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (in
/var/tmp/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit
-1.13.so.0.0.1)
==31199==by 0x4091D85: CppUnit::TestComposite::run(CppUnit::TestResult*)
(in
/var/tmp/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0
.1)
==31199==by 0x4091EFB:

[Libreoffice-bugs] [Bug 38171] rpm -Uvh does not upgrade

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38171

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||pmla...@suse.cz

--- Comment #11 from Julien Nabet serval2...@yahoo.fr ---
Petr: one for you?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74306] Extension does not get installed

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74306

--- Comment #1 from David Tardon dtar...@redhat.com ---
*** Bug 74307 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74307] Extension does not get installed

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74307

David Tardon dtar...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||dtar...@redhat.com

--- Comment #1 from David Tardon dtar...@redhat.com ---


*** This bug has been marked as a duplicate of bug 74306 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 73824] deliberates is flagged by English (UK) spell-checker

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73824

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||jore...@libreoffice.org

--- Comment #5 from Julien Nabet serval2...@yahoo.fr ---
Joren: would you have English UK installed to give it a try? I don't have it, I
just have English US + French.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 72400] Question Mark before start of inserted movie with Libreoffice Impress 4.2.0.4

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72400

Foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #4 from Foss f...@openmailbox.org ---


*** This bug has been marked as a duplicate of bug 56847 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 56847] EDITING VIEWING: Can't insert/play various video formats with Impress (Mac OS X)

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56847

Foss f...@openmailbox.org changed:

   What|Removed |Added

 CC||hsones...@gmail.com

--- Comment #40 from Foss f...@openmailbox.org ---
*** Bug 72400 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 56847] EDITING VIEWING: Can't insert/play various video formats with Impress (Mac OS X)

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56847

Foss f...@openmailbox.org changed:

   What|Removed |Added

 OS|Mac OS X (All)  |All

--- Comment #41 from Foss f...@openmailbox.org ---
Setting OS to ALL since fdo#72400 reports the same issue under Ubuntu.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64957] EDITING: letters move around during editing/typing

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64957

Foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Whiteboard|BSA |BSA NoRepro:4.2.0.4:OSX
 Resolution|--- |WORKSFORME

--- Comment #27 from Foss f...@openmailbox.org ---
NoRepro:4.2.0.4:OSX

Worksforme. Is this bug still valid / reproducible with the latest LO release? 
Currently 4.2.0.4: http://www.libreoffice.org/download/

Please also try resetting your user profile and let us know if that helps:
https://wiki.documentfoundation.org/UserProfile

Should this be still reproducible for you with the latest LO release please set
this bug back to REOPENED.

This is already MAB 4.1 and that is where it belongs, since that is the first
version this problem appeared in and which is still under development, so all
fine with that :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 60270] LibreOffice 4.1 most annoying bugs

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270

Bug 60270 depends on bug 64957, which changed state.

Bug 64957 Summary: EDITING: letters move around during editing/typing
https://bugs.freedesktop.org/show_bug.cgi?id=64957

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |WORKSFORME

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74226] LibreOffice crashes as soon as one starts Draw

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74226

--- Comment #14 from Florian Reisinger reisi...@gmail.com ---
Hi,

WFM with Version: 4.2.1.0.0+
Build ID: 92346fb7714ca7c6a467771d8a8b01305c1b17d1
TinderBox: Win-x86@42, Branch:libreoffice-4-2, Time: 2014-01-31_00:15:33
but not with
Version: 4.2.0.4
Build-ID: 05dceb5d363845f2cf968344d7adab8dcfb2ba71
@Win 7 x64

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74309] New: Microsoft Office document is not rendering the same in Writer and in Word 2007

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74309

  Priority: medium
Bug ID: 74309
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Microsoft Office document is not rendering the same in
Writer and in Word 2007
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: geoffroy+...@gramaize.eu
  Hardware: All
Status: UNCONFIRMED
   Version: 4.2.0.4 release
 Component: Writer
   Product: LibreOffice

Created attachment 93159
  -- https://bugs.freedesktop.org/attachment.cgi?id=93159action=edit
Archive including test document, reference rendering and current rendering

Problem description: Incorrect document rendering

Steps to reproduce:
1. Unzip attached test vector archive
2. open docx in Writer

Current behavior: As shown in LibreOffice_4.2.0.4_rendering.pdf (included in
archive).

Expected behavior: As shown in Reference_rendering.pdf (included in archive).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64957] EDITING: letters move around during editing/typing

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64957

PT pt...@troughton.org changed:

   What|Removed |Added

 Whiteboard|BSA NoRepro:4.2.0.4:OSX |BSA

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 60270] LibreOffice 4.1 most annoying bugs

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270

Bug 60270 depends on bug 64957, which changed state.

Bug 64957 Summary: EDITING: letters move around during editing/typing
https://bugs.freedesktop.org/show_bug.cgi?id=64957

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64957] EDITING: letters move around during editing/typing

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64957

PT pt...@troughton.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---

--- Comment #28 from PT pt...@troughton.org ---
Apologies. I mistyped the version in my last comment. It was 4.2.0.4, i.e. the
latest release.

To reproduce, with a new user profile, on OS X:

1. Launch LibreOffice.
2. Create a new writer document.
3. Select View-Web Layout.
4. Type a few words (to observe letters moving).
5. Attempt to edit, positioning the cursor using the mouse (to observe cursor
mis-placement).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74133] BUGZILLAASSISTANT: Can't select versions older than 4.1.0.4

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74133

--- Comment #8 from Foss f...@openmailbox.org ---
Slightly offtopic, but for documentation and inspiration: this is how the nice
Firefox Bugzilla does it:

Step 1: select component http://cl.ly/image/3e110D2n3u1j

Step 2: dupe check first http://cl.ly/image/3j461B1j3E1z

Step 3: details then http://cl.ly/image/0o100X2f0u24

By now I think QA knows I'm a fan of that bugzilla skin. The way they
implemented this form is really nice. Also it would get rid of the separation
between bugzilla and BSA (totally different look) and the issue that
subsequently, users are dis-attached from the further bug triage followup
process. Most get stuck at filing the bug in BSA and that's it.



https://bugzilla.mozilla.org/enter_bug.cgi#h=bugForm|Firefox (might require
login)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64957] EDITING: letters move around during editing/typing

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64957

--- Comment #29 from Foss f...@openmailbox.org ---
Hm, as I said, works here. Is this happening with all fonts? So you already
tried resetting your userprofile?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74310] New: LibreOffice_4.2.0_MacOS_x86_langpack_fr

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74310

  Priority: medium
Bug ID: 74310
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: LibreOffice_4.2.0_MacOS_x86_langpack_fr
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: romain-ev...@orange.fr
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: Linguistic
   Product: LibreOffice

Hi,

this file  LibreOffice_4.2.0_MacOS_x86_langpack_fr.dmg said that it is not a
libreoffice correct file (write in french)

thanks for help.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74270] [FILEOPEN]: PPS ou PPSX add a countdown option for impress

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74270

--- Comment #1 from Andreas a...@prettymail.de ---
By me the ppsx-file will not be played. I see only a full screen and nothing
more do go.

I have installed Libre Office Version 4.2.0.4

Regards 
Andreas

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 73824] deliberates is flagged by English (UK) spell-checker

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73824

--- Comment #6 from Kumāra kumara.bhik...@gmail.com ---
I see. If you're willing, you should be able to (temporarily) add English UK by
modifying the installation. No need to download anything new.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74292] FORMATTING: Format Paintbrush doesn't copy all settings

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74292

Dominique Boutry dominique.bout...@laposte.net changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from Dominique Boutry dominique.bout...@laposte.net ---
Hi,

Did you read and follow the Copying Attributes/Formatting With the Format
Paintbrush entry in the online help, for the precisions about paintbrush use
?

Regards

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64957] EDITING: letters move around during editing/typing

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64957

--- Comment #30 from PT pt...@troughton.org ---
Yes, I did that for my last comment, as you suggested. It's happening with
every font I have tried. In the steps I just set out, it was the default font
for the default template: Liberation Serif.

I have just tried it on another system, running OS X 10.8.5, and seen the same
result. 

Are you sure you're testing in Web Layout mode? If so, please can you describe
your system? Maybe there's some obvious difference in the environment. (I don't
have a system with a HiDPI/Retina display to test with, but it strikes me
that could make a difference, as I imagine OS X's font rendering is done rather
differently in that case.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74283] Cells with increased ident

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74283

Dominique Boutry dominique.bout...@laposte.net changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #2 from Dominique Boutry dominique.bout...@laposte.net ---
Hi. On Lib0 4.2.0.4 on Win7, I see :
- when I move slowly down, the new line inserted at bottom shows a short
fraction of second the false indent, then are corrected,
- when I move slowly up, the new line inserted at top shows and keeps the false
indent,
- when I move rapidly (more than one line per step of screen refreshing), the
lines in error are more and more distant from the top/bottom of screen, and are
still corrected within a fraction of second except the topmost one.

I suspect a problem :
- in a piece of code in charge of reactivity to user's inputs (for the bad
indent), 
- and/or in a piece of code in charge of updating the whole visible grid
(applying the cell's format/style).

Anyway, it's a bug.

I would be interested by the following information :
- what was the overall workload of you computer during the misbehavioring ?
- do you see a difference in bad formatting whether the Camstudio is on or off
?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74238] UI: bizarre behaviour of cursor in cells with more than one style

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74238

Dominique Boutry dominique.bout...@laposte.net changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Dominique Boutry dominique.bout...@laposte.net ---
Reproduced with LibO 4.2.0.4 on Win7

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74189] LibO hangs on converting large number of files to PDF

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74189

--- Comment #2 from Vikram j.vik...@samsung.com ---
Hello

Steps are::

1. Take large number of files.
2. Programatically run a loop to convert to PDF
3. Use Libre Office SDK APIs for conversion.

In 3 step during conversion to PDF, it get stuck on calling API
oadComponentFromURL and control does not comes back to main application.

Regards
Viks

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74295] FILESAVE, EXPORT: Export dialog is completely broken

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74295

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

  Attachment #93151|text/plain  |image/jpg
  mime type||

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74189] LibO hangs on converting large number of files to PDF

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74189

--- Comment #3 from tommy27 ba...@quipo.it ---
(In reply to comment #2)
 Hello
 
 Steps are::
 
 1. Take large number of files.

define what you mean large. as asked in Comment 1, the best solution would be
for you to upload a zip with test case files, so we can exactly reproduce the
same scenario.

 2. Programatically run a loop to convert to PDF
 3. Use Libre Office SDK APIs for conversion.

more detailed step-by-step instructions would be useful for those who are not
familiar with that feature. try explaining it like you were talking to a
6-years old boy (i.e. click this, select that, etc. etc)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74188] Document having redundant and partial information on converting to PDF

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74188

--- Comment #2 from Vikram j.vik...@samsung.com ---
Hello 

Steps to produce above use case are::

1. Create document file, add text on different pages 
 with different fontts size, styles and colors
2. Press convert to PDF
3. After conversion, PDF file formed, contains content on same page as
repeated, or missing, or not maintaing font styles.

In other scenario::
On conversion of xls/xlsx to PDF contaiing images, images were missing from
PDF.
Empty PDF was formed.

Regards
Vikram

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74188] Document having redundant and partial information on converting to PDF

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74188

Vikram j.vik...@samsung.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #3 from Vikram j.vik...@samsung.com ---
https://bugs.freedesktop.org/show_bug.cgi?id=74188

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74237] zoom slider disappear

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74237

Dominique Boutry dominique.bout...@laposte.net changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Dominique Boutry dominique.bout...@laposte.net ---
Hi,

When resizing the draw window fast enought, one can see the rightmost part of
status bar (zoom %) updated a fraction of second after stopping resizing the
window.

I tried to resize the DRAW window at a very hight rate/speed, whilst I had a
high workload for my computer (my antivirus doing a complete check) :
- after some seconds, the zoom % freezes (was no longer updated),
- after some more seconds, DRAW crashes.

Not exactly the misbehaviour reported, but clearly a bug somewhere in the
place.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74189] LibO hangs on converting large number of files to PDF

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74189

Vikram j.vik...@samsung.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74237] zoom slider disappear

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74237

--- Comment #2 from Dominique Boutry dominique.bout...@laposte.net ---
Sorry, I forgot the version : LibO 4.2.0.4 on Win7.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 56847] EDITING VIEWING: Can't insert/play various video formats with Impress (Mac OS X)

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56847

--- Comment #42 from NoWorries sbc_hates_s...@yahoo.com.au ---
(In reply to comment #35)
 Tested with MP4 video here. Strange behavior: after inserting the video via
 menu Insert  Movie and Sound I get a grey box with  a light-grey
 questionmark in it.
 
 If I then hit play on the bottom left movie control section, the box turns
 white and I hear the sound but do not see any video.
 
 I'd like to nominate this bug to be added to MAB 4.2 since having working
 video support in a presentation software is essential.
 
 Setting to NEW since it's very reproducible.

For Kubuntu, I can only get Impress to play a video by adding the package
gst123.  This adds a heap of gstreamer packages which then remove the
question mark and show the first image of the video in the slide for the edit
mode.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74305] LibO Writer crashes randomly

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74305

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it
Summary|Other: LibreOffice Writer   |LibO Writer crashes
   |crashes randomly.   |randomly

--- Comment #1 from tommy27 ba...@quipo.it ---
(In reply to comment #0)
 Problem description: 
 Crashes without warning or error messages. This happens on Linux Mint 15 and
 Ubuntu Studio 13.10. 
 Steps to reproduce:
 1. Have Writer open. 
 2. Watch it crash as it runs.
 

crashes while typing or even being inactive?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 72400] Question Mark before start of inserted movie with Libreoffice Impress 4.2.0.4

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72400

NoWorries sbc_hates_s...@yahoo.com.au changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |---

--- Comment #5 from NoWorries sbc_hates_s...@yahoo.com.au ---
(In reply to comment #1)
 Hi Henrik
 
 thanks for filing the bug.
 I can confirm this in 4.2.0beta1.
 Should test for previous versions - or do you know if it worked fine before?
 
 Best,
 Cor

I have found this behaviour in all 4.2 versions of Impress up to 4.2.0.4.  I
can play videos successfully and the first image in the video is shown in the
slide for the video.  The problem is that for about 47 frames, a grey question
mark is displayed before the start of the video.

This problem was not present in the previous version 4.1.2.3.  In this case
there was a brief white flash before the video replay started.

This bug is definitely NOT A DUPLICATE of 56847.  The 56847 bug is caused by
not having all the required dependencies installed.  For Kubuntu, I install the
package gst123 and the videos always work, except for the LO Impress added
flash or the question mark preceding the start of the video.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 32248] FILEOPEN SVG no TEXT visible

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32248

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||chrrossman...@web.de,
   ||mrcek...@gmail.com

--- Comment #27 from Julien Nabet serval2...@yahoo.fr ---
Marco/Christina: reading
http://nabble.documentfoundation.org/SVG-tspan-td3953675.html, I thought you
might be interested in this tracker.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74283] Cells with increased ident

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74283

--- Comment #3 from Grobe regeirs.fo...@gmail.com ---
To your information:
I cannot see any difference in behaviour by turning Camstudio off.

However - when I now use te ident-button for multiple cells within one column,
then only the topmost one is affecting.

I forgot to add in my last post that the cells should be aligned to right
before the ident button is pressed down. Should be a step for reproducing the
bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74283] Cells with increased ident

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74283

--- Comment #4 from Grobe regeirs.fo...@gmail.com ---
Forgot to add a link to youtube:
http://youtu.be/uzJOpBVmhZc

This one show when only the topmost cell is affected by ident-button.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 66497] FORMATTING: Program crashes when selecting images with titles which also have problems when exportings as PDF

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66497

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

Summary|FORMATTING: Program crashes |FORMATTING: Program crashes
   |when selecting images with  |when selecting images with
   |tittles which also have |titles which also have
   |problems when exportings as |problems when exportings as
   |PDF |PDF

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64337] VIEWING: UX: Ctrl+F in LibreOffice Start Center opens an empty toolbar

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64337

Commit Notification libreoffice-comm...@lists.freedesktop.org changed:

   What|Removed |Added

 Whiteboard|BSA EasyHack DifficultyEasy |BSA EasyHack DifficultyEasy
   |SkillCpp|SkillCpp target:4.3.0

--- Comment #6 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Robert Roth committed a patch related to this issue.
It has been pushed to master:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=e5b654a056d407cf8db975ee8042a0328627d4d8

fdo#64337 Do not show empty findbar in startcenter.



The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64337] VIEWING: UX: Ctrl+F in LibreOffice Start Center opens an empty toolbar

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64337

Andrzej J.R. Hunt andr...@ahunt.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
 CC||andr...@ahunt.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74314] New: [UI] Impress: no sound listed in gallery for animation or transition

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74314

  Priority: medium
Bug ID: 74314
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: [UI] Impress: no sound listed in gallery for animation
or transition
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: vulc...@gmx.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.2.0.4 release
 Component: Presentation
   Product: LibreOffice

Created attachment 93161
  -- https://bugs.freedesktop.org/attachment.cgi?id=93161action=edit
No sound listed

On Ubuntu 12.04.4 x86_64, LibreOffice 4.2.0.4 Build ID:
05dceb5d363845f2cf968344d7adab8dcfb2ba71 

1) Open a new presentation document
2) Add a Smiley face from the Symbol Shape set
3) Select the Smiley face and click on the Animation icon on the side pane
4) Click on the + on the Animation tab to add an animation
5) Select the Circle animation on the tab
6) Clik OK
7) Click on the Options [...] button
8) Choose the sound you like

Result no sound are found (see attachment)

Expected:  Have the list of sound (see second attachment)

The same problem affect sound selection in animation or in transition

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74314] [UI] Impress: no sound listed in gallery for animation or transition

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74314

vulc...@gmx.com changed:

   What|Removed |Added

   Hardware|Other   |x86-64 (AMD64)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74314] [UI] Impress: no sound listed in gallery for animation or transition

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74314

--- Comment #1 from vulc...@gmx.com ---
Created attachment 93162
  -- https://bugs.freedesktop.org/attachment.cgi?id=93162action=edit
Sound selection with LibreOffice 3.5.7

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74314] [UI] Impress: no sound listed in gallery for animation or transition

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74314

vulc...@gmx.com changed:

   What|Removed |Added

  Attachment #93161|text/plain  |image/png
  mime type||

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 69826] Apply format button from standard toolbar

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69826

--- Comment #4 from Julien Nabet serval2...@yahoo.fr ---
jm-vazelle:
Sur quel environnement êtes vous ? (Windows, Linux, MacOs)
Pourriez vous tester de nouveau avec une version de LO plus récente 4.1.4 ou la
toute nouvelle 4.2.0?
En effet, avec les sources 4.1, je ne reproduis pas le problème du paramètre
taille pour le nouveau style à partir de la sélection.

On which env are you?
Could you give a try to a newer LO version 4.1.4 or the brand new 4.2.0?
Indeed, with 4.1 sources, I don't reproduce the size paramater in new style
from selection problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 33477] com.sun.star.text.CellProperties.VertOrient do not work

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33477

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

   See Also||https://issues.apache.org/o
   ||oo/show_bug.cgi?id=116420

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74304] Calc comments disappear when reopened by 4.2.0.4

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74304

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it
Summary|COMMENT DISAPPEAR   |Calc comments disappear
   ||when reopened by 4.2.0.4

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74314] [UI] Impress: no sound listed in gallery for animation or transition

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74314

--- Comment #2 from vulc...@gmx.com ---
A workforme is to choose a sound's file in
/opt/libreoffice4.2/share/gallery/sounds or
/usr/lib/libreoffice/share/gallery/sounds

After that, all sounds are listed

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74304] Calc comments disappear when reopened by 4.2.0.4

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74304

--- Comment #1 from tommy27 ba...@quipo.it ---
Created attachment 93165
  -- https://bugs.freedesktop.org/attachment.cgi?id=93165action=edit
comment in A1 cell

not reproducible under Win7 64bit using 4.2.0.4

tray loading the attached file. do you see that comment in the A1 cell?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74309] Microsoft Office document is not rendering the same in Writer and in Word 2007

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74309

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

  Attachment #93159|text/plain  |application/zip
  mime type||

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 67638] experimental sidebar: incomplete sentence in german version

2014-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67638

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

 CC||jore...@libreoffice.org

--- Comment #7 from Jorendc jore...@libreoffice.org ---
(In reply to comment #6)
 Thank you bordfeldt for your feedback.
 
 Joren: do you think it worth it to try to have a fix in 4.1 branch knowing
 that it won't be in 4.1.5 so just in 4.1.6 (last 4.1 version a priori) ?

If it is backportable, please do so :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


  1   2   3   4   5   6   >