LibreOffice Gerrit News for core on 2014-05-03

2014-05-03 Thread gerrit
Moin!

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

 First time contributors doing great things! 
+ find-german-comments -l crashed for a too long path name
  in https://gerrit.libreoffice.org/9239 from Jeroen Nijhof
  about module bin
+ fdo#77121 Header / Footer positions not preserved after RT
  in https://gerrit.libreoffice.org/9235 from Priyanka Gaikwad
  about module sw, writerfilter
+ fdo#77890: page break exported as section break if different 1st page is 
  in https://gerrit.libreoffice.org/9234 from Umesh Kadam
  about module sw
 End of freshness 



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

+ Speed up find-german-comments: speed up text_cat -s
  in https://gerrit.libreoffice.org/9227 from Jeroen Nijhof
+ Speed up find-german-comments
  in https://gerrit.libreoffice.org/9226 from Jeroen Nijhof


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

+ more svl german translations
  in https://gerrit.libreoffice.org/9238 from Jeroen Nijhof
+ Translated german comments in svl/.../filerec.cxx
  in https://gerrit.libreoffice.org/9236 from Jeroen Nijhof
+ [svl2] itempool
  in https://gerrit.libreoffice.org/9237 from Jeroen Nijhof


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

+ FDO#74886: Data labels are not preserved for Column Chart in RT file
  in https://gerrit.libreoffice.org/8098 from Umesh Kadam
+ move inettype.{hc}xx from svl to tools
  in https://gerrit.libreoffice.org/8926 from Christina Roßmanith
+ fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IF
  in https://gerrit.libreoffice.org/8883 from Michaël Lefèvre
+ new method INetURLObject::getData() for data urls
  in https://gerrit.libreoffice.org/8737 from Christina Roßmanith
+ fdo#67544 Slide transistion sound(other sound) is not included in present
  in https://gerrit.libreoffice.org/8700 from Vishv Brahmbhatt
+ fdo#57950: Replace chained O(U)StringBuffer::append() with operator+
  in https://gerrit.libreoffice.org/8699 from Tharindu Lakmal
+ Refactored
  in https://gerrit.libreoffice.org/8683 from Tharindu Lakmal
+ fdo#75757 Remove inheritance to std::map from PropertyMap
  in https://gerrit.libreoffice.org/8656 from Krisztian Pinter
+ Remove visual noise from ios
  in https://gerrit.libreoffice.org/8274 from Alexander Wilms
+ FDO#75205 : Charts - Up Down bars are getting added to Line Chart.
  in https://gerrit.libreoffice.org/8360 from Umesh Kadam
+ WIP: Converting ExtensionUpdate dialog for new format
  in https://gerrit.libreoffice.org/8506 from Rodolfo Ribeiro Gomes
+ Refactored swooxmlexport tests cases. Added function to check contents.
  in https://gerrit.libreoffice.org/8390 from Nikhil Walvekar
+ fdo#71984 fix first line indentation in footnotes for MS Word documents
  in https://gerrit.libreoffice.org/8160 from Andras Timar
+ Lots of changes to Tango icons
  in https://gerrit.libreoffice.org/7987 from Miroslav Mazel
+ sw/docx export: fix handling of document with header and section(s)
  in https://gerrit.libreoffice.org/6248 from Pierre-Eric Pelloux-Prayer
+ fdo#51525 Fix duplicate Paste Special entries in Calc.
  in https://gerrit.libreoffice.org/7784 from Andrzej Hunt
+ fdo#72661: Check ‘Hyphenation active’ automatically
  in https://gerrit.libreoffice.org/7291 from Jiwoong Youn
+ WIP fdo#72987 Use firebird backup format for .odb
  in https://gerrit.libreoffice.org/7299 from Andrzej Hunt
+ WIP: fdo#33980 Preserve selection across all slide sorters.
  in https://gerrit.libreoffice.org/6633 from Andrzej Hunt


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


[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - cui/source cui/uiconfig

2014-05-03 Thread Caolán McNamara
 cui/source/options/optgdlg.cxx|1 +
 cui/uiconfig/ui/optgeneralpage.ui |2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 7fb9252b7f1f060d7afa6f3959be2f25a46e096c
Author: Caolán McNamara caol...@redhat.com
Date:   Tue Apr 29 14:51:21 2014 +0100

coverity#1210177 Uninitialized pointer field

Change-Id: If4e8ddfa0a4dcb9875ce82fc82d196ff3dbd9657
(cherry picked from commit f670bf23f13ae5ebf61ba61824794137c597)
Reviewed-on: https://gerrit.libreoffice.org/9201
Tested-by: Markus Mohrhard markus.mohrh...@googlemail.com
Reviewed-by: Markus Mohrhard markus.mohrh...@googlemail.com

diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index 6b3a1a1..5e826bd30 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -197,6 +197,7 @@ OfaMiscTabPage::OfaMiscTabPage(Window* pParent, const 
SfxItemSet rSet)
 }
 #endif
 get(m_pFileDlgCB, filedlg);
+get(m_pFileDlgROImage, lockimage);
 get(m_pPrintDlgCB, printdlg);
 get(m_pDocStatusCB, docstatus);
 get(m_pSaveAlwaysCB, savealways);
diff --git a/cui/uiconfig/ui/optgeneralpage.ui 
b/cui/uiconfig/ui/optgeneralpage.ui
index 4888d95..bbe08e2 100644
--- a/cui/uiconfig/ui/optgeneralpage.ui
+++ b/cui/uiconfig/ui/optgeneralpage.ui
@@ -116,7 +116,7 @@
   /packing
 /child
 child
-  object class=GtkImage id=image1
+  object class=GtkImage id=lockimage
 property name=can_focusFalse/property
 property name=no_show_allTrue/property
 property name=haligncenter/property
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-05-03 Thread Caolán McNamara
 sw/source/core/frmedt/fefly1.cxx |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 8ff260e47873674ca03a334f6b3198d66dc68db7
Author: Caolán McNamara caol...@redhat.com
Date:   Tue Apr 29 12:58:56 2014 +0100

fix crash found when exploring fdo#50697

(cherry picked from commit b25871da62facc20387ebfa2b908422578ca8ce9)

Conflicts:
sw/source/core/frmedt/fefly1.cxx

Change-Id: Ie781c2534cb41104dd3d91d4370639e98baa8112
Reviewed-on: https://gerrit.libreoffice.org/9202
Tested-by: Markus Mohrhard markus.mohrh...@googlemail.com
Reviewed-by: Markus Mohrhard markus.mohrh...@googlemail.com

diff --git a/sw/source/core/frmedt/fefly1.cxx b/sw/source/core/frmedt/fefly1.cxx
index 1931c73..025c752 100644
--- a/sw/source/core/frmedt/fefly1.cxx
+++ b/sw/source/core/frmedt/fefly1.cxx
@@ -342,10 +342,11 @@ const SwFrmFmt* SwFEShell::IsFlyInFly()
 aPoint.setX(aPoint.getX() - 1);//do not land in 
the fly!!
 GetLayout()-GetCrsrOfst( aPos, aPoint, aState );
 // determine text frame by left-top-corner of object
-pTxtFrm = aPos.nNode.GetNode().GetCntntNode()-getLayoutFrm( 
GetLayout(), aTmpPos, 0, sal_False );
+SwCntntNode *pNd = aPos.nNode.GetNode().GetCntntNode();
+pTxtFrm = pNd ? pNd-getLayoutFrm(GetLayout(), aTmpPos, 0, sal_False) 
: NULL;
 }
-const SwFrm *pTmp = ::FindAnchor( pTxtFrm, aTmpPos );
-const SwFlyFrm *pFly = pTmp-FindFlyFrm();
+const SwFrm *pTmp = pTxtFrm ? ::FindAnchor(pTxtFrm, aTmpPos) : NULL;
+const SwFlyFrm *pFly = pTmp ? pTmp-FindFlyFrm() : NULL;
 if( pFly )
 return pFly-GetFmt();
 return NULL;
___
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-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Depends on||71278

-- 
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-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Depends on|71278   |

-- 
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-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Depends on|62073   |

-- 
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-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Depends on||62073

-- 
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-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Depends on|64490   |

-- 
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-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Depends on||64490

-- 
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-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Depends on|66232   |

-- 
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-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Depends on||66232

-- 
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: bin/find-german-comments

2014-05-03 Thread Jeroen Nijhof
 bin/find-german-comments |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e81212315b5fe22e1005d41149a0ea1a557bf412
Author: Jeroen Nijhof jer...@nijhof.co.uk
Date:   Fri May 2 20:38:41 2014 +0200

find-german-comments -l crashed for a too long path name

In calculating how many tabs to use for the display,
when the path was more than 40 characters (like for
dbaccess/source/ui/relationdesign/RelationTableView.cxx)
it returned '1, 0' for the number of tabs --
and python didn't like that. Return 1 instead.

Change-Id: If370ffe03b4aff67ca59094dd38863986ca39519
Reviewed-on: https://gerrit.libreoffice.org/9239
Reviewed-by: Michael Meeks michael.me...@collabora.com
Tested-by: Michael Meeks michael.me...@collabora.com

diff --git a/bin/find-german-comments b/bin/find-german-comments
index 7c5f718..155d9d6 100755
--- a/bin/find-german-comments
+++ b/bin/find-german-comments
@@ -155,7 +155,7 @@ class Parser:
 def tab_calc (string):
 START = 40 #Default of 10 tabs
 if len(string) = START:
-return 1, 0
+return 1
 diff = START - len(string)
 if diff % 4 is not 0:
 padding = 1
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-05-03 Thread Chris Sherlock
 include/vcl/outdev.hxx|  133 ---
 vcl/source/outdev/map.cxx |   20 +
 vcl/source/outdev/outdev.cxx  |  645 --
 vcl/source/outdev/outdevstate.cxx |   27 +
 vcl/source/outdev/transparent.cxx |   52 +++
 vcl/source/outdev/wallpaper.cxx   |   19 +
 6 files changed, 470 insertions(+), 426 deletions(-)

New commits:
commit be8a6756179beeb9dedcab5fbb105ab92808a4f8
Author: Chris Sherlock chris.sherloc...@gmail.com
Date:   Sat May 3 16:14:21 2014 +1000

Rearrange outdev.cxx functions, et al.

* Rearranged outdev.cxx functions to better match outdev.hxx layout
* Moved transparency functions from outdev.cxx to transparency.cxx
* Corrected one comment typo in outdev.hxx
* Moved CreateUnoGraphicsList definition to outdev.cxx out of header
* Formatted function declarations in outdev.hxx

Change-Id: I6fda24ae8208ef5ea7b2fe8f59079d48d0af1488

diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index 9cc34e8..676cf08 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -405,11 +405,7 @@ public:
 css::uno::Reference css::awt::XGraphics 
 CreateUnoGraphics();
 VCLXGraphicsList_impl*  GetUnoGraphicsList() const  { return 
mpUnoGraphicsList; }
-VCLXGraphicsList_impl*  CreateUnoGraphicsList()
-{
-mpUnoGraphicsList = new 
VCLXGraphicsList_impl();
-return mpUnoGraphicsList;
-}
+VCLXGraphicsList_impl*  CreateUnoGraphicsList();
 
 protected:
 
@@ -503,14 +499,19 @@ private:
 
 public:
 
-virtual voidDrawOutDev( const Point rDestPt, const Size 
rDestSize,
-const Point rSrcPt,  const Size 
rSrcSize );
-virtual voidDrawOutDev( const Point rDestPt, const Size 
rDestSize,
-const Point rSrcPt,  const Size 
rSrcSize,
-const OutputDevice rOutDev );
-virtual voidCopyArea( const Point rDestPt,
-  const Point rSrcPt,  const Size 
rSrcSize,
-  sal_uInt16 nFlags = 0 );
+virtual voidDrawOutDev(
+const Point rDestPt, const Size 
rDestSize,
+const Point rSrcPt,  const Size rSrcSize 
);
+
+virtual voidDrawOutDev(
+const Point rDestPt, const Size 
rDestSize,
+const Point rSrcPt,  const Size rSrcSize,
+const OutputDevice rOutDev );
+
+virtual voidCopyArea(
+const Point rDestPt,
+const Point rSrcPt,  const Size rSrcSize,
+sal_uInt16 nFlags = 0 );
 
 protected:
 
@@ -589,11 +590,16 @@ public:
 voidSetFont( const Font rNewFont );
 const Font GetFont() const { return maFont; }
 
+protected:
+
+virtual voidImplReleaseFonts();
+
 private:
 
 SAL_DLLPRIVATE void InitLineColor();
 
 SAL_DLLPRIVATE void InitFillColor();
+
 ///@}
 
 
@@ -796,14 +802,17 @@ public:
 
 voidDrawEllipse( const Rectangle rRect );
 
-voidDrawArc( const Rectangle rRect,
- const Point rStartPt, const Point 
rEndPt );
+voidDrawArc(
+const Rectangle rRect,
+const Point rStartPt, const Point rEndPt 
);
 
-voidDrawPie( const Rectangle rRect,
- const Point rStartPt, const Point 
rEndPt );
+voidDrawPie(
+const Rectangle rRect,
+const Point rStartPt, const Point rEndPt 
);
 
-voidDrawChord( const Rectangle rRect,
-   const Point rStartPt, const Point 
rEndPt );
+voidDrawChord(
+const Rectangle rRect,
+const Point rStartPt, const Point rEndPt 
);
 
 ///@}
 
@@ -1126,7 +1135,6 @@ public:
 protected:
 
 virtual voidInitFont() const;
-virtual voidImplReleaseFonts();
 virtual voidSetFontOrientation( ImplFontEntry* const 
pFontEntry ) const;
 virtual longGetFontExtLeading() const;
 
@@ -1417,17 +1425,19 @@ public:
 @attention the output metafile is 

[Bug 67763] date time controls: fractional seconds, timezone support, duration, interval

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67763

--- Comment #9 from Marcel Adriani adrianimar...@gmail.com ---
Working on:
2. Dedicated time and date fields, but no single timestamp
   control. In base (forms), splitting a datetime into its date and
   time components works (there is special support code for that; each
   control will touch only its part of the timestamp).
I discovered that the time-format mask comes from the i18n language .XML, which
gets abstacted in offapi/com/sun/star/i18n/NumberFormatIndex.idl. This is
implemented in such a way that changing it (for instance to make room for
time-masks with micro- milli- and nanosecond precision) is virtually
impossible. I am going to let that rest for now, and work on a proposal to make
the way the language files are abstacted more flexible.

-- 
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-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Depends on|36799   |

-- 
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-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Depends on||36799

-- 
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: Branch 'distro/collabora/cp-4.1' - sw/inc

2014-05-03 Thread Markus Mohrhard
 sw/inc/docary.hxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3fbe82594c6535b75859aa8b99e2cb6bac63d660
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sat May 3 16:34:31 2014 +0200

fix build

diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx
index dc04113..e3d3f31 100644
--- a/sw/inc/docary.hxx
+++ b/sw/inc/docary.hxx
@@ -38,7 +38,7 @@ class SwUnoCrsr;
 class SwOLENode;
 class SwTxtFmtColl;
 class SwGrfFmtColl;
