Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 25 of 2752) sorted by relevance

12345678910>>...111

/trunk/main/idlc/test/parser/
H A Dinterfaceinheritance.tests23 interface Base {};
24 interface Derived {
25 interface Base;
26 interface Base;
31 interface Base {};
32 interface Derived {
33 interface Base;
34 [optional] interface Base;
39 interface Base {};
40 interface Derived {
[all …]
H A Dpublished.tests27 published interface I1 {};
32 published service Service2 { interface I1; };
50 interface I1;
51 interface I1 {};
55 interface I1;
56 published interface I1 {};
60 published interface I1;
61 interface I1 {};
65 published interface I1;
66 published interface I1 {};
[all …]
H A Dmethodoverload.tests23 interface Derived {
30 interface Base {
33 interface Derived {
34 interface Base;
40 interface Base {
43 interface Derived {
45 interface Base;
50 interface Base {
53 interface Derived {
54 [optional] interface Base;
[all …]
H A Dattribute.tests23 interface I1 {
29 interface I1 {
35 interface I1 {
44 interface I1 {
53 interface I1 {
62 interface I1 {
72 interface I1 {
82 interface I1 {
92 interface I1 {
102 interface I1 {
[all …]
H A Dconstructor.tests23 interface X {};
28 interface X {};
33 interface X {};
40 interface X {};
48 interface X {
54 interface X {
60 interface X {};
67 interface X {};
75 interface X {};
82 interface X {};
[all …]
/trunk/main/offapi/com/sun/star/frame/
H A DXLayoutManager.idl65 /** central interface to query for, create, destroy and manipulate user
66 interface elements which are bound to a layout manager.
69 Every user interface element which is controlled by a layout manager has
76 Currently the following user interface element types are defined:
78 <li><b>menubar</b>A configurable user interface element representing
80 <li><b>popupmenu</b>A configurable user interface element representing
82 <li><b>toolbar</b>A configurable user interface element a tool
84 <li><b>statusbar</b>A configurable user interface element representing
86 <li><b>floater</b>A basic user interface element representing a
97 published interface XLayoutManager : com::sun::star::uno::XInterface
[all …]
H A DLayoutManager.idl60 /** controls the layout of user interface elements which are part of a frame.
64 user interface elements. By default, each <type>Frame</type> has a layout
65 manager -- it performs layout management for the user interface elements
66 within the frame. User interface elements can provide size and alignment
68 the size and position of those user interface elements.
76 /** central interface to query for, create, destroy and manipulate user
77 interface elements which are bound to a frame.
81 interface ::com::sun::star::frame::XLayoutManager;
83 /** notification interface to receive status information about the state
94 interface ::com::sun::star::frame::XFrameActionListener;
[all …]
/trunk/main/offapi/com/sun/star/ui/
H A DXUIConfigurationManager.idl65 /** specifies a user interface configuration manager interface which
66 controls the structure of all customizable user interface
72 published interface XUIConfigurationManager : ::com::sun::star::uno::XInterface
74 /** resets the configuration manager to the default user interface
77 This means that all user interface configuration data of the
78 instance will be removed. A module based user interface
81 default elements from a module user interface configuration
87 /** retrieves information about all user interface elements within
88 the user interface configuration manager.
92 of user interface elements. If all user interface element
[all …]
H A DXUIElementFactory.idl49 /** specifies a user interface element factory that can create and initialize
50 user interface elements.
53 User interface element factories must be registered at a
56 Currently the following user interface element types are defined:
58 <li><b>menubar</b>A configurable user interface element.</li>
59 <li><b>popupmenu</b>A configurable user interface element.</li>
60 <li><b>toolbar</b>A configurable user interface element.</li>
61 <li><b>statusbar</b>A configurable user interface element.</li>
62 <li><b>floater</b>A basic user interface element.</li>
69 published interface XUIElementFactory : ::com::sun::star::uno::XInterface
[all …]
H A DModuleUIConfigurationManager.idl48 /** specifies a user interface configuration manager which gives access to user interface
52 A module user interface configuratio manager supports two layers of configuration settings
54 1. Layer: A module default user interface configuration which describe all user interface
57 2. Layer: A module user interface configuration which only contains customized user interface
58 elements and user-defined ones. All changes on user interface element settings are done on
67 /** provides a function to initialize a module user interface configuration manager instance.
70 A module user interface configuration manager instance needs the following arguments as
74 contains the default module user interface configuration settings.</li>
76 contains the user-defined module user interface configuration settings.</li>
82 A non-initialized module user interface configuration manager cannot be used, it is treated
[all …]
H A DUIElement.idl53 /** specifies a user interface element.
56 A user interface element consists of a unique identifier and a type specifier. It
57 provides an interface to retrieve a special purpose interface which depends on
58 the specific user interface element type. Every user interface must be initialized
67 /** provides a function to retrieve a special purpose interface which depends on
68 the specific user interface element type.
70 interface ::com::sun::star::ui::XUIElement;
72 /** interface to initialize a user interface element instance.
74 A user interface element must be initialized using
79 the user interface element.</li>
[all …]
H A DXUIElementFactoryRegistration.idl53 /** is used to query, register and deregister user interface element factories.
56 A user interface element factory is registered for a set of three properties.
58 <li><b>Type</b>a string that identifies a type of a user interface element.</li>
59 … <li><b>Name</b>a string that identifies a single user interface element within a type class.</li>
62 A combination of these three property values can uniquely identify every user interface
65 Currently the following user interface element types are defined:
78 interface XUIElementFactoryRegistration : com::sun::star::uno::XInterface
80 /** function to retrieve a list of all registered user interface element factories
84 user interface element factory.<br/>
88 <li><b>Type</b>a string property that identifies the type of the user interface
[all …]
/trunk/main/udkapi/com/sun/star/reflection/
H A DXIdlClass.idl42 published interface XIdlField;
43 published interface XIdlMethod;
44 published interface XIdlArray;
50 published interface XIdlClass: com::sun::star::uno::XInterface
100 /** If the reflected type is an interface, then the returned
103 If the reflected type is not an interface or an interface that is
107 all base interfaces of an interface type or an empty sequence.
117 returns a <type>XIdlClass</type> interface reflecting
121 reflection interface of the element type of an array or
126 /** If the reflected type is an interface, struct or union, then you
[all …]
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DFilePicker.idl64 published interface XFilePicker;
65 published interface XFilePickerNotifier;
66 published interface XFilePickerControlAccess;
67 published interface XFilterManager;
68 published interface XFilePreview;
69 published interface XFilterGroupManager;
81 interface XFilePicker;
86 interface XFilePickerNotifier;
92 interface XFilterManager;
97 [optional] interface XFilePreview;
[all …]
/trunk/main/offapi/com/sun/star/sdbc/
H A DResultSet.idl40 published interface XStatement;
41 published interface XRow;
42 published interface XRowUpdate;
43 published interface XResultSet;
44 published interface XResultSetUpdate;
45 published interface XResultSetMetaDataSupplier;
46 published interface XWarningsSupplier;
47 published interface XColumnLocate;
48 published interface XCloseable;
102 [optional] interface com::sun::star::lang::XComponent;
[all …]
/trunk/main/offapi/com/sun/star/text/
H A DGenericTextDocument.idl146 interface com::sun::star::lang::XMultiServiceFactory;
148 interface com::sun::star::text::XTextDocument;
150 interface com::sun::star::util::XSearchable;
152 interface com::sun::star::util::XRefreshable;
154 [optional] interface com::sun::star::text::XFootnotesSupplier;
156 [optional] interface com::sun::star::text::XEndnotesSupplier;
158 [optional] interface com::sun::star::util::XReplaceable;
160 [optional] interface com::sun::star::text::XPagePrintable;
162 [optional] interface com::sun::star::text::XReferenceMarksSupplier;
164 [optional] interface com::sun::star::text::XLineNumberingSupplier;
[all …]
H A DTextCursor.idl83 interface com::sun::star::text::XTextCursor;
86 [optional] interface com::sun::star::text::XWordCursor;
89 [optional] interface com::sun::star::text::XSentenceCursor;
92 [optional] interface com::sun::star::text::XParagraphCursor;
95 …// DocMerge from xml: service com::sun::star::text::TextCursor: interface com::sun::star::beans::X…
96 /** This interface gives access to the properties of the range that is
99 interface com::sun::star::beans::XPropertySet;
102 …// DocMerge from xml: service com::sun::star::text::TextCursor: interface com::sun::star::beans::X…
103 /** This interface gives access to the state of the properties of the
106 interface com::sun::star::beans::XPropertyState;
[all …]
/trunk/main/offapi/com/sun/star/ucb/
H A DContentResultSet.idl78 <p>This interface is required.
80 interface com::sun::star::lang::XComponent;
86 <p>This interface is required.
88 interface com::sun::star::sdbc::XResultSetMetaDataSupplier;
92 This interface mainly provides a cursor for the result set.
94 <p>Note that every method of this interface implementation additionally
97 to that interface ). The new exception transports another exception,
100 <p>This interface is required.
102 interface com::sun::star::sdbc::XResultSet;
107 <p>Note that every method of this interface implementation additionally
[all …]
H A DGnomeVFSFolderContent.idl78 /** This interface is implemented according to the specification of
81 interface com::sun::star::lang::XComponent;
84 /** This interface is implemented according to the specification of
87 interface com::sun::star::ucb::XContent;
89 interface com::sun::star::ucb::XCommandProcessor;
91 [optional] interface com::sun::star::ucb::XCommandProcessor2;
94 /** This interface is implemented according to the specification of
97 interface com::sun::star::beans::XPropertiesChangeNotifier;
100 /** This interface is implemented according to the specification of
103 interface com::sun::star::beans::XPropertyContainer;
[all …]
H A DHierarchyFolderContent.idl80 /** This interface is implemented according to the specification of
83 interface com::sun::star::lang::XComponent;
86 /** This interface is implemented according to the specification of
89 interface com::sun::star::ucb::XContent;
92 /** This interface is implemented according to the specification of
143 interface com::sun::star::ucb::XCommandProcessor;
153 (yet), every new implementation should support this interface.
155 [optional] interface com::sun::star::ucb::XCommandProcessor2;
158 /** This interface is implemented according to the specification of
161 interface com::sun::star::beans::XPropertiesChangeNotifier;
[all …]
H A DGnomeVFSDocumentContent.idl68 /** This interface is implemented according to the specification of
71 interface com::sun::star::lang::XComponent;
74 /** This interface is implemented according to the specification of
77 interface com::sun::star::ucb::XContent;
79 interface com::sun::star::ucb::XCommandProcessor;
81 [optional] interface com::sun::star::ucb::XCommandProcessor2;
84 /** This interface is implemented according to the specification of
87 interface com::sun::star::beans::XPropertiesChangeNotifier;
90 /** This interface is implemented according to the specification of
93 interface com::sun::star::beans::XPropertyContainer;
[all …]
H A DTransientDocumentsRootContent.idl83 /** This interface is implemented according to the specification of
86 interface com::sun::star::lang::XComponent;
89 /** This interface is implemented according to the specification of
92 interface com::sun::star::ucb::XContent;
95 /** This interface is implemented according to the specification of
137 interface com::sun::star::ucb::XCommandProcessor;
147 (yet), every new implementation should support this interface.
149 [optional] interface com::sun::star::ucb::XCommandProcessor2;
152 /** This interface is implemented according to the specification of
155 interface com::sun::star::beans::XPropertiesChangeNotifier;
[all …]
H A DHierarchyLinkContent.idl78 /** This interface is implemented according to the specification of
81 interface com::sun::star::lang::XComponent;
84 /** This interface is implemented according to the specification of
87 interface com::sun::star::ucb::XContent;
90 /** This interface is implemented according to the specification of
138 interface com::sun::star::ucb::XCommandProcessor;
148 (yet), every new implementation should support this interface.
150 [optional] interface com::sun::star::ucb::XCommandProcessor2;
153 /** This interface is implemented according to the specification of
156 interface com::sun::star::beans::XPropertiesChangeNotifier;
[all …]
H A DTransientDocumentsStreamContent.idl83 /** This interface is implemented according to the specification of
86 interface com::sun::star::lang::XComponent;
89 /** This interface is implemented according to the specification of
92 interface com::sun::star::ucb::XContent;
95 /** This interface is implemented according to the specification of
143 interface com::sun::star::ucb::XCommandProcessor;
153 (yet), every new implementation should support this interface.
155 [optional] interface com::sun::star::ucb::XCommandProcessor2;
158 /** This interface is implemented according to the specification of
161 interface com::sun::star::beans::XPropertiesChangeNotifier;
[all …]
H A DODMAContent.idl80 /** This interface is implemented according to the specification of
83 interface com::sun::star::lang::XComponent;
86 /** This interface is implemented according to the specification of
89 interface com::sun::star::ucb::XContent;
92 /** This interface is implemented according to the specification of
158 interface com::sun::star::ucb::XCommandProcessor;
168 (yet), every new implementation should support this interface.
170 [optional] interface com::sun::star::ucb::XCommandProcessor2;
173 /** This interface is implemented according to the specification of
176 interface com::sun::star::beans::XPropertiesChangeNotifier;
[all …]

12345678910>>...111