20module
com { module sun { module star { module view {
25 module
com { module sun { module star { module drawing {
31published service DrawingDocumentDrawView
specifies the basic operations for a window component.
Definition generated_idl_chapter_refs.idl:2245
provides information about and access to the properties from an implementation.
Definition generated_idl_chapter_refs.idl:752
identifies an XShapes as a DrawPage.
Definition XDrawPage.idl:28
is implemented by views that display DrawPages or MasterPages.
Definition XDrawView.idl:28
makes it possible to access and change the selection in a view.
Definition generated_idl_chapter_refs.idl:3160
Definition Ambiguous.idl:20
com::sun::star::awt::Point ViewOffset
defines the offset from the top left position of the displayed page to the top left position of the v...
Definition DrawingDocumentDrawView.idl:121
XDrawPage CurrentPage
This is the drawing page that is currently visible.
Definition DrawingDocumentDrawView.idl:85
boolean IsLayerMode
If the view is in layer mode, the user can modify the layer of the model of this view in the user int...
Definition DrawingDocumentDrawView.idl:79
short ZoomType
This property defines the zoom type for the document.
Definition DrawingDocumentDrawView.idl:104
boolean IsMasterPageMode
If the view is in master page mode, the view shows the master pages of this model.
Definition DrawingDocumentDrawView.idl:73
short ZoomValue
Defines the zoom value to use.
Definition DrawingDocumentDrawView.idl:113
com::sun::star::awt::Rectangle VisibleArea
This is the area that is currently visible.
Definition DrawingDocumentDrawView.idl:90
is an abstract service for a component which offers a deeper integration of desktop components than a...
Definition generated_idl_chapter_refs.idl:988
specifies a 2-dimensional point using the Cartesian coordinate system.
Definition Point.idl:28
specifies a rectangular area by position and size.
Definition Rectangle.idl:28