-class SwPosition;
+struct SwPosition;
 
 namespace com { namespace sun { namespace star { namespace i18n {
 struct ForbiddenCharacters;/// comes from the I18N UNO interface
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.1' - sc/source

2014-05-03 Thread Markus Mohrhard
 sc/source/ui/inc/undoblk.hxx  |4 ++--
 sc/source/ui/undo/undoblk.cxx |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 01b1e56107dc112666e513f732f0d99a0887ec8a
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sat May 3 16:37:11 2014 +0200

more build fixes for windows

diff --git a/sc/source/ui/inc/undoblk.hxx b/sc/source/ui/inc/undoblk.hxx
index b146cef..6877f0b 100644
--- a/sc/source/ui/inc/undoblk.hxx
+++ b/sc/source/ui/inc/undoblk.hxx
@@ -637,7 +637,7 @@ private:
 class ScUndoConditionalFormat : public ScSimpleUndo
 {
 public:
-TYPEINFO_OVERRIDE();
+TYPEINFO();
 ScUndoConditionalFormat( ScDocShell* pNewDocShell,
 ScDocument* pUndoDoc, ScDocument* pRedoDoc, const ScRange rRange);
 virtual ~ScUndoConditionalFormat();
@@ -645,7 +645,7 @@ public:
 virtual voidUndo() SAL_OVERRIDE;
 virtual voidRedo() SAL_OVERRIDE;
 virtual voidRepeat(SfxRepeatTarget rTarget) SAL_OVERRIDE;
-virtual boolCanRepeat(SfxRepeatTarget rTarget) const SAL_OVERRIDE;
+virtual sal_Bool CanRepeat(SfxRepeatTarget rTarget) const SAL_OVERRIDE;
 
 virtual OUString GetComment() const SAL_OVERRIDE;
 
diff --git a/sc/source/ui/undo/undoblk.cxx b/sc/source/ui/undo/undoblk.cxx
index c2e011c..796d267 100644
--- a/sc/source/ui/undo/undoblk.cxx
+++ b/sc/source/ui/undo/undoblk.cxx
@@ -1450,7 +1450,7 @@ void ScUndoConditionalFormat::Repeat(SfxRepeatTarget )
 {
 }
 
-bool ScUndoConditionalFormat::CanRepeat(SfxRepeatTarget ) const
+sal_Bool ScUndoConditionalFormat::CanRepeat(SfxRepeatTarget ) const
 {
 return false;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 70998] Termchange: Graphic/Picture - Image

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70998

--- Comment #14 from Stanislav Horacek stanislav.hora...@gmail.com ---
When preparing help update I noticed that this term change has not been
completed and the current state is much worse than the original one.
Now we have for instance the Picture dialog with Picture tab chosen by Format -
Image. There is also a lot of incorrectly used singulars instead of plurals
(see e.g. Image in Navigator). Incorrect capitalization was mentioned above
and is only minor issue.

Unchanged items (random and not complete list):
context menu on an image: Change Picture, Save Graphics, Compress Graphics,
Picture, Crop Picture
Picture dialog with Picture tab
Picture toolbar with Graphic Filter bar
Graphics option in dialog for creating index
Set Background Picture for Slide
Tools - Options - LO Writer - View: Graphics and objects
Tools - Options - LO Writer - Print: Pictures and objects

-- 
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 70998] Termchange: Graphic/Picture - Image

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70998

--- Comment #15 from Stanislav Horacek stanislav.hora...@gmail.com ---
Btw. link to help update:
https://gerrit.libreoffice.org/#/c/9244/

-- 
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-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270

Bug 60270 depends on bug 65971, which changed state.

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

   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


[Bug 60270] LibreOffice 4.1 most annoying bugs

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

Bug 60270 depends on bug 66577, which changed state.

Bug 66577 Summary: Spell check change letter-spacing on Mac OS, up to 
compromising text editing
https://bugs.freedesktop.org/show_bug.cgi?id=66577

   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-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270

Foss f...@openmailbox.org changed:

   What|Removed |Added

 Depends on|72604   |

-- 
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-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Depends on|44725   |

-- 
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-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Depends on||44725

-- 
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-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Depends on|68600   |

-- 
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-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Depends on||68600

-- 
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: 2 commits - sw/source writerfilter/source

2014-05-03 Thread Miklos Vajna
 sw/source/core/access/accnotextframe.cxx  |6 --
 writerfilter/source/rtftok/rtfdocumentfactory.cxx |   16 +---
 2 files changed, 13 insertions(+), 9 deletions(-)

New commits:
commit dbbaa85d296d5c3ee9db42a132649570d977b429
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Sat May 3 21:00:15 2014 +0200

writerfilter: fix indentation in rtfdocumentfactory

Change-Id: I9cf6abaf091d358670bbe71de9abe832fa139f42

diff --git a/writerfilter/source/rtftok/rtfdocumentfactory.cxx 
b/writerfilter/source/rtftok/rtfdocumentfactory.cxx
index 5bbbc92..8771295 100644
--- a/writerfilter/source/rtftok/rtfdocumentfactory.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentfactory.cxx
@@ -9,14 +9,16 @@
 
 #include rtfdocumentimpl.hxx
 
-namespace writerfilter {
-namespace rtftok {
+namespace writerfilter
+{
+namespace rtftok
+{
 
-RTFDocument::Pointer_t RTFDocumentFactory::createDocument(uno::Reference 
uno::XComponentContext  const  xContext,
-uno::Reference io::XInputStream  const  xInputStream,
-uno::Reference lang::XComponent  const  xDstDoc,
-uno::Reference frame::XFrame  const  xFrame,
-uno::Reference task::XStatusIndicator  const  xStatusIndicator)
+RTFDocument::Pointer_t RTFDocumentFactory::createDocument(uno::Reference 
uno::XComponentContext  const xContext,
+uno::Reference io::XInputStream  const xInputStream,
+uno::Reference lang::XComponent  const xDstDoc,
+uno::Reference frame::XFrame  const xFrame,
+uno::Reference task::XStatusIndicator  const xStatusIndicator)
 {
 return RTFDocument::Pointer_t(new RTFDocumentImpl(xContext, xInputStream, 
xDstDoc, xFrame, xStatusIndicator));
 }
commit 26946775d73ee0b4f8fd3effa37549f463fde6db
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Sat May 3 20:53:02 2014 +0200

coverity#1078575 Unchecked dynamic_cast

Change-Id: Ie25c91ce0035c78629ebd8466baa717d62948503

diff --git a/sw/source/core/access/accnotextframe.cxx 
b/sw/source/core/access/accnotextframe.cxx
index 33d4b7a..7481b12 100644
--- a/sw/source/core/access/accnotextframe.cxx
+++ b/sw/source/core/access/accnotextframe.cxx
@@ -109,8 +109,10 @@ void SwAccessibleNoTextFrame::Modify( const SfxPoolItem* 
pOld, const SfxPoolItem
 // #i73249#
 case RES_TITLE_CHANGED:
 {
-const OUString sOldTitle(
-dynamic_castconst 
SwStringMsgPoolItem*(pOld)-GetString() );
+OUString sOldTitle;
+const SwStringMsgPoolItem* pOldItem = dynamic_castconst 
SwStringMsgPoolItem*(pOld);
+if (pOldItem)
+sOldTitle = pOldItem-GetString();
 const OUString sNewTitle(
 dynamic_castconst 
SwStringMsgPoolItem*(pNew)-GetString() );
 if ( sOldTitle == sNewTitle )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: external/boost

2014-05-03 Thread Andrzej Hunt
 external/boost/boost.multi_array.Wshadow.warnings.patch.2 |   13 +++--
 1 file changed, 11 insertions(+), 2 deletions(-)

New commits:
commit 74bb3cf5a9c768ae1e21e8469127e01f1aac67dd
Author: Andrzej Hunt andrzej.h...@collabora.com
Date:   Sat May 3 20:29:10 2014 +0100

Add clang support for boost multi_array Wshadow patch.

ba54eca1817e84a1f1d1beec312ca87b8b059649 replaces the existing -Wshadow
fixes with a GCC pragma, however we also want to be able to build with 
clang.

Change-Id: I522f3c549adf65b98522561ab7167258dfda48b5

diff --git a/external/boost/boost.multi_array.Wshadow.warnings.patch.2 
b/external/boost/boost.multi_array.Wshadow.warnings.patch.2
index c73a3d1..1f8f0b5 100644
--- a/external/boost/boost.multi_array.Wshadow.warnings.patch.2
+++ b/external/boost/boost.multi_array.Wshadow.warnings.patch.2
@@ -11,7 +11,7 @@ diff --git a/include/boost/multi_array.hpp 
b/include/boost/multi_array.hpp
 index 8193699..72b2294 100644
 --- a/include/boost/multi_array.hpp
 +++ b/include/boost/multi_array.hpp
-@@ -18,6 +18,11 @@
+@@ -18,6 +18,16 @@
  // declaration and definition
  //
  
@@ -20,10 +20,15 @@ index 8193699..72b2294 100644
 +#  pragma GCC diagnostic ignored -Wshadow
 +#endif
 +
++#if defined(__clang__)
++#  pragma clang diagnostic push
++#  pragma clang diagnostic ignored -Wshadow
++#endif
++
  #include boost/multi_array/base.hpp
  #include boost/multi_array/collection_concept.hpp
  #include boost/multi_array/copy_array.hpp
-@@ -496,4 +501,8 @@ private:
+@@ -496,4 +501,12 @@ private:
  
  } // namespace boost
  
@@ -31,6 +36,10 @@ index 8193699..72b2294 100644
 +#  pragma GCC diagnostic pop
 +#endif
 +
++#if defined(__clang__)
++#  pragma clang diagnostic pop
++#endif
++
  #endif // BOOST_MULTI_ARRAY_RG071801_HPP
 -- 
 1.8.3.1
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 63819] Ctrl+Backspace removes also the space

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63819

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

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=78150

-- 
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: Branch 'distro/collabora/cp-4.1' - sc/source

2014-05-03 Thread Markus Mohrhard
 sc/source/ui/unoobj/chart2uno.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 71824c63025375c068e391bd24f9727453517296
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun May 4 00:33:04 2014 +0200

another build fix

diff --git a/sc/source/ui/unoobj/chart2uno.cxx 
b/sc/source/ui/unoobj/chart2uno.cxx
index bfa2599..3db2484 100644
--- a/sc/source/ui/unoobj/chart2uno.cxx
+++ b/sc/source/ui/unoobj/chart2uno.cxx
@@ -1400,7 +1400,7 @@ public:
 ScSingleRefData s = rData.Ref1;
 ScSingleRefData e = rData.Ref2;
 
-if(abs((e.Col()-s.Col())*(e.Row()-s.Row()))  SHRINK_RANGE_THRESHOLD)
+if(abs((e.nCol-s.nCol)*(e.nRow-s.nRow))  SHRINK_RANGE_THRESHOLD)
 return;
 
 SCCOL nMinCol = MAXCOL, nMaxCol = 0;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: instsetoo_native/inc_ooohelppack instsetoo_native/inc_openoffice instsetoo_native/inc_sdkoo

2014-05-03 Thread Markus Mohrhard
 instsetoo_native/inc_ooohelppack/windows/msi_templates/_Validat.idt |2 +-
 instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt  |2 +-
 instsetoo_native/inc_sdkoo/windows/msi_templates/_Validat.idt   |2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 20778b037c688759a4dc46acb8aeb66c9d1290cc
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun May 4 01:14:33 2014 +0200

fix windows packaging

Change-Id: I97b1d2432dadf7239a8500544f7e54b667ca4dfc

diff --git 
a/instsetoo_native/inc_ooohelppack/windows/msi_templates/_Validat.idt 
b/instsetoo_native/inc_ooohelppack/windows/msi_templates/_Validat.idt
index 789a6d5..00b4810 100644
--- a/instsetoo_native/inc_ooohelppack/windows/msi_templates/_Validat.idt
+++ b/instsetoo_native/inc_ooohelppack/windows/msi_templates/_Validat.idt
@@ -112,7 +112,7 @@ CreateFolderComponent_  N   
Component   1   Identifier  Foreign key into the Compone
 CreateFolder   Directory_  N   Directory   1   
Identifier  Primary key, could be foreign key into the Directory 
table.
 CustomAction   Action  N   Identifier  
Primary key, name of action, normally appears in sequence table unless 
private use.
 CustomAction   Source  Y   CustomSource
The table reference of the source of the code.
-CustomAction   Target  Y   Formatted   
Execution parameter, depends on the type of custom action
+CustomAction   Target  Y   Formatted   
Excecution parameter, depends on the type of custom action
 CustomAction   TypeN   1   32767   
The numeric custom action type, consisting of source location, code type, 
entry, option flags.
 Dialog Attributes  Y   0   2147483647  
A 32-bit word that specifies the attribute flags to be applied to this 
dialog.
 Dialog Control_Cancel  Y   Control 2   Identifier  
Defines the cancel control. Hitting escape or clicking on the close 
icon on the dialog is equivalent to pushing this button.
diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt 
b/instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt
index 4f3830d..d937499 100644
--- a/instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt
+++ b/instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt
@@ -111,7 +111,7 @@ CreateFolderComponent_  N   
Component   1   Identifier  Foreign key into the Compone
 CreateFolder   Directory_  N   Directory   1   
Identifier  Primary key, could be foreign key into the Directory 
table.
 CustomAction   Action  N   Identifier  
Primary key, name of action, normally appears in sequence table unless 
private use.
 CustomAction   Source  Y   CustomSource
The table reference of the source of the code.
-CustomAction   Target  Y   Formatted   
Execution parameter, depends on the type of custom action
+CustomAction   Target  Y   Formatted   
Excecution parameter, depends on the type of custom action
 CustomAction   TypeN   1   32767   
The numeric custom action type, consisting of source location, code type, 
entry, option flags.
 Dialog Attributes  Y   0   2147483647  
A 32-bit word that specifies the attribute flags to be applied to this 
dialog.
 Dialog Control_Cancel  Y   Control 2   Identifier  
Defines the cancel control. Hitting escape or clicking on the close 
icon on the dialog is equivalent to pushing this button.
diff --git a/instsetoo_native/inc_sdkoo/windows/msi_templates/_Validat.idt 
b/instsetoo_native/inc_sdkoo/windows/msi_templates/_Validat.idt
index 789a6d5..00b4810 100644
--- a/instsetoo_native/inc_sdkoo/windows/msi_templates/_Validat.idt
+++ b/instsetoo_native/inc_sdkoo/windows/msi_templates/_Validat.idt
@@ -112,7 +112,7 @@ CreateFolderComponent_  N   
Component   1   Identifier  Foreign key into the Compone
 CreateFolder   Directory_  N   Directory   1   
Identifier  Primary key, could be foreign key into the Directory 
table.
 CustomAction   Action  N   Identifier  
Primary key, name of action, normally appears in sequence table unless 
private use.
 CustomAction   Source  Y 

[Bug 60270] LibreOffice 4.1 most annoying bugs

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Depends on|68983   |

-- 
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-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Depends on||68983

-- 
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 75025] LibreOffice 4.3 most annoying bugs

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75025

m.a.riosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 CC||mari...@miguelangel.mobi
 Depends on||73998

--- Comment #7 from m.a.riosv mari...@miguelangel.mobi ---
Added https://bugs.freedesktop.org/show_bug.cgi?id=73998,

Crash pasting a text copied from Input Bar(Formula Bar) from others 4.2
versions.

-- 
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: [Libreoffice-qa] DOCX Test 4 Results

2014-05-03 Thread Joel Madero

Hey Jay,

Are you running Windows or Linux? I'd like to get some bibisects of 
these if possible (the ones where you say it's a regression)



Best,
Joel


On 05/02/2014 10:14 PM, Jay Philips wrote:

Hi All,

I just wanted to share with you all the results of my latest extended 
.docx test and hope its okay to do so here in the mailing list.


file url: 
http://download.microsoft.com/documents/customerevidence/Files/71003670/Xiamen_Tungsten_Group_unifies_enterprise.docx

file contents: chinese language, text and images, 6 pages, 230Kb

Results

* docx  doc - paragraph spacing is off [reported]
-
* export doc, docx strict, docx trans, odt - perfect as same as input
* export rtf - font name not retained [4.1 - 4.3] and regression in 
font color not retained [4.2 only] [reported]
* exports in word 2010 - all look good except doc/docx have a few 
bullet points with text on the following line [reported]

-
* kingsoft doc export - using Sinsum rather than Microsoft Yahei, blue 
colored text appeared in green, image centered rather than being left 
aligned, and second image had text wrapping on when it should have 
been off [reported]

* kingsoft docx export - paragraph spacing is off
* kingsoft rtf export - font name not retained [4.1 - 4.3] and not 
openable in versions below 4.1 [reported]

-
* word 2013/2010 doc, docx trans, docx strict, rtf export - paragraph 
and line spacing is off
* word 2013/2010 odt export - table type lines appeared on the page 
which are not visible in calligra words [reported]



Rating: B as opening/saving rtf/doc had font and image problems, as 
well as problems with opening ms word odt file




___
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] Qa talk LibOConf 14

2014-05-03 Thread Florian Reisinger
Hi,

Do,we have a QA talk in Bern? I am only attend from Tue (evening)-Fri (leaving 
early). So would be good to have it on Wed or Thu

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/

Re: [Libreoffice-qa] DOCX Test 4 Results

2014-05-03 Thread Jay Philips

Hi Joel,

I'm running on Linux. All the regressions i've found can be pulled from 
this list of my bug reports  
https://bugs.freedesktop.org/buglist.cgi?f1=short_descemailreporter1=1list_id=420031o1=substringemailtype1=substringquery_format=advancedbug_status=UNCONFIRMEDbug_status=NEWbug_status=ASSIGNEDbug_status=REOPENEDbug_status=RESOLVEDbug_status=VERIFIEDbug_status=CLOSEDbug_status=NEEDINFObug_status=PLEASETESTemail1=philipz85%40hotmail.comv1=regressionproduct=LibreOffice 



Jay Philips

On 05/03/2014 09:49 PM, Joel Madero wrote:

Hey Jay,

Are you running Windows or Linux? I'd like to get some bibisects of 
these if possible (the ones where you say it's a regression)



Best,
Joel


On 05/02/2014 10:14 PM, Jay Philips wrote:

Hi All,

I just wanted to share with you all the results of my latest extended 
.docx test and hope its okay to do so here in the mailing list.


file url: 
http://download.microsoft.com/documents/customerevidence/Files/71003670/Xiamen_Tungsten_Group_unifies_enterprise.docx

file contents: chinese language, text and images, 6 pages, 230Kb

Results

* docx  doc - paragraph spacing is off [reported]
-
* export doc, docx strict, docx trans, odt - perfect as same as input
* export rtf - font name not retained [4.1 - 4.3] and regression in 
font color not retained [4.2 only] [reported]
* exports in word 2010 - all look good except doc/docx have a few 
bullet points with text on the following line [reported]

-
* kingsoft doc export - using Sinsum rather than Microsoft Yahei, 
blue colored text appeared in green, image centered rather than being 
left aligned, and second image had text wrapping on when it should 
have been off [reported]

* kingsoft docx export - paragraph spacing is off
* kingsoft rtf export - font name not retained [4.1 - 4.3] and not 
openable in versions below 4.1 [reported]

-
* word 2013/2010 doc, docx trans, docx strict, rtf export - paragraph 
and line spacing is off
* word 2013/2010 odt export - table type lines appeared on the page 
which are not visible in calligra words [reported]



Rating: B as opening/saving rtf/doc had font and image problems, as 
well as problems with opening ms word odt file




___
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/


___
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] Qa talk LibOConf 14

2014-05-03 Thread Bjoern Michaelsen
Hi,

On Sat, May 03, 2014 at 08:01:26PM +0200, Florian Reisinger wrote:
 Do,we have a QA talk in Bern? I am only attend from Tue (evening)-Fri
 (leaving early). So would be good to have it on Wed or Thu

I havent submitted a generic QA session yet, but we will try to take your
scheduling into account. Did you already submit a paper on your own (because
you totally should ;) ?

Best,

Bjoern
___
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] No thinderbox build for Windows master after 30-04-14

2014-05-03 Thread Markus Mohrhard
On Sat, May 3, 2014 at 4:44 PM, Markus Mohrhard 
markus.mohrh...@googlemail.com wrote:

 Hey


 On Sat, May 3, 2014 at 1:31 PM, Florian Reisinger 
 flo...@libreoffice.orgwrote:

 Hi,

 Title says it all
 http://dev-builds.libreoffice.org/daily/master/Win-x86@39/
 http://dev-builds.libreoffice.org/daily/master/win-x86@39/
 [Shouldn't this 2 be the same more or less??]
 http://dev-builds.libreoffice.org/daily/master/Win-x86@42/
 http://dev-builds.libreoffice.org/daily/master/Win-x86@47-TDF/

 CC ed owners. Could someone of you please fix it :)


 As you can see at http://tinderbox.libreoffice.org/MASTER/status.html the
 build is broken right now so you need to wait until someone manages to fix
 it. That might take some time especially during the weekend.



Should be fixed with
http://cgit.freedesktop.org/libreoffice/core/commit/?id=20778b037c688759a4dc46acb8aeb66c9d1290cc

My tinderbox finally manages to package msi files again so I hope that it
also helps the tinderboxes that upload dailies.

Regards,
Markus
___
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] DOCX Test 4 Results

2014-05-03 Thread Joel Madero
have you bibisected before? if not, are you willing to try? it helps 
tremendously for regressions.



Best,
Joel


On 05/03/2014 11:30 AM, Jay Philips wrote:

Hi Joel,

I'm running on Linux. All the regressions i've found can be pulled 
from this list of my bug reports  
https://bugs.freedesktop.org/buglist.cgi?f1=short_descemailreporter1=1list_id=420031o1=substringemailtype1=substringquery_format=advancedbug_status=UNCONFIRMEDbug_status=NEWbug_status=ASSIGNEDbug_status=REOPENEDbug_status=RESOLVEDbug_status=VERIFIEDbug_status=CLOSEDbug_status=NEEDINFObug_status=PLEASETESTemail1=philipz85%40hotmail.comv1=regressionproduct=LibreOffice 



Jay Philips

On 05/03/2014 09:49 PM, Joel Madero wrote:

Hey Jay,

Are you running Windows or Linux? I'd like to get some bibisects of 
these if possible (the ones where you say it's a regression)



Best,
Joel


On 05/02/2014 10:14 PM, Jay Philips wrote:

Hi All,

I just wanted to share with you all the results of my latest 
extended .docx test and hope its okay to do so here in the mailing 
list.


file url: 
http://download.microsoft.com/documents/customerevidence/Files/71003670/Xiamen_Tungsten_Group_unifies_enterprise.docx

file contents: chinese language, text and images, 6 pages, 230Kb

Results

* docx  doc - paragraph spacing is off [reported]
-
* export doc, docx strict, docx trans, odt - perfect as same as input
* export rtf - font name not retained [4.1 - 4.3] and regression in 
font color not retained [4.2 only] [reported]
* exports in word 2010 - all look good except doc/docx have a few 
bullet points with text on the following line [reported]

-
* kingsoft doc export - using Sinsum rather than Microsoft Yahei, 
blue colored text appeared in green, image centered rather than 
being left aligned, and second image had text wrapping on when it 
should have been off [reported]

* kingsoft docx export - paragraph spacing is off
* kingsoft rtf export - font name not retained [4.1 - 4.3] and not 
openable in versions below 4.1 [reported]

-
* word 2013/2010 doc, docx trans, docx strict, rtf export - 
paragraph and line spacing is off
* word 2013/2010 odt export - table type lines appeared on the page 
which are not visible in calligra words [reported]



Rating: B as opening/saving rtf/doc had font and image problems, as 
well as problems with opening ms word odt file




___
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/


___
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/


___
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 45498] PDF: PDF-export should support handouts

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45498

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

 CC||f...@libreoffice.org
Version|3.4.5 release   |Inherited From OOo

-- 
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 74637] Spreadsheets silently truncated to 65536 rows when converting to XLS format

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74637

--- Comment #6 from tommy27 ba...@quipo.it ---
ok. thanks for info, Markus.

-- 
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 78214] rename of '1.2 extended (compat mode)'

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78214

--- Comment #1 from tommy27 ba...@quipo.it ---
Created attachment 98360
  -- https://bugs.freedesktop.org/attachment.cgi?id=98360action=edit
options dialog screenshot

I attach screenshot from Version: 4.3.0.0.alpha1+ English GUI
Build ID: 0b03f7ed575838f90e6b1ebec3538a3a214f81fb
TinderBox: Win-x86@42, Branch:master, Time: 2014-04-30_02:30:23

here's what's written in that LibO wiki webpage :

The ODF 1.2 Extended (compat) mode is a more backward-compatible ODF 1.2
extended mode. It uses features that are deprecated in ODF1.2 and/or it is
'bug-compatible' to older OpenOffice.org versions. It may be useful, if you
need to interchange ODF documents with users, who use pre-ODF1.2 or ODF1.2-only
legacy applications.

here'a another resource:
http://en.wikipedia.org/wiki/Compatibility_mode


so probably the best translation is Compatibility mode rather than
compatible mode. In the italian localization is indeed written Modo
Compatibilità

anyway I'd like to hear the advise of a native english speaker (I'm Italian) to
know if compat mode is also a proper term for compatibility mode.
where are you from Jay?

-- 
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 78214] rename of '1.2 extended (compat mode)'

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78214

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it
  Component|Writer  |Localization

-- 
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 50697] EDITING: terrible memory leak with documents containing cropped PostScript (.eps) images

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50697

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

   What|Removed |Added

 Whiteboard|target:4.3.0|target:4.3.0 target:4.2.5

