| /trunk/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 …]
|
| /trunk/main/package/source/xstor/ |
| H A D | xstorage.cxx | 108 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in completeStorageStreamCopy_Impl() 112 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in completeStorageStreamCopy_Impl() 116 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in completeStorageStreamCopy_Impl() 154 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in GetSeekableTempCopy() 538 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in OpenOwnPackage() 636 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in ReadContents() 640 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in ReadContents() 653 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in ReadContents() 665 … RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); // TODO: … in ReadContents() 709 …UString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >(), 1 ); in CopyToStorage() [all …]
|
| /trunk/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() 51 XInterface * pRet = static_cast< XInterface * >( aRet.pReserved ); in iquery() 60 inline XInterface * Reference< interface_type >::iquery( in iquery() 61 XInterface * pInterface ) in iquery() 73 inline XInterface * BaseReference::iquery_throw( in iquery_throw() 74 XInterface * pInterface, const Type & rType ) in iquery_throw() 76 XInterface * pQueried = iquery( pInterface, rType ); in iquery_throw() 81 Reference< XInterface >( pInterface ) ); in iquery_throw() 85 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 ); 80 inline static XInterface * SAL_CALL iquery_throw( XInterface * pInterface, const Type & rType ); 88 inline XInterface * SAL_CALL get() const SAL_THROW( () ) in get() 104 inline sal_Bool SAL_CALL operator == ( XInterface * pInterface ) const SAL_THROW( () ); 111 inline sal_Bool SAL_CALL operator != ( XInterface * pInterface ) const SAL_THROW( () ); 183 inline static XInterface * SAL_CALL iquery( XInterface * pInterface ); 191 inline static XInterface * SAL_CALL iquery_throw( XInterface * pInterface ); 211 static inline interface_type * castFromXInterface(XInterface * p) { in castFromXInterface() [all …]
|
| /trunk/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() 308 Sequence< Reference<XInterface > > aFactories; 326 …return Any( &aFactories.getConstArray()[nIt++], ::getCppuType( (const Reference<XInterface > *)0 )… in nextElement() 359 OUSTR("unknown property: ") + name, Reference< XInterface >() ); in getPropertyByName() 397 Reference<XInterface > xNext; 419 Any ret( &(*aIt), ::getCppuType( (const Reference<XInterface > *)0 ) ); in nextElement() [all …]
|
| /trunk/main/cppuhelper/source/ |
| H A D | factory.cxx | 108 Reference<XInterface > SAL_CALL createInstance(); 109 …virtual Reference<XInterface > SAL_CALL createInstanceWithArguments(const Sequence<Any>& Arguments… 111 virtual Reference< XInterface > SAL_CALL createInstanceWithContext( 113 virtual Reference< XInterface > SAL_CALL createInstanceWithArgumentsAndContext( 128 virtual Reference<XInterface > createInstanceEveryTime( 154 Reference<XInterface > OSingleFactoryHelper::createInstanceEveryTime( in createInstanceEveryTime() 174 return Reference< XInterface >(); in createInstanceEveryTime() 179 Reference<XInterface > OSingleFactoryHelper::createInstance() in createInstance() 185 Reference<XInterface > OSingleFactoryHelper::createInstanceWithArguments( in createInstanceWithArguments() 194 Reference< XInterface > OSingleFactoryHelper::createInstanceWithContext( in createInstanceWithContext() [all …]
|
| H A D | weak.cxx | 70 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL queryAdapted(); 95 rType, static_cast< XAdapter * >( this ), static_cast< XInterface * >( this ) ); in queryInterface() 134 Reference< XInterface > SAL_CALL OWeakConnectionPoint::queryAdapted() in queryAdapted() 136 Reference< XInterface > ret; in queryAdapted() 164 m_aReferences.addInterface( (const Reference< XInterface > &)rRef ); in addReference() 170 m_aReferences.removeInterface( (const Reference< XInterface > &)rRef ); in removeReference() 192 static_cast< XWeak * >( this ), static_cast< XInterface * >( this ) ); in queryInterface() 264 Reference<XInterface > x( xDelegator ); in acquire() 274 Reference<XInterface > x( xDelegator ); in release() 284 Reference< XInterface > x( xDelegator ); // harden ref in queryInterface() [all …]
|
| H A D | interfacecontainer.cxx | 47 static void realloc( Sequence< Reference< XInterface > > & rSeq, sal_Int32 nNewLen ) in realloc() 56 static void sequenceRemoveElementAt( Sequence< Reference< XInterface > > & rSeq, sal_Int32 index ) in sequenceRemoveElementAt() 61 Sequence< Reference< XInterface > > aDestSeq( rSeq.getLength() - 1 ); in sequenceRemoveElementAt() 63 …const Reference< XInterface > * pSource = ((const Sequence< Reference< XInterface > > &)rSeq).getC… in sequenceRemoveElementAt() 64 Reference< XInterface > * pDest = aDestSeq.getArray(); in sequenceRemoveElementAt() 130 XInterface * OInterfaceIteratorHelper::next() SAL_THROW( () ) in next() 151 XInterface * p = aData.pAsSequence->getConstArray()[nRemain].get(); in remove() 152 rCont.removeInterface( * reinterpret_cast< const Reference< XInterface > * >( &p ) ); in remove() 157 …rCont.removeInterface( * reinterpret_cast< const Reference< XInterface > * >(&aData.pAsInterface)); in remove() 189 Sequence< Reference<XInterface> > OInterfaceContainerHelper::getElements() const SAL_THROW( () ) in getElements() [all …]
|
| /trunk/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() 77 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ), in createInstanceInitFromEntry() 82 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ), in createInstanceInitFromEntry() 93 uno::Reference< uno::XInterface > xResult; in createInstanceInitFromEntry() 139 xResult = uno::Reference< uno::XInterface >( in createInstanceInitFromEntry() 171 uno::Reference< uno::XInterface > SAL_CALL OOoEmbeddedObjectFactory::createInstanceInitFromMediaDes… in createInstanceInitFromMediaDescriptor() 181 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ), in createInstanceInitFromMediaDescriptor() 186 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ), in createInstanceInitFromMediaDescriptor() [all …]
|
| /trunk/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() 175 Reference<XInterface>()); in invoke() 211 throw RuntimeException(e.message, Reference<XInterface>()); in invoke() 217 e.Message, Reference<XInterface>()); in invoke() 224 "IUnknownWrapper_Impl::Invoke !"), Reference<XInterface>()); in invoke() 236 Reference<XInterface>()); in setValue() 252 throw UnknownPropertyException(msg, Reference<XInterface>()); in setValue() 347 …(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("call to OLE object failed")), static_cast<XInterface*>( in setValue() [all …]
|
| /trunk/main/codemaker/test/javamaker/src/test/idl/test/codemaker/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 …]
|
| /trunk/main/scripting/source/runtimemgr/ |
| H A D | ScriptNameResolverImpl.cxx | 115 Reference< XInterface > () ); in resolve() 132 Reference< XInterface > () ); in resolve() 140 Reference< XInterface > () ); in resolve() 148 Reference< XInterface > () ); in resolve() 155 Reference< XInterface > () ); in resolve() 214 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in resolve() 216 Reference< XInterface > xInterface( in resolve() 246 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in resolve() 266 Reference < XInterface > (), 1 ); in resolve() 301 Reference< XInterface > () ); in resolve() [all …]
|
| H A D | ScriptRuntimeManager.cxx | 88 const Reference< XInterface >& scriptInfo ) in getScriptRuntime() 96 Reference< XInterface > xInterface; in getScriptRuntime() 111 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in getScriptRuntime() 127 Reference< XInterface > xInterface( in getScriptNameResolver() 139 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in getScriptNameResolver() 173 Reference< XInterface > () ); in invoke() 183 Reference< XInterface > () ); in invoke() 223 Reference< XInterface > (), in invoke() 230 Reference< XInterface > (), in invoke() 238 Reference< XInterface > (), ite.TargetException ); in invoke() [all …]
|
| /trunk/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 …]
|
| /trunk/main/package/source/package/zippackage/ |
| H A D | zipfileaccess.cxx | 57 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in OZipFileAccess() 178 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in initialize() 181 … RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); // initia… in initialize() 184 …UString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >(), 1 ); in initialize() 213 …UString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >(), 1 ); in initialize() 216 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in initialize() 221 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in initialize() 238 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in getByName() 241 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in getByName() 245 …::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 …]
|
| /trunk/main/canvas/inc/canvas/ |
| H A D | verifyinput.hxx | 98 ::com::sun::star::uno::XInterface >& xIf, 121 ::com::sun::star::uno::XInterface >& xIf, 144 ::com::sun::star::uno::XInterface >& xIf, 167 ::com::sun::star::uno::XInterface >& xIf, 190 ::com::sun::star::uno::XInterface >& xIf, 213 ::com::sun::star::uno::XInterface >& xIf, 236 ::com::sun::star::uno::XInterface >& xIf, 258 ::com::sun::star::uno::XInterface >& xIf, 284 ::com::sun::star::uno::XInterface >& xIf, 307 ::com::sun::star::uno::XInterface >& xIf, [all …]
|
| /trunk/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() 78 uno::Reference< uno::XInterface > xResult; in createInstanceInitNew() 82 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ), in createInstanceInitNew() 87 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ), in createInstanceInitNew() 98 uno::Reference < uno::XInterface > xFact( m_xFactory->createInstance( aEmbedFactory ) ); in createInstanceInitNew() 110 uno::Reference< uno::XInterface > SAL_CALL UNOEmbeddedObjectCreator::createInstanceInitFromEntry( in createInstanceInitFromEntry() 120 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ), in createInstanceInitFromEntry() 125 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ), in createInstanceInitFromEntry() [all …]
|
| H A D | dummyobject.cxx | 54 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ) ); in CheckInit() 59 const uno::Reference< uno::XInterface >& /*xSource*/ ) in PostEvent_Impl() 69 … aEvent.Source = uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >( this ) ); in PostEvent_Impl() 208 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ) ); in setVisualAreaSize() 225 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ) ); in getVisualAreaSize() 230 uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ) ); in getVisualAreaSize() 245 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ) ); in getMapUnit() 258 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ) ); in getPreferredVisualRepresentation() 275 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ), in setPersistentEntry() 280 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ), in setPersistentEntry() [all …]
|
| /trunk/main/scripting/source/provider/ |
| H A D | MasterScriptProvider.cxx | 69 Reference< XInterface > SAL_CALL mspf_create( Reference< XComponentContext > const & xComponentCont… 125 Reference< XInterface >() ); in initialize() 260 OUSTR( "MasterScriptProvider not initialised" ), Reference< XInterface >(), in getScript() 274 message, Reference< XInterface >(), in getScript() 289 errorMsg, Reference< XInterface >(), in getScript() 304 errorMsg, Reference< XInterface >(), in getScript() 364 e.Message, Reference< XInterface >(), in getScript() 373 Reference< XInterface >(), in getScript() 526 Reference< XInterface >() ); in insertByName() 533 Reference< XInterface >() ); in insertByName() [all …]
|
| /trunk/main/cpputools/source/unoexe/ |
| H A D | unoexe.cxx | 177 throw RuntimeException( buf.makeStringAndClear(), Reference< XInterface >() ); in readOption() 242 Reference< XInterface > x( xMgr->createInstanceWithContext( rServiceName, xContext ) ); in createInstance() 294 throw RuntimeException( buf.makeStringAndClear(), Reference< XInterface >() ); in createInstance() 307 throw RuntimeException( buf.makeStringAndClear(), Reference< XInterface >() ); in createInstance() 320 Reference< XInterface >() ); in nestRegistries() 325 …does not export interface \"com.sun.star.lang.XInitialization\"!" ) ), Reference< XInterface >() ); in nestRegistries() 344 Reference< XInterface >() ); in openRegistry() 368 static Reference< XInterface > loadComponent( in loadComponent() 400 throw RuntimeException( buf.makeStringAndClear(), Reference< XInterface >() ); in loadComponent() 403 Reference< XInterface > xInstance; in loadComponent() [all …]
|
| /trunk/main/package/source/package/zipapi/ |
| H A D | ZipFile.cxx | 84 …CONSTASCII_USTRINGPARAM ( "stream data looks to be broken" ) ), uno::Reference < XInterface > () ); in ZipFile() 109 …CONSTASCII_USTRINGPARAM ( "stream data looks to be broken" ) ), uno::Reference < XInterface > () ); in ZipFile() 165 uno::Reference< XInterface >() ); in StaticGetCipher() 187 uno::Reference< XInterface >() ); in StaticGetCipher() 387 uno::Reference< XInterface >() ); in StaticGetDataFromRawStream() 390 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in StaticGetDataFromRawStream() 395 uno::Reference< XInterface >() ); in StaticGetDataFromRawStream() 417 …::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface >() ); in StaticGetDataFromRawStream() 526 …TASCII_USTRINGPARAM ( "entry has spurious file descriptor" ) ), uno::Reference < XInterface > () ); in createUnbufferedStream() 584 uno::Reference< XInterface >() ); in getDataStream() [all …]
|
| /trunk/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() 77 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ), in createInstanceInitFromEntry() 82 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ), in createInstanceInitFromEntry() 99 uno::Reference< uno::XInterface > xResult( in createInstanceInitFromEntry() 135 uno::Reference< uno::XInterface > SAL_CALL OleEmbeddedObjectFactory::createInstanceInitFromMediaDes… in createInstanceInitFromMediaDescriptor() 145 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ), in createInstanceInitFromMediaDescriptor() 150 … uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ), in createInstanceInitFromMediaDescriptor() 153 uno::Reference< uno::XInterface > xResult( in createInstanceInitFromMediaDescriptor() [all …]
|
| /trunk/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 …]
|
| /trunk/main/xmlreader/source/ |
| H A D | xmlreader.cxx | 72 fileUrl_, css::uno::Reference< css::uno::XInterface >()); in XmlReader() 77 css::uno::Reference< css::uno::XInterface >()); in XmlReader() 93 css::uno::Reference< css::uno::XInterface >()); in XmlReader() 250 css::uno::Reference< css::uno::XInterface >()); in skipComment() 259 css::uno::Reference< css::uno::XInterface >()); in skipComment() 271 css::uno::Reference< css::uno::XInterface >()); in skipProcessingInstruction() 288 css::uno::Reference< css::uno::XInterface >()); in skipDocumentTypeDeclaration() 300 css::uno::Reference< css::uno::XInterface >()); in skipDocumentTypeDeclaration() 317 css::uno::Reference< css::uno::XInterface >()); in skipDocumentTypeDeclaration() 329 css::uno::Reference< css::uno::XInterface >()); in skipDocumentTypeDeclaration() [all …]
|