LibreOffice
LibreOffice 24.2 SDK API Reference
|
is implemented by views that display DrawPages or MasterPages. More...
import"XDrawView.idl";
Public Member Functions | |
void | setCurrentPage ([in] com::sun::star::drawing::XDrawPage xPage) |
changes the current page. More... | |
com::sun::star::drawing::XDrawPage | getCurrentPage () |
returns the current page. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
is implemented by views that display DrawPages or MasterPages.
com::sun::star::drawing::XDrawPage getCurrentPage | ( | ) |
returns the current page.
void setCurrentPage | ( | [in] com::sun::star::drawing::XDrawPage | xPage | ) |
changes the current page.
xPage | this DrawPage or MasterPage will be displayed inside this view. |