Home
last modified time | relevance | path

Searched refs:m_xFactory (Results 1 – 25 of 155) sorted by relevance

1234567

/trunk/main/framework/test/
H A Dtest.cxx162 Reference< XMultiServiceFactory > m_xFactory; member in TestApplication
186 m_xFactory = aManager.getGlobalUNOServiceManager(); in Main()
187 setProcessServiceFactory( m_xFactory ); in Main()
1085 Reference< XFrame > xD ( m_xFactory->createInstance( SERVICENAME_DESKTOP ), UNO_QUERY ); in impl_testTreeSearch()
1086 Reference< XFrame > xT1 ( m_xFactory->createInstance( SERVICENAME_TASK ), UNO_QUERY ); in impl_testTreeSearch()
1087 Reference< XFrame > xT2 ( m_xFactory->createInstance( SERVICENAME_TASK ), UNO_QUERY ); in impl_testTreeSearch()
1088 Reference< XFrame > xT3 ( m_xFactory->createInstance( SERVICENAME_TASK ), UNO_QUERY ); in impl_testTreeSearch()
1089 Reference< XFrame > xF11 ( m_xFactory->createInstance( SERVICENAME_FRAME ), UNO_QUERY ); in impl_testTreeSearch()
1090 Reference< XFrame > xF12 ( m_xFactory->createInstance( SERVICENAME_FRAME ), UNO_QUERY ); in impl_testTreeSearch()
1091 Reference< XFrame > xF21 ( m_xFactory->createInstance( SERVICENAME_FRAME ), UNO_QUERY ); in impl_testTreeSearch()
[all …]
/trunk/main/embeddedobj/source/msole/
H A Downview.cxx93 : m_xFactory( xFactory ) in OwnView_Impl()
100 m_aTempFileURL = GetNewFilledTempFile_Impl( xInputStream, m_xFactory ); in OwnView_Impl()
107 KillFile_Impl( m_aTempFileURL, m_xFactory ); in ~OwnView_Impl()
112 KillFile_Impl( m_aNativeTempURL, m_xFactory ); in ~OwnView_Impl()
125 m_xFactory->createInstance ( in CreateModelFromURL()
276 m_xFactory->createInstance( ::rtl::OUString::createFromAscii( "com.sun.star.io.TempFile" ) ), in ReadContentsAndGenerateTempFile()
413 m_aFilterName = GetFilterNameFromExtentionAndInStream( m_xFactory, aFileSuffix, xNativeInTemp ); in ReadContentsAndGenerateTempFile()
429 m_xFactory->createInstance ( in CreateNative()
440 m_xFactory->createInstanceWithArguments( in CreateNative()
469 KillFile_Impl( m_aNativeTempURL, m_xFactory ); in CreateNative()
[all …]
H A Dolepersist.cxx307 if ( !m_xFactory.is() ) in TryToGetAcceptableFormat_Impl()
456 m_xFactory->createInstanceWithArguments( in InsertVisualCache_Impl()
605 m_xFactory->createInstanceWithArguments( in RemoveVisualCache_Impl()
655 m_xFactory->createInstance ( in HasVisReplInStream()
679 m_xFactory->createInstanceWithArguments( in HasVisReplInStream()
726 m_xFactory->createInstanceWithArguments( in TryToRetrieveCachedVisualRepresentation_Impl()
810 KillFile_Impl( m_aTempURL, m_xFactory ); in TryToRetrieveCachedVisualRepresentation_Impl()
1007 m_aTempURL = GetNewTempFileURL_Impl( m_xFactory ); in CreateTempURLEmpty_Impl()
1126 m_xFactory->createInstance ( in StoreObjectToStream()
2091 KillFile_Impl( m_aTempURL, m_xFactory ); in breakLink()
[all …]
H A Dxolefactory.cxx105 static_cast< ::cppu::OWeakObject* > ( new OleEmbeddedObject( m_xFactory, sal_False ) ), in createInstanceInitFromEntry()
163 static_cast< ::cppu::OWeakObject* > ( new OleEmbeddedObject( m_xFactory, sal_False ) ), in createInstanceInitFromMediaDescriptor()
205 … static_cast< ::cppu::OWeakObject* > ( new OleEmbeddedObject( m_xFactory, aClassID, aClassName ) ), in createInstanceInitNew()
248 static_cast< ::cppu::OWeakObject* > ( new OleEmbeddedObject( m_xFactory, sal_True ) ), in createInstanceLink()
293 … static_cast< ::cppu::OWeakObject* > ( new OleEmbeddedObject( m_xFactory, aClassID, aClassName ) ), in createInstanceUserInit()
H A Dxdialogcreator.cxx195 m_xFactory->createInstance( in createInstanceByDialog()
234 ::comphelper::MimeConfigurationHelper aHelper( m_xFactory ); in createInstanceByDialog()
238 m_xFactory->createInstance( in createInstanceByDialog()
243 m_xFactory->createInstance( in createInstanceByDialog()
327 static_cast< ::cppu::OWeakObject* > ( new OleEmbeddedObject( m_xFactory ) ), in createInstanceInitFromClipboard()
H A Doleembed.cxx276 …ing aFilterName = OwnView_Impl::GetFilterNameFromExtentionAndInStream( m_xFactory, ::rtl::OUString… in TryToConvertToOOo()
285m_xFactory->createInstance( ::rtl::OUString::createFromAscii( "com.sun.star.document.FilterFactory… in TryToConvertToOOo()
304 …uno::Reference< util::XCloseable > xDocument( m_xFactory->createInstanceWithArguments( aDocService… in TryToConvertToOOo()
341 ::comphelper::MimeConfigurationHelper aConfigHelper( m_xFactory ); in TryToConvertToOOo()
349 … uno::Reference< uno::XInterface > xFact = m_xFactory->createInstance( aEmbedFactory ); in TryToConvertToOOo()
860 m_pOwnView = new OwnView_Impl( m_xFactory, m_xObjectStream->getInputStream() ); in doVerb()
877 m_aTempDumpURL = lcl_ExtractObject(m_xFactory, m_xObjectStream); in doVerb()
/trunk/main/embedserv/source/embed/
H A Ded_ipersiststr.cxx174 , m_xFactory( xFactory ) in EmbedDocument_Impl()
227 uno::Reference< util::XURLTransformer > aTransformer( m_xFactory->createInstance( aServiceName ), in fillArgsForLoading_Impl()
410 if ( m_xFactory.is() && pStg ) in InitNew()
413 m_xFactory->createInstance( getServiceNameFromGUID_Impl( &m_guid ) ), in InitNew()
487 if ( !m_xFactory.is() || !pStg ) in Load()
548 m_xFactory->createInstance( getServiceNameFromGUID_Impl( &m_guid ) ), in Load()
633 m_xFactory->createInstance ( aServiceName ), in Save()
761 if ( !m_xFactory.is() ) in Load()
798 m_xFactory->createInstance( getServiceNameFromGUID_Impl( &m_guid ) ), in Load()
875 if ( !m_pDocHolder->GetDocument().is() || !m_xFactory.is() ) in Save()
[all …]
H A Ddocholder.cxx90 m_xFactory( xFactory ), in DocumentHolder()
103 m_xFactory->createInstance( aServiceName ), in DocumentHolder()
125 m_xFactory->createInstance( in LoadDocInFrame()
381 m_xFactory->createInstance(aFrameServiceName), in InPlaceActivate()
411 m_xFactory->createInstance( aDesktopServiceName ), in InPlaceActivate()
676 m_xFactory->createInstance( aServiceName ), uno::UNO_QUERY ); in FreeOffice()
796 if ( m_xFrame.is() && m_xFactory.is() ) in ExecuteSuspendCloseFrame()
844 m_xFactory->createInstance(aDesktopSrvNm), in DocumentFrame()
1043 m_xFactory->createInstance( in setTitle()
1131 m_xFactory->createInstance( aServiceName ), uno::UNO_QUERY ); in GetIDispatch()
[all …]
H A Dservprov.cxx121 m_xFactory( xFactory) in EmbedServer_Impl()
125 m_pOLEFactories[nInd] = new EmbedProviderFactory_Impl( m_xFactory, guidList[nInd] ); in EmbedServer_Impl()
212 , m_xFactory( xFactory ) in EmbedProviderFactory_Impl()
286 …IUnknown* pEmbedDocument = (IUnknown*)(IPersistStorage*)( new EmbedDocument_Impl( m_xFactory, &m_g… in CreateInstance()
/trunk/main/framework/source/helper/
H A Dstatusindicator.cxx58 , m_xFactory (pFactory) in DEFINE_XINTERFACE_2()
74 …css::uno::Reference< css::task::XStatusIndicatorFactory > xFactory(m_xFactory.get(), css::uno::UNO… in start()
90 …css::uno::Reference< css::task::XStatusIndicatorFactory > xFactory(m_xFactory.get(), css::uno::UNO… in end()
106 …css::uno::Reference< css::task::XStatusIndicatorFactory > xFactory(m_xFactory.get(), css::uno::UNO… in reset()
122 …css::uno::Reference< css::task::XStatusIndicatorFactory > xFactory(m_xFactory.get(), css::uno::UNO… in setText()
138 …css::uno::Reference< css::task::XStatusIndicatorFactory > xFactory(m_xFactory.get(), css::uno::UNO… in setValue()
/trunk/main/framework/source/dispatch/
H A Dmenudispatcher.cxx110 , m_xFactory ( xFactory ) in MenuDispatcher()
261 m_xFactory = uno::Reference< XMultiServiceFactory >(); in disposing()
347 AddonMenuManager::MergeAddonPopupMenus( xFrame, nPos, pMenuBar, m_xFactory ); in impl_setMenuBar()
350 AddonMenuManager::MergeAddonHelpMenu( xFrame, pMenuBar, m_xFactory ); in impl_setMenuBar()
358 … m_pMenuManager = new MenuManager( m_xFactory, xFrame, pMenuBar, sal_True, sal_False ); in impl_setMenuBar()
364 … m_pMenuManager = new MenuManager( m_xFactory, xFrame, pMenuBar, sal_True, sal_True ); in impl_setMenuBar()
385 css::uno::Reference< css::util::XURLTransformer > xTrans ( m_xFactory->createInstance( in IMPL_LINK()
/trunk/main/package/source/xstor/
H A Dswitchpersistencestream.cxx36 uno::Reference< lang::XMultiServiceFactory > m_xFactory; member
63 : m_xFactory( xFactory ) in SPStreamData_Impl()
81 : m_xFactory( xFactory ) in SwitchablePersistenceStream()
91 : m_xFactory( xFactory ) in SwitchablePersistenceStream()
133 m_pStreamData = new SPStreamData_Impl( m_xFactory, sal_False, in SwitchPersistenceTo()
168 m_pStreamData = new SPStreamData_Impl( m_xFactory, sal_True, in SwitchPersistenceTo()
183 m_xFactory->createInstance( ::rtl::OUString::createFromAscii( "com.sun.star.io.TempFile" ) ), in CopyAndSwitchPersistenceTo()
216 m_pStreamData = new SPStreamData_Impl( m_xFactory, sal_False, in CopyAndSwitchPersistenceTo()
H A Dxfactory.cxx91 m_xFactory->createInstance( ::rtl::OUString::createFromAscii( "com.sun.star.io.TempFile" ) ), in createInstance()
101 m_xFactory, in createInstance()
163 m_xFactory->createInstance ( in createInstanceWithArguments()
267 …static_cast< OWeakObject* >( new OStorage( xInputStream, nStorageMode, aPropsToSet, m_xFactory, nS… in createInstanceWithArguments()
287 …static_cast< OWeakObject* >( new OStorage( xStream, nStorageMode, aPropsToSet, m_xFactory, nStorag… in createInstanceWithArguments()
/trunk/main/embeddedobj/source/general/
H A Dxcreator.cxx102 uno::Reference < uno::XInterface > xFact( m_xFactory->createInstance( aEmbedFactory ) ); in createInstanceInitNew()
215 uno::Reference< uno::XInterface > xFact = m_xFactory->createInstance( aEmbedFactory ); in createInstanceInitFromEntry()
268 m_xFactory->createInstance( in createInstanceInitFromMediaDescriptor()
291 m_xFactory->createInstance( in createInstanceInitFromMediaDescriptor()
333 m_xFactory->createInstance( aEmbedFactory ), in createInstanceUserInit()
381 m_xFactory->createInstance( in createInstanceLink()
416 m_xFactory->createInstance( in createInstanceLink()
447 m_xFactory->createInstance( aEmbedFactory ), in createInstanceLinkUserInit()
H A Ddocholder.cxx169 m_xFactory( xFactory ), in DocumentHolder()
189 …uno::Reference< frame::XDesktop > xDesktop( m_xFactory->createInstance( aServiceName ), uno::UNO_Q… in DocumentHolder()
269 …uno::Reference< frame::XDesktop > xDesktop( m_xFactory->createInstance( aServiceName ), uno::UNO_Q… in FreeOffice()
437 m_xFactory->createInstance( in ShowInplace()
473 m_xFactory->createInstance( ::rtl::OUString::createFromAscii( "com.sun.star.awt.Toolkit" ) ), in ShowInplace()
485m_xFactory->createInstance( ::rtl::OUString::createFromAscii( "com.sun.star.frame.TaskCreator" ) ), in ShowInplace()
584 m_xFactory->createInstance( in RetrieveOwnMenu_Impl()
593 m_xFactory->createInstance( ::rtl::OUString( in RetrieveOwnMenu_Impl()
876m_xFactory->createInstance( ::rtl::OUString::createFromAscii( "com.sun.star.frame.TaskCreator" ) ), in GetDocFrame()
941 …uno::Reference< beans::XPropertySet > xMonProps( m_xFactory->createInstance(rtl::OUString( RTL_CON… in GetDocFrame()
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx192 , m_xFactory( xNewFactory ) in ZipPackage()
196 …m_xRootFolder = m_pRootFolder = new ZipPackageFolder( m_xFactory, m_nFormat, m_bAllowRemoveOnInser… in ZipPackage()
235 …uno::Reference < XManifestReader > xReader ( m_xFactory->createInstance( sManifestReader ), UNO_QU… in parseManifest()
485 ::comphelper::OFOPXMLHelper::ReadContentTypeSequence( xInStream, m_xFactory ); in parseContentType()
572 pPkgFolder = new ZipPackageFolder( m_xFactory, m_nFormat, m_bAllowRemoveOnInsert ); in getZipFileContents()
588 pPkgStream = new ZipPackageStream( *this, m_xFactory, m_bAllowRemoveOnInsert ); in getZipFileContents()
987 xRef = *new ZipPackageFolder ( m_xFactory, m_nFormat, m_bAllowRemoveOnInsert ); in createInstanceWithArguments()
989 xRef = *new ZipPackageStream ( *this, m_xFactory, m_bAllowRemoveOnInsert ); in createInstanceWithArguments()
1122 xConTypeOutStream, aDefaultsSequence, aOverridesSequence, m_xFactory ); in WriteContentTypes()
1144 m_pZipFile = new ZipFile ( m_xContentStream, m_xFactory, sal_False ); in ConnectTo()
[all …]
H A DZipPackageStream.cxx69 : m_xFactory( xFactory ) in ZipPackageStream()
87 OSL_ENSURE( m_xFactory.is(), "No factory is provided to ZipPackageStream!\n" ); in ZipPackageStream()
150 xStream = ::comphelper::OSeekableInputWrapper::CheckSeekableCanWrap( xStream, m_xFactory ); in GetOwnSeekStream()
183m_xFactory->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.io.TempFil… in GetRawEncrStreamNoHeaderCopy()
296m_xFactory->createInstance ( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.io.TempFi… in TryToGetRawFromDataStream()
302 ZipPackage* pPackage = new ZipPackage( m_xFactory ); in TryToGetRawFromDataStream()
355m_xFactory->createInstance ( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.io.TempFi… in TryToGetRawFromDataStream()
580 return ZipFile::StaticGetDataFromRawStream( m_xFactory, GetOwnSeekStream(), GetEncryptionData() ); in getDataStream()
641 …am > xNewStream = ::comphelper::OSeekableInputWrapper::CheckSeekableCanWrap( aStream, m_xFactory ); in setRawStream()
/trunk/main/dbaccess/source/filter/xml/
H A Dxmlfilter.cxx152 :m_xFactory(_xFactory) in FastLoader()
163 uno::Reference< lang::XMultiServiceFactory > m_xFactory; member in dbaxml::__anon4e5da1020111::FastLoader
177 … ::rtl::Reference< jvmaccess::VirtualMachine > xJVM = ::connectivity::getJavaVM(m_xFactory); in run()
194 … uno::Reference<frame::XComponentLoader> xFrameLoad( m_xFactory->createInstance( in run()
215 ::comphelper::MimeConfigurationHelper aHelper(m_xFactory); in run()
241 uno::Reference< lang::XMultiServiceFactory > m_xFactory; member in dbaxml::__anon4e5da1020111::DatasourceURLListener
248 …ener(uno::Reference< lang::XMultiServiceFactory > const & _xFactory) : m_xFactory(_xFactory),m_aTy… in DatasourceURLListener()
258 pCreatorThread = new FastLoader(m_xFactory,FastLoader::E_JAVA); in propertyChange()
262 pCreatorThread = new FastLoader(m_xFactory,FastLoader::E_CALC); in propertyChange()
/trunk/main/dbaccess/source/ui/misc/
H A DTokenWriter.cxx103 ,m_xFactory(_rM) in DBG_NAME()
135 ,m_xFactory(_rM) in ODatabaseImportExport()
286 …Reference<XNameAccess> xDatabaseContext = Reference< XNameAccess >(m_xFactory->createInstance(SERV… in initialize()
290 …Info = ::dbaui::createConnection( m_sDataSourceName, xDatabaseContext, m_xFactory, xEvt, xConnecti… in initialize()
332 …m_xResultSet.set( m_xFactory->createInstance( ::rtl::OUString::createFromAscii( "com.sun.star.sdb.… in initialize()
580 ::comphelper::ComponentContext aContext(m_xFactory); in Write()
647 ::comphelper::ComponentContext aContext(m_xFactory); in appendRow()
699 m_pReader = new ORTFReader((*m_pStream),m_xConnection,m_xFormatter,m_xFactory); in Read()
783 m_pReader = new OHTMLReader((*m_pStream),m_xConnection,m_xFormatter,m_xFactory); in Read()
802 m_xFactory->createInstance(::rtl::OUString::createFromAscii( in WriteHeader()
[all …]
/trunk/main/embeddedobj/source/commonembedding/
H A Dxfactory.cxx146 m_xFactory, in createInstanceInitFromEntry()
215 m_xFactory, in createInstanceInitFromMediaDescriptor()
271 m_xFactory, in createInstanceInitNew()
332 m_xFactory, in createInstanceUserInit()
392 m_xFactory, in createInstanceLink()
458 m_xFactory, in createInstanceLinkUserInit()
542 m_xFactory, in createInstanceUserInit()
H A Dmiscobj.cxx60 , m_xFactory( xFactory ) in OCommonEmbeddedObject()
87 , m_xFactory( xFactory ) in OCommonEmbeddedObject()
104 OSL_ENSURE( m_xFactory.is(), "No ServiceFactory is provided!\n" ); in CommonInit_Impl()
105 if ( !m_xFactory.is() ) in CommonInit_Impl()
108 m_pDocHolder = new DocumentHolder( m_xFactory, this ); in CommonInit_Impl()
243 ::comphelper::MimeConfigurationHelper aHelper( m_xFactory ); in LinkInit_Impl()
/trunk/main/comphelper/source/streaming/
H A Dseekableinput.cxx63 : m_xFactory( xFactory ) in OSeekableInputWrapper()
66 if ( !m_xFactory.is() ) in OSeekableInputWrapper()
96 if ( !m_xFactory.is() ) in PrepareCopy_Impl()
100 m_xFactory->createInstance( ::rtl::OUString::createFromAscii( "com.sun.star.io.TempFile" ) ), in PrepareCopy_Impl()
/trunk/main/framework/source/classes/
H A Ddroptargetlistener.cxx65 , m_xFactory ( xFactory ) in DropTargetListener()
76 m_xFactory = css::uno::Reference< css::lang::XMultiServiceFactory >(); in ~DropTargetListener()
86 m_xFactory = css::uno::Reference< css::lang::XMultiServiceFactory >(); in disposing()
233 …css::uno::Reference< css::util::XURLTransformer > xParser ( m_xFactory->createInstance(SERVICE… in implts_OpenFile()
/trunk/main/framework/source/services/
H A Dframe.cxx202 … DispatchProvider* pDispatchHelper = new DispatchProvider( m_xFactory, this ); in DEFINE_XINTERFACE_21()
228 … DropTargetListener* pDropListener = new DropTargetListener( m_xFactory, this ); in DEFINE_XINTERFACE_21()
283 , m_xFactory ( xFactory )
363 css::uno::Reference< css::lang::XMultiServiceFactory > xSMGR = m_xFactory; in loadComponentFromURL()
595 css::uno::Reference< css::lang::XMultiServiceFactory > xSMGR = m_xFactory; in initialize()
823 css::uno::Reference< css::lang::XMultiServiceFactory > xFactory = m_xFactory; in findFrame()
1958 m_xFactory.clear(); in dispose()
2371 css::uno::Reference< css::lang::XMultiServiceFactory > xFactory = m_xFactory; in windowClosing()
2419 css::uno::Reference< css::lang::XMultiServiceFactory > xFactory = m_xFactory; in windowShown()
2963 …erence< css::lang::XMultiServiceFactory > xFactory = m_xFactory ; in implts_startWindowListening()
[all …]
/trunk/main/sot/source/unoolestorage/
H A Dxolesimplestorage.cxx54 , m_xFactory( xFactory ) in OLESimpleStorage()
57 OSL_ENSURE( m_xFactory.is(), "No factory is provided on creation!\n" ); in OLESimpleStorage()
58 if ( !m_xFactory.is() ) in OLESimpleStorage()
265 m_xFactory->createInstance( ::rtl::OUString::createFromAscii( "com.sun.star.io.TempFile" ) ), in initialize()
450 m_xFactory->createInstance( ::rtl::OUString::createFromAscii( "com.sun.star.io.TempFile" ) ), in getByName()
485 m_xFactory->createInstanceWithArguments( in getByName()

Completed in 184 milliseconds

1234567