[Libreoffice-bugs] [Bug 71310] FILEOPEN: FILESAVE: docx image caption numbering displayed incorrectly

2014-04-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71310

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

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

--- Comment #6 from Jorendc jore...@libreoffice.org ---
Not reproducible anymore, tested using Mac OSX 10.9 with LibreOffice Version:
4.3.0.0.alpha0+
Build ID: 619b4c40da9e85febbb08a3f7cf8aa8d10963fc1
TinderBox: MacOSX-x86@49-TDF, Branch:master, Time: 2014-04-18_00:07:53

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


[Libreoffice-bugs] [Bug 71310] FILEOPEN: FILESAVE: docx image caption numbering displayed incorrectly

2013-11-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71310

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

 CC||rattles2...@gmail.com,
   ||vmik...@collabora.co.uk

--- Comment #1 from Jorendc jore...@libreoffice.org ---
Log on IRC with instructions related to this problem:

[17:02] @vmiklos jorendc: aha. so after the import on the first onfocus
event some field is updated. that happens in
writerfilter/source/dmapper/ModelEventListener.cxx. my first try would be to
see if i disable everything in notifyEvent(), see if that helps.
[17:02] @vmiklos jorendc: if so, then the cached result of the field is OK,
but not the field instruction, that's why you get bad results after the field
update.
[17:03] @vmiklos if you look into the docx file manually, that may help to
decide if the field instruction is already wrong (export problem), or that's
ok, then you have an import problem.

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


[Libreoffice-bugs] [Bug 71310] FILEOPEN: FILESAVE: docx image caption numbering displayed incorrectly

2013-11-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71310

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from Jorendc jore...@libreoffice.org ---
The exported file from LibreOffice opens correctly using Microsoft Word 2010.

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


[Libreoffice-bugs] [Bug 71310] FILEOPEN: FILESAVE: docx image caption numbering displayed incorrectly

2013-11-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71310

--- Comment #3 from Jorendc jore...@libreoffice.org ---
The bad behavior happens somewhere in SwLayIdle::_DoIdleJob
(sw/source/core/layout/layact.cxx).
Placing all code of that function in comments result in 'good behavior'.

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


[Libreoffice-bugs] [Bug 71310] FILEOPEN: FILESAVE: docx image caption numbering displayed incorrectly

2013-11-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71310

--- Comment #4 from Jorendc jore...@libreoffice.org ---
I ended up somewhere in vcl and svx.

Caolan: Any thoughts about this one? Looks like repainting is the cause of this
problem. The whole repaining starts in SwLayIdle. I ended in my quest to hunt
this down in SalGraphics::CopyBits , without result :s (there CopyBits is
called again and again, as C++ noob this really weird :) ). But Probably I took
somewhere the wrong 'track' in the code, which result in ending there.

Kind regards,
Joren

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


[Libreoffice-bugs] [Bug 71310] FILEOPEN: FILESAVE: docx image caption numbering displayed incorrectly

2013-11-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71310

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

 CC||caol...@redhat.com

--- Comment #5 from Jorendc jore...@libreoffice.org ---
@Caolan: forgot you to add you in CC when posting comment 4. ^^ Sorry for the
noise.

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