Home
last modified time | relevance | path

Searched refs:CPPU_TYPE_REF (Results 1 – 13 of 13) sorted by relevance

/AOO42X/main/ucbhelper/inc/ucbhelper/
H A Dmacros.hxx38 #define CPPU_TYPE_REF( T ) CPPU_TYPE( com::sun::star::uno::Reference< T > ) macro
373 CPPU_TYPE_REF( I1 ) \
380 CPPU_TYPE_REF( I1 ), \
381 CPPU_TYPE_REF( I2 ) \
388 CPPU_TYPE_REF( I1 ), \
389 CPPU_TYPE_REF( I2 ), \
390 CPPU_TYPE_REF( I3 ) \
397 CPPU_TYPE_REF( I1 ), \
398 CPPU_TYPE_REF( I2 ), \
399 CPPU_TYPE_REF( I3 ), \
[all …]
/AOO42X/main/ucb/source/cacher/
H A Dcachedcontentresultsetstub.cxx148 (*pTypes)[0] = CPPU_TYPE_REF( XTypeProvider ); in XTYPEPROVIDER_COMMON_IMPL()
149 (*pTypes)[1] = CPPU_TYPE_REF( XServiceInfo ); in XTYPEPROVIDER_COMMON_IMPL()
150 (*pTypes)[2] = CPPU_TYPE_REF( XComponent ); in XTYPEPROVIDER_COMMON_IMPL()
151 (*pTypes)[3] = CPPU_TYPE_REF( XCloseable ); in XTYPEPROVIDER_COMMON_IMPL()
152 (*pTypes)[4] = CPPU_TYPE_REF( XResultSetMetaDataSupplier ); in XTYPEPROVIDER_COMMON_IMPL()
153 (*pTypes)[5] = CPPU_TYPE_REF( XPropertySet ); in XTYPEPROVIDER_COMMON_IMPL()
154 (*pTypes)[6] = CPPU_TYPE_REF( XPropertyChangeListener ); in XTYPEPROVIDER_COMMON_IMPL()
155 (*pTypes)[7] = CPPU_TYPE_REF( XVetoableChangeListener ); in XTYPEPROVIDER_COMMON_IMPL()
156 (*pTypes)[8] = CPPU_TYPE_REF( XResultSet ); in XTYPEPROVIDER_COMMON_IMPL()
157 (*pTypes)[9] = CPPU_TYPE_REF( XContentAccess ); in XTYPEPROVIDER_COMMON_IMPL()
[all …]
/AOO42X/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx242 CPPU_TYPE_REF( lang::XTypeProvider ), in getTypes()
243 CPPU_TYPE_REF( lang::XServiceInfo ), in getTypes()
244 CPPU_TYPE_REF( lang::XComponent ), in getTypes()
245 CPPU_TYPE_REF( ucb::XContent ), in getTypes()
246 CPPU_TYPE_REF( ucb::XCommandProcessor ), in getTypes()
247 CPPU_TYPE_REF( beans::XPropertiesChangeNotifier ), in getTypes()
248 CPPU_TYPE_REF( ucb::XCommandInfoChangeNotifier ), in getTypes()
249 CPPU_TYPE_REF( beans::XPropertyContainer ), in getTypes()
250 CPPU_TYPE_REF( beans::XPropertySetInfoChangeNotifier ), in getTypes()
251 CPPU_TYPE_REF( container::XChild ), in getTypes()
[all …]
H A Dhierarchydatasource.cxx715 CPPU_TYPE_REF( lang::XTypeProvider ), in getTypes()
716 CPPU_TYPE_REF( lang::XServiceInfo ), in getTypes()
717 CPPU_TYPE_REF( lang::XComponent ), in getTypes()
718 CPPU_TYPE_REF( container::XHierarchicalNameAccess ), in getTypes()
719 CPPU_TYPE_REF( container::XNameAccess ), in getTypes()
720 CPPU_TYPE_REF( util::XChangesNotifier ) ); in getTypes()
743 CPPU_TYPE_REF( lang::XTypeProvider ), in getTypes()
744 CPPU_TYPE_REF( lang::XServiceInfo ), in getTypes()
745 CPPU_TYPE_REF( lang::XComponent ), in getTypes()
746 CPPU_TYPE_REF( lang::XSingleServiceFactory ), in getTypes()
[all …]
/AOO42X/main/ucb/source/ucp/gio/
H A Dgio_content.cxx1179 (CPPU_TYPE_REF( lang::XTypeProvider ), in getTypes()
1180 CPPU_TYPE_REF( lang::XServiceInfo ), in getTypes()
1181 CPPU_TYPE_REF( lang::XComponent ), in getTypes()
1182 CPPU_TYPE_REF( ucb::XContent ), in getTypes()
1183 CPPU_TYPE_REF( ucb::XCommandProcessor ), in getTypes()
1184 CPPU_TYPE_REF( beans::XPropertiesChangeNotifier ), in getTypes()
1185 CPPU_TYPE_REF( ucb::XCommandInfoChangeNotifier ), in getTypes()
1186 CPPU_TYPE_REF( beans::XPropertyContainer ), in getTypes()
1187 CPPU_TYPE_REF( beans::XPropertySetInfoChangeNotifier ), in getTypes()
1188 CPPU_TYPE_REF( container::XChild ), in getTypes()
[all …]
/AOO42X/main/xmlhelp/source/cxxhelp/provider/
H A Dcontent.cxx140 CPPU_TYPE_REF( lang::XTypeProvider ), in getTypes()
141 CPPU_TYPE_REF( lang::XServiceInfo ), in getTypes()
142 CPPU_TYPE_REF( lang::XComponent ), in getTypes()
143 CPPU_TYPE_REF( ucb::XContent ), in getTypes()
144 CPPU_TYPE_REF( ucb::XCommandProcessor ), in getTypes()
145 CPPU_TYPE_REF( beans::XPropertiesChangeNotifier ), in getTypes()
146 CPPU_TYPE_REF( ucb::XCommandInfoChangeNotifier ), in getTypes()
147 CPPU_TYPE_REF( beans::XPropertyContainer ), in getTypes()
148 CPPU_TYPE_REF( beans::XPropertySetInfoChangeNotifier ), in getTypes()
149 CPPU_TYPE_REF( container::XChild ) ); in getTypes()
/AOO42X/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx199 (CPPU_TYPE_REF( lang::XTypeProvider ), in getTypes()
200 CPPU_TYPE_REF( lang::XServiceInfo ), in getTypes()
201 CPPU_TYPE_REF( lang::XComponent ), in getTypes()
202 CPPU_TYPE_REF( ucb::XContent ), in getTypes()
203 CPPU_TYPE_REF( ucb::XCommandProcessor ), in getTypes()
204 CPPU_TYPE_REF( beans::XPropertiesChangeNotifier ), in getTypes()
205 CPPU_TYPE_REF( ucb::XCommandInfoChangeNotifier ), in getTypes()
206 CPPU_TYPE_REF( beans::XPropertyContainer ), in getTypes()
207 CPPU_TYPE_REF( beans::XPropertySetInfoChangeNotifier ), in getTypes()
208 CPPU_TYPE_REF( container::XChild ), in getTypes()
[all …]
/AOO42X/main/ucbhelper/workben/myucp/
H A Dmyucp_content.cxx154 CPPU_TYPE_REF( lang::XTypeProvider ), in getTypes()
155 CPPU_TYPE_REF( lang::XServiceInfo ), in getTypes()
156 CPPU_TYPE_REF( lang::XComponent ), in getTypes()
157 CPPU_TYPE_REF( ucb::XContent ), in getTypes()
158 CPPU_TYPE_REF( ucb::XCommandProcessor ), in getTypes()
159 CPPU_TYPE_REF( beans::XPropertiesChangeNotifier ), in getTypes()
160 CPPU_TYPE_REF( ucb::XCommandInfoChangeNotifier ), in getTypes()
161 CPPU_TYPE_REF( beans::XPropertyContainer ), in getTypes()
162 CPPU_TYPE_REF( beans::XPropertySetInfoChangeNotifier ), in getTypes()
163 CPPU_TYPE_REF( container::XChild ) ); in getTypes()
/AOO42X/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx258 CPPU_TYPE_REF( lang::XTypeProvider ), in getTypes()
259 CPPU_TYPE_REF( lang::XServiceInfo ), in getTypes()
260 CPPU_TYPE_REF( lang::XComponent ), in getTypes()
261 CPPU_TYPE_REF( ucb::XContent ), in getTypes()
262 CPPU_TYPE_REF( ucb::XCommandProcessor ), in getTypes()
263 CPPU_TYPE_REF( beans::XPropertiesChangeNotifier ), in getTypes()
264 CPPU_TYPE_REF( ucb::XCommandInfoChangeNotifier ), in getTypes()
265 CPPU_TYPE_REF( beans::XPropertyContainer ), in getTypes()
266 CPPU_TYPE_REF( beans::XPropertySetInfoChangeNotifier ), in getTypes()
267 CPPU_TYPE_REF( container::XChild ), in getTypes()
[all …]
/AOO42X/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx362 CPPU_TYPE_REF( lang::XTypeProvider ), in getTypes()
363 CPPU_TYPE_REF( lang::XServiceInfo ), in getTypes()
364 CPPU_TYPE_REF( lang::XComponent ), in getTypes()
365 CPPU_TYPE_REF( ucb::XContent ), in getTypes()
366 CPPU_TYPE_REF( ucb::XCommandProcessor ), in getTypes()
367 CPPU_TYPE_REF( beans::XPropertiesChangeNotifier ), in getTypes()
368 CPPU_TYPE_REF( ucb::XCommandInfoChangeNotifier ), in getTypes()
369 CPPU_TYPE_REF( beans::XPropertyContainer ), in getTypes()
370 CPPU_TYPE_REF( beans::XPropertySetInfoChangeNotifier ), in getTypes()
371 CPPU_TYPE_REF( container::XChild ), in getTypes()
[all …]
/AOO42X/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx391 CPPU_TYPE_REF( lang::XTypeProvider ), in getTypes()
392 CPPU_TYPE_REF( lang::XServiceInfo ), in getTypes()
393 CPPU_TYPE_REF( lang::XComponent ), in getTypes()
394 CPPU_TYPE_REF( ucb::XContent ), in getTypes()
395 CPPU_TYPE_REF( ucb::XCommandProcessor ), in getTypes()
396 CPPU_TYPE_REF( beans::XPropertiesChangeNotifier ), in getTypes()
397 CPPU_TYPE_REF( ucb::XCommandInfoChangeNotifier ), in getTypes()
398 CPPU_TYPE_REF( beans::XPropertyContainer ), in getTypes()
399 CPPU_TYPE_REF( beans::XPropertySetInfoChangeNotifier ), in getTypes()
400 CPPU_TYPE_REF( container::XChild ), in getTypes()
[all …]
/AOO42X/main/ucb/source/ucp/odma/
H A Dodma_content.cxx153 CPPU_TYPE_REF( lang::XTypeProvider ), in getTypes()
154 CPPU_TYPE_REF( lang::XServiceInfo ), in getTypes()
155 CPPU_TYPE_REF( lang::XComponent ), in getTypes()
156 CPPU_TYPE_REF( ucb::XContent ), in getTypes()
157 CPPU_TYPE_REF( ucb::XCommandProcessor ), in getTypes()
158 CPPU_TYPE_REF( beans::XPropertiesChangeNotifier ), in getTypes()
159 CPPU_TYPE_REF( ucb::XCommandInfoChangeNotifier ), in getTypes()
160 CPPU_TYPE_REF( beans::XPropertyContainer ), in getTypes()
161 CPPU_TYPE_REF( beans::XPropertySetInfoChangeNotifier ), in getTypes()
162 CPPU_TYPE_REF( container::XChild ) ); in getTypes()
/AOO42X/main/ucb/source/core/
H A Dprovprox.cxx196 CPPU_TYPE_REF( XTypeProvider ), in getTypes()
197 CPPU_TYPE_REF( XServiceInfo ), in getTypes()
198 CPPU_TYPE_REF( XContentProvider ), in getTypes()
199 CPPU_TYPE_REF( XParameterizedContentProvider ), in getTypes()
200 CPPU_TYPE_REF( XContentProviderSupplier ) ); in getTypes()