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

Aron Budea <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Aron Budea <[email protected]> ---
I don't know much about this, and don't know how to repro the paste part
myself, but if it's the same as CSV handling, then the parsing code is here:

https://opengrok.libreoffice.org/xref/core/sc/source/ui/docshell/impex.cxx#367
bool ScImportExport::ImportStream(...)

...and even further in ExtText2Doc(...) called from there.
The options from the dialog are available in pExtOptions in that class (which
is of type ScAsciiOptions). So I'd assume the UI has to be extended with a
checkbox, then the option has to be captured into a newly added bool field of
ScAsciiOptions through the class Heiko mentioned, and finally taken into
account in ExtText2Doc(...) or somewhere around there.

I hope that helps, good luck!

-- 
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

Reply via email to