[Libreoffice-bugs] [Bug 125100] EDITING: Insert OLE Object behaves different if new document is generated from template

2019-07-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125100

Ilhan Yesil  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |ilhanye...@gmx.de
   |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 125100] EDITING: Insert OLE Object behaves different if new document is generated from template

2019-05-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125100

Dieter Praas  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||dgp-m...@gmx.de
 Status|UNCONFIRMED |NEW

--- Comment #4 from Dieter Praas  ---
Set to NEW because of comment 3.

-- 
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 125100] EDITING: Insert OLE Object behaves different if new document is generated from template

2019-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125100

--- Comment #3 from Durgapriyanka  ---
Thank you for reporting the bug. I can confirm the bug present in 
Version: 6.3.0.0.alpha0+
Build ID: b6b28931435e44aca92b8c0e1659f701e3ed1a87
CPU threads: 2; OS: Windows 6.1; UI render: default; VCL: win; 
TinderBox: Win-x86@42, Branch:master, Time: 2019-01-30_06:57:04
Locale: en-US (en_US); UI-Language: en-US
Calc: threaded

I can reproduce exactly as described.

In Version: LibreOffice 3.3.0 
OOO330m19 (Build:6)
tag libreoffice-3.3.0.4 

I can reproduce the same until step 4, but after that I'm not able to choose
the templates. It has complete different options compared to version 6.

-- 
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 125100] EDITING: Insert OLE Object behaves different if new document is generated from template

2019-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125100

--- Comment #2 from Ilhan Yesil  ---
I already have explored the code.
In sw\source\uibase\app\docshini.cxx this function is called

// Load, Default-Format
bool  SwDocShell::Load( SfxMedium& rMedium )

wherein this function is called:

rEmbeddedObjectContainer.setUserAllowsLinkUpdate(false);

If I comment this out, the behaviour is identical and the sheet data are shown.

This function sets mbUserAllowsLinkUpdate to false.

But the constructors of EmbeddedObjectContainer sets this member to true.

So I assume, there is a default mismatch. Does someone know what the intention
here is?

-- 
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 125100] EDITING: Insert OLE Object behaves different if new document is generated from template

2019-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125100

--- Comment #1 from Ilhan Yesil  ---
Created attachment 151151
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151151=edit
Sample calc sheet to insert as OLE object

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