https://bugs.documentfoundation.org/show_bug.cgi?id=63436
--- Comment #10 from Dipankar Niranjan <[email protected]> --- I can see two things from the document, 1) <draw:text-box fo:min-height="0.01pt"> <text:p text:style-name="P2"><text:s/><text:span text:style-name="T1">•</text:span><text:s/><text:span text:style-name="T2"><text:sender-street>Steinmetzstraße 57</text:sender-street></text:span><text:span text:style-name="T2"/><text:span text:style-name="T1">•</text:span><text:s/><text:span text:style-name="T2"><text:sender-postal-code>10783</text:sender-postal-code></text:span><text:span text:style-name="T2"/><text:span text:style-name="T2"><text:sender-city>Berlin</text:sender-city></text:span></text:p> </draw:text-box> part doesn't load which might be what Jan is referring too. 2) The bookmark doesn't show up in the Navigator as Dennis mentions. Also, <text:bookmark text:name="Bezugszeichen"/> and <text:date style:data-style-name="N1"/> seem to be throwing too as I counted 5 in SvxFieldData* SvxFieldData::Create() with three being the 'sender' ones from above. Firstly, I need to figure out how to make part (1) from the above work. I think its from XMLSenderFieldImportContext::PrepareField() as Jan says, but I still don't get exactly what to change even after I've been working on this for a day. Adding the lines aAny <<= text::textfield::Type::EXTENDED_TIME; rPropSet->setPropertyValue(UNO_TC_PROP_TEXTFIELD_TYPE, aAny); anywhere inside XMLSenderFieldImportContext::PrepareField() leads to an error. By 'appropriate properties during load' am I right to assume it means everything from <http://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/text/textfield/Type.idl> ? Please give some pointers on how to proceed. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
