|
com::sun::star::document::XEventBroadcaster | getEventBroadcaster () raises ( ::com::sun::star::lang::DisposedException, ::com::sun::star::uno::Exception ) |
| makes it possible to register listeners which are called whenever a document event occurs.
|
|
sequence< string > | getAvailableMimeTypes () raises ( ::com::sun::star::lang::DisposedException, ::com::sun::star::uno::Exception ) |
| returns a sequence of the currently supported output formats.
|
|
boolean | attachResource ([in] string URL, [in] sequence< com::sun::star::beans::PropertyValue > Arguments) |
| informs a model about its resource description.
|
|
string | getURL () |
| provides information about the location of this model
|
|
sequence< com::sun::star::beans::PropertyValue > | getArgs () |
| provides read access on currently representation of the com::sun::star::document::MediaDescriptor of this model which describes the model and its state
|
|
void | connectController ([in] XController Controller) |
| is called whenever a new controller is created for this model.
|
|
void | disconnectController ([in] XController Controller) |
| is called whenever an existing controller should be deregistered at this model.
|
|
void | lockControllers () |
| suspends some notifications to the controllers which are used for display updates.
|
|
void | unlockControllers () |
| resumes the notifications which were suspended by XModel::lockControllers().
|
|
boolean | hasControllersLocked () |
| determines if there is at least one lock remaining.
|
|
XController | getCurrentController () |
| provides access to the controller which currently controls this model
|
|
void | setCurrentController ([in] XController Controller) raises ( com::sun::star::container::NoSuchElementException ) |
| sets a registered controller as the current controller.
|
|
com::sun::star::uno::XInterface | getCurrentSelection () |
| provides read access on current selection on controller
|
|
void | dispose () |
| The owner of an object calls this method to explicitly free all resources kept by this object and thus break cyclic references.
|
|
void | addEventListener ([in] XEventListener xListener) |
| adds an event listener to the object.
|
|
void | removeEventListener ([in] XEventListener aListener) |
| removes an event listener from the listener list.
|
|
any | queryInterface ([in] type aType) |
| queries for a new interface to an existing UNO object.
|
|
void | acquire () |
| increases the reference counter by one.
|
|
void | release () |
| decreases the reference counter by one.
|
|
void | initNew () raises ( DoubleInitializationException, com::sun::star::io::IOException, com::sun::star::uno::Exception ) |
| creates a component from scratch
|
|
void | load ([in] sequence< com::sun::star::beans::PropertyValue > lArguments) raises ( DoubleInitializationException, com::sun::star::io::IOException, com::sun::star::uno::Exception ) |
| loads a component from a URL
|
|
void | setVisualAreaSize ([in] hyper nAspect, [in] ::com::sun::star::awt::Size aSize) raises ( ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::embed::WrongStateException, ::com::sun::star::uno::Exception ) |
| sets the size of object's visual area.
|
|
::com::sun::star::awt::Size | getVisualAreaSize ([in] hyper nAspect) raises ( ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::embed::WrongStateException, ::com::sun::star::uno::Exception ) |
| gets the size of object's visual area.
|
|
VisualRepresentation | getPreferredVisualRepresentation ([in] hyper nAspect) raises ( ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::embed::WrongStateException, ::com::sun::star::uno::Exception ) |
| retrieves visual representation of the object in preferable format.
|
|
long | getMapUnit ([in] hyper nAspect) raises ( ::com::sun::star::uno::Exception ) |
| retrieves map mode the object communicates in.
|
|
void | loadFromStorage ([in] ::com::sun::star::embed::XStorage xStorage, [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaDescriptor) raises ( ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::frame::DoubleInitializationException, ::com::sun::star::io::IOException, ::com::sun::star::uno::Exception ) |
| lets the document load itself using provided storage.
|
|
void | storeToStorage ([in] ::com::sun::star::embed::XStorage xStorage, [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaDescriptor) raises ( ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::io::IOException, ::com::sun::star::uno::Exception ) |
| lets the document store itself to the provided storage.
|
|
void | switchToStorage ([in] ::com::sun::star::embed::XStorage xStorage) raises ( ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::io::IOException, ::com::sun::star::uno::Exception ) |
| allows to switch the document to the provided storage.
|
|
::com::sun::star::embed::XStorage | getDocumentStorage () raises ( ::com::sun::star::io::IOException, ::com::sun::star::uno::Exception ) |
| allows to get the storage the document is based on.
|
|
void | addStorageChangeListener ([in] XStorageChangeListener xListener) |
| allows to register a listener that will be notified when another storage is set to the document.
|
|
void | removeStorageChangeListener ([in] XStorageChangeListener xListener) |
| allows to deregister the listener.
|
|
::com::sun::star::container::XIndexAccess | getViewData () |
| retrieve information about currently opened view to restore it later
|
|
void | setViewData ([in] com::sun::star::container::XIndexAccess Data) |
| restore all views which will be represented by given data argument
|
|
void | close ([in] boolean DeliverOwnership) raises ( CloseVetoException ) |
| try to close the object
|
|
void | addCloseListener ([in] XCloseListener Listener) |
| adds the specified listener to receive or have a veto for "close" events
|
|
void | removeCloseListener ([in] XCloseListener Listener) |
| removes the specified listener
|
|
XUIConfigurationManager | getUIConfigurationManager () |
| returns the user interface configuration manager related to the object.
|
|
com::sun::star::embed::XStorage | getDocumentSubStorage ([in] string StorageName, [in] long nMode) |
| provides the access to a substorage with specified name
|
|
sequence< string > | getDocumentSubStoragesNames () raises ( ::com::sun::star::io::IOException ) |
| provides the list of substorages
|
|
com::sun::star::container::XNameAccess | getStyleFamilies () |
| This method returns the collection of style families available in the container document.
|
|
boolean | disableSetModified () |
| disable possibility to change modified state of the document
|
|
boolean | enableSetModified () |
| enable possibility to change modified state of the document
|
|
boolean | isSetModifiedEnabled () |
| allows to detect whether the modified state change is enabled
|
|
boolean | isModified () |
|
void | setModified ([in] boolean bModified) raises ( com::sun::star::beans::PropertyVetoException ) |
| sets the status of the modified-flag from outside of the object.
|
|
void | addModifyListener ([in] com::sun::star::util::XModifyListener aListener) |
| adds the specified listener to receive events "modified."
|
|
void | removeModifyListener ([in] com::sun::star::util::XModifyListener aListener) |
| removes the specified listener.
|
|
com::sun::star::util::XCloneable | createClone () |
| creates a copy of the object.
|
|
com::sun::star::uno::XInterface | getParent () |
| grants access to the object containing this content.
|
|
void | setParent ([in] com::sun::star::uno::XInterface Parent) raises ( com::sun::star::lang::NoSupportException ) |
| sets the parent to this object.
|
|
com::sun::star::awt::Point | getPosition () |
| gets the current position of this object.
|
|
void | setPosition ([in] com::sun::star::awt::Point aPosition) |
| sets the current position of this object
|
|
com::sun::star::awt::Size | getSize () |
| gets the size of this object.
|
|
void | setSize ([in] com::sun::star::awt::Size aSize) raises ( com::sun::star::beans::PropertyVetoException ) |
| sets the size of this object.
|
|
string | getShapeType () |
|
com::sun::star::beans::XPropertySetInfo | getPropertySetInfo () |
|
void | setPropertyValue ([in] string aPropertyName, [in] any aValue) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::beans::PropertyVetoException, com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::WrappedTargetException ) |
| sets the value of the property with the specified name.
|
|
any | getPropertyValue ([in] string PropertyName) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
|
void | addPropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener xListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| adds an XPropertyChangeListener to the specified property.
|
|
void | removePropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| removes an XPropertyChangeListener from the listener list.
|
|
void | addVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| adds an XVetoableChangeListener to the specified property with the name PropertyName.
|
|
void | removeVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| removes an XVetoableChangeListener from the listener list.
|
|
|
string | MimeType { set raises(com::sun::star::lang::IllegalArgumentException); } |
| Represents the output format (media (mime) type) of the resulting document when executing this report.
|
|
string | Caption |
| Represents the title of the report in print preview.
|
|
short | GroupKeepTogether { set raises(com::sun::star::lang::IllegalArgumentException); } |
| Specifies whether groups in a multi column report are kept together.
|
|
short | PageHeaderOption |
| Represents the location of the page header.
|
|
short | PageFooterOption |
| Represents the location of the page footer.
|
|
string | Command |
| is the command which should be executed, the type of command depends on the CommandType.
|
|
long | CommandType |
| specifies the type of the command to be executed to retrieve a result set.
|
|
string | Filter |
| specifies an additional filter to optionally use.
|
|
boolean | EscapeProcessing |
| specifies if the Command should be analyzed on the client side before sending it to the database server.
|
|
com::sun::star::sdbc::XConnection | ActiveConnection { set raises(com::sun::star::lang::IllegalArgumentException); } |
| specifies the active connection which is used to create the resulting report.
|
|
string | DataSourceName |
| is the name of the datasource to use, this could be a named datasource or the URL of a data access component.
|
|
boolean | ReportHeaderOn |
| Defines that the report header is on.
|
|
boolean | ReportFooterOn |
| Defines that the report footer is on.
|
|
boolean | PageHeaderOn |
| Defines that the page header is on.
|
|
boolean | PageFooterOn |
| Defines that the page footer is on.
|
|
com::sun::star::report::XGroups | Groups |
| Represents the groups of the report.
|
|
com::sun::star::report::XSection | ReportHeader { get raises(com::sun::star::container::NoSuchElementException); } |
| returns the report header if the ReportHeaderOn is TRUE .
|
|
com::sun::star::report::XSection | PageHeader { get raises(com::sun::star::container::NoSuchElementException); } |
| returns the page header if the PageHeaderOn is TRUE .
|
|
com::sun::star::report::XSection | Detail |
| returns the detail section.
|
|
com::sun::star::report::XSection | PageFooter { get raises(com::sun::star::container::NoSuchElementException); } |
| returns the page footer if the PageFooterOn is TRUE .
|
|
com::sun::star::report::XSection | ReportFooter { get raises(com::sun::star::container::NoSuchElementException); } |
| returns the report footer if the ReportFooterOn is TRUE .
|
|
string | Name { set raises(com::sun::star::beans::PropertyVetoException); } |
| the name of the component.
|
|
long | Height { set raises(com::sun::star::beans::PropertyVetoException); } |
| specifies the height of the control.
|
|
long | PositionX |
| specifies the horizontal position of the control.
|
|
long | PositionY |
| specifies the vertical position of the control.
|
|
long | Width { set raises(com::sun::star::beans::PropertyVetoException); } |
| specifies the width of the control.
|
|
boolean | AutoGrow { set raises(com::sun::star::beans::UnknownPropertyException); get raises(com::sun::star::beans::UnknownPropertyException); } |
| Specifies that the control containing data shall automatically grow to the optimal height to show the data without wasting space.
|
|
short | ControlBorder { set raises(com::sun::star::lang::IllegalArgumentException, com::sun::star::beans::UnknownPropertyException); get raises(com::sun::star::beans::UnknownPropertyException); } |
| specifies the border style of the control.
|
|
long | ControlBorderColor { set raises(com::sun::star::lang::IllegalArgumentException, com::sun::star::beans::UnknownPropertyException); get raises(com::sun::star::beans::UnknownPropertyException); } |
| specifies the color of the border, if present
|
|
boolean | PrintRepeatedValues { set raises(com::sun::star::beans::UnknownPropertyException); get raises(com::sun::star::beans::UnknownPropertyException); } |
| Specifies that recurring values are printed.
|
|
com::sun::star::report::XSection | Section |
| Specifies the section where the control belongs to.
|
|
com::sun::star::report::XFunctions | Functions |
| access to the functions
|
|
identifies a XReportComponent as being a (sub-) report.
This interface does not really provide an own functionality, it is only for easier runtime identification of report components.
A report fulfills several tasks, like storing the structure of its report components and it provides the event environment for its contained elements.
- See also
- XReportComponent