[Libreoffice-bugs] [Bug 119942] Mail Merge contains wrong body: data sent is off by one (wrong record index in merged result)

2021-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119942

Michael Weghorn  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=13
   ||9072

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 119942] Mail Merge contains wrong body: data sent is off by one (wrong record index in merged result)

2021-07-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119942

--- Comment #14 from Kevin Suo  ---
Could someone reproduce the crash following the steps I have mentioned in
comment 7? I see it on master dbgutil build.

The crash may have related to this index-off issue, but we may need to fix the
crash first before we see whether they are of the same cause.

-- 
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 119942] Mail Merge contains wrong body: data sent is off by one (wrong record index in merged result)

2021-07-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119942

--- Comment #13 from Michael Weghorn  ---
In case you want to take a look and debug into this yourself, I have taken
those notes for potential starting points for mail merge a while ago:

> * Relevant code places:
> 
> * `sw/inc/dbmgr.hxx`, `sw/source/uibase/dbui/dbmgr.cxx`, in particular the
>   whole method `MergeMailFiles()`
> 
> * unit tests are in `sw/qa/extras/mailmerge/mailmerge.cxx` -> have a look
>   at existing ones in order to see how this works
> 
> * implementation for mail merge related dialogs: 
> `sw/source/ui/dbui/mmresultdialogs.cxx`
> 
> * UNO API method implementations: `sw/source/uibase/uno/unomailmerge.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 119942] Mail Merge contains wrong body: data sent is off by one (wrong record index in merged result)

2021-07-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119942

--- Comment #12 from Michael Weghorn  ---
(In reply to marjan from comment #10)
> @Kevin Suo : Thank you for your effectively minimized
> error report. I am suffering the same bug for many years. In good old days
> this used to work.

If this used to work in the past, this is a regression and doing a bibisect
could help finding out what change introduced the problem. Once that is known,
finding the root cause and a potential fix is usually much easier.

See this wiki page:
https://wiki.documentfoundation.org/QA/Bibisect/

-- 
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 119942] Mail Merge contains wrong body: data sent is off by one (wrong record index in merged result)

2021-07-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119942

--- Comment #11 from Kevin Suo  ---
Currently there is no one working on this.

Yes, of course you can try to fix this by yourself. You can search the code on
https://opengrok.libreoffice.org/, then set breakpoints to where you are
interested, then it will not be difficult to find the reason, if you know some
cpp.

-- 
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 119942] Mail Merge contains wrong body: data sent is off by one (wrong record index in merged result)

2021-07-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119942

--- Comment #10 from marjan  ---
@Kevin Suo : Thank you for your effectively minimized error
report. I am suffering the same bug for many years. In good old days this used
to work.

I am very sad that we don't have enough resources to kill this bug: Mail Merge
fields in an array of an odt- document.

I have always used a header of all my letters with the 2x2 table with specific
dimension to fit the envelope with the transparent "address-window".

I am suffering this bug for years. I am forced to write a bash script each time
I make a significantly different Mail-Merge document to cut resulting one-PDF
to individual letters, where I am forced to keep all copies of the same number
of pages, ...

Unfortunately, I am a "complete newbie" in LibreOffice source code, but if I
could get enough support, I might be able attack this bug myself or preferably
in a group of co-sufferers.

@documentfoundation.org: Assignee: Not Assigned, really? 

Kevin Suo , thanks again that I do not have to repeat the
report, just quote 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 119942] Mail Merge contains wrong body: data sent is off by one (wrong record index in merged result)

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

--- Comment #9 from Kevin Suo  ---
Created attachment 166252
  --> https://bugs.documentfoundation.org/attachment.cgi?id=166252=edit
merged result 7z from the minimal 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-bugs] [Bug 119942] Mail Merge contains wrong body: data sent is off by one (wrong record index in merged result)

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

Kevin Suo  changed:

   What|Removed |Added

Summary|email in mailmerge contains |Mail Merge contains wrong
   |wrong body: data sent is|body: data sent is off by
   |off by one  |one (wrong record index in
   ||merged result)

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