LibreOffice
LibreOffice 7.4 SDK API Reference
Exported Interfaces | List of all members
RelationDesign Service Referencepublished

implements a component which allows the creation of relation. More...

import"RelationDesign.idl";

Inheritance diagram for RelationDesign:
XController XInitialization XComponent XInterface XInterface

Exported Interfaces

interface com::sun::star::frame::XController
 allows the component to be plugged into frames. More...
 
interface com::sun::star::lang::XInitialization
 is used to initialize the RelationDesign. More...
 

Additional Inherited Members

- Public Member Functions inherited from XController
void attachFrame ([in] XFrame Frame)
 is called to attach the controller with its managing frame. More...
 
boolean attachModel ([in] XModel Model)
 is called to attach the controller to a new model. More...
 
boolean suspend ([in] boolean Suspend)
 is called to prepare the controller for closing the view More...
 
any getViewData ()
 provides access to current view status More...
 
void restoreViewData ([in] any Data)
 restores the view status using the data gotten from a previous call to XController::getViewData(). More...
 
XModel getModel ()
 provides access to currently attached model More...
 
XFrame getFrame ()
 provides access to owner frame of this controller More...
 
- Public Member Functions inherited from XComponent
void dispose ()
 The owner of an object calls this method to explicitly free all resources kept by this object and thus break cyclic references. More...
 
void addEventListener ([in] XEventListener xListener)
 adds an event listener to the object. More...
 
void removeEventListener ([in] XEventListener aListener)
 removes an event listener from the listener list. 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...
 
- Public Member Functions inherited from XInitialization
void initialize ([in] sequence< any > aArguments) raises ( com::sun::star::uno::Exception )
 initializes the object. More...
 

Detailed Description

implements a component which allows the creation of relation.

This service implements a user interface for relations through a graphical design interface.

The design view of the RelationDesign is identical to the first part of

See also
QueryDesign. It contains all tables which are already connected through a relation.
See also
com::sun::star::sdb::ContentLoader
com::sun::star::frame::XDispatch
com::sun::star::frame::XDispatchProviderInterceptor
Since
OOo 1.1.2

Exported Interfaces

◆ com::sun::star::frame::XController

allows the component to be plugged into frames.

◆ com::sun::star::lang::XInitialization

is used to initialize the RelationDesign.

Parameters (passed to the method com::sun::star::lang::XInitialization::initialize()) have to be instances of com::sun::star::beans::PropertyValue, where the com::sun::star::beans::PropertyValue::Name member specifies what the parameter controls, with the com::sun::star::beans::PropertyValue::Value member containing the value to be used.
Recognized parameters are:

  • Frame
    has to be a com::sun::star::frame::XFrame interface specifying the frame to plug the RelationDesign component into.
  • DataSourceName
    The name of the globally registered DataSource to be used for initial display. It is only meaningful together with the other parameters specifying the object to display.

The documentation for this service was generated from the following file: