| /AOO41X/main/codemaker/test/cppumaker/ |
| H A D | types.idl | 32 #include "com/sun/star/uno/XInterface.idl" 35 singleton FILE: com::sun::star::uno::XInterface; 36 singleton lconv: com::sun::star::uno::XInterface; 37 singleton tm: com::sun::star::uno::XInterface; 39 singleton std: com::sun::star::uno::XInterface; 74 typedef com::sun::star::uno::XInterface XInterface; 92 typedef sequence< XInterface > SequenceXInterface; 129 [in] com::sun::star::uno::XInterface p16, 146 [in] XInterface t16, 163 [in] sequence< sequence< com::sun::star::uno::XInterface > > a16, [all …]
|
| /AOO41X/main/package/source/xstor/ |
| H A D | xstorage.cxx | 110 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in completeStorageStreamCopy_Impl() 114 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in completeStorageStreamCopy_Impl() 118 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in completeStorageStreamCopy_Impl() 156 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in GetSeekableTempCopy() 540 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in OpenOwnPackage() 638 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in ReadContents() 642 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in ReadContents() 655 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in ReadContents() 667 … RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); // TODO: … in ReadContents() 711 …UString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >(), 1 ); in CopyToStorage() [all …]
|
| /AOO41X/main/cppu/inc/com/sun/star/uno/ |
| H A D | Reference.hxx | 43 inline XInterface * BaseReference::iquery( in iquery() 44 XInterface * pInterface, const Type & rType ) in iquery() 52 XInterface * pRet = static_cast< XInterface * >( aRet.pReserved ); in iquery() 61 inline XInterface * Reference< interface_type >::iquery( in iquery() 62 XInterface * pInterface ) SAL_THROW( (RuntimeException) ) in iquery() 74 inline XInterface * BaseReference::iquery_throw( in iquery_throw() 75 XInterface * pInterface, const Type & rType ) in iquery_throw() 78 XInterface * pQueried = iquery( pInterface, rType ); in iquery_throw() 83 Reference< XInterface >( pInterface ) ); in iquery_throw() 87 inline XInterface * Reference< interface_type >::iquery_throw( in iquery_throw() [all …]
|
| H A D | Reference.h | 39 class XInterface; variable 63 XInterface * _pInterface; 71 inline static XInterface * SAL_CALL iquery( XInterface * pInterface, const Type & rType ) 81 inline static XInterface * SAL_CALL iquery_throw( XInterface * pInterface, const Type & rType ) 90 inline XInterface * SAL_CALL get() const SAL_THROW( () ) in get() 106 inline sal_Bool SAL_CALL operator == ( XInterface * pInterface ) const SAL_THROW( () ); 113 inline sal_Bool SAL_CALL operator != ( XInterface * pInterface ) const SAL_THROW( () ); 185 inline static XInterface * SAL_CALL iquery( XInterface * pInterface ) 194 inline static XInterface * SAL_CALL iquery_throw( XInterface * pInterface ) 216 static inline interface_type * castFromXInterface(XInterface * p) { in castFromXInterface() [all …]
|
| /AOO41X/main/embeddedobj/source/commonembedding/ |
| H A D | xfactory.cxx | 60 uno::Reference< uno::XInterface > SAL_CALL OOoEmbeddedObjectFactory::impl_staticCreateSelfInstance( in impl_staticCreateSelfInstance() 63 return uno::Reference< uno::XInterface >( *new OOoEmbeddedObjectFactory( xServiceManager ) ); in impl_staticCreateSelfInstance() 67 uno::Reference< uno::XInterface > SAL_CALL OOoEmbeddedObjectFactory::createInstanceInitFromEntry( in createInstanceInitFromEntry() 82 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ), in createInstanceInitFromEntry() 87 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ), in createInstanceInitFromEntry() 98 uno::Reference< uno::XInterface > xResult; in createInstanceInitFromEntry() 144 xResult = uno::Reference< uno::XInterface >( in createInstanceInitFromEntry() 176 uno::Reference< uno::XInterface > SAL_CALL OOoEmbeddedObjectFactory::createInstanceInitFromMediaDes… in createInstanceInitFromMediaDescriptor() 190 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ), in createInstanceInitFromMediaDescriptor() 195 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ), in createInstanceInitFromMediaDescriptor() [all …]
|
| /AOO41X/main/codemaker/test/javamaker/ |
| H A D | types.idl | 29 #include "com/sun/star/uno/XInterface.idl" 77 typedef com::sun::star::uno::XInterface XInterface; 96 typedef sequence< XInterface > SequenceXInterface; 116 com::sun::star::uno::XInterface p17; 134 XInterface t17; 152 sequence< com::sun::star::uno::XInterface > a17; 170 sequence< sequence< com::sun::star::uno::XInterface > > aa17; 227 [in] com::sun::star::uno::XInterface p17, 245 [in] XInterface t17, 263 [in] sequence< com::sun::star::uno::XInterface > a17, [all …]
|
| /AOO41X/main/extensions/source/ole/ |
| H A D | oleobjw.cxx | 98 hash_map<sal_uInt32, WeakReference<XInterface> > ComPtrToWrapperMap; 118 XInterface * xIntRoot = (OWeakObject *)this; in ~IUnknownWrapper_Impl() 121 OSL_ASSERT( Reference<XInterface>( static_cast<XWeak*>(this), UNO_QUERY).get() == xIntRoot ); in ~IUnknownWrapper_Impl() 179 Reference<XInterface>()); in invoke() 215 throw RuntimeException(e.message, Reference<XInterface>()); in invoke() 221 e.Message, Reference<XInterface>()); in invoke() 228 "IUnknownWrapper_Impl::Invoke !"), Reference<XInterface>()); in invoke() 242 Reference<XInterface>()); in setValue() 258 throw UnknownPropertyException(msg, Reference<XInterface>()); in setValue() 353 …(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("call to OLE object failed")), static_cast<XInterface*>( in setValue() [all …]
|
| /AOO41X/main/scripting/source/runtimemgr/ |
| H A D | ScriptNameResolverImpl.cxx | 116 Reference< XInterface > () ); in resolve() 133 Reference< XInterface > () ); in resolve() 141 Reference< XInterface > () ); in resolve() 149 Reference< XInterface > () ); in resolve() 156 Reference< XInterface > () ); in resolve() 215 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in resolve() 217 Reference< XInterface > xInterface( in resolve() 247 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in resolve() 267 Reference < XInterface > (), 1 ); in resolve() 302 Reference< XInterface > () ); in resolve() [all …]
|
| H A D | ScriptRuntimeManager.cxx | 88 const Reference< XInterface >& scriptInfo ) in getScriptRuntime() 97 Reference< XInterface > xInterface; in getScriptRuntime() 112 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in getScriptRuntime() 129 Reference< XInterface > xInterface( in getScriptNameResolver() 141 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in getScriptNameResolver() 177 Reference< XInterface > () ); in invoke() 187 Reference< XInterface > () ); in invoke() 227 Reference< XInterface > (), in invoke() 234 Reference< XInterface > (), in invoke() 242 Reference< XInterface > (), ite.TargetException ); in invoke() [all …]
|
| /AOO41X/main/cppuhelper/source/ |
| H A D | factory.cxx | 109 Reference<XInterface > SAL_CALL createInstance() 111 …virtual Reference<XInterface > SAL_CALL createInstanceWithArguments(const Sequence<Any>& Arguments) 114 virtual Reference< XInterface > SAL_CALL createInstanceWithContext( 117 virtual Reference< XInterface > SAL_CALL createInstanceWithArgumentsAndContext( 136 virtual Reference<XInterface > createInstanceEveryTime( 164 Reference<XInterface > OSingleFactoryHelper::createInstanceEveryTime( in createInstanceEveryTime() 185 return Reference< XInterface >(); in createInstanceEveryTime() 190 Reference<XInterface > OSingleFactoryHelper::createInstance() in createInstance() 197 Reference<XInterface > OSingleFactoryHelper::createInstanceWithArguments( in createInstanceWithArguments() 207 Reference< XInterface > OSingleFactoryHelper::createInstanceWithContext( in createInstanceWithContext() [all …]
|
| H A D | interfacecontainer.cxx | 52 static void realloc( Sequence< Reference< XInterface > > & rSeq, sal_Int32 nNewLen ) in realloc() 61 static void sequenceRemoveElementAt( Sequence< Reference< XInterface > > & rSeq, sal_Int32 index ) in sequenceRemoveElementAt() 66 Sequence< Reference< XInterface > > aDestSeq( rSeq.getLength() - 1 ); in sequenceRemoveElementAt() 68 …const Reference< XInterface > * pSource = ((const Sequence< Reference< XInterface > > &)rSeq).getC… in sequenceRemoveElementAt() 69 Reference< XInterface > * pDest = aDestSeq.getArray(); in sequenceRemoveElementAt() 138 XInterface * OInterfaceIteratorHelper::next() SAL_THROW( () ) in next() 159 XInterface * p = aData.pAsSequence->getConstArray()[nRemain].get(); in remove() 160 rCont.removeInterface( * reinterpret_cast< const Reference< XInterface > * >( &p ) ); in remove() 165 …rCont.removeInterface( * reinterpret_cast< const Reference< XInterface > * >(&aData.pAsInterface)); in remove() 200 Sequence< Reference<XInterface> > OInterfaceContainerHelper::getElements() const SAL_THROW( () ) in getElements() [all …]
|
| H A D | weak.cxx | 72 …::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL queryAdapted() thro… 98 rType, static_cast< XAdapter * >( this ), static_cast< XInterface * >( this ) ); in queryInterface() 137 Reference< XInterface > SAL_CALL OWeakConnectionPoint::queryAdapted() throw(::com::sun::star::uno::… in queryAdapted() 139 Reference< XInterface > ret; in queryAdapted() 168 m_aReferences.addInterface( (const Reference< XInterface > &)rRef ); in addReference() 175 m_aReferences.removeInterface( (const Reference< XInterface > &)rRef ); in removeReference() 197 static_cast< XWeak * >( this ), static_cast< XInterface * >( this ) ); in queryInterface() 270 Reference<XInterface > x( xDelegator ); in acquire() 280 Reference<XInterface > x( xDelegator ); in release() 290 Reference< XInterface > x( xDelegator ); // harden ref in queryInterface() [all …]
|
| /AOO41X/main/stoc/source/servicemanager/ |
| H A D | servicemanager.cxx | 271 size_t operator()(const Reference<XInterface > & rName) const in operator ()() 274 Reference<XInterface > x( Reference<XInterface >::query( rName ) ); in operator ()() 281 …size_t operator()(const Reference<XInterface > & rName1, const Reference<XInterface > & rName2 ) c… in operator ()() 287 Reference<XInterface >, 296 ServiceEnumeration_Impl( const Sequence< Reference<XInterface > > & rFactories ) in ServiceEnumeration_Impl() 310 Sequence< Reference<XInterface > > aFactories; 329 …return Any( &aFactories.getConstArray()[nIt++], ::getCppuType( (const Reference<XInterface > *)0 )… in nextElement() 367 OUSTR("unknown property: ") + name, Reference< XInterface >() ); in getPropertyByName() 408 Reference<XInterface > xNext; 432 Any ret( &(*aIt), ::getCppuType( (const Reference<XInterface > *)0 ) ); in nextElement() [all …]
|
| /AOO41X/main/canvas/inc/canvas/ |
| H A D | verifyinput.hxx | 97 ::com::sun::star::uno::XInterface >& xIf, 120 ::com::sun::star::uno::XInterface >& xIf, 143 ::com::sun::star::uno::XInterface >& xIf, 166 ::com::sun::star::uno::XInterface >& xIf, 189 ::com::sun::star::uno::XInterface >& xIf, 212 ::com::sun::star::uno::XInterface >& xIf, 235 ::com::sun::star::uno::XInterface >& xIf, 257 ::com::sun::star::uno::XInterface >& xIf, 283 ::com::sun::star::uno::XInterface >& xIf, 306 ::com::sun::star::uno::XInterface >& xIf, [all …]
|
| /AOO41X/main/bridges/test/java_uno/any/ |
| H A D | TestAny.java | 30 import com.sun.star.uno.XInterface; 67 success &= testType(XInterface[].class, TypeClass.SEQUENCE, in test() 68 "[]" + XInterface.class.getName()); in test() 91 success &= testType(XInterface[][].class, TypeClass.SEQUENCE, in test() 92 "[][]" + XInterface.class.getName()); in test() 108 success &= testType(XInterface.class, TypeClass.INTERFACE, in test() 109 XInterface.class.getName()); in test() 418 new Type("[]" + XInterface.class.getName(), in test() 491 new Type("[][]" + XInterface.class.getName(), in test() 553 new Type(XInterface.class.getName(), in test() [all …]
|
| /AOO41X/main/package/source/zippackage/ |
| H A D | zipfileaccess.cxx | 57 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in OZipFileAccess() 180 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in initialize() 183 … RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); // initia… in initialize() 186 …UString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >(), 1 ); in initialize() 215 …UString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >(), 1 ); in initialize() 218 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in initialize() 223 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in initialize() 243 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in getByName() 246 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in getByName() 250 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in getByName() [all …]
|
| H A D | ZipPackageStream.cxx | 160 uno::Reference< XInterface >() ); in GetOwnSeekStream() 172 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in GetRawEncrStreamNoHeaderCopy() 176 uno::Reference< XInterface >() ); in GetRawEncrStreamNoHeaderCopy() 181 uno::Reference< XInterface >() ); in GetRawEncrStreamNoHeaderCopy() 194 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in GetRawEncrStreamNoHeaderCopy() 255 …INGPARAM( OSL_LOG_PREFIX "No expected key is provided!" ) ), uno::Reference< uno::XInterface >() ); in GetEncryptionKey() 264 …INGPARAM( OSL_LOG_PREFIX "No expected key is provided!" ) ), uno::Reference< uno::XInterface >() ); in GetEncryptionKey() 287 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in TryToGetRawFromDataStream() 295 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in TryToGetRawFromDataStream() 305 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in TryToGetRawFromDataStream() [all …]
|
| /AOO41X/main/cpputools/source/unoexe/ |
| H A D | unoexe.cxx | 178 throw RuntimeException( buf.makeStringAndClear(), Reference< XInterface >() ); in readOption() 244 Reference< XInterface > x( xMgr->createInstanceWithContext( rServiceName, xContext ) ); in createInstance() 296 throw RuntimeException( buf.makeStringAndClear(), Reference< XInterface >() ); in createInstance() 309 throw RuntimeException( buf.makeStringAndClear(), Reference< XInterface >() ); in createInstance() 323 Reference< XInterface >() ); in nestRegistries() 328 …does not export interface \"com.sun.star.lang.XInitialization\"!" ) ), Reference< XInterface >() ); in nestRegistries() 348 Reference< XInterface >() ); in openRegistry() 372 static Reference< XInterface > loadComponent( in loadComponent() 405 throw RuntimeException( buf.makeStringAndClear(), Reference< XInterface >() ); in loadComponent() 408 Reference< XInterface > xInstance; in loadComponent() [all …]
|
| /AOO41X/main/scripting/source/provider/ |
| H A D | MasterScriptProvider.cxx | 69 Reference< XInterface > SAL_CALL mspf_create( Reference< XComponentContext > const & xComponentCont… 126 Reference< XInterface >() ); in initialize() 263 OUSTR( "MasterScriptProvider not initialised" ), Reference< XInterface >(), in getScript() 277 message, Reference< XInterface >(), in getScript() 292 errorMsg, Reference< XInterface >(), in getScript() 307 errorMsg, Reference< XInterface >(), in getScript() 367 e.Message, Reference< XInterface >(), in getScript() 376 Reference< XInterface >(), in getScript() 533 Reference< XInterface >() ); in insertByName() 540 Reference< XInterface >() ); in insertByName() [all …]
|
| /AOO41X/main/embeddedobj/source/general/ |
| H A D | xcreator.cxx | 62 uno::Reference< uno::XInterface > SAL_CALL UNOEmbeddedObjectCreator::impl_staticCreateSelfInstance( in impl_staticCreateSelfInstance() 65 return uno::Reference< uno::XInterface >( *new UNOEmbeddedObjectCreator( xServiceManager ) ); in impl_staticCreateSelfInstance() 69 uno::Reference< uno::XInterface > SAL_CALL UNOEmbeddedObjectCreator::createInstanceInitNew( in createInstanceInitNew() 82 uno::Reference< uno::XInterface > xResult; in createInstanceInitNew() 86 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ), in createInstanceInitNew() 91 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ), in createInstanceInitNew() 102 uno::Reference < uno::XInterface > xFact( m_xFactory->createInstance( aEmbedFactory ) ); in createInstanceInitNew() 114 uno::Reference< uno::XInterface > SAL_CALL UNOEmbeddedObjectCreator::createInstanceInitFromEntry( in createInstanceInitFromEntry() 129 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ), in createInstanceInitFromEntry() 134 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ), in createInstanceInitFromEntry() [all …]
|
| /AOO41X/main/package/source/zipapi/ |
| H A D | ZipFile.cxx | 85 …CONSTASCII_USTRINGPARAM ( "stream data looks to be broken" ) ), uno::Reference < XInterface > () ); in ZipFile() 111 …CONSTASCII_USTRINGPARAM ( "stream data looks to be broken" ) ), uno::Reference < XInterface > () ); in ZipFile() 167 uno::Reference< XInterface >() ); in StaticGetCipher() 189 uno::Reference< XInterface >() ); in StaticGetCipher() 390 uno::Reference< XInterface >() ); in StaticGetDataFromRawStream() 393 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in StaticGetDataFromRawStream() 398 uno::Reference< XInterface >() ); in StaticGetDataFromRawStream() 420 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in StaticGetDataFromRawStream() 529 …TASCII_USTRINGPARAM ( "entry has spurious file descriptor" ) ), uno::Reference < XInterface > () ); in createUnbufferedStream() 592 uno::Reference< XInterface >() ); in getDataStream() [all …]
|
| /AOO41X/main/embeddedobj/source/msole/ |
| H A D | xolefactory.cxx | 60 uno::Reference< uno::XInterface > SAL_CALL OleEmbeddedObjectFactory::impl_staticCreateSelfInstance( in impl_staticCreateSelfInstance() 63 return uno::Reference< uno::XInterface >( *new OleEmbeddedObjectFactory( xServiceManager ) ); in impl_staticCreateSelfInstance() 67 uno::Reference< uno::XInterface > SAL_CALL OleEmbeddedObjectFactory::createInstanceInitFromEntry( in createInstanceInitFromEntry() 82 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ), in createInstanceInitFromEntry() 87 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ), in createInstanceInitFromEntry() 104 uno::Reference< uno::XInterface > xResult( in createInstanceInitFromEntry() 140 uno::Reference< uno::XInterface > SAL_CALL OleEmbeddedObjectFactory::createInstanceInitFromMediaDes… in createInstanceInitFromMediaDescriptor() 154 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ), in createInstanceInitFromMediaDescriptor() 159 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ), in createInstanceInitFromMediaDescriptor() 162 uno::Reference< uno::XInterface > xResult( in createInstanceInitFromMediaDescriptor() [all …]
|
| /AOO41X/main/sw/source/ui/uno/ |
| H A D | unofreg.cxx | 44 extern uno::Reference< uno::XInterface > SAL_CALL SwUnoModule_createInstance( const uno::Reference<… 49 extern uno::Reference< uno::XInterface > SAL_CALL SwTextDocument_createInstance( const uno::Referen… 52 extern uno::Reference< uno::XInterface > SAL_CALL SwWebDocument_createInstance( const uno::Referenc… 55 extern uno::Reference< uno::XInterface > SAL_CALL SwGlobalDocument_createInstance( const uno::Refer… 60 extern uno::Reference< uno::XInterface > SAL_CALL SwXMLImport_createInstance(const uno::Reference< … 63 extern uno::Reference< uno::XInterface > SAL_CALL SwXMLImportStyles_createInstance(const uno::Refer… 66 extern uno::Reference< uno::XInterface > SAL_CALL SwXMLImportContent_createInstance(const uno::Refe… 70 extern uno::Reference< uno::XInterface > SAL_CALL SwXMLImportMeta_createInstance(const uno::Referen… 74 extern uno::Reference< uno::XInterface > SAL_CALL SwXMLImportSettings_createInstance(const uno::Ref… 79 extern uno::Reference< uno::XInterface > SAL_CALL SwXMLExportOOO_createInstance(const uno::Referenc… [all …]
|
| /AOO41X/main/xmlreader/source/ |
| H A D | xmlreader.cxx | 75 fileUrl_, css::uno::Reference< css::uno::XInterface >()); in XmlReader() 80 css::uno::Reference< css::uno::XInterface >()); in XmlReader() 96 css::uno::Reference< css::uno::XInterface >()); in XmlReader() 253 css::uno::Reference< css::uno::XInterface >()); in skipComment() 262 css::uno::Reference< css::uno::XInterface >()); in skipComment() 274 css::uno::Reference< css::uno::XInterface >()); in skipProcessingInstruction() 291 css::uno::Reference< css::uno::XInterface >()); in skipDocumentTypeDeclaration() 303 css::uno::Reference< css::uno::XInterface >()); in skipDocumentTypeDeclaration() 320 css::uno::Reference< css::uno::XInterface >()); in skipDocumentTypeDeclaration() 332 css::uno::Reference< css::uno::XInterface >()); in skipDocumentTypeDeclaration() [all …]
|
| /AOO41X/main/canvas/source/factory/ |
| H A D | cf_service.cxx | 96 Reference<XInterface> use( 100 Reference<XInterface> lookupAndUse( 118 virtual Reference<XInterface> SAL_CALL createInstanceWithContext( 121 virtual Reference<XInterface> SAL_CALL 128 virtual Reference<XInterface> SAL_CALL createInstance( 131 virtual Reference<XInterface> SAL_CALL createInstanceWithArguments( 232 Reference<XInterface> create( Reference<XComponentContext> const & xContext ) in create() 273 Reference<XInterface> CanvasFactory::createInstanceWithContext( in createInstanceWithContext() 282 Reference<XInterface> CanvasFactory::use( in use() 297 return Reference<XInterface>(); in use() [all …]
|