--- Comment #14 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Caolan McNamara committed a patch related to this issue.
It has been pushed to libreoffice-4-2:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=8ff260e47873674ca03a334f6b3198d66dc68db7h=libreoffice-4-2

fix crash found when exploring fdo#50697


It will be available in LibreOffice 4.2.5.

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 78104] FORMATTING: Preview of tabels

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78104

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #1 from tommy27 ba...@quipo.it ---
please post comparative screenshot between 4.2.3.3 and 4.2.2.1 to better show
which kind of lines you are talking about

also specify which option settings you apply to conseal lines

-- 
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 78215] New: PDF export should not remap embedded font

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78215

  Priority: medium
Bug ID: 78215
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: PDF export should not remap embedded font
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: mar...@klingspors.de
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.2.3.3 release
 Component: Printing and PDF export
   Product: LibreOffice

-- 
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 78216] New: PDF export should not remap embedded font

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78216

  Priority: medium
Bug ID: 78216
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: PDF export should not remap embedded font
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: mar...@klingspors.de
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.2.3.3 release
 Component: Printing and PDF export
   Product: LibreOffice

When exporting to a PDF, the font gets embedded into the PDF. To save space,
only the used characters are embedded if the font is sub settable to save
space. The characters are remapped starting with 0. To be able to extract the
text from the PDF, a ToUnicode CMAP is added. However, when converting the PDF
to Postscript and back to PDF, the CMAP is lost as Postscript has no notion of
ToUnicode, but instead relies on CMAPs embedded in the font.
When Printing the document to PDF the font still gets subsetted but the
characters are not remapped. Therefore although the ToUnicode map also gets
lost during processing, the Text can still be extracted.
The effect can be reproduced by exporting to PDF and then using pdf2ps and gs
-sDEVICE=pdfwrite to generate a PDF again.

-- 
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 78217] New: Autocorrect replacement table: selected text is copied in With field rather than Replace field

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78217

  Priority: medium
Bug ID: 78217
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Autocorrect replacement table: selected text is copied
in With field rather than Replace field
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: ba...@quipo.it
  Hardware: Other
Status: UNCONFIRMED
   Version: Inherited From OOo
 Component: Linguistic
   Product: LibreOffice

Created attachment 98361
  -- https://bugs.freedesktop.org/attachment.cgi?id=98361action=edit
test case with screenshot

tested under Win7x64 but I suppose it applies to other O/S as well.

this issue is present in OOo 3.3.0, all LibO releases up to 4.2.3 and
4.3.0alpha1 and AOO 4.1 as well, so inherited from OOo

STEPS TO REPRODUCE (see attached .odt file as well)
1- open an empty Writer document
2- type something including a spelling error
3- select that error with left double click
3- hit Options / Autocorrect options
4- the autocorrect replacement table pops up

EXPECTED BEHAVIOUR
the selected text should be automatically copied
into the Replace field

CURRENT BEHAVIOUR
the selected text is automatically copied
into the With field

this is basically non-sense since if you select a word and open the autocorrect
replacement table is very likely that you selected an error, and you wanna just
enter the proper spelling in the With field

with current behaviour you have to cut the spelling mistake from With and
paste it into Replace then go back to With and type the correct spelling,
this is annoying.

moreover there's risk that some user could not pay attention to the field names
and directly enter the correct spelling in the empty Replace field rather
than the proper With filed which is already occupied by the bad spelling.
so next time you type correctly that word in will be autocorrected into a
mistake.

I'm not a developer but I think it's should be easy to identify the code that
copies selected text into the replacement table and change the field
destination from With to Replace

-- 
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 78217] Autocorrect replacement table: selected text is copied in With field rather than Replace field

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78217

tommy27 ba...@quipo.it changed:

   What|Removed |Added

  Attachment #98361|0   |1
is obsolete||

-- 
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 78217] Autocorrect replacement table: selected text is copied in With field rather than Replace field

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78217

--- Comment #1 from tommy27 ba...@quipo.it ---
Created attachment 98362
  -- https://bugs.freedesktop.org/attachment.cgi?id=98362action=edit
test case and screenshot

-- 
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 78166] EDITING: new autocorrect entries not saved

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78166

--- Comment #2 from tommy27 ba...@quipo.it ---
I created Bug 78217 - Autocorrect replacement table: selected text is copied in
With field rather than Replace field

if the problem is the same mark this report's status as RESOLVED DUPLICATE of
78217 which has clearer description, test file and screenshot

if you think you are describing a different problem please give additional
informations as requested.

-- 
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 75922] EDITING: Spelling and Grammar: English - Correct All (Change All) button corrects only a single instance

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75922

tommy27 ba...@quipo.it changed:

   What|Removed |Added

  Component|Writer  |Linguistic

-- 
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 75922] EDITING: Spelling and Grammar: English - Correct All (Change All) button corrects only a single instance

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75922

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #4 from tommy27 ba...@quipo.it ---
@Peter CM
please put the other bug reports links under the See also field

moreover I strongly suggest to upgrade to LibO 4.2.3.3 or wait one more week
for 4.2.4.2 (see release schedule here
https://wiki.documentfoundation.org/ReleasePlan/4.2 ) since the 4.2.0 version
you use was a very early release with lot of bugs (more than 400 bugs have been
fixed meanwhile).

-- 
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 33226] [FILEOPEN/FILESAVE] EPUB Documents

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33226

--- Comment #10 from Bastián Díaz diaz.bast...@ymail.com ---
Sounds like a good idea. Read a PDF, ODT or DOCX format in a mobile device is
very complicated. Instead, the ePub format is ideal for display or just to
check the status of a report, because if you want to edit, you can use LO from
a desktop computer.

-- 
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 78214] rename of '1.2 extended (compat mode)'

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78214

--- Comment #2 from Jay philip...@hotmail.com ---
No compat mode mode is not a proper term, i initially misread it as compact
mode. :)

Yes Compatibility mode would be more suitable. I am a native speaker of
english from canada.

In addition to that, what i was trying to get at was that the wiki states its
for pre-ODF1.2 or ODF1.2-only legacy applications, so why is it labelled ODF
1.2 Extended when it doesnt contain features that were implemented to extend
ODF 1.2.

-- 
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 78186] clear indications that a font isnt installed

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78186

Jay philip...@hotmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #8 from Jay philip...@hotmail.com ---
If possible, it would be nice if an error/notification dialog would appear
after the loading of the document stating which fonts are present in the
current document that are not available in LibO, with that ability to disable
to notification from further occurring for those who dont wish it to appear.

-- 
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-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Depends on|71278   |

-- 
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 65675] LibreOffice 4.2 most annoying bugs

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Depends on||71278

-- 
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 71278] UI mouse pointer disappears during presentation and does not come back after exiting presentation

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71278

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it
Summary|UI mouse pointer disappears |UI mouse pointer disappears
   |during presentation and |during presentation and
   |does not come back after|does not come back after
   |exiting presentation,   |exiting presentation
 Blocks|60270   |65675

