:: com :: sun :: star :: sdb ::

service OfficeDatabaseDocument
Usage Restrictions
not published
Description
specifies a office database document which is a storable document.

These documents contain information about forms, and reports, and the properties of a data source.

The database document contains no data per default. The following is stored inside the document:

  • Forms
  • Reports
  • The table settings defined in DataSettings
  • The query settings defined in DataSettings
  • All properties of the service DataSource
  • That the interface ::com::sun::star::view::XPrintable is not optional at the ::com::sun::star::document::OfficeDocument service is a documenation problem. The service OfficeDatabaseDocument doesn't support any printing.

    See also
    XOfficeDatabaseDocument
    See also
    ::com::sun::star::document::OfficeDocument
    Since
    OpenOffice 2.0.0

    Included Services
    ::com::sun::star::document::OfficeDocument
    (referenced entity's summary:)
    abstract service which specifies a storable and printable document
    Exported Interfaces
    XOfficeDatabaseDocument
    (referenced entity's summary:)
    simplifies the accessing of data sources, and it's corresponding database document and forms, and reports.

     
    Top of Page