Home
last modified time | relevance | path

Searched refs:m_xMSF (Results 1 – 25 of 98) sorted by last modified time

1234

/trunk/main/ucb/source/ucp/webdav/
H A DDAVSessionFactory.cxx43 m_xMSF = rxSMgr; in createDAVSession()
H A DDAVSessionFactory.hxx61 ::uno::Reference< ::lang::XMultiServiceFactory > getServiceFactory() { return m_xMSF; } in getServiceFactory()
69 ::uno::Reference< ::lang::XMultiServiceFactory > m_xMSF;
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DCheckXComponentLoader.java103 private XMultiServiceFactory m_xMSF = null; field in CheckXComponentLoader
158 m_xMSF = getMSF(); in before()
163 …m_xStreamProvider = UnoRuntime.queryInterface(XSimpleFileAccess.class, m_xMSF.createInstance("com.… in before()
173 …m_xDesktop = UnoRuntime.queryInterface(XFrame.class, m_xMSF.createInstance("com.sun.star.frame.Des… in before()
/trunk/main/xmlhelp/source/treeview/
H A Dtvfactory.cxx44 : m_xMSF( xMSF ) in TVFactory()
166 cppu::OWeakObject* p = new TVChildTarget( m_xMSF ); in createInstanceWithArguments()
H A Dtvfactory.hxx127 com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > m_xMSF; member in treeview::TVFactory
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.cxx46 : m_xMSF( xMSF ), in ResultSetBase()
414 new ::ucbhelper::ContentIdentifier( m_xMSF,url ) ); in queryContentIdentifier()
650 m_xMSF, m_sProperty ); in getMetaData()
H A Dresultsetbase.hxx543 com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > m_xMSF; member in chelp::ResultSetBase
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java860 protected XMultiServiceFactory m_xMSF; field in ReportBuilderLayouter
864 if (m_xMSF == null) in getMSFofReportDefinition()
866 m_xMSF = UnoRuntime.queryInterface(XMultiServiceFactory.class, getReportDefinition()); in getMSFofReportDefinition()
868 return m_xMSF; in getMSFofReportDefinition()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportFinalizer.java65 private XMultiServiceFactory m_xMSF; field in ReportFinalizer
69 m_xMSF = _xMSF; in ReportFinalizer()
225 … XInterface xInterface = (XInterface) m_xMSF.createInstance("com.sun.star.ucb.SimpleFileAccess"); in getStorePath()
227 … StorePath = FileAccess.getOfficePath(m_xMSF, "Temp", xSimpleFileAccess) + "/" + StoreName; in getStorePath()
H A DReportImplementationHelper.java36 private XMultiServiceFactory m_xMSF; field in ReportImplementationHelper
46 m_xMSF = _aMSF; in ReportImplementationHelper()
61 return m_xMSF; in getMSF()
H A DReportLayouter.java59 private XMultiServiceFactory m_xMSF; field in ReportLayouter
63 m_xMSF = _xMSF; in ReportLayouter()
292 …"imgOrientation", PropertyNames.PROPERTY_IMAGEURL, Desktop.getBitmapPath(m_xMSF) + "/portrait.gif"… in itemStateChanged()
/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java70 XMultiServiceFactory m_xMSF; field in DOMTest
86 m_xMSF = xMSF; in before()
93 m_xMSF.createInstance("com.sun.star.xml.dom.SAXDocumentBuilder")); in testXSAXDocumentBuilder()
101 m_xMSF.createInstance("com.sun.star.xml.dom.DocumentBuilder")); in testXDocumentBuilder()
151 m_xMSF.createInstance("com.sun.star.xml.dom.DocumentBuilder")); in testXDocument()
570 m_xMSF.createInstance("com.sun.star.xml.dom.DocumentBuilder")); in testXDocumentFragment()
772 m_xMSF.createInstance("com.sun.star.xml.dom.DocumentBuilder")); in testXElement()
1154 m_xMSF.createInstance("com.sun.star.xml.dom.DocumentBuilder")); in testXAttr()
2450 m_xMSF.createInstance("com.sun.star.xml.xpath.XPathAPI")); in testXXPathAPI()
2588 m_xMSF.createInstance("com.sun.star.xml.xpath.XPathAPI")); in testXXPathObject()
[all …]
/trunk/main/unotools/qa/complex/tempfile/
H A DTempFileUnitTest.java42 private XMultiServiceFactory m_xMSF = null; field in TempFileUnitTest
56 m_xMSF = getMSF(); in before()
57 if ( m_xMSF == null ) { in before()
62 Object oSFA = m_xMSF.createInstance( "com.sun.star.ucb.SimpleFileAccess" ); in before()
75 m_xMSF = null; in after()
80 TempFileTest aTest = new Test01( m_xMSF, m_xSFA ); in ExecuteTest01()
85 TempFileTest aTest = new Test02( m_xMSF, m_xSFA ); in ExecuteTest02()
H A DTest01.java37 XMultiServiceFactory m_xMSF = null; field in Test01
42 m_xMSF = xMSF; in Test01()
54 Object oTempFile = m_xMSF.createInstance( "com.sun.star.io.TempFile" ); in test()
H A DTest02.java35 XMultiServiceFactory m_xMSF; field in Test02
40 m_xMSF = xMSF; in Test02()
53 oTempFile = m_xMSF.createInstance( "com.sun.star.io.TempFile" ); in test()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.cxx46 : m_xMSF( xMSF ), in ResultSetBase()
419 new ::ucbhelper::ContentIdentifier(m_xMSF,url) ); in queryContentIdentifier()
652 m_xMSF, m_sProperty ); in getMetaData()
H A Dftpresultsetbase.hxx569 com::sun::star::lang::XMultiServiceFactory > m_xMSF; member in ftp::ResultSetBase
/trunk/main/sw/source/ui/table/
H A Dtautofmt.cxx101 uno::Reference< lang::XMultiServiceFactory > m_xMSF; member in AutoFmtPreview
600 m_xMSF ( comphelper::getProcessServiceFactory() ) in IMPL_LINK_INLINE_END()
607 DBG_ASSERT( m_xMSF.is(), "AutoFmtPreview: no MultiServiceFactory"); in IMPL_LINK_INLINE_END()
608 if ( m_xMSF.is() ) in IMPL_LINK_INLINE_END()
611 m_xMSF->createInstance ( in IMPL_LINK_INLINE_END()
615 pNumFmt = new SvNumberFormatter( m_xMSF, LANGUAGE_SYSTEM ); in IMPL_LINK_INLINE_END()
/trunk/main/sw/source/filter/ww8/
H A Drtfexportfilter.cxx42 m_xMSF( xMSF ) in RtfExportFilter()
H A Drtfexportfilter.hxx49 ::com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > m_xMSF;
H A Drtfimportfilter.cxx46 m_xMSF( xMSF ) in RtfImportFilter()
H A Drtfimportfilter.hxx42 ::com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > m_xMSF;
/trunk/main/sw/source/core/bastyp/
H A Dbreakit.cxx63 : m_xMSF( rxMSF ), in SwBreakIt()
69 DBG_ASSERT( m_xMSF.is(), "SwBreakIt: no MultiServiceFactory" ); in SwBreakIt()
91 if ( m_xMSF.is() && !xBreak.is() ) in createBreakIterator()
92 …xBreak.set(m_xMSF->createInstance(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.i18n.B… in createBreakIterator()
96 if ( m_xMSF.is() && !xCTLDetect.is() ) in createScriptTypeDetector()
97 …xCTLDetect.set(m_xMSF->createInstance(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.i18… in createScriptTypeDetector()
108 LocaleDataWrapper aWrap( m_xMSF, GetLocale( aLang ) ); in _GetForbidden()
/trunk/main/sw/qa/complex/writer/
H A DLoadSaveTest.java56 private XMultiServiceFactory m_xMSF = null; field in LoadSaveTest
72 m_xMSF = (XMultiServiceFactory) param.getMSF(); in before()
74 UnoRuntime.queryInterface(XPropertySet.class, m_xMSF); in before()
79 Object oGEB = m_xMSF.createInstance( in before()
84 m_TmpDir = util.utils.getOfficeTemp/*Dir*/(m_xMSF); in before()
127 xDoc = util.DesktopTools.loadDoc(m_xMSF, sourceFile, loadProps); in testDoc()
H A DTextPortionEnumerationTest.java1239 private XMultiServiceFactory m_xMSF = null; field in TextPortionEnumerationTest
1248 m_xMSF = UnoRuntime.queryInterface( in before()
1252 UnoRuntime.queryInterface(XPropertySet.class, m_xMSF); in before()
1257 m_xDoc = util.WriterTools.createTextDoc(m_xMSF); in before()
1258 m_TmpDir = util.utils.getOfficeTemp/*Dir*/(m_xMSF); in before()
3809 xComp = util.DesktopTools.loadDoc(m_xMSF, file, loadProps); in doLoad()

Completed in 121 milliseconds

1234