Home
last modified time | relevance | path

Searched refs:type (Results 126 – 150 of 2995) sorted by relevance

12345678910>>...120

/trunk/main/offapi/com/sun/star/chart/
H A DAccessibleChartElement.idl46 <type scope="::com::sun::star::chart">ChartTitle</type>,
47 <type scope="::com::sun::star::chart">ChartLegend</type>,
48 <type scope="::com::sun::star::chart">Diagram</type>,
49 <type scope="::com::sun::star::chart">ChartAxis</type>,
50 <type scope="::com::sun::star::chart">ChartDataRowProperties</type>,
51 <type scope="::com::sun::star::chart">ChartDataPointProperties</type>.
63 <type scope="::com::sun::star::accessibility">XAccessibleContext</type>
91 <dd>The <type scope="::com::sun::star::chart">Diagram</type> and
92 the <type scope="::com::sun::star::chart">ChartLegend</type>
156 <type scope="::com::sun::star::accessibility">XAccessibleText</type> and
[all …]
/trunk/main/offapi/com/sun/star/rendering/
H A DXIntegerReadOnlyBitmap.idl54 channels. In contrast to <type>XIntegerBitmap</type>, this
62 <type>XIntegerReadOnlyBitmap</type> that also supports the
63 <type>XVolatileBitmap</type> interface, things become a bit more
65 <type>VolatileContentDestroyedException</type> and mismatching
66 <type>IntegerBitmapLayout</type> return values. If either of them
91 <type>XVolatileBitmap</type>.
97 @throws <type>VolatileContentDestroyedException</type>
100 @throws <type>com::sun::star::lang::IndexOutOfBoundsException</type>
128 <type>XVolatileBitmap</type>.
134 @throws <type>VolatileContentDestroyedException</type>
[all …]
/trunk/main/offapi/com/sun/star/drawing/
H A DAccessibleGraphicShape.idl37 /** The <type>AccessibleGraphicShape</type> service is implemented by the
41 <p>It differs from the included <type>AccessibleShape</type> 'base'
43 <type
44 scope="::com::sun::star::accessibility">XAccessibleImage</type>
53 <p>See <type>AccessibleShape</type> for documentation and support of
55 <type scope="::com::sun::star::accessibility">XAccessible</type>,
56 <type scope="::com::sun::star::accessibility">XAccessibleContext</type>,
58 <type scope="::com::sun::star::accessibility">XAccessibleComponent</type>.</p>
66 <p>The support of the <type
68 >XAccessibleImage</type> interface
[all …]
H A DXDrawPageDuplicator.idl47 /** creates a duplicate of a <type>DrawPage</type> or <type>MasterPage</type>,
48 including the <type>Shape</type>s on that page and inserts it into the
52 that is the source <type>DrawPage</type> or <type>MasterPage</type>
56 a newly created <type>DrawPage</type> or <type>MasterPage</type>
57 that as all properties and copies of all <type>Shape</type>s from
H A DAccessibleShape.idl39 /** The <type>AccessibleShape</type> service is implemented by UNO shapes to
41 A UNO shape is any object that implements the <type
48 <type>AccessibleGraphicShape</type> or <type>AccessibleOLEShape</type>.
50 <type scope="::com::sun::star::accessibility"
54 <type>AccessibleGraphicShape</type> and the
55 <type>AccessibleOLEShape</type> services provide additional interfaces.
72 <type scope="::com::sun::star::accessibility">XAccessibleContext</type>
94 >AccessibleParagraphView</type> for details of
97 <type>AccessibleDrawDocumentView</type> or a group shape, 3D
117 <type scope="::com::sun::star::lang">DisposedException</type>
[all …]
/trunk/main/offapi/com/sun/star/ucb/
H A DHelpContent.idl77 service <type>Content</type>.
83 service <type>Content</type>.
89 service <type>Content</type>.
156 string AnchorName ( readonly, only if content is has media type "text/html".
165 /** is an enhanced version of <type>XCommandProcessor</type> that has an
171 <p>Where many existing <type>Content</type> implementations do not
178 service <type>Content</type>.
184 service <type>Content</type>.
190 service <type>Content</type>.
196 service <type>Content</type>.
[all …]
H A DPackageStreamContent.idl78 service <type>Content</type>.
84 service <type>Content</type>.
90 service <type>Content</type>.
156 /** is an enhanced version of <type>XCommandProcessor</type> that has an
162 <p>Where many existing <type>Content</type> implementations do not
169 service <type>Content</type>.
175 service <type>Content</type>.
181 service <type>Content</type>.
187 service <type>Content</type>.
193 service <type>Content</type>.
/trunk/main/offapi/com/sun/star/configuration/
H A DSetElement.idl61 <type scope="com::sun::star::lang">XSingleServiceFactory</type> or,
62 if supported, <type scope="com::sun::star::lang">XMultiServiceFactory</type>
63 on an implementation of <type>SetUpdate</type>. Initially, they are not
93 a <type scope="com::sun::star::lang">XEventListener</type> with the object.
146 <p>Clients may register an <type scope="com::sun::star::lang">XEventListener</type>
159 <type scope="com::sun::star::lang">XSingleServiceFactory</type>
160 on an implementation of <type>SetUpdate</type>, this interface describes the
161 same template as interface <type>XTemplateContainer</type> on that
162 <type>SetUpdate</type>.
165 <type scope="com::sun::star::lang">XMultiServiceFactory</type>
[all …]
H A DGroupUpdate.idl42 <p>This service extends <type>GroupAccess</type> to support
61 <type scope="com::sun::star::container">XNameAccess</type> supported
62 by service <type>GroupAccess</type> to allow changing values.
64 <type>PropertyHierarchy</type> (from <type>GroupAccess</type>), so that
70 <type scope="com::sun::star::beans">XPropertySet</type> or
71 <type scope="com::sun::star::beans">XMultiPropertySet</type>.
74 <p>Elements of this group may be replaced only if they are of simple type.
75 The type returned by
77 must not be an interface type. Replacing whole subtrees is not supported.
/trunk/main/binaryurp/source/
H A Dmarshal.cxx131 type.is() && in writeValue()
133 value.getType().equals(type))); in writeValue()
134 writeValue(buffer, type, value.getValue(type)); in writeValue()
200 OSL_ASSERT(buffer != 0 && type.is()); in writeValue()
201 type.makeComplete(); in writeValue()
202 switch (type.get()->eTypeClass) { in writeValue()
253 type.get())-> in writeValue()
268 writeMemberValues(buffer, type, value); in writeValue()
276 type)); in writeValue()
289 type.is() && in writeMemberValues()
[all …]
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.hxx101 const ::rtl::OString& type,
113 const ::rtl::OString& type,
118 sal_Bool isPassedAsPointer(const ::rtl::OString& type);
119 sal_Bool isArray(const ::rtl::OString& type);
128 ::rtl::OString getTypeClass(const ::rtl::OString& type="",
130 ::rtl::OString getUnoBaseType(const ::rtl::OString& type);
131 ::rtl::OString getCorbaBaseType(const ::rtl::OString& type);
134 BASETYPE isBaseType(const ::rtl::OString& type);
141 sal_Bool isNestedTypeByName(const ::rtl::OString& type);
297 const ::rtl::OString& type,
[all …]
/trunk/main/solenv/bin/
H A Dmacosx-change-install-names.pl70 my ($type, $loc1, $loc2) = @_;
71 my $act = $action{"$type/$loc1/$loc2"};
78 $type = shift @ARGV;
80 if ($type eq "SharedLibrary")
82 $type = "shl";
84 if ($type eq "Executable")
86 $type = "app"
88 if ($type eq "Library")
90 $type = "shl"
92 if ($type eq "extshl")
[all …]
/trunk/main/offapi/com/sun/star/sdbc/
H A DXOutParameters.idl64 to register the type from
65 <type scope="com::sun::star::sdbc">DataType</type>
70 fully-qualified type name of the referenced type be given.
71 An SDBC driver that does not need the type code and type name information
85 parameter's registered SQL type.
90 the type of the column to register
92 the name of the type
103 to the SDBC type
110 The SDBC type specified by
126 the type of the column to register
[all …]
/trunk/main/offapi/com/sun/star/inspection/
H A DXObjectInspector.idl44 /** describes the main interface of an <type>ObjectInspector</type>.
52 /** allows to plug the inspector into an <type scope="com::sun::star::frame">XFrame</type>
55 accepts only <type>XObjectInspectorModel</type>s, and will return <FALSE/> if the
58 … <p>If you do not want to support a full-blown <type scope="com::sun::star::frame">XModel</type>,
69 … <p>This interface is inherited from the <type scope="com::sun::star::frame">Controller</type>
70 …service, currently, there is no functionality to intercept at an <type>XObjectInspector</type>.</p>
81 … or need to implement the full-blown <type scope="com::sun::star::frame">XModel</type> interface,
102 <p>If the sequence is empty, the UI of the <type>ObjectInspector</type> will be
105 <p>If the sequence contains more than one object, the <type>XObjectInspector</type>
112 one of the active <type>XPropertyHandler</type>'s raised a non-modal user interface,
H A DLineDescriptor.idl37 …scribes the appearance of a line representing a single property in an <type>ObjectInspector</type>.
97 … <p>This URL will be used to obtain an actual <type scope="com::sun::star::graphic">XGraphic</type>
98 object from an <type scope="com::sun::star::graphic">GraphicProvider</type>.</p>
103 <type scope="com::sun::star::graphic">XGraphic</type> only, then you must leave
142 … <p>This URL will be used to obtain an actual <type scope="com::sun::star::graphic">XGraphic</type>
143 object from an <type scope="com::sun::star::graphic">GraphicProvider</type>.</p>
148 <type scope="com::sun::star::graphic">XGraphic</type> only, then you must leave
171 <p>Normally, <type>XPropertyHandler</type>s will set this to <code>0</code> when describing
176 …escribes the category into which the property should be sorted by the <type>ObjectInspector</type>.
178 <p>An <type>ObjectInspector</type> can visually group properties which semantically belong
[all …]
H A DXPropertyControlFactory.idl37 /** a factory for <type>XPropertyControl</type>s
43 /** creates a <type>XPropertyControl</type>
45 <p>A <type>XPropertyControlFactory</type> can create any of the control types denoted by
46 the <type>PropertyControlType</type> constants.</p>
49 the type of the requested control
55 … changed at all in the <type>ObjectInspector</type>. Instead, an <type>XPropertyHandler</type>
63 a control of the given type.
66 if the given <arg>ControlType</arg> is not a value <type>PropertyControlType</type>
/trunk/main/offapi/com/sun/star/deployment/
H A DXPackageRegistry.idl41 /** binds a package URL to a <type>XPackage</type> handle.
55 creates an <type>XPackage</type> object on behalf of that extension and
63 <type>XPackage</type> for the same <code>url</code> at any
67 of the media type) or <code>removed</code> parameters will cause an
68 exception. An <type
71 <type>InvalidRemovedParameterException</type> is thrown if the
75 <code>removed</code> = true. If not, then an <type
82 media type of package, empty string if to be detected
95 <type>XPackage</type> handle
108 /** gets the supported <type>XPackageTypeInfo</type>s.
[all …]
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DInteractionHandler.idl40 <LI><type>MergeRecoveryRequest</type>*</LI>
49 subset of the provided continuations that are of type
50 <type scope="com::sun::star::task">XInteractionApprove</type>,
51 <type scope="com::sun::star::task">XInteractionDisapprove</type>,
52 <type scope="com::sun::star::task">XInteractionRetry</type>, or
53 <type scope="com::sun::star::task">XInteractionAbort</type> (or of a
54 derived type). All other continuations are ignored for these requests.
81 <type scope="com::sun::star::beans">PropertyValue</type>s. The
84 <LI><code>"Parent"</code> of type
85 <type scope="com::sun::star::awt">XWindow</type> denotes the
[all …]
H A DMalformedDataException.idl52 <dt><type scope="com::sun::star::container">ElementExistException</type></dt>
55 <dt><type scope="com::sun::star::container">NoSuchElementException</type></dt>
58 <dt><type scope="com::sun::star::beans">IllegalTypeException</type></dt>
59 <dd>for properties having the wrong or an invalid type.</dd>
61 <dt><type scope="com::sun::star::beans">PropertyExistException</type></dt>
64 <dt><type scope="com::sun::star::beans">UnknownPropertyException</type></dt>
67 <dt><type scope="com::sun::star::lang">IllegalArgumentException</type></dt>
70 <dt><type scope="com::sun::star::lang">IllegalAccessException</type></dt>
73 <dt><type scope="com::sun::star::lang">NoSupportException</type></dt>
/trunk/main/offapi/com/sun/star/text/
H A DMailMerge.idl99 the <type scope="com::sun::star::sdb">DataAccessDescriptor</type> service.</p>
106 described in <type scope="com::sun::star::sdb">CommandType</type>
109 the <type scope="com::sun::star::sdb">DataAccessDescriptor</type> service.</p>
118 the <type scope="com::sun::star::sdb">DataAccessDescriptor</type> service.</p>
125 <type scope="com::sun::star::sdbc">XResultSet</type> of
126 a <type scope="com::sun::star::sdbc">ResultSet</type> service.
130 <type scope="com::sun::star::sdb">RowSet</type>, or an instance obtained
136 the <type scope="com::sun::star::sdb">DataAccessDescriptor</type> service.</p>
145 the <type scope="com::sun::star::sdb">DataAccessDescriptor</type> service.</p>
156 <type scope="com::sun::star::sdbcx">XRowLocate</type> interface.</p>
[all …]
H A DXDefaultNumberingProvider.idl39 provides access to default <type scope="com::sun::star::text">NumberingRules</type>
42 @see <type scope="com::sun::star::text">NumberingRules</type>
43 @see <type scope="com::sun::star::lang">Locale</type>
51 a given <type scope="com::sun::star::lang">Locale</type>.
54 @see <type scope="com::sun::star::text">NumberingLevel</type>
60 to a given <type scope="com::sun::star::lang">Locale</type>.
64 @see <type scope="com::sun::star::text">NumberingLevel</type>
65 @see <type scope="com::sun::star::lang">Locale</type>
/trunk/main/offapi/com/sun/star/sdb/
H A DDataAccessDescriptor.idl54 …<p>Every component providing or requiring a <type>DataAccessDescriptor</type> for some functionali…
64 …<p>This data source is usually used to create a <type>Connection</type>. If no DataSourceName is g…
106 …<p>This object is guaranteed to be a <type scope="com::sun::star::sdbc">Connection</type>, but usu…
107 it will be a <type>Connection</type> from the module com::sun::star::sdb.<br/>
110 to fully support the <type>Connection</type> service, to actually retrieve the query specified by
146 …are specified, a <type>RowSet</type> can be created with this information. If the results provided…
198 …<p>The object will at least support the <type scope="com::sun::star::sdbc">ResultSet</type> servic…
200 <p>Note that any superservices of <type scope="com::sun::star::sdbc">ResultSet</type>
202 <type scope="com::sun::star::sdb">RowSet</type>, or an instance obtained
204 on such a <type scope="com::sun::star::sdb">RowSet</type>. This becomes important in
[all …]
H A DDataSourceBrowser.idl53 </type>
69 </type>
84 <type scope="com::sun::star::frame">XDispatchProvider</type>
89 <type scope="com::sun::star::frame">XDispatchProviderInterceptor</type>
104 <type scope="com::sun::star::frame">XDispatch</type>)
116 <type scope="com::sun::star::frame">XDispatch</type>
128 <type scope="com::sun::star::frame">XDispatch</type>)forthisURL.
183 have to be instances of <type scope="com::sun::star::beans">PropertyValue</type>, or
198 …This has to be a <type>CommandType</type> value, specifying the type of the object to display init…
231 <type scope="com::sun::star::frame">XDispatch</type>
[all …]
/trunk/main/unodevtools/source/skeletonmaker/
H A Djavatypemaker.cxx35 OString const & type, bool referenceType,
192 o << "public " << type.copy(type.lastIndexOf('/') + 1) << '('; in printConstructor()
359 if ( generated.contains(type) || type == "com/sun/star/uno/XInterface" || in printMethods()
369 generated.add(type); in printMethods()
373 generated.add(type); in printMethods()
377 generated.add(type); in printMethods()
387 generated.add(type); in printMethods()
596 OString const & type);
657 if ( type.indexOf('/') >= 0 ) { in generateDocumentation()
660 OString binType(type.replace('.', '/')); in generateDocumentation()
[all …]
/trunk/main/offapi/com/sun/star/sdb/tools/
H A DXConnectionTools.idl54 <type scope="com::sun::star::sdb">Connection</type>
59 a <type>XConnectionTools</type> instance is the
60 <type scope="com::sun::star::sdb">Connection</type> service.</p>
69 /** creates an instance supporting the <type>XTableName</type> interface,
76 /** returns an instance supporting the <type>XObjectNames</type> interface,
91 <ul><li>a SDB-level connection (<type scope="com.sun.star.sdb">Connection</type></li>
93 <li>a <type scope="com.sun.star.sdb">CommandType</type> value specifying the type
94 of the object</type></li>
99 the type of the object
127 the type of the object
[all …]

Completed in 83 milliseconds

12345678910>>...120