Home
last modified time | relevance | path

Searched refs:xMSF (Results 476 – 500 of 576) sorted by relevance

1...<<11121314151617181920>>...24

/trunk/main/filter/source/xsltdialog/
H A Dtypedetectionexport.cxx48 TypeDetectionExporter::TypeDetectionExporter( Reference< XMultiServiceFactory >& xMSF ) in TypeDetectionExporter() argument
49 : mxMSF( xMSF ) in TypeDetectionExporter()
/trunk/main/basctl/source/basicide/
H A Dscriptdocument.cxx970 Reference< XMultiServiceFactory > xMSF( ::comphelper::getProcessServiceFactory() ); in isLibraryShared() local
972 if ( xMSF.is() ) in isLibraryShared()
975xMSF->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.uri.UriReference… in isLibraryShared()
995 Reference< XPropertySet > xProps( xMSF, UNO_QUERY_THROW ); in isLibraryShared()
H A Dmoduldlg.cxx303 Reference< lang::XMultiServiceFactory > xMSF = ::comphelper::getProcessServiceFactory(); in CopyDialogResources() local
304 …Reference< container::XNameContainer > xDialogModel = Reference< container::XNameContainer >( xMSF in CopyDialogResources()
308 Reference< beans::XPropertySet > xProps( xMSF, UNO_QUERY ); in CopyDialogResources()
/trunk/main/sw/source/ui/utlui/
H A Dnumfmtlb.cxx120 Reference< XMultiServiceFactory > xMSF = ::comphelper::getProcessServiceFactory(); in Init() local
121 pOwnFormatter = new SvNumberFormatter(xMSF, eCurLanguage); in Init()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/
H A D_XUIConfigurationManager.java297 …try(String sLabelName, XIndexAccess xMenuBarSettings, XMultiServiceFactory xMSF, PrintWriter log) { in createMenuBarEntry() argument
314 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xMSF); in createMenuBarEntry()
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DStreamSimulator.java81 public StreamSimulator(XMultiServiceFactory xMSF, in StreamSimulator() argument
93 xMSF.createInstance("com.sun.star.ucb.SimpleFileAccess")); in StreamSimulator()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XRangeSelection.java240 XMultiServiceFactory xMSF = (XMultiServiceFactory)tParam.getMSF(); in getCloser() local
243 aToolkit = xMSF.createInstance("com.sun.star.awt.Toolkit"); in getCloser()
/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_body.cxx396 Reference< XMultiServiceFactory > xMSF = ::comphelper::getProcessServiceFactory(); in transliterate_titlecase_Impl() local
397 CharacterClassificationImpl aCharClassImpl( xMSF ); in transliterate_titlecase_Impl()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DControlScroller.java37 protected XMultiServiceFactory xMSF; field in ControlScroller
93 this.xMSF = _xMSF; in ControlScroller()
H A DFilterComponent.java80 XMultiServiceFactory xMSF; field in FilterComponent
242 …lumn = UnoRuntime.queryInterface(XPropertyContainer.class, oQueryMetaData.xMSF.createInstance(serv… in getFilterConditions()
397 this.xMSF = _xMSF; in FilterComponent()
/trunk/main/i18npool/source/numberformatcode/
H A Dnumberformatcode.cxx37 xMSF( rxMSF ), in NumberFormatCodeMapper()
268 xI = xMSF->createInstance( in createLocaleDataObject()
/trunk/main/cui/source/options/
H A Doptasian.cxx390 Reference< XMultiServiceFactory > xMSF = ::comphelper::getProcessServiceFactory(); in IMPL_LINK() local
391 LocaleDataWrapper aWrap( xMSF, aLocale ); in IMPL_LINK()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DTableWindowAccessibility.java353 XMultiServiceFactory xMSF = (XMultiServiceFactory)Param.getMSF (); in cleanup() local
354 Object sfa = xMSF.createInstance ("com.sun.star.comp.ucb.SimpleFileAccess"); in cleanup()
H A DJoinViewAccessibility.java366 XMultiServiceFactory xMSF = (XMultiServiceFactory)Param.getMSF (); in cleanup() local
367 Object sfa = xMSF.createInstance ("com.sun.star.comp.ucb.SimpleFileAccess"); in cleanup()
H A DConnectionLineAccessibility.java390 XMultiServiceFactory xMSF = (XMultiServiceFactory)Param.getMSF(); in cleanup() local
391 Object sfa = xMSF.createInstance("com.sun.star.comp.ucb.SimpleFileAccess"); in cleanup()
/trunk/main/sdext/source/minimizer/
H A Dimpoptimizer.cxx592 static void DispatchURL( Reference< XComponentContext > xMSF, OUString sURL, Reference< XFrame > xF… in DispatchURL() argument
596 …Reference< XURLTransformer > xURLTransformer( xMSF->getServiceManager()->createInstanceWithContext( in DispatchURL()
597 …OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.util.URLTransformer" ) ), xMSF ), UNO_QUERY_T… in DispatchURL()
/trunk/main/linguistic/source/
H A Dgciterator.cxx786 uno::Reference< lang::XMultiServiceFactory > xMSF = ::comphelper::getProcessServiceFactory(); in GetSuggestedEndOfSentence() local
787 if ( xMSF.is() ) in GetSuggestedEndOfSentence()
788 xBreakIterator = uno::Reference < i18n::XBreakIterator >( xMSF->createInstance( in GetSuggestedEndOfSentence()
/trunk/main/xmlhelp/source/treeview/
H A Dtvread.hxx262 …Target( const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >& xMSF );
297 const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >& xMSF );
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DFormTools.java315 public static void switchDesignOf(XMultiServiceFactory xMSF, XTextDocument aDoc) { in switchDesignOf() argument
324 Object instance = xMSF.createInstance("com.sun.star.util.URLTransformer"); in switchDesignOf()
/trunk/main/vcl/source/control/
H A Dedit.cxx799 … uno::Reference< lang::XMultiServiceFactory > xMSF = ::comphelper::getProcessServiceFactory(); in ImplGetBreakIterator() local
800 …uno::Reference < XInterface > xI = xMSF->createInstance( OUString::createFromAscii( "com.sun.star.… in ImplGetBreakIterator()
819 … uno::Reference< lang::XMultiServiceFactory > xMSF = ::comphelper::getProcessServiceFactory(); in ImplGetInputSequenceChecker() local
820 …uno::Reference < XInterface > xI = xMSF->createInstance( OUString::createFromAscii( "com.sun.star.… in ImplGetInputSequenceChecker()
898 uno::Reference< lang::XMultiServiceFactory > xMSF = ::comphelper::getProcessServiceFactory(); in ImplInsertText() local
900 xMSF, in ImplInsertText()
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx118 uno::Reference< lang::XMultiServiceFactory > xMSF( ::comphelper::getProcessServiceFactory() ); in GetPasswordFunction() local
119 if ( xMSF.is() ) in GetPasswordFunction()
122xMSF->createInstance( rtl::OUString::createFromAscii("com.sun.star.task.InteractionHandler") ), un… in GetPasswordFunction()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.cxx41 ResultSetBase::ResultSetBase( const uno::Reference< lang::XMultiServiceFactory >& xMSF, in ResultSetBase() argument
46 : m_xMSF( xMSF ), in ResultSetBase()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.cxx41 const uno::Reference< lang::XMultiServiceFactory >& xMSF, in ResultSetBase()
46 : m_xMSF( xMSF ), in ResultSetBase()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashaperange.cxx80 …uno::Reference< lang::XMultiServiceFactory > xMSF( mxContext->getServiceManager(), uno::UNO_QUERY_… in getShapes() local
81 …m_xShapes.set( xMSF->createInstance( rtl::OUString::createFromAscii( "com.sun.star.drawing.ShapeCo… in getShapes()
/trunk/main/toolkit/doc/layout/
H A Doldnotes.txt67 Reference< awt::XControl > xDlg( xMSF->createInstance(
72 Reference< awt::XToolkit> xToolkit( xMSF->createInstance(

Completed in 165 milliseconds

1...<<11121314151617181920>>...24