https://bugs.documentfoundation.org/show_bug.cgi?id=76007

--- Comment #11 from Mike Kaganski <[email protected]> ---
The code makes explicit checks to not put tables there. E.g.,
SwDoc::InsertTable; SwBaseShell::InsertTable; SwTextShell::GetState (case
FN_INSERT_TABLE), etc.

Just disabling the checks in the mentioned three places already enables to
insert tables into footnotes / endnotes. They seem to behave correctly; they
even save both to ODT and DOCX (and may be seen if then opened in Word - both
in ODT and DOCX, even though re-opening ODT in Writer drops the tables, because
there's something in import code that also needs tweaking).

I believe that there should be no real difficylt problems supporting this. In
fact, this may be an interesting easyhack - the pointers here give the idea
what to look for in the code (basically, all uses of FrameTypeFlags::FOOTNOTE
and StartOfSectionIndex are suspects).

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

Reply via email to