[Libreoffice-bugs] [Bug 100736] Incorrect indent in numbering of second level.

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100736

--- Comment #2 from Akash Pal  ---
Thanks a lot, will remember that

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


[Libreoffice-bugs] [Bug 100635] crash after switching on the bibliography 'number entries' option (big file)

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100635

--- Comment #4 from Yury  ---
(In reply to Buovjaga from comment #3)
> (In reply to Yury from comment #2)
> > How about I share the doc with one specific person? You, possibly?
> 
> Well it has to be attached to the report for the report to make sense in the
> future as well.

No go, then.

Actually, there were some issues with biblio entries in 5.0.6, too, coming up
intermittently, so I went back to 4.4.7.2. (I've lost nothing in experience and
gained in speed and free hardware resources).

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


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.1' - desktop/source sfx2/source

2016-07-02 Thread Henry Castro
 desktop/source/lib/init.cxx  |6 +-
 sfx2/source/control/unoctitm.cxx |8 ++--
 2 files changed, 11 insertions(+), 3 deletions(-)

New commits:
commit 6e90945e3e878e670ebdafc71ab82f7ec5757698
Author: Henry Castro 
Date:   Sat Jul 2 23:25:28 2016 -0400

sw lok: add status bar UNO commands

Change-Id: I4ffa3a3e07d00cfac48e67a0c32e85de0eda803d
Reviewed-on: https://gerrit.libreoffice.org/26876
Tested-by: Jenkins 
Reviewed-by: Henry Castro 

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 5a808a7..32800b0 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -808,7 +808,11 @@ static void doc_iniUnoCommands ()
 OUString(".uno:Position"),
 OUString(".uno:StateTableCell"),
 OUString(".uno:StatusBarFunc"),
-OUString(".uno:Size")
+OUString(".uno:Size"),
+OUString(".uno:StatePageNumber"),
+OUString(".uno:StateWordCount"),
+OUString(".uno:PageStyleName"),
+OUString(".uno:SelectionMode")
 };
 
 util::URL aCommandURL;
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index 8321bbe..d4a1cba 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -1143,7 +1143,8 @@ void 
SfxDispatchController_Impl::InterceptLOKStateChangeEvent(const SfxObjectShe
 }
 else if (aEvent.FeatureURL.Path == "AssignLayout" ||
  aEvent.FeatureURL.Path == "StatusSelectionMode" ||
- aEvent.FeatureURL.Path == "Signature")
+ aEvent.FeatureURL.Path == "Signature" ||
+ aEvent.FeatureURL.Path == "SelectionMode")
 {
 sal_Int32 aInt32;
 
@@ -1155,7 +1156,10 @@ void 
SfxDispatchController_Impl::InterceptLOKStateChangeEvent(const SfxObjectShe
 else if (aEvent.FeatureURL.Path == "StatusDocPos" ||
  aEvent.FeatureURL.Path == "RowColSelCount" ||
  aEvent.FeatureURL.Path == "StatusPageStyle" ||
- aEvent.FeatureURL.Path == "StateTableCell")
+ aEvent.FeatureURL.Path == "StateTableCell" ||
+ aEvent.FeatureURL.Path == "StatePageNumber" ||
+ aEvent.FeatureURL.Path == "StateWordCount" ||
+ aEvent.FeatureURL.Path == "PageStyleName")
 {
 OUString aString;
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-07-02 Thread Henry Castro
 desktop/source/lib/init.cxx  |6 +-
 sfx2/source/control/unoctitm.cxx |8 ++--
 2 files changed, 11 insertions(+), 3 deletions(-)

New commits:
commit f41c20dc2384ba7765278adce0cd817781beb43a
Author: Henry Castro 
Date:   Sat Jul 2 23:25:28 2016 -0400

sw lok: add status bar UNO commands

Change-Id: I4ffa3a3e07d00cfac48e67a0c32e85de0eda803d
Reviewed-on: https://gerrit.libreoffice.org/26876
Tested-by: Jenkins 
Reviewed-by: Henry Castro 

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index ad60d39..60553a6 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1002,7 +1002,11 @@ static void doc_iniUnoCommands ()
 OUString(".uno:Position"),
 OUString(".uno:StateTableCell"),
 OUString(".uno:StatusBarFunc"),
-OUString(".uno:Size")
+OUString(".uno:Size"),
+OUString(".uno:StatePageNumber"),
+OUString(".uno:StateWordCount"),
+OUString(".uno:PageStyleName"),
+OUString(".uno:SelectionMode")
 };
 
 util::URL aCommandURL;
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index 1711553..934c6b2 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -1023,7 +1023,8 @@ static void InterceptLOKStateChangeEvent(const 
SfxViewFrame* pViewFrame, const c
 }
 else if (aEvent.FeatureURL.Path == "AssignLayout" ||
  aEvent.FeatureURL.Path == "StatusSelectionMode" ||
- aEvent.FeatureURL.Path == "Signature")
+ aEvent.FeatureURL.Path == "Signature" ||
+ aEvent.FeatureURL.Path == "SelectionMode")
 {
 sal_Int32 aInt32;
 
@@ -1035,7 +1036,10 @@ static void InterceptLOKStateChangeEvent(const 
SfxViewFrame* pViewFrame, const c
 else if (aEvent.FeatureURL.Path == "StatusDocPos" ||
  aEvent.FeatureURL.Path == "RowColSelCount" ||
  aEvent.FeatureURL.Path == "StatusPageStyle" ||
- aEvent.FeatureURL.Path == "StateTableCell")
+ aEvent.FeatureURL.Path == "StateTableCell" ||
+ aEvent.FeatureURL.Path == "StatePageNumber" ||
+ aEvent.FeatureURL.Path == "StateWordCount" ||
+ aEvent.FeatureURL.Path == "PageStyleName")
 {
 OUString aString;
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: loleaflet/dist

2016-07-02 Thread Henry Castro
 loleaflet/dist/toolbar/toolbar.js |   31 ++-
 1 file changed, 30 insertions(+), 1 deletion(-)

New commits:
commit dcf9839a0dee94acf09fcd9f83a28323d760d235
Author: Henry Castro 
Date:   Sat Jul 2 23:58:02 2016 -0400

loleaflet: add status bar items for Writer

diff --git a/loleaflet/dist/toolbar/toolbar.js 
b/loleaflet/dist/toolbar/toolbar.js
index 426888c..7943fa8 100644
--- a/loleaflet/dist/toolbar/toolbar.js
+++ b/loleaflet/dist/toolbar/toolbar.js
@@ -676,6 +676,25 @@ map.on('doclayerinit', function () {
statusbar.refresh();
break;
case 'text':
+   statusbar.insert('left', [
+   {type: 'break', id:'break1'},
+   {type: 'html',  id: 'StatePageNumber',  html: '' },
+   {type: 'break', id:'break2'},
+   {type: 'html',  id: 'StateWordCount',  html: '' },
+   {type: 'break', id:'break3'},
+   {type: 'html',  id: 'PageStyleName',  html: '' },
+   //{type: 'break', id:'break4'},
+   //{type: 'html',  id: 'LanguageStatus',  html: '' },
+   {type: 'break', id:'break5'},
+   {type: 'html',  id: 'InsertMode',  html: '' 
},
+   {type: 'break', id:'break6'},
+   {type: 'html',  id: 'SelectionMode',  html: '' },
+   //{type: 'break', id:'break7'},
+   //{type: 'html',  id: 'ModifiedStatus',  html: '' },
+   {type: 'break', id:'break8'},
+   {type: 'html',  id: 'Signature',  html: '' },
+   ])
+   statusbar.refresh();
break;
case 'presentation':
break;
@@ -805,7 +824,8 @@ map.on('commandstatechanged', function (e) {
else if (commandName === '.uno:InsertMode') {
$('#InsertMode').html(state ? L.Styles.insertMode[state] : 
'');
}
-   else if (commandName === '.uno:StatusSelectionMode') {
+   else if (commandName === '.uno:StatusSelectionMode' ||
+commandName === '.uno:SelectionMode') {
$('#StatusSelectionMode').html(state ? 
L.Styles.selectionMode[state] : '');
}
else if (commandName === '.uno:Signature') {
@@ -819,6 +839,15 @@ map.on('commandstatechanged', function (e) {
$('#StateTableCell').html(state);
}
}
+   else if (commandName === '.uno:StatePageNumber') {
+   $('#StatePageNumber').html(state ? state : 
'');
+   }
+   else if (commandName === '.uno:StateWordCount') {
+   $('#StateWordCount').html(state ? state : 
'');
+   }
+   else if (commandName === '.uno:PageStyleName') {
+   $('#PageStyleName').html(state ? state : 
'');
+   }
 
var toolbarUpMore = w2ui['toolbar-up-more'];
var id = commandName.toLowerCase().substr(5);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 100579] A Japanese text are not applied a font and size adequately at first

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100579

--- Comment #5 from Takeshi Abe  ---
(In reply to Urmas from comment #4)
> The font control in the toolbar is for Western fonts only.
Is it?
Out of curiosity, please tell me why you think so e.g. any pointer to
documentation about that design.

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


[Libreoffice-bugs] [Bug 100579] A Japanese text are not applied a font and size adequately at first

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100579

Urmas  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

--- Comment #4 from Urmas  ---
The font control in the toolbar is for Western fonts only.

That is by design.

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


[Libreoffice-bugs] [Bug 88821] META CHARSET support for CALC HTML import

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88821

Urmas  changed:

   What|Removed |Added

Summary|Import HTML file into Calc  |META CHARSET support for
   |wrongly assumes source  |CALC HTML import
   |code-page is Windows-1252   |
   |for HTML 5 files. It|
   |correctly recognizes code   |
   |page for old HTML 4.x   |
   |files.  |
   Severity|normal  |enhancement

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


[Libreoffice-bugs] [Bug 100707] extension xls xlsx non détectée par Excel

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100707

Urmas  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |NOTABUG

--- Comment #2 from Urmas  ---
It is neither XLS nor XLSX file.

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


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

2016-07-02 Thread Henry Castro
 sfx2/source/control/unoctitm.cxx |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 4f9c70ac026e60e71e5a2c724591665b3f47bee8
Author: Henry Castro 
Date:   Sat Jul 2 21:03:57 2016 -0400

sfx2: fix undefined Point

Change-Id: Id0d1ab0ed2dad0ac891a9e5dc9ed64b8df382bf1

diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index e14f7ad..8321bbe 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -29,6 +29,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] libcdr.git: src/lib

2016-07-02 Thread Fridrich Štrba
 src/lib/CMXParser.cpp |   51 --
 src/lib/CMXParser.h   |9 
 2 files changed, 50 insertions(+), 10 deletions(-)

New commits:
commit 078a61abd6b344ae4e3200e7068681c3dbcb125b
Author: Fridrich Å trba 
Date:   Sun Jul 3 03:02:41 2016 +0200

Outline styles

Change-Id: I965cbe957fc359dfc6721a5fe74ae21b3d241333

diff --git a/src/lib/CMXParser.cpp b/src/lib/CMXParser.cpp
index 2d8459c..4dca5b6 100644
--- a/src/lib/CMXParser.cpp
+++ b/src/lib/CMXParser.cpp
@@ -950,6 +950,7 @@ bool 
libcdr::CMXParser::readRenderingAttributes(librevenge::RVNGInputStream *inp
   }
   if (bitMask & 0x02) // outline
   {
+CDRLineStyle lineStyle;
 if (m_precision == libcdr::PRECISION_32BIT)
 {
   do
@@ -966,6 +967,7 @@ bool 
libcdr::CMXParser::readRenderingAttributes(librevenge::RVNGInputStream *inp
 switch (tagId)
 {
 case CMX_Tag_RenderAttr_OutlineSpec:
+  lineStyle = getLineStyle(readU16(input, m_bigEndian));
   break;
 default:
   break;
@@ -977,8 +979,12 @@ bool 
libcdr::CMXParser::readRenderingAttributes(librevenge::RVNGInputStream *inp
 else if (m_precision == libcdr::PRECISION_16BIT)
 {
   CDR_DEBUG_MSG(("  Outline specification\n"));
-  readU16(input, m_bigEndian);
+  lineStyle = getLineStyle(readU16(input, m_bigEndian));
 }
+m_collector->collectLineStyle(lineStyle.lineType, lineStyle.capsType, 
lineStyle.joinType,
+  lineStyle.lineWidth, lineStyle.stretch, 
lineStyle.angle,
+  lineStyle.color, lineStyle.dashArray,
+  lineStyle.startMarker, lineStyle.endMarker);
   }
   if (bitMask & 0x04) // lens
   {
@@ -1266,7 +1272,7 @@ void 
libcdr::CMXParser::readRotl(librevenge::RVNGInputStream *input)
   outline.m_color = readU16(input, m_bigEndian);
   outline.m_arrowHeads = readU16(input, m_bigEndian);
   outline.m_pen = readU16(input, m_bigEndian);
-  outline.m_dotDash = readU16(input, m_bigEndian);
+  outline.m_dashArray = readU16(input, m_bigEndian);
   break;
 }
 default:
@@ -1283,8 +1289,7 @@ void 
libcdr::CMXParser::readRotl(librevenge::RVNGInputStream *input)
   outline.m_color = readU16(input, m_bigEndian);
   outline.m_arrowHeads = readU16(input, m_bigEndian);
   outline.m_pen = readU16(input, m_bigEndian);
-  outline.m_dotDash = readU16(input, m_bigEndian);
-  break;
+  outline.m_dashArray = readU16(input, m_bigEndian);
 }
 else
   return;
@@ -1314,7 +1319,7 @@ void 
libcdr::CMXParser::readRpen(librevenge::RVNGInputStream *input)
 case CMX_Tag_DescrSection_Pen:
 {
   pen.m_width = readCoordinate(input);
-  pen.m_aspect = readU16(input, m_bigEndian);
+  pen.m_aspect = (double)readU16(input, m_bigEndian) / 100.0;
   pen.m_angle = readAngle(input);
   pen.m_matrix = readMatrix(input);
   break;
@@ -1329,8 +1334,9 @@ void 
libcdr::CMXParser::readRpen(librevenge::RVNGInputStream *input)
 else if (m_precision == libcdr::PRECISION_16BIT)
 {
   pen.m_width = readCoordinate(input);
-  pen.m_aspect = readU16(input, m_bigEndian);
+  pen.m_aspect = (double)readU16(input, m_bigEndian) / 100.0;
   pen.m_angle = readAngle(input);
+  input->seek(2, librevenge::RVNG_SEEK_CUR);
   pen.m_matrix = readMatrix(input);
 }
 else
@@ -1465,4 +1471,37 @@ libcdr::CDRColor 
libcdr::CMXParser::readColor(librevenge::RVNGInputStream *input
   return color;
 }
 
+libcdr::CDRLineStyle libcdr::CMXParser::getLineStyle(unsigned id)
+{
+  libcdr::CDRLineStyle tmpLineStyle;
+  std::map::const_iterator iterOutline = 
m_parserState.m_outlines.find(id);
+  if (iterOutline == m_parserState.m_outlines.end())
+return tmpLineStyle;
+  unsigned lineStyleId = iterOutline->second.m_lineStyle;
+  unsigned colorId = iterOutline->second.m_color;
+  unsigned penId = iterOutline->second.m_pen;
+  unsigned dashArrayId = iterOutline->second.m_dashArray;
+  tmpLineStyle.color = getPaletteColor(colorId);
+  std::map::const_iterator iterLineStyle = 
m_parserState.m_lineStyles.find(lineStyleId);
+  if (iterLineStyle != m_parserState.m_lineStyles.end())
+  {
+tmpLineStyle.lineType = iterLineStyle->second.m_spec;
+tmpLineStyle.capsType = (unsigned 
short)((iterLineStyle->second.m_capAndJoin) & 0xf);
+tmpLineStyle.joinType = (unsigned 
short)(((iterLineStyle->second.m_capAndJoin) & 0xf0) >> 4);
+  }
+  std::map::const_iterator iterPen = 
m_parserState.m_pens.find(penId);
+  if (iterPen != m_parserState.m_pens.end())
+  {
+tmpLineStyle.lineWidth = iterPen->second.m_width;
+tmpLineStyle.stretch = iterPen->second.m_aspect;
+tmpLineStyle.angle = iterPen->second.m_angle;
+  }
+  std::map

CppCheck Report Update

2016-07-02 Thread cppcheck.libreoff...@gmail.com

A new cppcheck report is available at : 
http://dev-builds.libreoffice.org/cppcheck_reports/master/


Note:
The script generating this report was run at :
2016-03-07_02:06:02 with user buildslave at host vm140 as 
/home/buildslave/source/dev-tools/cppcheck/cppcheck-report.sh -s 
/home/buildslave/source/libo-core -c /home/buildslave/source/cppcheck -w 
/home/buildslave/tmp/www

It can be found and improved here:

https://gerrit.libreoffice.org/gitweb?p=dev-tools.git;a=blob;f=cppcheck/cppcheck-report.sh


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


[Libreoffice-bugs] [Bug 100738] line brake doesn´t work on a vertical stack in a cell.

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100738

celio.chaags  changed:

   What|Removed |Added

   Keywords||text:ctl

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


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.1' - desktop/source sfx2/source

2016-07-02 Thread Henry Castro
 desktop/source/lib/init.cxx  |   12 +++-
 sfx2/source/control/unoctitm.cxx |   56 +++
 2 files changed, 62 insertions(+), 6 deletions(-)

New commits:
commit 7498be54ba0e288ed8f2572b79a21bbaca1c0a8b
Author: Henry Castro 
Date:   Thu Jun 30 10:33:20 2016 -0400

sc lok: add status bar UNO commands

Change-Id: I2dbed808a23609773baf9154820a7121c7919c70
Reviewed-on: https://gerrit.libreoffice.org/26809
Tested-by: Jenkins 
Reviewed-by: Henry Castro 

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 74bcc6f..5a808a7 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -798,7 +798,17 @@ static void doc_iniUnoCommands ()
 OUString(".uno:EntireColumn"),
 OUString(".uno:EntireCell"),
 OUString(".uno:MergeCells"),
-OUString(".uno:AssignLayout")
+OUString(".uno:AssignLayout"),
+OUString(".uno:StatusDocPos"),
+OUString(".uno:RowColSelCount"),
+OUString(".uno:StatusPageStyle"),
+OUString(".uno:InsertMode"),
+OUString(".uno:StatusSelectionMode"),
+OUString(".uno:Signature"),
+OUString(".uno:Position"),
+OUString(".uno:StateTableCell"),
+OUString(".uno:StatusBarFunc"),
+OUString(".uno:Size")
 };
 
 util::URL aCommandURL;
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index af314f5..e14f7ad 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -1061,7 +1061,7 @@ void 
SfxDispatchController_Impl::InterceptLOKStateChangeEvent(const SfxObjectShe
 
 OUStringBuffer aBuffer;
 aBuffer.append(aEvent.FeatureURL.Complete);
-aBuffer.append("=");
+aBuffer.append(static_cast('='));
 
 if (aEvent.FeatureURL.Path == "Bold" ||
 aEvent.FeatureURL.Path == "CenterPara" ||
@@ -1140,16 +1140,62 @@ void 
SfxDispatchController_Impl::InterceptLOKStateChangeEvent(const SfxObjectShe
 {
 aBuffer.append(OUString::boolean(aEvent.IsEnabled));
 }
-else if (aEvent.FeatureURL.Path == "AssignLayout")
+else if (aEvent.FeatureURL.Path == "AssignLayout" ||
+ aEvent.FeatureURL.Path == "StatusSelectionMode" ||
+ aEvent.FeatureURL.Path == "Signature")
 {
-sal_Int32 nLayout = 0;
-aEvent.State >>= nLayout;
-aBuffer.append(nLayout);
+sal_Int32 aInt32;
+
+if (aEvent.IsEnabled && (aEvent.State >>= aInt32))
+{
+aBuffer.append(OUString::number(aInt32));
+}
+}
+else if (aEvent.FeatureURL.Path == "StatusDocPos" ||
+ aEvent.FeatureURL.Path == "RowColSelCount" ||
+ aEvent.FeatureURL.Path == "StatusPageStyle" ||
+ aEvent.FeatureURL.Path == "StateTableCell")
+{
+OUString aString;
+
+if (aEvent.IsEnabled && (aEvent.State >>= aString))
+{
+aBuffer.append(aString);
+}
+}
+else if (aEvent.FeatureURL.Path == "InsertMode")
+{
+sal_Bool aBool;
+
+if (aEvent.IsEnabled && (aEvent.State >>= aBool))
+{
+aBuffer.append(OUString::boolean(aBool));
+}
+}
+else if (aEvent.FeatureURL.Path == "Position")
+{
+css::awt::Point aPoint;
+
+if (aEvent.IsEnabled && (aEvent.State >>= aPoint))
+{
+aBuffer.append(OUString::number(aPoint.X) + OUString(" / ") + 
OUString::number(aPoint.Y));
+}
+}
+else if (aEvent.FeatureURL.Path == "StatusBarFunc" ||
+ aEvent.FeatureURL.Path == "Size")
+{
+css::awt::Size aSize;
+
+if (aEvent.IsEnabled && (aEvent.State >>= aSize))
+{
+aBuffer.append(OUString::number(aSize.Width) + OUString(" x ") + 
OUString::number(aSize.Height));
+}
 }
 else
 {
 return;
 }
+
 OUString payload = aBuffer.makeStringAndClear();
 objSh->libreOfficeKitCallback(LOK_CALLBACK_STATE_CHANGED, 
payload.toUtf8().getStr());
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 100738] line brake doesn´t work on a vertical stack in a cell.

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100738

--- Comment #2 from celio.chaags  ---
Created attachment 126040
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126040=edit
What I get VS What I want

What I get VS What I want...

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


[Libreoffice-bugs] [Bug 100738] line brake doesn´t work on a vertical stack in a cell.

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100738

--- Comment #1 from celio.chaags  ---
Created attachment 126039
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126039=edit
spreadsheet that I try...

Win 7 x64
LibreOffice Calc 5.2.0.1
 language PT-BR

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


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

2016-07-02 Thread Henry Castro
 desktop/source/lib/init.cxx  |   12 +++-
 sfx2/source/control/unoctitm.cxx |   56 +++
 2 files changed, 62 insertions(+), 6 deletions(-)

New commits:
commit 7e3e55c39e0f01321aee9875f55627f4eefcec27
Author: Henry Castro 
Date:   Thu Jun 30 10:33:20 2016 -0400

sc lok: add status bar UNO commands

Change-Id: I2dbed808a23609773baf9154820a7121c7919c70
Reviewed-on: https://gerrit.libreoffice.org/26809
Tested-by: Jenkins 
Reviewed-by: Henry Castro 

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 9762cd82..ad60d39 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -992,7 +992,17 @@ static void doc_iniUnoCommands ()
 OUString(".uno:EntireColumn"),
 OUString(".uno:EntireCell"),
 OUString(".uno:MergeCells"),
-OUString(".uno:AssignLayout")
+OUString(".uno:AssignLayout"),
+OUString(".uno:StatusDocPos"),
+OUString(".uno:RowColSelCount"),
+OUString(".uno:StatusPageStyle"),
+OUString(".uno:InsertMode"),
+OUString(".uno:StatusSelectionMode"),
+OUString(".uno:Signature"),
+OUString(".uno:Position"),
+OUString(".uno:StateTableCell"),
+OUString(".uno:StatusBarFunc"),
+OUString(".uno:Size")
 };
 
 util::URL aCommandURL;
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index 3ade4be..1711553 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -942,7 +942,7 @@ static void InterceptLOKStateChangeEvent(const 
SfxViewFrame* pViewFrame, const c
 
 OUStringBuffer aBuffer;
 aBuffer.append(aEvent.FeatureURL.Complete);
-aBuffer.append("=");
+aBuffer.append(static_cast('='));
 
 if (aEvent.FeatureURL.Path == "Bold" ||
 aEvent.FeatureURL.Path == "CenterPara" ||
@@ -1021,16 +1021,62 @@ static void InterceptLOKStateChangeEvent(const 
SfxViewFrame* pViewFrame, const c
 {
 aBuffer.append(OUString::boolean(aEvent.IsEnabled));
 }
-else if (aEvent.FeatureURL.Path == "AssignLayout")
+else if (aEvent.FeatureURL.Path == "AssignLayout" ||
+ aEvent.FeatureURL.Path == "StatusSelectionMode" ||
+ aEvent.FeatureURL.Path == "Signature")
 {
-sal_Int32 nLayout = 0;
-aEvent.State >>= nLayout;
-aBuffer.append(nLayout);
+sal_Int32 aInt32;
+
+if (aEvent.IsEnabled && (aEvent.State >>= aInt32))
+{
+aBuffer.append(OUString::number(aInt32));
+}
+}
+else if (aEvent.FeatureURL.Path == "StatusDocPos" ||
+ aEvent.FeatureURL.Path == "RowColSelCount" ||
+ aEvent.FeatureURL.Path == "StatusPageStyle" ||
+ aEvent.FeatureURL.Path == "StateTableCell")
+{
+OUString aString;
+
+if (aEvent.IsEnabled && (aEvent.State >>= aString))
+{
+aBuffer.append(aString);
+}
+}
+else if (aEvent.FeatureURL.Path == "InsertMode")
+{
+sal_Bool aBool;
+
+if (aEvent.IsEnabled && (aEvent.State >>= aBool))
+{
+aBuffer.append(OUString::boolean(aBool));
+}
+}
+else if (aEvent.FeatureURL.Path == "Position")
+{
+css::awt::Point aPoint;
+
+if (aEvent.IsEnabled && (aEvent.State >>= aPoint))
+{
+aBuffer.append(OUString::number(aPoint.X) + OUString(" / ") + 
OUString::number(aPoint.Y));
+}
+}
+else if (aEvent.FeatureURL.Path == "StatusBarFunc" ||
+ aEvent.FeatureURL.Path == "Size")
+{
+css::awt::Size aSize;
+
+if (aEvent.IsEnabled && (aEvent.State >>= aSize))
+{
+aBuffer.append(OUString::number(aSize.Width) + OUString(" x ") + 
OUString::number(aSize.Height));
+}
 }
 else
 {
 return;
 }
+
 OUString payload = aBuffer.makeStringAndClear();
 if (const SfxViewShell* pViewShell = pViewFrame->GetViewShell())
 pViewShell->libreOfficeKitViewCallback(LOK_CALLBACK_STATE_CHANGED, 
payload.toUtf8().getStr());
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 100738] line brake doesn´t work on a vertical stack in a cell.

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100738

celio.chaags  changed:

   What|Removed |Added

Summary|line brake doesn´t work on  |line brake doesn´t work on
   |a vertical stack on a cell. |a vertical stack in a cell.

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


[Libreoffice-ux-advise] [Bug 94551] All-in-one Area tab for modifying object fill

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94551
Bug 94551 depends on bug 100728, which changed state.

Bug 100728 Summary: Crash when area dialog is opened
https://bugs.documentfoundation.org/show_bug.cgi?id=100728

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

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


[Libreoffice-bugs] [Bug 100318] Different FreeType antialiasing style in LO 5.2 Beta, on Linux

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100318

--- Comment #15 from Paul  ---
Hi again,

I think I've narrowed this down a bit. I think there's a systemic problem with
some of the fonts and some of the programs. My preferred font, droid sans
fallback, fared very poorly on my linux lite 3.0 (ubuntu 16.04) system, using
the default font download. I uninstalled it, then installed a slightly older
font package, and the problem seems to be solved for that font.

On MS's Verdana, I'm not sure that worked. I found a newer version and
installed it. It may have improved things, but not the way it had been.

So everything isn't perfect, but I do have droid sans fallback back on LO.

BTW, I am not able to enable OpenGL in LO 5.1.4.2, fresh install. It crashes
and rewrites the user profile, with OpenGL turned back off. I don't know if
that is important, but I'm operating without it now.

Thanks for your time. BW,
Paul

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


[Libreoffice-ux-advise] [Bug 99746] [META] Improve PDF filter handling

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99746

--- Comment #3 from V Stuart Foote  ---
Miklos V. has just implemented PDF import filter allowing PDF insert as image
capability on current master (5.3.0alpha0+). Please check it out--gerrit links
posted in bug 89727.

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


[Libreoffice-bugs] [Bug 99746] [META] Improve PDF filter handling

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99746

--- Comment #3 from V Stuart Foote  ---
Miklos V. has just implemented PDF import filter allowing PDF insert as image
capability on current master (5.3.0alpha0+). Please check it out--gerrit links
posted in bug 89727.

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


[Libreoffice-bugs] [Bug 89727] Implement an import filter to insert single PDF pages into a document

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89727

V Stuart Foote  changed:

   What|Removed |Added

 CC||vmik...@collabora.co.uk

--- Comment #18 from V Stuart Foote  ---
@Miklos,

Awsome! Thank you so much...

Tested on RHEL 7.2 with
Version: 5.3.0.0.alpha0+
Build ID: faddbce32ed863bda4238e54dd11df1b468ccd86
CPU Threads: 2; OS Version: Linux 3.10; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-07-01_05:15:51
Locale: en-US (en_US.UTF-8)

Tested PDF insert as image into Draw and Writer, both are well behaved. The
~1px border I noted in https://gerrit.libreoffice.org/#/c/26586/ is fully
resolved.

The PDF is being protected on import, and both it and the SVM meta end up in
the ODF archive on save.

I think you can go ahead and associate this issue and resolve fixed.

=-ref-=
https://gerrit.libreoffice.org/26586
https://gerrit.libreoffice.org/26628
https://gerrit.libreoffice.org/26695
https://gerrit.libreoffice.org/26706
https://gerrit.libreoffice.org/26724
https://gerrit.libreoffice.org/26739
https://gerrit.libreoffice.org/26743
https://gerrit.libreoffice.org/26755

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


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

2016-07-02 Thread Rishabh Kumar
 cui/source/inc/cuitabarea.hxx |1 -
 cui/source/tabpages/tppattern.cxx |2 --
 svx/source/dialog/dlgctrl.cxx |2 +-
 3 files changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 527b88efbd9175e4fe376aa3617533f75ef99393
Author: Rishabh Kumar 
Date:   Sat Jul 2 19:20:12 2016 +0530

tdf#100728: Crash when area dialog is opened

Change-Id: I2246c5bf3a1d33e7a08fa9062e568a4c95fef571
Reviewed-on: https://gerrit.libreoffice.org/26875
Tested-by: Jenkins 
Reviewed-by: Julien Nabet 
Reviewed-by: Rishabh Kumar 

diff --git a/cui/source/inc/cuitabarea.hxx b/cui/source/inc/cuitabarea.hxx
index f0eee65..e3b8c9e 100644
--- a/cui/source/inc/cuitabarea.hxx
+++ b/cui/source/inc/cuitabarea.hxx
@@ -563,7 +563,6 @@ private:
 VclPtrm_pCtlPixel;
 VclPtrm_pLbColor;
 VclPtrm_pLbBackgroundColor;
-VclPtr  m_pLbPatternsHidden;
 VclPtr  m_pLbPatterns;
 VclPtrm_pCtlPreview;
 VclPtr m_pBtnAdd;
diff --git a/cui/source/tabpages/tppattern.cxx 
b/cui/source/tabpages/tppattern.cxx
index 3080d33..47dad34 100644
--- a/cui/source/tabpages/tppattern.cxx
+++ b/cui/source/tabpages/tppattern.cxx
@@ -77,7 +77,6 @@ SvxPatternTabPage::SvxPatternTabPage(  vcl::Window* pParent, 
const SfxItemSet& r
 get(m_pLbBackgroundColor,"LB_BACKGROUND_COLOR");
 get(m_pCtlPreview,"CTL_PREVIEW");
 get(m_pLbPatterns,"LB_PATTERN");
-get(m_pLbPatternsHidden,"FT_BITMAPS_HIDDEN");
 get(m_pBtnAdd,"BTN_ADD");
 get(m_pBtnModify,"BTN_MODIFY");
 get(m_pBtnDelete,"BTN_DELETE");
@@ -129,7 +128,6 @@ void SvxPatternTabPage::dispose()
 m_pCtlPixel.clear();
 m_pLbColor.clear();
 m_pLbBackgroundColor.clear();
-m_pLbPatternsHidden.clear();
 m_pLbPatterns.clear();
 m_pCtlPreview.clear();
 m_pBtnAdd.clear();
diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx
index 9c75ffa..3eb447b 100644
--- a/svx/source/dialog/dlgctrl.cxx
+++ b/svx/source/dialog/dlgctrl.cxx
@@ -1527,7 +1527,7 @@ VCL_BUILDER_DECL_FACTORY(PatternLB)
 OString sBorder = VclBuilder::extractCustomProperty(rMap);
 if (!sBorder.isEmpty())
 nWinStyle |= WB_BORDER;
-VclPtrInstance pListBox(pParent, nWinStyle);
+VclPtrInstance pListBox(pParent, nWinStyle);
 pListBox->EnableAutoSize(true);
 rRet = pListBox;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 100615] Short-cut to closing a document has changed

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100615

--- Comment #4 from k-j  ---
We should keep it open (for the next two months) because the German team will
do some work on the whole problem about mnemonics. I don't know if it will
happen for 5.1.x.

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


[Libreoffice-bugs] [Bug 94129] LibO not in foreground when double-clicking file in Windows explorer ( and LibO wasn't opened before since booting)

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94129

--- Comment #6 from Yan Pas  ---
I will test when I'll be near Windows machine (in a week maybe)

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


[Libreoffice-bugs] [Bug 100714] Save split button active while in print preview mode

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100714

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #1 from Buovjaga  ---
It is not accessible in a fresh master build. Can you check with a fresh 5.2?

Arch Linux 64-bit, KDE Plasma 5
Version: 5.3.0.0.alpha0+
Build ID: ef47ce2397d4ed453fe01d994d13a13f442ec3bb
CPU Threads: 8; OS Version: Linux 4.6; UI Render: default; 
Locale: fi-FI (fi_FI.UTF-8)
Built on July 2nd 2016

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


[Libreoffice-bugs] [Bug 100712] Input Fields have padding right which cannot be removed

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100712

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Buovjaga  ---
Please attach an example template.

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the template.

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


[Libreoffice-bugs] [Bug 100713] easy crash after having canceled plugin update and checked again for update

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100713

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #1 from Buovjaga  ---
(In reply to jean-baptiste from comment #0)
> Let me know if I can try something.

You can install the debug package for your distro and get a backtrace:
https://wiki.documentfoundation.org/QA/BugReport/Debug_Information

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


[Libreoffice-bugs] [Bug 49258] EDITING TABLES: No easy way to move and resize

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=49258

Buovjaga  changed:

   What|Removed |Added

 CC||ekarist...@gmail.com

--- Comment #9 from Buovjaga  ---
*** Bug 100695 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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100695] Can't move table as easy as in MS word using only the mouse ( User feedback)

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100695

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |DUPLICATE

--- Comment #1 from Buovjaga  ---


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

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


[Libreoffice-bugs] [Bug 100698] Draw Object Styles Should Include a Size Option

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100698

Buovjaga  changed:

   What|Removed |Added

   Keywords||needsUXEval

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


[Libreoffice-bugs] [Bug 79356] connectors split button is missing in the drawing bar in Writer and Calc

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79356

--- Comment #10 from Regis Perdreau  ---
Still open, paste from Impress works...Could it be an easy hack ?

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


[Libreoffice-bugs] [Bug 100693] FORMATTING MS-COMPAT: fo: wrap-option should be set for graphic-objects in text documents

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100693

Buovjaga  changed:

   What|Removed |Added

   Keywords||needAdvice

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


[Libreoffice-bugs] [Bug 100691] Hidden text in the index

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100691

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Buovjaga  ---
Can you attach the original document and not only PDF?

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the document.

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


[Libreoffice-bugs] [Bug 100685] Tools > Options > LibreOffice > Colors lacks hex input

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100685

Buovjaga  changed:

   What|Removed |Added

   Keywords||needsUXEval

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


[Libreoffice-bugs] [Bug 100684] mergedlo.dll crash on start

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100684

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Buovjaga  ---
Does it also happen with the pre-release version of 5.2?
http://www.libreoffice.org/download/pre-releases/

Set to NEEDINFO.
Change back to UNCONFIRMED, if the problem persists. Change to RESOLVED
WORKSFORME, if the problem went away.

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


[Libreoffice-bugs] [Bug 100682] Add slide background color hex input

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100682

Buovjaga  changed:

   What|Removed |Added

   Keywords||needsUXEval

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


[Libreoffice-bugs] [Bug 100738] New: line brake doesn´t work on a vertical stack on a cell.

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100738

Bug ID: 100738
   Summary: line brake doesn´t work on a vertical stack on a cell.
   Product: LibreOffice
   Version: 5.1.3.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: celio.cha...@multirio.rio.rj.gov.br

I can't create a (at last) double line in a vertical position(stack vertical)
in a cell. Line brake doen't work as well.

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


[Libreoffice-bugs] [Bug 100678] FILEOPEN Makes my computer unresponsive when opening

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100678

Buovjaga  changed:

   What|Removed |Added

   Priority|medium  |high
 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
   Severity|normal  |major

--- Comment #1 from Buovjaga  ---
Yes, it goes into an infinite pagination loop (page count increases).
Like mentioned in summary, it causes unresponsiveness in the whole operating
system, which is quite alarming.

Arch Linux 64-bit, KDE Plasma 5
Version: 5.3.0.0.alpha0+
Build ID: ef47ce2397d4ed453fe01d994d13a13f442ec3bb
CPU Threads: 8; OS Version: Linux 4.6; UI Render: default; 
Locale: fi-FI (fi_FI.UTF-8)
Built on July 2nd 2016

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


[Libreoffice-bugs] [Bug 100689] PMT function, PayType, Nper parameter

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100689

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Buovjaga  ---
(In reply to raal from comment #0)
> =PMT(0,0199/12;36;25000;0;2)  should be error: PayType is 0 or 1
> =PMT(0,0199/12;-36;25000;0;0)  should be error:  Constraints: Nper > 0

Yeah, no error for me.

Arch Linux 64-bit, KDE Plasma 5
Version: 5.3.0.0.alpha0+
Build ID: ef47ce2397d4ed453fe01d994d13a13f442ec3bb
CPU Threads: 8; OS Version: Linux 4.6; UI Render: default; 
Locale: fi-FI (fi_FI.UTF-8)
Built on July 2nd 2016

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


[Libreoffice-bugs] [Bug 54217] No connectors on drawing toolbar in Writer and Calc

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54217

Jouni Järvinen  changed:

   What|Removed |Added

 CC||jounijar...@gmail.com

--- Comment #6 from Jouni Järvinen  ---
What about 5.2.0 RC1 ?
http://www.libreoffice.org/download/libreoffice-fresh/?version=5.2.0

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


[Libreoffice-bugs] [Bug 100662] FORMATTING FILEOPEN IMPORT PPTX: Opacity, contrast and brightness are lost on PPTX import

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100662

Buovjaga  changed:

   What|Removed |Added

   Keywords||filter:pptx
 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
   Severity|normal  |minor

--- Comment #1 from Buovjaga  ---
Confirmed.

Arch Linux 64-bit, KDE Plasma 5
Version: 5.3.0.0.alpha0+
Build ID: ef47ce2397d4ed453fe01d994d13a13f442ec3bb
CPU Threads: 8; OS Version: Linux 4.6; UI Render: default; 
Locale: fi-FI (fi_FI.UTF-8)
Built on July 2nd 2016

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


[Libreoffice-bugs] [Bug 94129] LibO not in foreground when double-clicking file in Windows explorer ( and LibO wasn't opened before since booting)

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94129

--- Comment #5 from Buovjaga  ---
Alan, Yan: are you still seeing this with the latest version? I could reproduce
the other variety, but never this.

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


[Libreoffice-bugs] [Bug 100669] NPER function, PayType parameter

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100669

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Buovjaga  ---
(In reply to raal from comment #0)
> =NPER(0,06/52; -175; 8000; 0 ;-1)
> =NPER(0,06/52; -175; 8000; 0 ;2)
>   return result, should return #error. Last parameter only 0 or 1 is allowed.

Yes, did not return error.

Arch Linux 64-bit, KDE Plasma 5
Version: 5.3.0.0.alpha0+
Build ID: ef47ce2397d4ed453fe01d994d13a13f442ec3bb
CPU Threads: 8; OS Version: Linux 4.6; UI Render: default; 
Locale: fi-FI (fi_FI.UTF-8)
Built on July 2nd 2016

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


[Libreoffice-bugs] [Bug 100650] IPMT, parameter Type

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100650

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Buovjaga  ---
(In reply to raal from comment #0)
> =IPMT(0,06/52; 30; 4*52; 8000; 0 ;-2)  , should return #error, parameter
> type is 0 or 1

Yes, it does not give an error.

Arch Linux 64-bit, KDE Plasma 5
Version: 5.3.0.0.alpha0+
Build ID: ef47ce2397d4ed453fe01d994d13a13f442ec3bb
CPU Threads: 8; OS Version: Linux 4.6; UI Render: default; 
Locale: fi-FI (fi_FI.UTF-8)
Built on July 2nd 2016

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


[Libreoffice-bugs] [Bug 100615] Short-cut to closing a document has changed

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100615

Buovjaga  changed:

   What|Removed |Added

 CC||o...@sophia-louise.de,
   ||todven...@suomi24.fi

--- Comment #3 from Buovjaga  ---
So do we keep this report open or is it being tracked in Pootle/elsewhere
somehow?

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


[Libreoffice-bugs] [Bug 100642] Custom Animations "Fly In" and "Fly in Slow" stopped working

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100642

Buovjaga  changed:

   What|Removed |Added

   Keywords||bibisectRequest
 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
 Whiteboard||backportRequest:5.1

--- Comment #2 from Buovjaga  ---
Same result as Julien.

64-bit, KDE Plasma 5
Build ID: 5.1.4.2 Arch Linux build-1
CPU Threads: 8; OS Version: Linux 4.6; UI Render: default; 
Locale: fi-FI (fi_FI.UTF-8)

Arch Linux 64-bit, KDE Plasma 5
Version: 5.3.0.0.alpha0+
Build ID: ef47ce2397d4ed453fe01d994d13a13f442ec3bb
CPU Threads: 8; OS Version: Linux 4.6; UI Render: default; 
Locale: fi-FI (fi_FI.UTF-8)
Built on July 2nd 2016

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


[Libreoffice-bugs] [Bug 100643] Numbering of rows in tables changes on horizontal split of neighbouring cells

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100643

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
   Severity|normal  |minor

--- Comment #1 from Buovjaga  ---
Reproduced.

Arch Linux 64-bit, KDE Plasma 5
Version: 5.3.0.0.alpha0+
Build ID: ef47ce2397d4ed453fe01d994d13a13f442ec3bb
CPU Threads: 8; OS Version: Linux 4.6; UI Render: default; 
Locale: fi-FI (fi_FI.UTF-8)
Built on July 2nd 2016

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


[Libreoffice-bugs] [Bug 100631] Numbered Headings pick up bulleting instead of numbers

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100631

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Buovjaga  ---
Reproduced with the document.

Arch Linux 64-bit, KDE Plasma 5
Version: 5.3.0.0.alpha0+
Build ID: ef47ce2397d4ed453fe01d994d13a13f442ec3bb
CPU Threads: 8; OS Version: Linux 4.6; UI Render: default; 
Locale: fi-FI (fi_FI.UTF-8)
Built on July 2nd 2016

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


[Libreoffice-bugs] [Bug 100627] Create a table, and the cursor disappears

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100627

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #1 from Buovjaga  ---
Has it always behaved like this or did it start with an update to some version?
Could you copy & paste here the information in your Help - About LibreOffice?

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


[Libreoffice-bugs] [Bug 100617] Images not printed when using 2 page per sheet layout

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100617

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #1 from Buovjaga  ---
You tested with 5.2 beta2. Does it work in an older version?

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


[Libreoffice-bugs] [Bug 100443] Copy/Cut/Paste shortcut keys not recognized

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100443

--- Comment #6 from Charles Lindsey  ---
I'm Sorry. But I have had a look at Gerrit, and it seems like one large system
to have to learn how to use, and it presumes much familiarity with the
structure of Libreoffice and how to compile new versions/branches/whatever, and
I just have not the time to devote to such an activity.

I have demonstrated that the bug exists (it is evident that the current code
just does not handle keysyms in the XF86 keysym set, which is what modern Linux
systems seem to generate). I have hacked my way around the problem on my own
system. If anyone else encounters the same problem, Google will soon lead them
to this bug (the same bug was also reported on Openoffice some years ago, but
many things have changed since then). Si sadly I must just leave it at that.

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


[Libreoffice-bugs] [Bug 100605] Crash when copy-pasting in watch inspector during Basic editing ( gtk3 and not easily reproduceable)

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100605

Julien Nabet  changed:

   What|Removed |Added

   Keywords||haveBacktrace

--- Comment #2 from Julien Nabet  ---
(In reply to Buovjaga from comment #1)
> No crash. I watched variable oDBR and stepped with F8 dozens of times.
> 
> Julien: if you think your console logs qualify for it, set the keyword
> haveBacktrace
>... 


Thank you for testing! You're right indeed, let's put haveBacktrace but let
unconfirmed (since I'm the only one to have this)

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


[Libreoffice-commits] online.git: loleaflet/dist loleaflet/src

2016-07-02 Thread Henry Castro
 loleaflet/dist/toolbar/toolbar.js |   32 
 loleaflet/src/control/Styles.js   |2 +-
 2 files changed, 17 insertions(+), 17 deletions(-)

New commits:
commit b3ff83251fa665b5d5c6a1fc22cae6b286e8dc81
Author: Henry Castro 
Date:   Sat Jul 2 14:33:50 2016 -0400

loleaflet: replace '_' for ' ', to avoid ugly effect

diff --git a/loleaflet/dist/toolbar/toolbar.js 
b/loleaflet/dist/toolbar/toolbar.js
index d5d1ce0..426888c 100644
--- a/loleaflet/dist/toolbar/toolbar.js
+++ b/loleaflet/dist/toolbar/toolbar.js
@@ -653,25 +653,25 @@ map.on('doclayerinit', function () {
case 'spreadsheet':
statusbar.insert('left', [
{type: 'break', id:'break1'},
-   {type: 'html',  id: 'StatusDocPos',  html: '_' },
+   {type: 'html',  id: 'StatusDocPos',  html: '' },
{type: 'break', id:'break2'},
-   {type: 'html',  id: 'RowColSelCount',  html: '_' },
+   {type: 'html',  id: 'RowColSelCount',  html: '' },
{type: 'break', id:'break3'},
-   {type: 'html',  id: 'SatusPageStyle',  html: '_' },
+   {type: 'html',  id: 'SatusPageStyle',  html: '' },
{type: 'break', id:'break4'},
-   {type: 'html',  id: 'InsertMode',  html: '_' },
+   {type: 'html',  id: 'InsertMode',  html: '' 
},
{type: 'break', id:'break5'},
-   {type: 'html',  id: 'StatusSelectionMode',  html: '_' },
+   {type: 'html',  id: 'StatusSelectionMode',  html: '' },
//{type: 'break', id:'break6'},
-   //{type: 'html',  id: 'ModifiedStatus',  html: '_' },
+   //{type: 'html',  id: 'ModifiedStatus',  html: '' },
{type: 'break', id:'break7'},
-   {type: 'html',  id: 'Signature',  html: '_' },
+   {type: 'html',  id: 'Signature',  html: '' },
{type: 'break', id:'break8'},
-   {type: 'html',  id: 'StateTableCell',  html: '_' },
+   {type: 'html',  id: 'StateTableCell',  html: '' },
//{type: 'break', id:'break9'},
-   //{type: 'html',  id: 'ZoomSlider',  html: '_' },
+   //{type: 'html',  id: 'ZoomSlider',  html: '' 
},
//{type: 'break', id:'break10'},
-   //{type: 'html',  id: 'Zoom',  html: '_' },
+   //{type: 'html',  id: 'Zoom',  html: '' },
])
statusbar.refresh();
break;
@@ -794,22 +794,22 @@ map.on('commandstatechanged', function (e) {
}
}
else if (commandName === '.uno:StatusDocPos') {
-   $('#StatusDocPos').html(state ? state : '_');
+   $('#StatusDocPos').html(state ? state : 
'');
}
else if (commandName === '.uno:RowColSelCount') {
-   $('#RowColSelCount').html(state ? state : '_');
+   $('#RowColSelCount').html(state ? state : 
'');
}
else if (commandName === '.uno:StatusPageStyle') {
-   $('#StatusPageStyle').html(state ? state : '_');
+   $('#StatusPageStyle').html(state ? state : 
'');
}
else if (commandName === '.uno:InsertMode') {
-   $('#InsertMode').html(state ? L.Styles.insertMode[state] : 
'_');
+   $('#InsertMode').html(state ? L.Styles.insertMode[state] : 
'');
}
else if (commandName === '.uno:StatusSelectionMode') {
-   $('#StatusSelectionMode').html(state ? 
L.Styles.selectionMode[state] : '_');
+   $('#StatusSelectionMode').html(state ? 
L.Styles.selectionMode[state] : '');
}
else if (commandName === '.uno:Signature') {
-   $('#Signature').html(state ? L.Styles.signatureState[state] : 
'_');
+   $('#Signature').html(state ? L.Styles.signatureState[state] : 
'');
}
else if (commandName === '.uno:Position' ||
 commandName === '.uno:StateTableCell' ||
diff --git a/loleaflet/src/control/Styles.js b/loleaflet/src/control/Styles.js
index 206bae8..a7324b8 100644
--- a/loleaflet/src/control/Styles.js
+++ b/loleaflet/src/control/Styles.js
@@ -327,7 +327,7 @@ L.Styles = {
'Standard selection',
'Extending selection',
'Adding selection',
-   'Selección de bloque'
+   'Block selection'
],
 
signatureState : {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org

[Libreoffice-bugs] [Bug 100611] DATALOSS: Document with chart can be saved as chart, and can' t be opened again without manual fix

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100611

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi
   Severity|normal  |major

--- Comment #2 from Buovjaga  ---
I also repro (browser tab was left open, so mid-air collision :)). Let's pump
up the severity.

Arch Linux 64-bit, KDE Plasma 5
Version: 5.3.0.0.alpha0+
Build ID: ef47ce2397d4ed453fe01d994d13a13f442ec3bb
CPU Threads: 8; OS Version: Linux 4.6; UI Render: default; 
Locale: fi-FI (fi_FI.UTF-8)
Built on July 2nd 2016

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


[Libreoffice-bugs] [Bug 100609] EDITING: add the ability to link local names in other files ( now available in other sheets in the same file)

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100609

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #2 from Buovjaga  ---
Sounds useful -> NEW

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


[Libreoffice-bugs] [Bug 100605] Crash when copy-pasting in watch inspector during Basic editing ( gtk3 and not easily reproduceable)

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100605

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #1 from Buovjaga  ---
No crash. I watched variable oDBR and stepped with F8 dozens of times.

Julien: if you think your console logs qualify for it, set the keyword
haveBacktrace

Arch Linux 64-bit, KDE Plasma 5
Version: 5.3.0.0.alpha0+
Build ID: ef47ce2397d4ed453fe01d994d13a13f442ec3bb
CPU Threads: 8; OS Version: Linux 4.6; UI Render: default; 
Locale: fi-FI (fi_FI.UTF-8)
Built on July 2nd 2016

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


[Libreoffice-bugs] [Bug 98527] Improve OpenType feature 'locl' support

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98527

--- Comment #9 from Buovjaga  ---
(In reply to General Kutuzov from comment #8)
> I have found HarfBuzz has a very easy and reliable API to get localized
> glyph(s), and this library has optimized for many compliers and platforms,
> so I think intergrate HarfBuzz on Windows version would be helpful.

It is coming: https://summerofcode.withgoogle.com/projects/#6122433102741504

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


[Libreoffice-bugs] [Bug 100635] crash after switching on the bibliography 'number entries' option (big file)

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100635

--- Comment #3 from Buovjaga  ---
(In reply to Yury from comment #2)
> How about I share the doc with one specific person? You, possibly?

Well it has to be attached to the report for the report to make sense in the
future as well.

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


[Libreoffice-commits] libcdr.git: src/lib

2016-07-02 Thread Fridrich Štrba
 src/lib/CMXParser.cpp |   55 ++
 src/lib/CMXParser.h   |1 
 2 files changed, 56 insertions(+)

New commits:
commit 6c1e337b20f11b86e5356cc4b43ad0f715e77326
Author: Fridrich Å trba 
Date:   Sat Jul 2 19:34:03 2016 +0200

rotl reader

Change-Id: I545b82951cb7af6338be16d134ed821deb24320e

diff --git a/src/lib/CMXParser.cpp b/src/lib/CMXParser.cpp
index 3ac725b..2d8459c 100644
--- a/src/lib/CMXParser.cpp
+++ b/src/lib/CMXParser.cpp
@@ -133,6 +133,9 @@ void libcdr::CMXParser::readRecord(unsigned fourCC, 
unsigned , librevenge
   case CDR_FOURCC_rott:
 readRott(input);
 break;
+  case CDR_FOURCC_rotl:
+readRotl(input);
+break;
   case CDR_FOURCC_rpen:
 readRpen(input);
 break;
@@ -1237,6 +1240,58 @@ void 
libcdr::CMXParser::readRott(librevenge::RVNGInputStream *input)
   }
 }
 
+void libcdr::CMXParser::readRotl(librevenge::RVNGInputStream *input)
+{
+  unsigned numRecords = readU16(input, m_bigEndian);
+  CDR_DEBUG_MSG(("CMXParser::readRotl - numRecords %i\n", numRecords));
+  for (unsigned j = 1; j < numRecords+1; ++j)
+  {
+CMXOutline outline;
+if (m_precision == libcdr::PRECISION_32BIT)
+{
+  unsigned char tagId = 0;
+  do
+  {
+long offset = input->tell();
+tagId = readU8(input, m_bigEndian);
+if (tagId == CMX_Tag_EndTag)
+  break;
+unsigned short tagLength = readU16(input, m_bigEndian);
+switch (tagId)
+{
+case CMX_Tag_DescrSection_Outline:
+{
+  outline.m_lineStyle = readU16(input, m_bigEndian);
+  outline.m_screen = readU16(input, m_bigEndian);
+  outline.m_color = readU16(input, m_bigEndian);
+  outline.m_arrowHeads = readU16(input, m_bigEndian);
+  outline.m_pen = readU16(input, m_bigEndian);
+  outline.m_dotDash = readU16(input, m_bigEndian);
+  break;
+}
+default:
+  break;
+}
+input->seek(offset+tagLength, librevenge::RVNG_SEEK_SET);
+  }
+  while (tagId != CMX_Tag_EndTag);
+}
+else if (m_precision == libcdr::PRECISION_16BIT)
+{
+  outline.m_lineStyle = readU16(input, m_bigEndian);
+  outline.m_screen = readU16(input, m_bigEndian);
+  outline.m_color = readU16(input, m_bigEndian);
+  outline.m_arrowHeads = readU16(input, m_bigEndian);
+  outline.m_pen = readU16(input, m_bigEndian);
+  outline.m_dotDash = readU16(input, m_bigEndian);
+  break;
+}
+else
+  return;
+m_parserState.m_outlines[j] = outline;
+  }
+}
+
 void libcdr::CMXParser::readRpen(librevenge::RVNGInputStream *input)
 {
   unsigned numRecords = readU16(input, m_bigEndian);
diff --git a/src/lib/CMXParser.h b/src/lib/CMXParser.h
index 48bc4e4..c858798 100644
--- a/src/lib/CMXParser.h
+++ b/src/lib/CMXParser.h
@@ -84,6 +84,7 @@ private:
   void readCcmm(librevenge::RVNGInputStream *input, long );
   void readPage(librevenge::RVNGInputStream *input, unsigned length);
   void readRclr(librevenge::RVNGInputStream *input);
+  void readRotl(librevenge::RVNGInputStream *input);
   void readRott(librevenge::RVNGInputStream *input);
   void readRdot(librevenge::RVNGInputStream *input);
   void readRpen(librevenge::RVNGInputStream *input);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] libcdr.git: src/lib

2016-07-02 Thread Fridrich Štrba
 src/lib/CMXParser.cpp |   57 +-
 src/lib/CMXParser.h   |   31 +--
 2 files changed, 81 insertions(+), 7 deletions(-)

New commits:
commit 190f8ba5f6373381f667f680ec457712682288d2
Author: Fridrich Å trba 
Date:   Sat Jul 2 18:57:32 2016 +0200

rpen reader

Change-Id: Ibba0239f8fdcd1a8728b7c0acfa69405a7270347

diff --git a/src/lib/CMXParser.cpp b/src/lib/CMXParser.cpp
index 371b746..3ac725b 100644
--- a/src/lib/CMXParser.cpp
+++ b/src/lib/CMXParser.cpp
@@ -133,6 +133,9 @@ void libcdr::CMXParser::readRecord(unsigned fourCC, 
unsigned , librevenge
   case CDR_FOURCC_rott:
 readRott(input);
 break;
+  case CDR_FOURCC_rpen:
+readRpen(input);
+break;
   default:
 break;
   }
@@ -616,9 +619,7 @@ libcdr::CDRTransform 
libcdr::CMXParser::readMatrix(librevenge::RVNGInputStream *
 {
   CDRTransform matrix;
   unsigned short type = readU16(input, m_bigEndian);
-  switch (type)
-  {
-  case 2: // general matrix
+  if (type > 1)
   {
 double v0 = readDouble(input, m_bigEndian);
 double v3 = readDouble(input, m_bigEndian);
@@ -628,9 +629,8 @@ libcdr::CDRTransform 
libcdr::CMXParser::readMatrix(librevenge::RVNGInputStream *
 double y0 = readDouble(input, m_bigEndian);
 return libcdr::CDRTransform(v0, v1, x0, v3, v4, y0);
   }
-  default: // identity matrix for the while
+  else
 return matrix;
-  }
 }
 
 libcdr::CDRBox libcdr::CMXParser::readBBox(librevenge::RVNGInputStream *input)
@@ -1237,6 +1237,53 @@ void 
libcdr::CMXParser::readRott(librevenge::RVNGInputStream *input)
   }
 }
 
+void libcdr::CMXParser::readRpen(librevenge::RVNGInputStream *input)
+{
+  unsigned numRecords = readU16(input, m_bigEndian);
+  CDR_DEBUG_MSG(("CMXParser::readRpen - numRecords %i\n", numRecords));
+  for (unsigned j = 1; j < numRecords+1; ++j)
+  {
+CMXPen pen;
+if (m_precision == libcdr::PRECISION_32BIT)
+{
+  unsigned char tagId = 0;
+  do
+  {
+long offset = input->tell();
+tagId = readU8(input, m_bigEndian);
+if (tagId == CMX_Tag_EndTag)
+  break;
+unsigned short tagLength = readU16(input, m_bigEndian);
+switch (tagId)
+{
+case CMX_Tag_DescrSection_Pen:
+{
+  pen.m_width = readCoordinate(input);
+  pen.m_aspect = readU16(input, m_bigEndian);
+  pen.m_angle = readAngle(input);
+  pen.m_matrix = readMatrix(input);
+  break;
+}
+default:
+  break;
+}
+input->seek(offset+tagLength, librevenge::RVNG_SEEK_SET);
+  }
+  while (tagId != CMX_Tag_EndTag);
+}
+else if (m_precision == libcdr::PRECISION_16BIT)
+{
+  pen.m_width = readCoordinate(input);
+  pen.m_aspect = readU16(input, m_bigEndian);
+  pen.m_angle = readAngle(input);
+  pen.m_matrix = readMatrix(input);
+}
+else
+  return;
+m_parserState.m_pens[j] = pen;
+  }
+}
+
 libcdr::CDRColor libcdr::CMXParser::getPaletteColor(unsigned id)
 {
   const std::map::const_iterator iter = 
m_parserState.m_colorPalette.find(id);
diff --git a/src/lib/CMXParser.h b/src/lib/CMXParser.h
index b713fbb..48bc4e4 100644
--- a/src/lib/CMXParser.h
+++ b/src/lib/CMXParser.h
@@ -23,9 +23,32 @@ namespace libcdr
 
 class CDRCollector;
 
+struct CMXOutline
+{
+  CMXOutline()
+: m_lineStyle(0), m_screen(0), m_color(0),
+  m_arrowHeads(0), m_pen(0), m_dotDash(0) {}
+  unsigned short m_lineStyle;
+  unsigned short m_screen;
+  unsigned short m_color;
+  unsigned short m_arrowHeads;
+  unsigned short m_pen;
+  unsigned short m_dotDash;
+};
+
+struct CMXPen
+{
+  CMXPen()
+: m_width(0.0), m_aspect(100), m_angle(0.0), m_matrix() {}
+  double m_width;
+  unsigned short m_aspect;
+  double m_angle;
+  CDRTransform m_matrix;
+};
+
 struct CMXLineStyle
 {
-  CMXLineStyle() : m_spec(0), M_capAndJoin(0) {}
+  CMXLineStyle() : m_spec(0), m_capAndJoin(0) {}
   unsigned char m_spec;
   unsigned char m_capAndJoin;
 };
@@ -33,10 +56,13 @@ struct CMXLineStyle
 struct CMXParserState
 {
   CMXParserState()
-: m_colorPalette(), m_dashArrays(), m_lineStyles() {}
+: m_colorPalette(), m_dashArrays(), m_lineStyles(),
+  m_pens(), m_outlines() {}
   std::map m_colorPalette;
   std::map m_dashArrays;
   std::map m_lineStyles;
+  std::map m_pens;
+  std::map m_outlines;
 };
 
 class CMXParser : protected CommonParser
@@ -60,6 +86,7 @@ private:
   void readRclr(librevenge::RVNGInputStream *input);
   void readRott(librevenge::RVNGInputStream *input);
   void readRdot(librevenge::RVNGInputStream *input);
+  void readRpen(librevenge::RVNGInputStream *input);
 
   // Command readers
   void readBeginPage(librevenge::RVNGInputStream *input);
___
Libreoffice-commits mailing 

[Libreoffice-bugs] [Bug 91995] CRASH when drag-copy cell with comment after Chinese conversion and Undo

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91995

--- Comment #6 from Julien Nabet  ---
Created attachment 126038
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126038=edit
Valgrind trace

I wanted to retrieve a Valgrind trace but had a crash when doing first step
(copy-paste Chinese symbols from bugtracker to Calc).
Anyway, there's perhaps some interesting thing here, eg:
  33423 ==29535== Invalid read of size 8
  33424 ==29535==at 0x839C43A: rtl::OUString::getLength() const
(ustring.hxx:542)
  33425 ==29535==by 0x83DD02B: ContentNode::Len() const (editdoc.cxx:1671)
  33426 ==29535==by 0x848278A: ImpEditEngine::SelectWord(EditSelection
const&, short, bool) (impedit2.cxx:1511)
  33427 ==29535==by 0x84885EF: ImpEditEngine::ImpInsertText(EditSelection
const&, rtl::OUString const&) (impedit2.cxx:2659)
  33428 ==29535==by 0x848CD45:
ImpEditEngine::InsertText(com::sun::star::uno::Reference&,
rtl::OUString const&, EditPaM const&, bool) (impedit2.cxx:3525) 
  33429 ==29535==by 0x840DE9B:
EditEngine::InsertText(com::sun::star::uno::Reference&,
rtl::OUString const&, EditPaM const&, bool) (editeng.cxx:798)
  33430 ==29535==by 0x847268F:
ImpEditView::Paste(com::sun::star::uno::Reference&,
bool) (impedit.cxx:1495)

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


[Libreoffice-bugs] [Bug 100736] Incorrect indent in numbering of second level.

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100736

Joel Madero  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||jmadero@gmail.com
 Resolution|--- |NOTABUG

--- Comment #1 from Joel Madero  ---
This isn't a bug. By default number lists use tab stops as a divider so once
you get to 8th level, you're hitting the next tab stop.

To change:
Right click -> Bullets and Numbering -> Position -> Level 1-10 (left column) ->
Numbering Followed by (Right column) set to "space" or "none"

In the future for user questions ("can you help me") please go to the user
mailing list as this is for bug reporting only.

Thanks!

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


[Libreoffice-bugs] [Bug 100737] FILEOPEN FILESAVE

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100737

Joel Madero  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jmadero@gmail.com
 Ever confirmed|0   |1

--- Comment #1 from Joel Madero  ---
Please upload the attachment somewhere like google drive or some other cloud
location and then link us to it. After that set to UNCONFIRMED.

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


[Libreoffice-bugs] [Bug 98527] Improve OpenType feature 'locl' support

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98527

--- Comment #8 from General Kutuzov  ---
I have found HarfBuzz has a very easy and reliable API to get localized
glyph(s), and this library has optimized for many compliers and platforms, so I
think intergrate HarfBuzz on Windows version would be helpful.

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


[Libreoffice-commits] libcdr.git: src/lib

2016-07-02 Thread Fridrich Štrba
 src/lib/CMXParser.cpp |   46 ++
 src/lib/CMXParser.h   |   12 +++-
 2 files changed, 57 insertions(+), 1 deletion(-)

New commits:
commit c5c804ea40039b2e6ce9b603a65fcb79d4a36178
Author: Fridrich Å trba 
Date:   Sat Jul 2 18:10:25 2016 +0200

rott reader

Change-Id: I1d22bf5e5f02eedb0f799516bd91a58569b7f352

diff --git a/src/lib/CMXParser.cpp b/src/lib/CMXParser.cpp
index bff21c4..371b746 100644
--- a/src/lib/CMXParser.cpp
+++ b/src/lib/CMXParser.cpp
@@ -130,6 +130,9 @@ void libcdr::CMXParser::readRecord(unsigned fourCC, 
unsigned , librevenge
   case CDR_FOURCC_rdot:
 readRdot(input);
 break;
+  case CDR_FOURCC_rott:
+readRott(input);
+break;
   default:
 break;
   }
@@ -1191,6 +1194,49 @@ void 
libcdr::CMXParser::readRdot(librevenge::RVNGInputStream *input)
   }
 }
 
+void libcdr::CMXParser::readRott(librevenge::RVNGInputStream *input)
+{
+  unsigned numRecords = readU16(input, m_bigEndian);
+  CDR_DEBUG_MSG(("CMXParser::readRott - numRecords %i\n", numRecords));
+  for (unsigned j = 1; j < numRecords+1; ++j)
+  {
+CMXLineStyle lineStyle;
+if (m_precision == libcdr::PRECISION_32BIT)
+{
+  unsigned char tagId = 0;
+  do
+  {
+long offset = input->tell();
+tagId = readU8(input, m_bigEndian);
+if (tagId == CMX_Tag_EndTag)
+  break;
+unsigned short tagLength = readU16(input, m_bigEndian);
+switch (tagId)
+{
+case CMX_Tag_DescrSection_LineStyle:
+{
+  lineStyle.m_spec = readU8(input, m_bigEndian);
+  lineStyle.m_capAndJoin = readU8(input, m_bigEndian);
+  break;
+}
+default:
+  break;
+}
+input->seek(offset+tagLength, librevenge::RVNG_SEEK_SET);
+  }
+  while (tagId != CMX_Tag_EndTag);
+}
+else if (m_precision == libcdr::PRECISION_16BIT)
+{
+  lineStyle.m_spec = readU8(input, m_bigEndian);
+  lineStyle.m_capAndJoin = readU8(input, m_bigEndian);
+}
+else
+  return;
+m_parserState.m_lineStyles[j] = lineStyle;
+  }
+}
+
 libcdr::CDRColor libcdr::CMXParser::getPaletteColor(unsigned id)
 {
   const std::map::const_iterator iter = 
m_parserState.m_colorPalette.find(id);
diff --git a/src/lib/CMXParser.h b/src/lib/CMXParser.h
index 4b05fa1..b713fbb 100644
--- a/src/lib/CMXParser.h
+++ b/src/lib/CMXParser.h
@@ -23,11 +23,20 @@ namespace libcdr
 
 class CDRCollector;
 
+struct CMXLineStyle
+{
+  CMXLineStyle() : m_spec(0), M_capAndJoin(0) {}
+  unsigned char m_spec;
+  unsigned char m_capAndJoin;
+};
+
 struct CMXParserState
 {
-  CMXParserState() : m_colorPalette(), m_dashArrays() {}
+  CMXParserState()
+: m_colorPalette(), m_dashArrays(), m_lineStyles() {}
   std::map m_colorPalette;
   std::map m_dashArrays;
+  std::map m_lineStyles;
 };
 
 class CMXParser : protected CommonParser
@@ -49,6 +58,7 @@ private:
   void readCcmm(librevenge::RVNGInputStream *input, long );
   void readPage(librevenge::RVNGInputStream *input, unsigned length);
   void readRclr(librevenge::RVNGInputStream *input);
+  void readRott(librevenge::RVNGInputStream *input);
   void readRdot(librevenge::RVNGInputStream *input);
 
   // Command readers
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 91995] CRASH when drag-copy cell with comment after Chinese conversion and Undo

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91995

--- Comment #5 from Julien Nabet  ---
Created attachment 126037
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126037=edit
Another bt but with slight changes in step by step process

I followed the step by step process except I haven't done the "Undo" part.
The drag and drop was ok but when trying to close LO without saving, it
crashed.

Thought it might help to add this bt here.
Perhaps both problems are related.

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


Re: [Libreoffice-qa] (no subject)

2016-07-02 Thread Pedro
Hi Markus

Thank you for the prompt reply!


Markus Mohrhard wrote
> On Fri, Jul 1, 2016 at 6:06 PM, Pedro 

> pedlino@

>  wrote:
> 
>> Since LO now has a crash report then there is no need to do backtraces,
>> right?
>>
>>
> So the crash reporter only works in official TDF builds. So currently in
> the 5.2.0.0 beta2 build, the 5.2.0.1 build and any following beta, rc and
> release builds. It does not work in master and daily builds. I might look
> into supporting it for one master daily build at some point.

That is good to know. In my opinion testing builds other than rc is a waste
of time so I'm ok with what you have now.


Markus Mohrhard wrote
>> When I reproduce a crash, how can I link the crash report to the bug
>> report
>> in the tracker?
> 
> The crash report website has now links that already fill in the required
> information to connect the reports back. There is a script that then
> updates the crash reporter and hopefully in a bit I might be able to get
> the bugzilla extension working that actually makes that all a bit more
> user
> friendly.
> 
> As an example
> http://crashreport.libreoffice.org/stats/crash_details/06e4ab19-8bac-492d-a4f2-962ab692dd79
> links to the bug report that is already connected with the crash and also
> allows to file a bug report that will already set the custom field
> correctly.

Excellent news!

Thanks!



--
View this message in context: 
http://nabble.documentfoundation.org/Libreoffice-qa-no-subject-tp4187667p4187757.html
Sent from the QA mailing list archive at Nabble.com.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://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-commits] libcdr.git: src/lib

2016-07-02 Thread Fridrich Štrba
 src/lib/CDRDocumentStructure.h |8 ++
 src/lib/CMXParser.cpp  |   52 +++--
 src/lib/CMXParser.h|6 +++-
 3 files changed, 62 insertions(+), 4 deletions(-)

New commits:
commit 7b389bf71f76dd3909bd848fe3defbc3acb5cd95
Author: Fridrich Å trba 
Date:   Sat Jul 2 17:54:00 2016 +0200

Rdot reader

Change-Id: I44bd901a4c6f1bfa5e70b19f6e9d17d88bd935e0

diff --git a/src/lib/CDRDocumentStructure.h b/src/lib/CDRDocumentStructure.h
index 5f93b77..19667d4 100644
--- a/src/lib/CDRDocumentStructure.h
+++ b/src/lib/CDRDocumentStructure.h
@@ -92,7 +92,15 @@
 
 #define CDR_FOURCC_RIFF 0x46464952
 #define CDR_FOURCC_RIFX 0x58464952
+#define CDR_FOURCC_rarw 0x77726172
 #define CDR_FOURCC_rclr 0x726c6372
+#define CDR_FOURCC_rdot 0x746f6472
+#define CDR_FOURCC_rlst 0x74736c72
+#define CDR_FOURCC_rota 0x61746f72
+#define CDR_FOURCC_rotl 0x6c746f72
+#define CDR_FOURCC_rott 0x74746f72
+#define CDR_FOURCC_rpen 0x6e657072
+#define CDR_FOURCC_rscr 0x72637372
 #define CDR_FOURCC_rvsn 0x6e737672
 
 #define CDR_FOURCC_spnd 0x646e7073
diff --git a/src/lib/CMXParser.cpp b/src/lib/CMXParser.cpp
index 7c13278..bff21c4 100644
--- a/src/lib/CMXParser.cpp
+++ b/src/lib/CMXParser.cpp
@@ -125,7 +125,10 @@ void libcdr::CMXParser::readRecord(unsigned fourCC, 
unsigned , librevenge
 readCcmm(input, recordEnd);
 break;
   case CDR_FOURCC_rclr:
-readRclr(input, length);
+readRclr(input);
+break;
+  case CDR_FOURCC_rdot:
+readRdot(input);
 break;
   default:
 break;
@@ -1098,7 +1101,7 @@ void 
libcdr::CMXParser::readJumpAbsolute(librevenge::RVNGInputStream *input)
 return;
 }
 
-void libcdr::CMXParser::readRclr(librevenge::RVNGInputStream *input, unsigned 
/* length */)
+void libcdr::CMXParser::readRclr(librevenge::RVNGInputStream *input)
 {
   unsigned numRecords = readU16(input, m_bigEndian);
   CDR_DEBUG_MSG(("CMXParser::readRclr - numRecords %i\n", numRecords));
@@ -1143,6 +1146,51 @@ void 
libcdr::CMXParser::readRclr(librevenge::RVNGInputStream *input, unsigned /*
   }
 }
 
+void libcdr::CMXParser::readRdot(librevenge::RVNGInputStream *input)
+{
+  unsigned numRecords = readU16(input, m_bigEndian);
+  CDR_DEBUG_MSG(("CMXParser::readRdot - numRecords %i\n", numRecords));
+  for (unsigned j = 1; j < numRecords+1; ++j)
+  {
+std::vector dots;
+if (m_precision == libcdr::PRECISION_32BIT)
+{
+  unsigned char tagId = 0;
+  do
+  {
+long offset = input->tell();
+tagId = readU8(input, m_bigEndian);
+if (tagId == CMX_Tag_EndTag)
+  break;
+unsigned short tagLength = readU16(input, m_bigEndian);
+switch (tagId)
+{
+case CMX_Tag_DescrSection_Dash:
+{
+  unsigned short dotCount = readU16(input, m_bigEndian);
+  for (unsigned short i = 0; i < dotCount; ++i)
+dots.push_back(readU16(input, m_bigEndian));
+  break;
+}
+default:
+  break;
+}
+input->seek(offset+tagLength, librevenge::RVNG_SEEK_SET);
+  }
+  while (tagId != CMX_Tag_EndTag);
+}
+else if (m_precision == libcdr::PRECISION_16BIT)
+{
+  unsigned short dotCount = readU16(input, m_bigEndian);
+  for (unsigned short i = 0; i < dotCount; ++i)
+dots.push_back(readU16(input, m_bigEndian));
+}
+else
+  return;
+m_parserState.m_dashArrays[j] = dots;
+  }
+}
+
 libcdr::CDRColor libcdr::CMXParser::getPaletteColor(unsigned id)
 {
   const std::map::const_iterator iter = 
m_parserState.m_colorPalette.find(id);
diff --git a/src/lib/CMXParser.h b/src/lib/CMXParser.h
index f9af468..4b05fa1 100644
--- a/src/lib/CMXParser.h
+++ b/src/lib/CMXParser.h
@@ -25,8 +25,9 @@ class CDRCollector;
 
 struct CMXParserState
 {
-  CMXParserState() : m_colorPalette() {}
+  CMXParserState() : m_colorPalette(), m_dashArrays() {}
   std::map m_colorPalette;
+  std::map m_dashArrays;
 };
 
 class CMXParser : protected CommonParser
@@ -47,7 +48,8 @@ private:
   void readDisp(librevenge::RVNGInputStream *input, unsigned length);
   void readCcmm(librevenge::RVNGInputStream *input, long );
   void readPage(librevenge::RVNGInputStream *input, unsigned length);
-  void readRclr(librevenge::RVNGInputStream *input, unsigned length);
+  void readRclr(librevenge::RVNGInputStream *input);
+  void readRdot(librevenge::RVNGInputStream *input);
 
   // Command readers
   void readBeginPage(librevenge::RVNGInputStream *input);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 100737] FILEOPEN FILESAVE

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100737

Bob  changed:

   What|Removed |Added

 Whiteboard||perf

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


[Libreoffice-bugs] [Bug 100737] New: FILEOPEN FILESAVE

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100737

Bug ID: 100737
   Summary: FILEOPEN FILESAVE
   Product: LibreOffice
   Version: 5.1.4.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: b...@telpro.co.za

Attachment to assist developers too large to attach and contains private info.
(  31 Megs. )

Unable to save changes or  save zero changes to the master (NewMasterJune2016) 
linked  to 2 other files (both in ODS and XLSX format in Libra Calc but can in
MS Excel.

Have deleted the user profile this has not assisted. 

Master file (NewMasterJune2016.ods)  takes about twenty seconds to open in MS
EXCEL and about 20 minutes in Libra Calc. Cannot save file in Libra Calc,
progress bar gets to 80% and stalls.

Memory has been tuned under tools options. 

NewMasterJune2016.xlsx takes about 30 seconds in Libra Office to open but
cannot be saved and  causes Libra Office to crash on save. No problems in MS
EXCEL.

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


[Libreoffice-bugs] [Bug 91995] CRASH when drag-copy cell with comment after Chinese conversion and Undo

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91995

Julien Nabet  changed:

   What|Removed |Added

   Keywords||haveBacktrace
 OS|Windows (All)   |All

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


[Libreoffice-bugs] [Bug 91995] CRASH when drag-copy cell with comment after Chinese conversion and Undo

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91995

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #4 from Julien Nabet  ---
Created attachment 126036
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126036=edit
bt with symbols

On pc Debian x86-64 with master sources updated today, I could reproduce this.

I attached a bt.

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


[Libreoffice-bugs] [Bug 74608] Constructor functions for UNO component implementations

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74608

--- Comment #48 from Commit Notification 
 ---
Christian Lohmaier committed a patch related to this issue.
It has been pushed to "master":

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

android: another constructor function that fell victim to tdf#74608

It will be available in 5.3.0.

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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: 3 commits - android/source configure.ac solenv/bin

2016-07-02 Thread Christian Lohmaier
 
android/source/src/java/org/libreoffice/storage/external/ExtsdDocumentsProvider.java
 |3 +++
 configure.ac   
  |4 ++--
 solenv/bin/native-code.py  
  |1 +
 3 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 6cac8409642e3b53dd21ccb833a0d0b85e005f85
Author: Christian Lohmaier 
Date:   Sat Jul 2 17:23:21 2016 +0200

android: another constructor function that fell victim to tdf#74608

Change-Id: Ie7619ec157c1ce825ad82b2de8b5e7742fd5c96e

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index c7041fe..738537f 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -105,6 +105,7 @@ core_constructor_list = [
 "com_sun_star_comp_task_OfficeRestartManager",
 "IndexedPropertyValuesContainer_get_implementation",
 "NamedPropertyValuesContainer_get_implementation",
+"com_sun_star_comp_comphelper_OPropertyBag",
 "com_sun_star_comp_SequenceInputStreamService",
 "com_sun_star_comp_SequenceOutputStreamService",
 # dbaccess/util/dba.component
commit 66be4feef7e0d3661f01fbb2372700de5eeea070
Author: Christian Lohmaier 
Date:   Sat Jul 2 17:20:52 2016 +0200

android: prevent crash if storage is unavailable

Change-Id: I350acc1735d5fd22a27434fc5ccf2ab39bf3d2cf

diff --git 
a/android/source/src/java/org/libreoffice/storage/external/ExtsdDocumentsProvider.java
 
b/android/source/src/java/org/libreoffice/storage/external/ExtsdDocumentsProvider.java
index 49b441e..abbfca9 100644
--- 
a/android/source/src/java/org/libreoffice/storage/external/ExtsdDocumentsProvider.java
+++ 
b/android/source/src/java/org/libreoffice/storage/external/ExtsdDocumentsProvider.java
@@ -59,6 +59,9 @@ public class ExtsdDocumentsProvider implements 
IExternalDocumentProvider,
 String internalSDPath = internalSD.getAbsolutePath();
 
 for (File option: options) {
+// Returned paths may be null if a storage device is unavailable.
+if (null == option) { continue; }
+
 String optionPath = option.getAbsolutePath();
 
 if(optionPath.contains(internalSDPath))
commit 3b219e5487ae274722f0c4cef7f24f9246bf6abd
Author: Christian Lohmaier 
Date:   Sat Jul 2 17:17:53 2016 +0200

allow android ndk version 12.1.x

Change-Id: Id1bbc683afda021c0801327bceee10cb4f28e9f6

diff --git a/configure.ac b/configure.ac
index 39bc17f..80ae2ac0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -360,10 +360,10 @@ if test -n "$with_android_ndk"; then
 case $ANDROID_NDK_VERSION in
 r9*|r10*)
 ;;
-11.1.*)
+11.1.*|12.1.*)
 ;;
 *)
-AC_MSG_ERROR([Unsupported NDK version $ANDROID_NDK_VERSION, only r9*, 
r10* and 11.1.* versions are supported])
+AC_MSG_ERROR([Unsupported NDK version $ANDROID_NDK_VERSION, only r9*, 
r10*, 11.1.* and 12.1.* are supported])
 ;;
 esac
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 100635] crash after switching on the bibliography 'number entries' option (big file)

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100635

--- Comment #2 from Yury  ---
It's not the document's content is all that sensitive -- the results are
published, and the doc itself will go public in its time. Just that it
shouldn't be accessible right now -- very bad form, that.

And working with the debugger right now is out of question -- have completely
no time for that.

How about I share the doc with one specific person? You, possibly?

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


[Libreoffice-bugs] [Bug 100703] FILEOPEN Text is cut on the header

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100703

--- Comment #15 from Adolfo Jayme  ---
(In reply to ekari from comment #13)
> But when I select the text in LO it says calibri.. how do I see if it's
> falling back to something else?

The font name is displayed italicized by LibreOffice in that case. Note that
fonts in Wine applications are not shared to the rest of Linux applications.

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


[Libreoffice-bugs] [Bug 100611] DATALOSS: Document with chart can be saved as chart, and can' t be opened again without manual fix

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100611

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100611] DATALOSS: Document with chart can be saved as chart, and can' t be opened again without manual fix

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100611

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #1 from Julien Nabet  ---
Created attachment 126035
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126035=edit
console logs

On pc Debian x86-64 with master sources updated today, I could reproduce this.
I attached console logs.

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


[Libreoffice-commits] core.git: Branch 'private/Rosemary/change-tracking' - sw/inc

2016-07-02 Thread Rosemary Sebastian
 dev/null   |binary
 sw/inc/redline.hxx |3 +--
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 6ef8bbca51c3774596794a6f52aaab29e532c57e
Author: Rosemary Sebastian 
Date:   Sat Jul 2 18:56:55 2016 +0530

Clean up code

Change-Id: I637e99315a43a9542988062bdde88f3e033ca8a4

diff --git a/sw/inc/redline.hxx b/sw/inc/redline.hxx
index 2ebe5cc..fc9fe34a 100644
--- a/sw/inc/redline.hxx
+++ b/sw/inc/redline.hxx
@@ -168,8 +168,7 @@ public:
 pNext->CanCombine( *rCmp.pNext ))) &&
 (( !pExtraData && !rCmp.pExtraData ) ||
 ( pExtraData && rCmp.pExtraData &&
-*pExtraData == *rCmp.pExtraData )) &&
-nUndoEnd == rCmp.nUndoStart - 1;
+*pExtraData == *rCmp.pExtraData ));
 }
 
 // ExtraData gets copied, the pointer is therefore not taken over by
diff --git a/sw/inc/redline.hxx.gch b/sw/inc/redline.hxx.gch
deleted file mode 100644
index 1fac9bb..000
Binary files a/sw/inc/redline.hxx.gch and /dev/null differ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 100710] Crash on exit after opening styles drop down menu (gtk3)

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100710

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #2 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today (and gtk3 by default for
rendering), I don't reproduce this.

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


[Libreoffice-bugs] [Bug 100736] New: Incorrect indent in numbering of second level.

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100736

Bug ID: 100736
   Summary: Incorrect indent in numbering of second level.
   Product: LibreOffice
   Version: 5.0.6.3 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: akashpau...@gmail.com

Created attachment 126034
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126034=edit
Contains the bug.

Hey, i was creating a document in writer when i came across this unusual bug,
when you change the level of numbering to second level (2nd level numbering is
lower case roman i,ii,iii,etc.) and hit the eighth entry the indent is way off
mark. Can you help me?

Steps to recreate,
Click on numbering and click on 'more numbering', go to second level and change
the 'numbering' from 1,2,3... to i,ii,iii,... press ok.
Now write something and shift to second level, when you reach the eighth entry,
is the indent off mark?

Attached a file with the error. Look at the eighth entry.

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


[Libreoffice-bugs] [Bug 100732] hang closing Print Preview with X-icon on menubar

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100732

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||serval2...@yahoo.fr
 Ever confirmed|0   |1

--- Comment #3 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.

#1  0x2ad1fdea in osl_waitCondition (Condition=0x2fbcb10, pTimeout=0x0)
at /home/julien/lo/libreoffice/sal/osl/unx/conditn.cxx:228
#2  0x2aaab87182ea in osl::Condition::wait (this=0x2e704b0, pTimeout=0x0)
at /home/julien/lo/libreoffice/include/osl/conditn.hxx:84
#3  0x2aaab874b3ff in framework::DispatchHelper::executeDispatch
(this=0x2e70460, xDispatch=uno::Reference to (framework::CloseDispatcher *)
0x244e0d8, aURL=..., 
SyncronFlag=true, lArguments=empty uno::Sequence) at
/home/julien/lo/libreoffice/framework/source/services/dispatchhelper.cxx:148
#4  0x2aaab874b148 in framework::DispatchHelper::executeDispatch
(this=0x2e70460, xDispatchProvider=uno::Reference to ((anonymous
namespace)::Frame *) 0x27bf638, 
sURL=".uno:CloseWin", sTargetFrameName="_self", nSearchFlags=0,
lArguments=empty uno::Sequence)
at
/home/julien/lo/libreoffice/framework/source/services/dispatchhelper.cxx:107
#5  0x2aaad98f07cb in framework::LayoutManager::MenuBarClose
(this=0x27c8b40) at
/home/julien/lo/libreoffice/framework/source/layoutmanager/layoutmanager.cxx:2630

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


[Libreoffice-bugs] [Bug 71009] EDITING: Embedded Firebird - Creating relationship in GUI impossible, but Firebird supports relations

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71009

Tamas Bunth  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |btom...@gmail.com
   |desktop.org |

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


[Libreoffice-bugs] [Bug 100718] LibreOffice Calc crashes when menu has been customized

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100718

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #1 from Julien Nabet  ---
Could you give precise step by step process to reproduce this?
I gave a try and didn't succeed in reproducing this.

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


[Libreoffice-bugs] [Bug 100509] Ubuntu taskbar tooltip is always " Untitled 1 - Libre Office Dev Calc"

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100509

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #1 from Buovjaga  ---
It shows the name for me.

Ubuntu 16.04
Version: 5.3.0.0.alpha0+
Build ID: faddbce32ed863bda4238e54dd11df1b468ccd86
CPU Threads: 4; OS Version: Linux 4.4; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF-dbg, Branch:master, Time:
2016-07-01_05:51:11
Locale: en-US (en_US.UTF-8)

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


[Libreoffice-bugs] [Bug 100583] EDITING. The "Current selection only" checkbox in the Find & Replace dialog sometimes unchecks itself

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100583

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #1 from Buovjaga  ---
Could not reproduce. I tried it a dozen times, not using undo, but always
copying and pasting from column A to B the replaced words.

What version are you using?

Arch Linux 64-bit, KDE Plasma 5
Version: 5.3.0.0.alpha0+
Build ID: ef47ce2397d4ed453fe01d994d13a13f442ec3bb
CPU Threads: 8; OS Version: Linux 4.6; UI Render: default; 
Locale: fi-FI (fi_FI.UTF-8)
Built on July 2nd 2016

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


[Libreoffice-bugs] [Bug 100722] Some fonts are printed with bad size and spacing -- shows in print preview

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100722

V Stuart Foote  changed:

   What|Removed |Added

Summary|PRINTING|Some fonts are printed with
   ||bad size and spacing --
   ||shows in print preview

--- Comment #2 from V Stuart Foote  ---
OP responded via PM...

"OpenGL is disabled and deactivated – the problem still occurs ...

Kind regards"

For OP, please post a sample document exhibiting the issue--or redact the
original (i.e. change other characters to X with the +H find and
replace).

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


[Libreoffice-bugs] [Bug 100670] Writer crashes

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100670

Julien Nabet  changed:

   What|Removed |Added

   Keywords||wantBacktrace

--- Comment #4 from Julien Nabet  ---
Thank you for your feedback.
If you install x86 LO version, did you check you use Java 32 bits?

Indeeed, using x86 LO implies you should have Java 32 bits.
In the same way, using x86-64 LO implies you should have Java 64 bits.

Of it was not the case, please apply this piece of advice and rename your LO
directory again so LO will search by itself the newly installed Java.

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


[Libreoffice-bugs] [Bug 100703] FILEOPEN Text is cut on the header

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100703

--- Comment #14 from MM  ---
(In reply to ekari from comment #13)
> But when I select the text in LO it says calibri.. how do I see if it's
> falling back to something else?
> Also I need to open another bug for the same document for a different
> problem??

Why not install the LO package from the LO site, instead of still relying on
the version that comes with ubuntu, test your bugs and report back ?!

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


[Libreoffice-bugs] [Bug 100670] Writer crashes

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100670

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #3 from Buovjaga  ---
You could try getting a backtrace of the crash:
https://wiki.documentfoundation.org/How_to_get_a_backtrace_with_WinDbg

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


[Libreoffice-bugs] [Bug 100668] FileOpen: Multiple instances of soffice.bin

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100668

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #2 from Buovjaga  ---
Could you test with the latest version, 5.1.4?

Set to NEEDINFO.
Change back to UNCONFIRMED, if the problem persists. Change to RESOLVED
WORKSFORME, if the problem went away.

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


[Libreoffice-bugs] [Bug 100665] FORMATTING/SIDEBAR: UI issues with Presentation Styles

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100665

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Buovjaga  ---
Before we test these, it would be good, if you confirmed that these are present
in the latest version 5.1.4. Additionally, each bug should go to its own
report.

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the information.

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


[Libreoffice-bugs] [Bug 100649] more time taken in installation

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100649

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Buovjaga  ---
Like, how much time?

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the information.

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


[Libreoffice-bugs] [Bug 100635] crash after switching on the bibliography 'number entries' option (big file)

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100635

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Buovjaga  ---
If you won't share the document, then at least try to get a bt:
https://wiki.documentfoundation.org/QA/BugReport/Debug_Information

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the document or bt
(preferably both).

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


[Libreoffice-bugs] [Bug 99223] crash when editing complex document useful with 5.05

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99223

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #5 from Julien Nabet  ---
Thank you Lionel for your feedback, let's pu this one to WFM then.

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


[Libreoffice-bugs] [Bug 99223] crash when editing complex document useful with 5.05

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99223

Lionel  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #4 from Lionel  ---
It seems to work with LibO v. 5.1.4, installed from DEB packages
(https://fr.libreoffice.org/download/libreoffice-fresh/).

The only change in my process is using the complete removal command of previous
version  sudo apt-get autoremove --purge libreoffice5* instead of manual
removal of libreoffice packages using synaptic on graphic mode. 

I didn't need to rename the config file with personal preferences 

Thanks for your help.

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


[Libreoffice-commits] libcdr.git: src/lib

2016-07-02 Thread Fridrich Štrba
 src/lib/CMXParser.cpp |  122 --
 src/lib/CMXParser.h   |1 
 2 files changed, 109 insertions(+), 14 deletions(-)

New commits:
commit 14a8e1c087ede5bd94dcd54558507c95a3e78424
Author: Fridrich Å trba 
Date:   Sat Jul 2 11:04:42 2016 +0200

Try to skip not yet supported fills correctly

Change-Id: I81bfe7fb177812e8c4114bfd51275cd9c4c980cf

diff --git a/src/lib/CMXParser.cpp b/src/lib/CMXParser.cpp
index 9b2eec5..7c13278 100644
--- a/src/lib/CMXParser.cpp
+++ b/src/lib/CMXParser.cpp
@@ -637,6 +637,15 @@ libcdr::CDRBox 
libcdr::CMXParser::readBBox(librevenge::RVNGInputStream *input)
   return box;
 }
 
+librevenge::RVNGString 
libcdr::CMXParser::readString(librevenge::RVNGInputStream *input)
+{
+  unsigned short count = readU16(input, m_bigEndian);
+  librevenge::RVNGString tmpString;
+  for (unsigned short i = 0; i < count; ++i)
+tmpString.append((char)readU8(input, m_bigEndian));
+  return tmpString;
+}
+
 bool libcdr::CMXParser::readFill(librevenge::RVNGInputStream *input)
 {
   bool ret(true);
@@ -726,7 +735,6 @@ bool 
libcdr::CMXParser::readFill(librevenge::RVNGInputStream *input)
   {
 unsigned short colorRef = readU16(input, m_bigEndian);
 unsigned short offset = readU16(input, m_bigEndian);
-fprintf(stderr, "Fridrich   index %2i: color 0x%x, position 
0x%x\n", i, colorRef, offset);
 libcdr::CDRGradientStop stop;
 stop.m_color = getPaletteColor(colorRef);
 stop.m_offset = (double)offset / 100.0;
@@ -758,7 +766,6 @@ bool 
libcdr::CMXParser::readFill(librevenge::RVNGInputStream *input)
   {
 unsigned short colorRef = readU16(input, m_bigEndian);
 unsigned short offset = readU16(input, m_bigEndian);
-fprintf(stderr, "Fridrich   index %2i: color 0x%x, position 0x%x\n", 
i, colorRef, offset);
 libcdr::CDRGradientStop stop;
 stop.m_color = getPaletteColor(colorRef);
 stop.m_offset = (double)offset / 100.0;
@@ -768,33 +775,120 @@ bool 
libcdr::CMXParser::readFill(librevenge::RVNGInputStream *input)
 break;
   case 6:
 CDR_DEBUG_MSG(("Postscript fill\n"));
-if (m_precision == libcdr::PRECISION_16BIT)
-  ret = false;
+if (m_precision == libcdr::PRECISION_32BIT)
+{
+}
+else if (m_precision == libcdr::PRECISION_16BIT)
+{
+  /* unsigned short atom = */ readU16(input, m_bigEndian);
+  unsigned short count = readU16(input, m_bigEndian);
+  for (unsigned short i = 0; i < count; ++i)
+readU16(input, m_bigEndian);
+  readString(input);
+}
 break;
   case 7:
 CDR_DEBUG_MSG(("Two-Color Pattern fill\n"));
-if (m_precision == libcdr::PRECISION_16BIT)
-  ret = false;
+if (m_precision == libcdr::PRECISION_32BIT)
+{
+}
+else if (m_precision == libcdr::PRECISION_16BIT)
+{
+  /* unsigned short bitmap = */ readU16(input, m_bigEndian);
+  /* unsigned short width = */ readU16(input, m_bigEndian);
+  /* unsigned short height = */ readU16(input, m_bigEndian);
+  /* unsigned short xoff = */ readU16(input, m_bigEndian);
+  /* unsigned short yoff = */ readU16(input, m_bigEndian);
+  /* unsigned short inter = */ readU16(input, m_bigEndian);
+  /* unsigned short flags = */ readU16(input, m_bigEndian);
+  /* unsigned short foreground = */ readU16(input, m_bigEndian);
+  /* unsigned short background = */ readU16(input, m_bigEndian);
+  /* unsigned short screen = */ readU16(input, m_bigEndian);
+}
 break;
   case 8:
 CDR_DEBUG_MSG(("Monochrome with transparent bitmap fill\n"));
-if (m_precision == libcdr::PRECISION_16BIT)
-  ret = false;
+if (m_precision == libcdr::PRECISION_32BIT)
+{
+}
+else if (m_precision == libcdr::PRECISION_16BIT)
+{
+  /* unsigned short bitmap = */ readU16(input, m_bigEndian);
+  /* unsigned short width = */ readU16(input, m_bigEndian);
+  /* unsigned short height = */ readU16(input, m_bigEndian);
+  /* unsigned short xoff = */ readU16(input, m_bigEndian);
+  /* unsigned short yoff = */ readU16(input, m_bigEndian);
+  /* unsigned short inter = */ readU16(input, m_bigEndian);
+  /* unsigned short flags = */ readU16(input, m_bigEndian);
+  /* unsigned short foreground = */ readU16(input, m_bigEndian);
+  /* unsigned short background = */ readU16(input, m_bigEndian);
+  /* unsigned short screen = */ readU16(input, m_bigEndian);
+}
 break;
   case 9:
 CDR_DEBUG_MSG(("Imported Bitmap fill\n"));
-if (m_precision == libcdr::PRECISION_16BIT)
-  ret = false;
+if (m_precision == libcdr::PRECISION_32BIT)
+{
+}
+else if (m_precision == libcdr::PRECISION_16BIT)
+{
+  /* unsigned short bitmap = */ readU16(input, m_bigEndian);
+  /* unsigned short width = */ readU16(input, m_bigEndian);
+  /* unsigned short height = */ 

[Libreoffice-bugs] [Bug 100707] extension xls xlsx non détectée par Excel

2016-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100707

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||serval2...@yahoo.fr
 Ever confirmed|0   |1

--- Comment #1 from Julien Nabet  ---
On which env are you? (Linux, Windows, MacOs)

Could you give a try to last stable LO version 5.1.4?

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


  1   2   >