Re: [solved] How to remove frame in SdrCustomShape during import from docx?

2022-11-29 Thread Miklos Vajna
Hi Regina, On Tue, Nov 29, 2022 at 04:23:48PM +0100, Regina Henschel wrote: > Next steps will be to copy the paragraphs from the frame to the shape and to > copy the character fill and outline values to shape fill and stroke. You probably want to do that first, and only then disable the

Re: [solved] How to remove frame in SdrCustomShape during import from docx?

2022-11-29 Thread Regina Henschel
Hi Miklos, Miklos Vajna schrieb am 29.11.2022 um 08:18: Hi Regina, On Mon, Nov 28, 2022 at 08:19:26PM +0100, Regina Henschel wrote: I will try this now. It seems to remove the frame: uno::Reference xPropertySet(mxShape, uno::UNO_QUERY); if (xPropertySet.is()) { uno::Reference