<div dir="ltr">Thanks for writing back, <div>from what I have seen, I can only get a list of redlines back , but have no easy way to find out what redline matches a given point text unless I search through them and match the ranges. Please tell me if I missed something?</div>
<div>thanks</div><div>mike</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Aug 7, 2013 at 7:43 AM, Miklos Vajna <span dir="ltr"><<a href="mailto:vmiklos@suse.cz" target="_blank">vmiklos@suse.cz</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
On Fri, Aug 02, 2013 at 08:37:05AM -0500, James Michael DuPont <<a href="mailto:jmdpplks@gmail.com">jmdpplks@gmail.com</a>> wrote:<br>
> I am doing some scripting for pyuno, and have been studying the internal<br>
> C++  code for redlines,<br>
> it seems that the code that is applying redlines to text in the document is<br>
> not exposed. It would be great to have this accessible for scripting, now I<br>
> need to figure out what redlines apply to what text and that makes the<br>
> script quite complex. Is that the only way to currently do it via uno, is<br>
> there anything planned or any reason not to expose a more comfortable<br>
> interface?<br>
<br>
Let's say you have a document: one paragraph with 3 words and the second<br>
is deleted. The UNO API then gives you 5 text portions: text, redline,<br>
text, redline, text. The redline portions have all the properties you<br>
need (author, type of the redline, e.g. delete, and so on).<br>
<br>
What exactly would you need beyond that?<br>
<span class="HOEnZb"><font color="#888888"><br>
Miklos<br>
</font></span><br>_______________________________________________<br>
LibreOffice mailing list<br>
<a href="mailto:LibreOffice@lists.freedesktop.org">LibreOffice@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/libreoffice" target="_blank">http://lists.freedesktop.org/mailman/listinfo/libreoffice</a><br>
<br></blockquote></div><br></div>