--- Comment #9 from tommy27 ba...@quipo.it ---
moving it to mab4.2 list since 4.1.x is END OF LIFE

-- 
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-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Depends on|62073   |

-- 
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 62073] editing/formatting: pasting formatted font messes up formatting of bullets

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62073

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Blocks|60270   |65675

--- Comment #14 from tommy27 ba...@quipo.it ---
still reproducible with 4.2.3.3 and 4.3.0.0alpha1

moving to the mab4.2 list since 4.1.x is END OF LIFE

-- 
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 65675] LibreOffice 4.2 most annoying bugs

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Depends on||62073

-- 
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 78218] New: VIEWING: Arrows missing in horizontal sheet scrolling bar

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78218

  Priority: medium
Bug ID: 78218
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: VIEWING: Arrows missing in horizontal sheet scrolling
bar
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: vim...@everyday.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.2.3.3 release
 Component: Spreadsheet
   Product: LibreOffice

The arrows aside the sheet horizontal scrolling bar (at the bottom right of the
sheet) are missing. Scrolling is possible only moving the bar with the mouse
(very difficult). 

Operating System: Ubuntu
Version: 4.2.3.3 release

-- 
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 78215] PDF export should not remap embedded font

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78215

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Julien Nabet serval2...@yahoo.fr ---


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

-- 
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 78216] PDF export should not remap embedded font

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78216

--- Comment #1 from Julien Nabet serval2...@yahoo.fr ---
*** Bug 78215 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 78218] VIEWING: Arrows missing in horizontal sheet scrolling bar

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78218

vim...@everyday.com changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|DUPLICATE   |---

-- 
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 78218] VIEWING: Arrows missing in horizontal sheet scrolling bar

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78218

vim...@everyday.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from vim...@everyday.com ---
Sorry,
this is the same as Bug 71346

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

-- 
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 71346] Arrows missing in horizontal sheet scrolling bar

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71346

--- Comment #5 from vim...@everyday.com ---
*** Bug 78218 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 66506] FORMATTING: Rendering date format not correct for xls and ods files in 4.1 LO

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66506

--- Comment #18 from tommy27 ba...@quipo.it ---
@Mikeyy - L10n HR

please give update of the status of this bug with current 4.2.3.3 release.

if all issues are gone set status to FIXED while if some part of the bug is
still here, I suggest to close this one, set status to MOVED, then open a new
clean report with only the relevant residual buggy behaviour (including new
test files) and drop it's link here under See also

-- 
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 65675] LibreOffice 4.2 most annoying bugs

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Depends on||64490

-- 
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-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Depends on|64490   |

-- 
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 64490] LibO Writer text highligthing not compatible with MS Word DOC and DOCX (highlighting transforms to background color)

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64490

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it
Summary|LibreOffice Writer text |LibO Writer text
   |highligthing is not |highligthing not compatible
   |compatible with Microsoft   |with MS Word DOC and DOCX
   |Word DOC and DOCX   |(highlighting transforms to
   |(highlighting transforms to |background color)
   |background color)   |
 Blocks|60270   |65675

--- Comment #34 from tommy27 ba...@quipo.it ---
moving to mab4.2 list since 4.1.x is END OF LIFE

-- 
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 31574] Under load, characters are appear in reverse order of typing

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31574

--- Comment #9 from Floater floa...@yahoo.in ---
Yes
I have Version: 4.2.4.1
Build ID: d4c441391e20647b3d2e8dde4d20aa868e77e51

and the result is the same; o/p appearing in reverse order of typing.

Regards
Floater


On Saturday, 3 May 2014 2:30 AM, bugzilla-dae...@freedesktop.org
bugzilla-dae...@freedesktop.org wrote:


Jean-Baptiste Faure  changed bug 31574 

What
Removed
Added
Status REOPENED  NEEDINFO  
CC    jbf.fa...@sud-ouest.org  
Comment # 8 on bug 31574 from Jean-Baptiste Faure  
Do you still experience the problem with current stable version ? Set status to
NEEDINFO because this bug has never been independently confirmed.
@Laurent: your description is different from the one by the reporter. Best
regards. JBF

 You are receiving this mail because: 
* You are on the CC list for the bug.
* You reported 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 75558] FILEOPEN: Impossible to open an odt document via its Internet Explorer address

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75558

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #10 from tommy27 ba...@quipo.it ---
(In reply to comment #8)
 In my case it is IE 11.

please retest with 4.2.3.3

-- 
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 72614] Impress hangs on creating new style

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72614

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #8 from tommy27 ba...@quipo.it ---
(In reply to comment #0)

 Steps to reproduce:
 1) Open Impress
 2) Open the Styles and Formatting tab on the sidebar
 3a) Right-click on any existing style, or
 3b) Right-click on empty area below existing styles
 4) Choose New...
 
 Expected result: dialog to create a new style appears.
 
 Observed result: Impress hangs with nearly 100% CPU usage.

tested under Win7x64

LibO 4.2.3.3 hangs with both 3a and 3b steps so bug is still there unlike
comment 4 says.

LibO 4.3.0.0alpha1+ (*)
doesn't hang with 3a and does nothing with 3b, anyway I'm not enough
experienced with Impress style to tell if that behaviour is correct or not.

what do you think?

-- 
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 72614] Impress hangs on creating new style

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72614

--- Comment #9 from tommy27 ba...@quipo.it ---
(*) Version: 4.3.0.0.alpha1+
Build ID: 0b03f7ed575838f90e6b1ebec3538a3a214f81fb
TinderBox: Win-x86@42, Branch:master, Time: 2014-04-30_02:30:23

-- 
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 71346] Arrows missing in horizontal sheet scrolling bar

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71346

--- Comment #6 from m.a.riosv mari...@miguelangel.mobi ---
*** Bug 78218 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 78218] VIEWING: Arrows missing in horizontal sheet scrolling bar

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78218

m.a.riosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||mari...@miguelangel.mobi

--- Comment #2 from m.a.riosv mari...@miguelangel.mobi ---
Hi Vimot, thanks for reporting, and remember it is a duplicate.

Changed the status to resolved as duplicate.

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

-- 
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 66577] Spell check change letter-spacing on Mac OS, up to compromising text editing

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66577

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #39 from tommy27 ba...@quipo.it ---
I'm a Window user so I cannot test, so please give me an update of the status
of this issue with current LibO 4.2.3.3 release or 4.3master

if bug is still there, move it to the mab4.2 list (Bug 65675)
if bug is gone set status to RESOLVED

-- 
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 77995] Other: Enlarging array formula does not apply unless formula is edited.

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77995

m.a.riosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 CC||mari...@miguelangel.mobi

--- Comment #1 from m.a.riosv mari...@miguelangel.mobi ---
Hi Alha, thanks for reporting.

I think edit is the key, if you don't change anything in the formula, it is not
edited, an easy way is add a space after [F2] to avoid touch the formula.

I don't think it is a bug. Please take a look to
https://help.libreoffice.org/Calc/Array_Functions#Editing_Array_Formulas

Maybe it's a good request for enhancement, if [Crtl+Shift+Enter] was detected
as formula edit if it was not already an array.

-- 
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 77995] Other: Enlarging array formula does not apply unless formula is edited.

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77995

m.a.riosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

-- 
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 77989] CONFIGURATION: Can't turn off autocorrect

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77989

m.a.riosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||mari...@miguelangel.mobi
 Ever confirmed|0   |1

--- Comment #2 from m.a.riosv mari...@miguelangel.mobi ---
Works for me with (same results as comment#1):
Win7x64Ultimate
Versión: 4.2.3.3 Id. de compilación: 882f8a0a489bc99a9e60c7905a60226254cb6ff0

Please try resetting the user profile, sometimes solves strange issues:
https://wiki.documentfoundation.org/UserProfile#GNU.2FLinux

-- 
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 78214] rename of '1.2 extended (compat mode)'

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78214

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||it...@italovignoli.com
 Ever confirmed|0   |1

--- Comment #3 from tommy27 ba...@quipo.it ---
(In reply to comment #2)
 No compat mode mode is not a proper term, i initially misread it as
 compact mode. :)
 
 Yes Compatibility mode would be more suitable. I am a native speaker of
 english from canada.

OK, I set status to NEW

 In addition to that, what i was trying to get at was that the wiki states
 its for pre-ODF1.2 or ODF1.2-only legacy applications, so why is it
 labelled ODF 1.2 Extended when it doesnt contain features that were
 implemented to extend ODF 1.2.

I do not have an answer for this since I've not enough knowledge of .ODF
I add a more expert user to CC list to hear his opinion. 
@Italo -- what do you think about it?

-- 
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 74526] FORMATTING: Group

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74526

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #1 from tommy27 ba...@quipo.it ---
please upload test file and/or screenshot

is the problem you report still reproducible under latest LibO 4.2.3.3 release?

-- 
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 77664] EDITING: I try a division and the result is a date

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77664

m.a.riosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG
 CC||mari...@miguelangel.mobi

--- Comment #2 from m.a.riosv mari...@miguelangel.mobi ---
I think from 3.6 date input is more strict and depends on locale.

You can see what are the patterns for your locale in:
Menu/Tools/Options/Language Settins/Language of - Date acceptance patterns.

Edit it to add the pattern you want, in this case add ;D/M

There is more detailed information in:
http://erack.org/blog/archives/8-LibreOffice-date-acceptance-patterns.html

Resolved as notabug, if you can't solve the issue in this way, please reopen
it.

-- 
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 78219] New: Tables not dispalyed in Writer

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78219

  Priority: medium
Bug ID: 78219
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Tables not dispalyed in Writer
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: sean.me...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: Writer
   Product: LibreOffice

When I open a document with a Table in it, the Table does now show. I tried
inserting a Table in a new document. The Table does not show.

-- 
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 74686] PDF: Export to PDF

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74686

tommy27 ba...@quipo.it changed:

   What|Removed |Added

  Attachment #93624|0   |1
is obsolete||

--- Comment #12 from tommy27 ba...@quipo.it ---
Created attachment 98366
  -- https://bugs.freedesktop.org/attachment.cgi?id=98366action=edit
edited test case

bug confirmed under Win7x64 using 4.2.3.3 and 4.3.0.0alpha+1 (30 april build)

I attach here an edited version of the test case with just the pages that do
not export correctly (@mlasb -- next time upload minimal test case removing
unneeded pages).

I also confirm that the .pdf created in Ubuntu by JBF and the one created in
AOO 4.x are correct.

so the bug is limited to LibO and Windows.

-- 
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 74686] PDF: Export to PDF

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74686

tommy27 ba...@quipo.it changed:

   What|Removed |Added

  Attachment #93624|1   |0
is obsolete||

-- 
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 31574] Under load, characters are appear in reverse order of typing

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31574

--- Comment #10 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
(In reply to comment #9)
 Yes
 I have Version: 4.2.4.1
 Build ID: d4c441391e20647b3d2e8dde4d20aa868e77e51
 
 and the result is the same; o/p appearing in reverse order of typing.
 
With the same 'ShortKeys Lite' software or without it ? Did you encounter the
same problem without this software?
Note: you should try the autotext function in LibreOffice.

Please, do not reply by mail, use bugzilla website only.

Best regards. JBF

-- 
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 74686] incorrect ODF to PDF export of table and chart

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74686

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ba...@quipo.it
Summary|PDF: Export to PDF  |incorrect ODF to PDF export
   ||of table and chart
  Component|Writer  |Printing and PDF export
 Ever confirmed|0   |1

--- Comment #13 from tommy27 ba...@quipo.it ---
I'm also wondering if the 2 pages of your document represent the same issue or
rather 2 different issue about Charts exported to PDF.

maybe we should file 2 separate reports for each one of the bad PDF export
results.

I ask advise from more experienced QA guys

p.s. changed summary notes and component as well

-- 
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 74686] incorrect ODT to PDF export of table and chart

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74686

tommy27 ba...@quipo.it changed:

   What|Removed |Added

Summary|incorrect ODF to PDF export |incorrect ODT to PDF export
   |of table and chart  |of table and chart

-- 
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 74526] FORMATTING: Group

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74526

--- Comment #2 from Sherwin Smith sherwi...@onetel.com ---
This was ages ago. Please include copy of original report.

Sherwin Smith, Journey's End, Rokemarsh, Wallingford  OX10 6JB

Quoting bugzilla-dae...@freedesktop.org:

 https://bugs.freedesktop.org/show_bug.cgi?id=74526

 tommy27 ba...@quipo.it changed:

What|Removed |Added
 
  CC||ba...@quipo.it

 --- Comment #1 from tommy27 ba...@quipo.it ---
 please upload test file and/or screenshot

 is the problem you report still reproducible under latest LibO 
 4.2.3.3 release?

 --
 You are receiving this mail because:
 You reported the bug.




Sherwin Smith, Journey's End, Rokemarsh, Wallingford, Oxon  OX10 6JB

-- 
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 78220] New: FILEOPEN: bad display of tables in 4.3.x

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78220

  Priority: medium
Bug ID: 78220
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILEOPEN: bad display of tables in 4.3.x
  Severity: major
Classification: Unclassified
OS: Windows (All)
  Reporter: ba...@quipo.it
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.3.0.0.alpha1
 Component: Writer
   Product: LibreOffice

Created attachment 98367
  -- https://bugs.freedesktop.org/attachment.cgi?id=98367action=edit
test ODT file

tested under Win7x64

while looking at Bug 74686 I've found that some pages of it's original
attachment are incorrectly displayed in 4.3.x in respect to 4.2.x

I'm attaching here just the interested pages and a comparative screenshot.

-- 
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 78220] FILEOPEN: bad display of tables in 4.3.x

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78220

--- Comment #1 from tommy27 ba...@quipo.it ---
Created attachment 98368
  -- https://bugs.freedesktop.org/attachment.cgi?id=98368action=edit
4.2.x vs 4.3.x screenshot

-- 
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 74686] incorrect ODT to PDF export of table and chart

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74686

--- Comment #14 from tommy27 ba...@quipo.it ---
please take a look at Bug 78220 which is about a different issue regarding
pages 1 and 5 of the original attachment

-- 
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 77927] Make Pivot Table much faster: Data fields should be at column, rather than at row

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77927

m.a.riosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||mari...@miguelangel.mobi
 Ever confirmed|0   |1

-- 
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 77927] Make Pivot Table much faster: Data fields should be at column, rather than at row

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77927

--- Comment #3 from m.a.riosv mari...@miguelangel.mobi ---
Created attachment 98369
  -- https://bugs.freedesktop.org/attachment.cgi?id=98369action=edit
Sample file modified.

If I have understood right, this is possible now, in released versions,
dragging the field by their head directly in the sheet from row to column
(without enter in edit layout).

Seems that drag in the sheet doesn't work with:
Win7x64Ultimate
Version: 4.3.0.0.alpha1+ Build ID: 0b03f7ed575838f90e6b1ebec3538a3a214f81fb
   TinderBox: Win-x86@39, Branch:master, Time: 2014-04-30_01:30:46

But works dragging Data from row fields to column fields in edit layout mode.

In relation with update time, I think master are always a bit slower than
released.

-- 
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 78221] New: EDITING: Cannot drag twice the same cell when editing formula

2014-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78221

  Priority: medium
Bug ID: 78221
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: Cannot drag twice the same cell when editing
formula
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: gerard.farg...@orange.fr
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.3.0.0.alpha0+ Master
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 98370
  -- https://bugs.freedesktop.org/attachment.cgi?id=98370action=edit
Spreadsheet with embedded step by step pictures

With 4.3.0 version, while editing a formula, cells reference are colored with
the same color when a cell is refered twice (or more) in a formula.

See https://bugs.freedesktop.org/show_bug.cgi?id=52461

But now if you want to change reference in a formula with mouse, these borders
allow to move the cell only once.

Detailed step by step in the attached file.

-- 
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   >