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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Regina,

On Mon, Nov 28, 2022 at 08:19:26PM +0100, Regina Henschel <rb.henschel@xxxxxxxxxxx> wrote:
> I will try this now. It seems to remove the frame:
> 
> uno::Reference<beans::XPropertySet> xPropertySet(mxShape, uno::UNO_QUERY);
> if (xPropertySet.is())
> {
>      uno::Reference<text::XTextFrame> xTextBoxContent(
>          xPropertySet->getPropertyValue("TextBoxContent"), uno::UNO_QUERY);
>      if (xTextBoxContent.is())
>                 xTextBoxContent->dispose();
> }
> 
> I need to implement the conversion to Fontwork too to see if it really
> works.

Can you try if set setPropertyValue("TextBox", false) works? I think
that's meant to call SwTextBoxHelper::destroy() internally, and it would
be simpler.

Regards,

Miklos



[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux