Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


 Ptyl ,

the secret is the vieuwcursor object who can tel you where you are in the document , page,or X-Y position etc...

For basic code :

    oDoc =  ThisComponent
    oText = oDoc.getText()
    oCursor = oDoc.CurrentController.getViewCursor()
    oCursor.gotoRange(oCursor.getEnd(), false)

greetz

Fernand
Hello

We would like to implement a new GUI element (for mobile), so to show the current viewed location in writer.

For this, we need to know:

1. Which line the writer GUI is currently showing (which may be different from the line the caret / cursor is on - such as when scrolling, for example)
2. How many lines there are in total, in the writer document

What is the simplest way to get this information?
is it available through UNO, and if not, how can we attain it?

Additionally, as a fallback, we would like to simply to know which page writer is showing, and how many pages there are in total.
What is the simplest way to get this data?

If there are no already existing accessors for this information, can you please direct me to methods and files to hack into or modify to get this data?

Thank you in advance

Ptyl


_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.