[Libreoffice-bugs] [Bug 120158] It's imposible to paste special in Writer from Calc in Libreoffice 6.1.1 because the dialogue caption inform that's an unknown source

2018-10-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120158

Julien Nabet  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |serval2...@yahoo.fr
   |desktop.org |
 Status|NEW |ASSIGNED

-- 
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 120158] It's imposible to paste special in Writer from Calc in Libreoffice 6.1.1 because the dialogue caption inform that's an unknown source

2018-10-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120158

--- Comment #14 from Commit Notification 
 ---
Julien Nabet committed a patch related to this issue.
It has been pushed to "libreoffice-6-1":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=c52b50a43908b22dde25cfca674001f670948c07=libreoffice-6-1

tdf#120158: fix ImplGetParameterString for typename

It will be available in 6.1.4.

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-bugs] [Bug 120158] It's imposible to paste special in Writer from Calc in Libreoffice 6.1.1 because the dialogue caption inform that's an unknown source

2018-10-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120158

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:6.2.0|target:6.2.0 target:6.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


[Libreoffice-bugs] [Bug 120158] It's imposible to paste special in Writer from Calc in Libreoffice 6.1.1 because the dialogue caption inform that's an unknown source

2018-10-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120158

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.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 120158] It's imposible to paste special in Writer from Calc in Libreoffice 6.1.1 because the dialogue caption inform that's an unknown source

2018-10-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120158

--- Comment #13 from Commit Notification 
 ---
Julien Nabet committed a patch related to this issue.
It has been pushed to "master":

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

tdf#120158: fix ImplGetParameterString for typename

It will be available in 6.2.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-bugs] [Bug 120158] It's imposible to paste special in Writer from Calc in Libreoffice 6.1.1 because the dialogue caption inform that's an unknown source

2018-10-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120158

--- Comment #12 from Julien Nabet  ---
I submitted this patch to review:
https://gerrit.libreoffice.org/#/c/61601/

Let's wait feedback on it.

-- 
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 120158] It's imposible to paste special in Writer from Calc in Libreoffice 6.1.1 because the dialogue caption inform that's an unknown source

2018-10-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120158

--- Comment #11 from Julien Nabet  ---
Created attachment 145502
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145502=edit
bt with debug symbols from the exception throw

-- 
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 120158] It's imposible to paste special in Writer from Calc in Libreoffice 6.1.1 because the dialogue caption inform that's an unknown source

2018-10-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120158

--- Comment #10 from Julien Nabet  ---
the pb isn't subtype() but quotedPValue.
It throws here:
https://opengrok.libreoffice.org/xref/core/dtrans/source/cnttype/mcnttype.cxx#298
283  while ( !m_nxtSym.isEmpty( ) )
284  {
285  if ( bAfterQuoteSign && (
286  (m_nxtSym == SPACE) ||
287  (m_nxtSym == SEMICOLON))
288 )
289  {
290  break;
291  }
292  else if ( isInRange( m_nxtSym, OUStringLiteral(TOKEN) + TSPECIALS
+ SPACE ) )
293  {
294  pvalue.append(m_nxtSym);
295  bAfterQuoteSign = m_nxtSym == "\"";
296  }
297  else
298  throw IllegalArgumentException( );  < HERE
299  getSym( );
300  }

-- 
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 120158] It's imposible to paste special in Writer from Calc in Libreoffice 6.1.1 because the dialogue caption inform that's an unknown source

2018-10-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120158

--- Comment #9 from Julien Nabet  ---
We got in catch of
https://opengrok.libreoffice.org/xref/core/svtools/source/misc/transfer.cxx#1205

The pb happens when typename contains other things than ascii.
Spanish (KO):
rFlavor.MimeType=application/x-openoffice-objectdescriptor-xml;windows_formatname="Star
Object Descriptor
(XML)";classname="47BBB4CB-CE4C-4E80-a591-42d9ae74950f";typename="Hoja de
cálculo de LibreOfficeDev
6.2";viewaspect="1";width="2258";height="453";posx="0";posy="0"

Italian (OK):
rFlavor.MimeType=application/x-openoffice-objectdescriptor-xml;windows_formatname="Star
Object Descriptor
(XML)";classname="47BBB4CB-CE4C-4E80-a591-42d9ae74950f";typename="LibreOfficeDev
6.2 - Foglio
elettronico";viewaspect="1";width="2259";height="452";posx="0";posy="0"

French (OK):
rFlavor.MimeType=application/x-openoffice-objectdescriptor-xml;windows_formatname="Star
Object Descriptor
(XML)";classname="47BBB4CB-CE4C-4E80-a591-42d9ae74950f";typename="Classeur
LibreOfficeDev 6.2";viewaspect="1";width="2258";height="452";posx="0";posy="0"

Some debug shows pb into 
CMimeContentType::subtype() from dtrans/source/cnttype/mcnttype.cxx

-- 
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 120158] It's imposible to paste special in Writer from Calc in Libreoffice 6.1.1 because the dialogue caption inform that's an unknown source

2018-10-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120158

--- Comment #8 from Julien Nabet  ---
"Unknown origin" comes from cui/source/dialogs/pastedlg.cxx#168
So start point for the investigation.

-- 
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 120158] It's imposible to paste special in Writer from Calc in Libreoffice 6.1.1 because the dialogue caption inform that's an unknown source

2018-10-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120158

--- Comment #7 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I could reproduce this
with Spanish and keyId UI, not with French, Italian and English US UI.

-- 
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 120158] It's imposible to paste special in Writer from Calc in Libreoffice 6.1.1 because the dialogue caption inform that's an unknown source

2018-10-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120158

Xisco Faulí  changed:

   What|Removed |Added

 CC||f...@libreoffice.org,
   ||serval2...@yahoo.fr,
   ||xiscofa...@libreoffice.org
 OS|Linux (All) |All
   Hardware|x86-64 (AMD64)  |All
  Component|Writer  |Localization
 Status|NEEDINFO|NEW

--- Comment #6 from Xisco Faulí  ---
Reproduced in

Versión: 6.1.2.1
Id. de compilación: 65905a128db06ba48db947242809d14d3f9a93fe
Subprocs. CPU: 1; SO: Windows 6.1; Repres. IU: predet.; 
Configuración regional: es-ES (es_ES); Calc: group threaded

-- 
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 120158] It's imposible to paste special in Writer from Calc in Libreoffice 6.1.1 because the dialogue caption inform that's an unknown source

2018-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120158

sol...@gmail.com changed:

   What|Removed |Added

 Attachment #145251|Image with the bug  |Image without the bug when
description||you choose english language
   ||in settings for interface

-- 
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 120158] It's imposible to paste special in Writer from Calc in Libreoffice 6.1.1 because the dialogue caption inform that's an unknown source

2018-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120158

--- Comment #5 from sol...@gmail.com ---
Created attachment 145257
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145257=edit
In dialog paste speciaal with spanish language appears like unknown source

-- 
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 120158] It's imposible to paste special in Writer from Calc in Libreoffice 6.1.1 because the dialogue caption inform that's an unknown source

2018-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120158

--- Comment #4 from sol...@gmail.com ---
Created attachment 145251
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145251=edit
Image with the 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 120158] It's imposible to paste special in Writer from Calc in Libreoffice 6.1.1 because the dialogue caption inform that's an unknown source

2018-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120158

--- Comment #3 from sol...@gmail.com ---
I've found that this behaviour only happens when I put the language of user
interface in spanish, when I put it in English the dialog "paste special" works
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 120158] It's imposible to paste special in Writer from Calc in Libreoffice 6.1.1 because the dialogue caption inform that's an unknown source

2018-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120158

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 OS|All |Linux (All)
 Ever confirmed|0   |1

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
please write more clear steps for repro your problem

-- 
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 120158] It's imposible to paste special in Writer from Calc in Libreoffice 6.1.1 because the dialogue caption inform that's an unknown source

2018-09-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120158

--- Comment #1 from Oliver Brinzing  ---
*** Bug 120159 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