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

--- Comment #2 from Telesto <tele...@surfxs.nl> ---
Created attachment 176971
  --> https://bugs.documentfoundation.org/attachment.cgi?id=176971&action=edit
Bibisect log

Bisected to
commit  504d78acb866495fd954fcd6db22ea68f174a5ab        [log]
author  Attila Bakos (NISZ) <bakos.attilakar...@nisz.hu>        Fri Aug 13
14:11:24 2021 +0200
committer       László Németh <nem...@numbertext.org>   Wed Sep 01 10:09:37
2021 +0200
tree    454c012ca959cf144c3380a7e7b58561fac3704e
parent  9c9ff9e89fd50223b28f327d3a7e416ab0ae831f [diff]

tdf#143574 sw: textboxes in group shapes - part 1

Introduce SwTextBoxNode class to support grouped
textboxes, fixing the crash when entering a group
shape, trying to add a textbox to one of the shapes.

Test of crash fix: right click on a group shape.
Select the menu item "Enter group". Select one of
the shapes, and right click on it, and choose "Add
Text Box".

Note: textboxes in Writer are linked in SwFrameFormat
class. Each textbox consists of a text frame and a shape.
This object pair makes it possible to have complex
content inside any kind of shape (pictures, tables etc.
Group shapes have only one SwFrameFormat, but can have
many shapes so that means they can only have one textbox.
>From now, each shape could have a textbox in a group.
Please note this is only a preparation for that. Filter
implementation and handlers are under development.

https://git.libreoffice.org/core/+/504d78acb866495fd954fcd6db22ea68f174a5ab

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

Reply via email to