Home
last modified time | relevance | path

Searched refs:type (Results 251 – 275 of 2995) sorted by relevance

1...<<11121314151617181920>>...120

/trunk/main/offapi/com/sun/star/ui/
H A DModuleWindowStateConfiguration.idl57 An implementation must provide a <type scope="com::sun::star::uno">Sequence</type> which
58 has <type scope="com::sun::star::beans">PropertyValue</type> as entries. The following
62 <li><b>DockingArea</b><br>a <type scope="com::sun::star::ui">DockingArea</type>
64 … <li><b>DockPos</b><br>a <type scope="com::sun::star::awt">Point</type> which specifies the
67 <li><b>DockSize</b><br>a <type scope="com::sun::star::awt">Size</type> which specifies
72 <li><b>Pos</b><br>a <type scope="com::sun::star::awt">Point</type> which specifies the
74 <li><b>Size</b><br>a <type scope="com::sun::star::awt">Size</type> which specifies the
81 …the following syntax "private:resource/$type/$name". For example "private:resource/toolbar/standar…
/trunk/main/offapi/com/sun/star/sheet/
H A DXDataPilotTable2.idl56 /** additional methods to extend <type scope="com::sun::star::sheet">XDataPilotTable</type>.
58 <type scope="com::sun::star::sheet">XDataPilotTable2</type> extends the old
59 <type scope="com::sun::star::sheet">XDataPilotTable</type> interface with
82 type of information returned depends upon whether the cell is within
87 @returns <type>DataPilotTablePositionData</type> which contains the
88 position type and the information for that cell position.
112 per specified output range type.</p>
114 @returns <type scope="com::sun::star::table">CellRangeAddress</type> depicting
115 the range specified. See <type>DataPilotOutputRangeType</type> for a set
/trunk/main/offapi/com/sun/star/drawing/
H A DXDrawView.idl41 /** is implemented by views that display <type>DrawPage</type>s or <type>MasterPage</type>s.
50 this <type>DrawPage</type> or <type>MasterPage</type> will be
60 the <type>DrawPage</type> or <type>MasterPage</type> that is
/trunk/main/offapi/com/sun/star/util/
H A DXNumberFormatter.idl59 /** attaches an <type>XNumberFormatsSupplier</type> to this
60 <type>NumberFormatter</type>.
62 <p>This <type>NumberFormatter</type> will only use the <type>NumberFormats</type>
63 specified in the attached <type>XNumberFormatsSupplier</type>. Without an attached
64 <type>XNumberFormatsSupplier</type>, no formatting is possible.</p>
71 the attached <type>XNumberFormatsSupplier</type>.
/trunk/main/offapi/com/sun/star/sdb/
H A DContentLoader.idl38 the <type scope="com::sun::star::frame">XComponentLoader</type> interface, and pass
61 <type scope="com::sun::star::sdb">DataSourceBrowser</type>
66 <type scope="com::sun::star::sdb">ExternalSourceBrowser</type>
71 <type scope="com::sun::star::sdb">QueryDesign</type>
76 <type scope="com::sun::star::sdb">TableDesign</type>
81 <type scope="com::sun::star::sdb">RelationDesign</type>
90 <type scope="com::sun::star::lang">XInitialization</type>
/trunk/main/offapi/com/sun/star/report/
H A DXReportEngine.idl62 /** identifies a <type>XReportEngine</type> which allows the creation of OpenDocument files.
86 @throws <type scope="com::sun::star::lang">DisposedException</type>
88 @throws <type scope="com::sun::star::lang">IllegalArgumentException</type>
99 @throws <type scope="com::sun::star::lang">DisposedException</type>
101 @throws <type scope="com::sun::star::lang">IllegalArgumentException</type>
114 @throws <type scope="com::sun::star::lang">DisposedException</type>
116 @throws <type scope="com::sun::star::lang">IllegalArgumentException</type>
125 @throws <type scope="com::sun::star::lang">DisposedException</type>
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXLinguServiceManager.idl71 @see <type scope="com::sun::star::linguistic2">SpellChecker</type>
72 @see <type scope="com::sun::star::linguistic2">Hyphenator</type>
73 @see <type scope="com::sun::star::linguistic2">Thesaurus</type>
80 the <type scope="com::sun::star::linguistic2">XSpellChecker</type>
88 the <type scope="com::sun::star::linguistic2">XHyphenator</type>
96 the <type scope="com::sun::star::linguistic2">XThesaurus</type>
105 <type scope="com::sun::star::linguistic2">XDictionaryEventListener</type>
107 <type scope="com::sun::star::linguistic2">XLinguServiceEventListener</type>
H A DXHyphenator.idl77 @see <type scope="com::sun::star::linguistic2">LinguProperties</type>
78 @see <type scope="com::sun::star::linguistic2">XSupportedLocales</type>
114 @see <type scope="com::sun::star::linguistic2">XHyphenatedWord</type>
115 @see <type scope="com::sun::star::lang">Locale</type>
162 @see <type scope="com::sun::star::linguistic2">XHyphenatedWord</type>
163 @see <type scope="com::sun::star::lang">Locale</type>
176 an <type scope="com::sun::star::linguistic2">XPossibleHyphens</type>
195 @see <type scope="com::sun::star::linguistic2">XPossibleHyphens</type>
196 @see <type scope="com::sun::star::lang">Locale</type>
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/document/
H A D_XTypeDetection.java71 String type = oObj.queryTypeByURL(docURL) ; in _queryTypeByURL() local
72 result &= type.indexOf("writer") > -1; in _queryTypeByURL()
96 String type = oObj.queryTypeByDescriptor(mediaDescr, false); in _queryTypeByDescriptor() local
97 ok = type.indexOf("writer") > -1; in _queryTypeByDescriptor()
99 log.println("flat detection should detect a writer and has detected '"+ type +"': " + ok); in _queryTypeByDescriptor()
101 type = oObj.queryTypeByDescriptor(mediaDescr, true); in _queryTypeByDescriptor()
102 ok = type.indexOf("calc") > -1; in _queryTypeByDescriptor()
104 log.println("deep detection should detect a calc and has detected '"+ type +"': " + ok); in _queryTypeByDescriptor()
111 type = oObj.queryTypeByDescriptor(mediaDescr, true); in _queryTypeByDescriptor()
112 ok = type.indexOf("writer") > -1; in _queryTypeByDescriptor()
[all …]
/trunk/main/udkapi/com/sun/star/io/
H A DXStream.idl53 the <type>XInputStream</type> part of the stream. Closing the returned
54 <type>XInputStream</type> also closes any <type>XOutputStream</type> part.
63 the <type>XInputStream</type> part of the stream. Closing the returned
64 <type>XOutputStream</type> also closes the <type>XInputStream</type> part.
/trunk/main/offapi/com/sun/star/ucb/
H A DXCachedContentResultSetFactory.idl43 /** creates a <type>CachedContentResultSet</type>.
50 <type scope="com::sun::star::sdbc">XResultSet</type>.
53 must be an instance of service <type>CachedContentResultSetStub</type>.
57 <type>XContentAccess</type> of the <type>CachedContentResultSet</type>.
61 an instance of service <type>CachedContentResultSet</type>.
H A DListActionType.idl32 /** These values are used to specify the type of change happened to a list.
34 <p>A change happened is sended from an <type>XDynamicResultSet</type>
35 as <type>ListAction</type> to a <type>XDynamicResultSetListener</type>.
45 <p>This type of notification is required to be sended first and only once
49 contain a struct <type>WelcomeDynamicResultSetStruct</type>.
51 <type scope="com::sun::star::sdbc">XResultSet</type>s (old and new).
54 <type scope="com::sun::star::sdbc">XResultSet</type>s as he will not get
128 <p>This action is related to a <type scope="com::sun::star::beans">PropertyChangeEvent</type>.
150 <p>This action is related to <type>ContentAction</type> == EXCHANGED.
/trunk/main/offapi/com/sun/star/awt/tree/
H A DTreeControlModel.idl44 /** specifies the standard model of a <type>TreeControl</type>.
48 /** specifies the standard model of an <type scope="com::sun::star::awt">UnoControl</type>. */
56 /** Specifies the <type>XTreeDataModel</type> that is providing the hierarchical data.
58 <p>You can implement your own instance of <type>XTreeDataModel</type> or use
59 the <type>MutableTreeDataModel</type>.
65 a valid node for the <type>XTreeControl</type> and can't be used with any method of
66 <type>XTreeControl</type>.
/trunk/main/offapi/com/sun/star/form/component/
H A DImageButton.idl68 /** supplies the caller with an <type scope="com::sun::star::awt">XImageProducer</type>.
70 <p>Other components can register as <type scope="com::sun::star::awt">XImageConsumer</type>
75 at its <type scope="com::sun::star::awt">XImageProducer</type>. Then, all
76 <type scope="com::sun::star::awt">XImageConsumer</type>s are notified and supplied with
78 Usually, controls acting for an <type>ImageButton</type> model are consumers, and use the
91 <p>This property is evaluated if the button is of type URL.</p>
94 a special <type scope="com::sun::star::frame">Frame</type> to be used.</p>
101 <p>This property is evaluated if the button is of type URL.</p>
/trunk/main/reportdesign/source/filter/xml/
H A DxmlHelper.cxx113 …MAP_CONST( name, prefix, token, type, context ) { name.ascii, name.length, XML_NAMESPACE_##pr… argument
114 …MAP_CONST_T( name, prefix, token, type, context ) { name.ascii, name.length, XML_NAMESPACE_##pref… argument
115 …CONST_ASCII_T( name, prefix, token, type, context ) { name, sizeof(name)-1,XML_NAMESPACE_##prefix… argument
116 …MAP_CONST_P( name, prefix, token, type, context ) { name.ascii, name.length, XML_NAMESPACE_##pref… argument
117 …AP_CONST_S( name, prefix, token, type, context ) { name, sizeof(name)-1, XML_NAMESPACE_##pref… argument
118 …_CONST_ASCII( name, prefix, token, type, context ) { name, sizeof(name)-1, XML_NAMESPACE_##prefix… argument
119 …ne GMAP( name, prefix, token, type, context ) { name.ascii, name.length, XML_NAMESPACE_##… argument
120 …CONST_C_ASCII( name, prefix, token, type, context ) { name, sizeof(name)-1, XML_NAMESPACE_##prefix… argument
121 …name, prefix, token, type, context ) { name, name.length, XML_NAMESPACE_##prefix, XML_##t… argument
/trunk/main/binaryurp/source/
H A Dbridge.cxx329 OSL_ASSERT(type.is()); in registerIncomingInterface()
340 makeReleaseCall(oid, type); in registerIncomingInterface()
354 type.get())); in registerIncomingInterface()
362 css::uno::TypeDescription const & type) in registerOutgoingInterface() argument
364 OSL_ASSERT(type.is()); in registerOutgoingInterface()
376 Stub::iterator j(stub->find(type)); in registerOutgoingInterface()
384 j = i->second.find(type); in registerOutgoingInterface()
394 type.get())); in registerOutgoingInterface()
413 OSL_ASSERT(!oid.isEmpty() && type.is()); in findStub()
435 OSL_ASSERT(!oid.isEmpty() && type.is()); in releaseStub()
[all …]
/trunk/main/offapi/com/sun/star/configuration/
H A DGroupAccess.idl57 and each child may have a different type.
84 Therefore, dynamic elements of the hierarchy (see <type>SetAccess</type>)
85 do not implement service <type>PropertyHierarchy</type>.
90 <type scope="com::sun::star::beans">XHierarchicalPropertySet</type> or
91 <type scope="com::sun::star::beans">XMultiHierarchicalPropertySet</type> can
96 the <type scope="com::sun::star::beans">XHierarchicalPropertySetInfo</type>
115 service <type>HierarchyAccess</type> applies.
128 service <type>HierarchyAccess</type> applies.
/trunk/main/connectivity/source/drivers/macab/
H A DMacabRecord.cxx85 fields[_column]->type = _type; in insertAtColumn()
132 _copy->type = fields[i]->type; in copy()
189 if(_field1->type != _field2->type) in compareFields()
190 return(_field1->type - _field2->type); in compareFields()
195 switch(_field1->type) in compareFields()
240 newField->type = _abType; in createMacabField()
256 newField->type = _abType; in createMacabField()
267 newField->type = _abType; in createMacabField()
281 newField->type = _abType; in createMacabField()
307 switch(_aField->type) in fieldToString()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXParameters.idl74 should be used with a target SQL type.
104 SQL type code and the fully-qualified SQL type name when specifying
107 parameter the name is the type name of the referenced type. If
108 a SDBC driver does not need the type code or type name information,
121 the name of the type
288 <type scope="com::sun::star::io">XInputStream</type>
308 <type scope="com::sun::star::io">XInputStream</type>
334 value of the corresponding SQL type.
361 value of the corresponding SQL type.
371 the SQL type (as defined in
[all …]
/trunk/main/offapi/com/sun/star/datatransfer/dnd/
H A DXDragGestureRecognizer.idl50 /** Registers a new <type>XDragGestureListener</type>.
53 The <type>XDragGestureListener</type> to register with this
54 <type>XDragGestureRecognizer</type>.
60 /** Unregisters the specified <type>XDragGestureListener</type>.
63 The <type>XDragGestureListener</type> to register with this
64 <type>XDragGestureRecognizer</type>.
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DOfflineBackend.idl37 implements <type>BackendAdapter</type> that maintains a cache so it
38 can operate even if the <type>SingleBackend</type> holding the data
49 /** provides access to configuration data from a <type>SingleBackend</type>.
56 <p>Less entities may be available from <type>XBackendEntities</type>,
58 <type>SingleBackend</type>.
61 like any other <type>BackendAdapter</type>.
H A DBackendAdapter.idl45 implements <type>Backend</type> retrieving data
46 from a <type>SingleBackend</type>.
61 This interface, that is optional in <type>Backend</type>, is
71 <p>If this interface is present, a <type>SingleBackend</type>
73 Also a <type scope="com::sun::star::configuration::bootstrap">BootstrapContext</type>
78 from the <type scope="com::sun::star::uno">XComponentContext</type>.
/trunk/main/offapi/com/sun/star/document/
H A DOfficeDocument.idl49 …instead of simple components which supports a <type scope="com::sun::star::frame">Controller</type>
50 or pure <type scope="com::sun::star::awt">XWindow</type> only.
104 /** is an old and deprecated version of the <type>XDocumentEventBroadcaster</type> interface
121 /** document can provide a <type>DocumentInfo</type>
124 Instead of the <type>StandaloneDocumentInfo</type> service the <type>DocumentInfo</type>
128 @deprecated Use <type>XDocumentPropertiesSupplier</type> instead.
151 /** access to the <type>DocumentProperties</type>.
/trunk/main/offapi/com/sun/star/embed/
H A DXEmbedObjectCreator.idl86 <type>EmbeddedObjectDescriptor</type>
123 an object of type
124 <type scope="com::sun::star::document">MediaDescriptor</type> that
130 an object of type <type>EmbeddedObjectDescriptor</type>
157 <type scope="com::sun::star::document">MediaDescriptor</type>.
170 an object of type
171 <type scope="com::sun::star::document">MediaDescriptor</type> that
175 an object of type <type>EmbeddedObjectDescriptor</type>
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx798 OString typeName = (!type.isEmpty() ? type : m_typeName); in getTypeClass()
801 if ( !type.isEmpty() ) in getTypeClass()
803 typeName = type; in getTypeClass()
835 if (type.equals("long")) in getTypeClass()
845 if (type.equals("char")) in getTypeClass()
849 if (type.equals("any")) in getTypeClass()
1039 OString baseType(type); in resolveTypedefs()
2430 && type != "hyper" && type != "unsigned hyper") in dumpDeclaration()
2724 rtl::OString type( in dumpNormalGetCppuType() local
2822 rtl::OString type( in dumpComprehensiveGetCppuType() local
[all …]

Completed in 161 milliseconds

1...<<11121314151617181920>>...120