Lines Matching refs:SfxFrameLoader_Impl

105 SfxFrameLoader_Impl::SfxFrameLoader_Impl( const Reference< XMultiServiceFactory >& _rxFactory )  in SfxFrameLoader_Impl()  function in SfxFrameLoader_Impl
110 SfxFrameLoader_Impl::~SfxFrameLoader_Impl() in ~SfxFrameLoader_Impl()
115 const SfxFilter* SfxFrameLoader_Impl::impl_detectFilterForURL( const ::rtl::OUString& sURL, in impl_detectFilterForURL()
162 const SfxFilter* SfxFrameLoader_Impl::impl_getFilterFromServiceName_nothrow( const ::rtl::OUString&… in impl_getFilterFromServiceName_nothrow()
207 ::rtl::OUString SfxFrameLoader_Impl::impl_askForFilter_nothrow( const Reference< XInteractionHandle… in impl_askForFilter_nothrow()
251 sal_Bool SfxFrameLoader_Impl::impl_createNewDocWithSlotParam( const sal_uInt16 _nSlotID, const Refe… in impl_createNewDocWithSlotParam()
262 void SfxFrameLoader_Impl::impl_determineFilter( ::comphelper::NamedValueCollection& io_rDescriptor … in impl_determineFilter()
311 SfxObjectShellRef SfxFrameLoader_Impl::impl_findObjectShell( const Reference< XModel2 >& i_rxDocume… in impl_findObjectShell()
326 bool SfxFrameLoader_Impl::impl_determineTemplateDocument( ::comphelper::NamedValueCollection& io_rD… in impl_determineTemplateDocument()
371 sal_uInt16 SfxFrameLoader_Impl::impl_findSlotParam( const ::rtl::OUString& i_rFactoryURL ) const in impl_findSlotParam()
390 void SfxFrameLoader_Impl::impl_handleCaughtError_nothrow( const Any& i_rCaughtError, const ::comphe… in impl_handleCaughtError_nothrow()
422 void SfxFrameLoader_Impl::impl_removeLoaderArguments( ::comphelper::NamedValueCollection& io_rDescr… in impl_removeLoaderArguments()
430 ::comphelper::NamedValueCollection SfxFrameLoader_Impl::impl_extractViewCreationArgs( ::comphelper:… in impl_extractViewCreationArgs()
449 sal_Int16 SfxFrameLoader_Impl::impl_determineEffectiveViewId_nothrow( const SfxObjectShell& i_rDocu… in impl_determineEffectiveViewId_nothrow()
495 Reference< XController2 > SfxFrameLoader_Impl::impl_createDocumentView( const Reference< XModel2 >&… in impl_createDocumentView()
517 sal_Bool SAL_CALL SfxFrameLoader_Impl::load( const Sequence< PropertyValue >& rArgs, in load()
656 void SfxFrameLoader_Impl::cancel() throw( RuntimeException ) in cancel()
660 SFX_IMPL_SINGLEFACTORY( SfxFrameLoader_Impl ) in SFX_IMPL_SINGLEFACTORY() argument
663 UNOOUSTRING SAL_CALL SfxFrameLoader_Impl::getImplementationName() throw( RuntimeException ) in SFX_IMPL_SINGLEFACTORY()
669 sal_Bool SAL_CALL SfxFrameLoader_Impl::supportsService( const UNOOUSTRING& sServiceName ) throw( Ru… in supportsService()
684 UNOSEQUENCE< UNOOUSTRING > SAL_CALL SfxFrameLoader_Impl::getSupportedServiceNames() throw( RuntimeE… in getSupportedServiceNames()
690 UNOSEQUENCE< UNOOUSTRING > SfxFrameLoader_Impl::impl_getStaticSupportedServiceNames() in impl_getStaticSupportedServiceNames()
699 UNOOUSTRING SfxFrameLoader_Impl::impl_getStaticImplementationName() in impl_getStaticImplementationName()
705 UNOREFERENCE< UNOXINTERFACE > SAL_CALL SfxFrameLoader_Impl::impl_createInstance( const UNOREFERENCE… in impl_createInstance()
707 return UNOREFERENCE< UNOXINTERFACE >( *new SfxFrameLoader_Impl( xServiceManager ) ); in impl_createInstance()