Home
last modified time | relevance | path

Searched refs:xSF (Results 1 – 25 of 31) sorted by relevance

12

/trunk/main/cppuhelper/source/
H A Dservicefactory.cxx365 Reference< lang::XMultiComponentFactory > const & xSF, in bootstrapInitialContext()
371 Reference< lang::XInitialization > xSFInit( xSF, UNO_QUERY ); in bootstrapInitialContext()
462 entry.value <<= xSF; in bootstrapInitialContext()
470 Reference< beans::XPropertySet > xProps( xSF, UNO_QUERY ); in bootstrapInitialContext()
500 Reference< container::XSet > xSet( xSF, UNO_QUERY ); in bootstrapInitialContext()
530 Reference< lang::XMultiComponentFactory > xSF( in createImplServiceFactory() local
611 xSF, xRegistry, xRegistry, rBootstrapPath, bootstrap ) ); in createImplServiceFactory()
614 Reference< lang::XInitialization > xInit( xSF, UNO_QUERY ); in createImplServiceFactory()
620 return xSF; in createImplServiceFactory()
641 Reference< lang::XMultiComponentFactory > xSF( in bootstrap_InitialComponentContext() local
[all …]
H A Dbootstrap.cxx130 Reference< lang::XMultiServiceFactory > xSF( xMgr, UNO_QUERY ); in addFactories() local
138 lib, bootstrapPath, implName, xSF, xKey ) ) ); in addFactories()
186 Reference< lang::XMultiComponentFactory > const & xSF,
/trunk/main/comphelper/source/misc/
H A Dstoragehelper.cxx54 const uno::Reference< lang::XMultiServiceFactory >& xSF ) in GetStorageFactory()
57 …uno::Reference< lang::XMultiServiceFactory > xFactory = xSF.is() ? xSF : ::comphelper::getProcessS… in GetStorageFactory()
73 const uno::Reference< lang::XMultiServiceFactory >& xSF ) in GetFileSystemStorageFactory()
76 …uno::Reference< lang::XMultiServiceFactory > xFactory = xSF.is() ? xSF : ::comphelper::getProcessS… in GetFileSystemStorageFactory()
219 const uno::Reference< lang::XMultiServiceFactory >& xSF ) in GetInputStreamFromURL()
222 …uno::Reference< lang::XMultiServiceFactory > xFactory = xSF.is() ? xSF : ::comphelper::getProcessS… in GetInputStreamFromURL()
424 …onData( const ::rtl::OUString& aPassword, const uno::Reference< lang::XMultiServiceFactory >& xSF ) in CreatePackageEncryptionData() argument
434 …uno::Reference< lang::XMultiServiceFactory > xFactory = xSF.is() ? xSF : ::comphelper::getProcessS… in CreatePackageEncryptionData()
/trunk/main/filter/source/msfilter/
H A Dsvxmsbas.cxx114 Reference<XMultiServiceFactory> xSF(comphelper::getProcessServiceFactory()); in ImportForms_Impl() local
117 Reference<XPropertySet> xProps(xSF, UNO_QUERY); in ImportForms_Impl()
171 xSF->createInstance( in ImportForms_Impl()
175 OCX_UserForm aForm(xVBAStg, *aIter, *aIter, xDialog, xSF ); in ImportForms_Impl()
275 Reference< XMultiServiceFactory> xSF(rDocSh.GetModel(), UNO_QUERY); in ImportCode_Impl() local
276 if ( xSF.is() ) in ImportCode_Impl()
280 …xVBACodeNamedObjectAccess.set( xSF->createInstance( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "oo… in ImportCode_Impl()
H A Dmsvbahelper.cxx317 uno::Reference< lang::XMultiServiceFactory> xSF( pShell->GetModel(), uno::UNO_QUERY); in resolveVBAMacro()
318 if ( xSF.is() ) try in resolveVBAMacro()
320 …xPrjNameCache.set( xSF->createInstance( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "ooo.vba.VBAPro… in resolveVBAMacro()
/trunk/main/unotools/source/i18n/
H A Dintlwrapper.cxx32 … const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & xSF, in IntlWrapper()
36 xSMgr( xSF ), in IntlWrapper()
48 … const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & xSF, in IntlWrapper()
51 xSMgr( xSF ), in IntlWrapper()
H A Dnativenumberwrapper.cxx43 const uno::Reference< lang::XMultiServiceFactory > & xSF in NativeNumberWrapper()
46 xSMgr( xSF ) in NativeNumberWrapper()
H A Dnumberformatcodewrapper.cxx45 const Reference< lang::XMultiServiceFactory > & xSF, in NumberFormatCodeWrapper()
49 xSMgr( xSF ) in NumberFormatCodeWrapper()
H A Dtransliterationwrapper.cxx46 const Reference< XMultiServiceFactory > & xSF, in TransliterationWrapper()
48 : xSMgr( xSF ), nType( nTyp ), nLanguage( 0 ), bFirstCall( sal_True ) in TransliterationWrapper()
H A Dcharclass.cxx46 const Reference< lang::XMultiServiceFactory > & xSF, in CharClass()
50 xSMgr( xSF ) in CharClass()
H A Dcalendarwrapper.cxx51 const Reference< lang::XMultiServiceFactory > & xSF in CalendarWrapper()
54 xSMgr( xSF ), in CalendarWrapper()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashape.cxx310 …uno::Reference< lang::XMultiServiceFactory > xSF( comphelper::getProcessServiceFactory(), uno::UNO… in TextFrame() local
314 …uno::Reference< uno::XInterface > xTextFrame( xSF->createInstanceWithArguments( rtl::OUString( RTL… in TextFrame()
641 …uno::Reference< lang::XMultiServiceFactory > xSF( comphelper::getProcessServiceFactory(), uno::UNO… in WrapFormat() local
645 …uno::Reference< uno::XInterface > xWrapFormat( xSF->createInstanceWithArguments( rtl::OUString( RT… in WrapFormat()
/trunk/main/cpputools/source/unoexe/
H A Dunoexe.cxx257 Reference< XMultiServiceFactory > xSF( xMgr, UNO_QUERY ); in createInstance() local
265 xSF, Reference< XRegistryKey >() ) ) ); in createInstance()
273 xSF, Reference< XRegistryKey >() ) ) ); in createInstance()
282 xSF, Reference< XRegistryKey >() ) ) ); in createInstance()
/trunk/main/comphelper/inc/comphelper/
H A Dstoragehelper.hxx54 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xSF
60 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xSF
166 … const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xSF
H A Dcomponentfactory.hxx107 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & xSF,
/trunk/main/comphelper/source/processfactory/
H A Dcomponentfactory.cxx74 const Reference< XMultiServiceFactory > & xSF, in loadLibComponentFactory()
79 rLibName, OUString(), rImplName, xSF, xKey ), UNO_QUERY ); in loadLibComponentFactory()
/trunk/main/unotools/inc/unotools/
H A Dintlwrapper.hxx73 … const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & xSF,
77 … const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & xSF,
H A Dnativenumberwrapper.hxx46 … const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & xSF
H A Dnumberformatcodewrapper.hxx49 … const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & xSF,
H A Dtransliterationwrapper.hxx60 ::com::sun::star::lang::XMultiServiceFactory > & xSF,
H A Dcalendarwrapper.hxx57 … const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & xSF
/trunk/main/testtools/source/performance/
H A Dubtest.cxx165 const Reference< XMultiServiceFactory > & xSF, const Reference< XRegistryKey > & xKey ) in loadLibComponentFactory()
227 xSF.get(), ::getCppuType( (const Reference< XMultiServiceFactory > *)0 ) ); in loadLibComponentFactory()
253 aImplName.getStr(), xSF.get(), xKey.get() ); in loadLibComponentFactory()
285 xSF.get(), ::getCppuType( (const Reference< XMultiServiceFactory > *)0 ) ); in loadLibComponentFactory()
/trunk/main/odk/examples/java/Spreadsheet/
H A DSCalc.java121 XNameAccess xSF = (XNameAccess) xSFS.getStyleFamilies(); in main() local
123 XNameAccess.class, xSF.getByName("CellStyles")); in main()
/trunk/main/sc/source/ui/vba/
H A Dvbaworkbooks.cxx94 … uno::Reference< lang::XMultiServiceFactory> xSF( pShell->GetModel(), uno::UNO_QUERY_THROW); in setUpDocumentModules() local
95 …uno::Reference< container::XNameAccess > xVBACodeNamedObjectAccess( xSF->createInstance( rtl::OUSt… in setUpDocumentModules()
/trunk/main/cppuhelper/test/
H A Dtesthelper.hxx26 …r( const ::com::sun::star::uno::Reference < ::com::sun::star::lang::XMultiServiceFactory > & xSF );

Completed in 139 milliseconds

12