Home
last modified time | relevance | path

Searched refs:rxMSF (Results 1 – 25 of 92) sorted by relevance

1234

/trunk/main/i18npool/inc/
H A Dindexentrysupplier_ja_phonetic.hxx37 …ference < com::sun::star::lang::XMultiServiceFactory >& rxMSF ) : IndexEntrySupplier_Common(rxMSF)… in IndexEntrySupplier_ja_phonetic() argument
56 …ence < com::sun::star::lang::XMultiServiceFactory >& rxMSF) : IndexEntrySupplier_ja_phonetic (rxMS…
H A Dcclass_cjk.hxx37 …_CJK( const com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory >& rxMSF );
79 …name ( const com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory >& rxMSF
H A Dindexentrysupplier_default.hxx37 …code( const com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory >& rxMSF );
88 … Index(const com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory >& rxMSF);
H A DtextconversionImpl.hxx43 …sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory >& rxMSF ) : xMSF(rxMSF) {}; in TextConversionImpl() argument
/trunk/main/i18npool/source/collator/
H A Dchaptercollator.cxx39 …rCollator::ChapterCollator( const Reference < XMultiServiceFactory >& rxMSF ) : CollatorImpl(rxMSF) in ChapterCollator() argument
41 if ( rxMSF.is()) { in ChapterCollator()
43 rxMSF->createInstance( OUString::createFromAscii("com.sun.star.i18n.CharacterClassification")); in ChapterCollator()
H A DcollatorImpl.cxx38 CollatorImpl::CollatorImpl( const Reference < XMultiServiceFactory >& rxMSF ) : xMSF(rxMSF) in CollatorImpl() argument
40 if ( rxMSF.is()) { in CollatorImpl()
/trunk/main/sw/source/core/bastyp/
H A Dbreakit.cxx46 const uno::Reference< lang::XMultiServiceFactory > & rxMSF) in _Create()
48 delete pBreakIt, pBreakIt = new SwBreakIt( rxMSF ); in _Create()
62 const uno::Reference< lang::XMultiServiceFactory > & rxMSF) in SwBreakIt()
63 : m_xMSF( rxMSF ), in SwBreakIt()
/trunk/main/i18npool/source/indexentry/
H A Dindexentrysupplier_default.cxx38 const com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory >& rxMSF ) : in IndexEntrySupplier_Unicode()
39 IndexEntrySupplier_Common(rxMSF) in IndexEntrySupplier_Unicode()
42 index = new Index(rxMSF); in IndexEntrySupplier_Unicode()
115 …::Index(const com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory >& rxMSF) in Index() argument
117 collator = new CollatorImpl(rxMSF); in Index()
H A Dindexentrysupplier_common.cxx37 …rySupplier_Common::IndexEntrySupplier_Common(const Reference < lang::XMultiServiceFactory >& rxMSF) in IndexEntrySupplier_Common() argument
40 collator = new CollatorImpl(rxMSF); in IndexEntrySupplier_Common()
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dnssinitializer.cxx177 …ing getMozillaCurrentProfile( const css::uno::Reference< css::lang::XMultiServiceFactory > &rxMSF ) in getMozillaCurrentProfile() argument
196 uno::Reference<uno::XInterface> xInstance = rxMSF->createInstance( in getMozillaCurrentProfile()
398 const css::uno::Reference< css::lang::XMultiServiceFactory > &rxMSF) in ONSSInitializer()
399 :mxMSF( rxMSF ) in ONSSInitializer()
H A Dseinitializer_nssimpl.cxx83 const css::uno::Reference< css::lang::XMultiServiceFactory > &rxMSF ) in SEInitializer_NssImpl()
85 mxMSF = rxMSF; in SEInitializer_NssImpl()
/trunk/main/filter/source/placeware/
H A Dfilter.cxx59 PlaceWareExportFilter( const Reference< XMultiServiceFactory > &rxMSF);
79 PlaceWareExportFilter::PlaceWareExportFilter(const Reference< XMultiServiceFactory > &rxMSF) in PlaceWareExportFilter() argument
80 : mxMSF( rxMSF ) in PlaceWareExportFilter()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfilterdialogcomponent.cxx77 XMLFilterDialogComponent( const Reference< XMultiServiceFactory >& rxMSF );
124 …::XMLFilterDialogComponent( const com::sun::star::uno::Reference< XMultiServiceFactory >& rxMSF ) : in XMLFilterDialogComponent() argument
126 mxMSF( rxMSF ), in XMLFilterDialogComponent()
/trunk/main/xmlsecurity/source/framework/
H A Dsecurityengine.cxx38 SecurityEngine::SecurityEngine( const cssu::Reference< cssl::XMultiServiceFactory >& rxMSF ) in SecurityEngine() argument
39 :mxMSF( rxMSF ), in SecurityEngine()
H A Ddecryptorimpl.cxx43 DecryptorImpl::DecryptorImpl( const cssu::Reference< cssl::XMultiServiceFactory >& rxMSF) in DecryptorImpl() argument
45 mxMSF = rxMSF; in DecryptorImpl()
H A Dsignatureverifierimpl.cxx43 …ureVerifierImpl::SignatureVerifierImpl( const cssu::Reference< cssl::XMultiServiceFactory >& rxMSF) in SignatureVerifierImpl() argument
45 mxMSF = rxMSF; in SignatureVerifierImpl()
/trunk/main/i18npool/source/ordinalsuffix/
H A Dordinalsuffix.cxx40 … const com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory >& rxMSF) : in OrdinalSuffix()
41 _xServiceManager( rxMSF ) in OrdinalSuffix()
/trunk/main/filter/source/pdf/
H A Dpdfinteract.cxx37 PDFInteractionHandler::PDFInteractionHandler( const Reference< XMultiServiceFactory > &rxMSF ) : in PDFInteractionHandler() argument
38 mxMSF( rxMSF ) in PDFInteractionHandler()
H A Dpdfdialog.cxx91 PDFDialog::PDFDialog( const Reference< XMultiServiceFactory > &rxMSF ) in PDFDialog() argument
92 : PDFDialog_Base( rxMSF ) in PDFDialog()
/trunk/main/sw/inc/
H A Dbreakit.hxx69 const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > & rxMSF);
75 const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > & rxMSF);
/trunk/main/i18npool/source/inputchecker/
H A Dinputsequencechecker.cxx39 …erImpl::InputSequenceCheckerImpl( const Reference < XMultiServiceFactory >& rxMSF ) : xMSF( rxMSF ) in InputSequenceCheckerImpl() argument
/trunk/main/sw/source/core/tox/
H A Dtoxhlp.cxx43 lang::XMultiServiceFactory > rxMSF = in IndexEntrySupplierWrapper() local
48 rxMSF->createInstance( ::rtl::OUString::createFromAscii( in IndexEntrySupplierWrapper()
/trunk/main/filter/source/xmlfilterdetect/
H A Dfilterdetect.hxx95 …ect( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > &rxMSF) in FilterDetect() argument
97 : mxMSF( rxMSF ) {} in FilterDetect()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/
H A Dfilterdetect.hxx67 …ect( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > &rxMSF) in FilterDetect() argument
68 : mxMSF( rxMSF ) {} in FilterDetect()
/trunk/main/filter/source/svg/
H A Dsvgdialog.cxx99 SVGDialog::SVGDialog( const Reference< XMultiServiceFactory > &rxMSF ) : in SVGDialog() argument
100 OGenericUnoDialog( rxMSF ) in SVGDialog()

Completed in 81 milliseconds

1234