Home
last modified time | relevance | path

Searched refs:xLoader (Results 26 – 40 of 40) sorted by relevance

12

/trunk/main/dbaccess/source/ext/macromigration/
H A Dmacromigrationdialog.cxx556 Reference< XComponentLoader > xLoader( aView.first, UNO_QUERY_THROW ); in impl_reloadDocument_nothrow() local
558 Reference< XInterface > xReloaded( xLoader->loadComponentFromURL( in impl_reloadDocument_nothrow()
/trunk/main/extensions/source/update/check/
H A Dupdatehdl.cxx675 uno::Reference< resource::XResourceBundleLoader > xLoader; in loadStrings() local
680 OSL_VERIFY( aValue >>= xLoader ); in loadStrings()
687 if ( !xLoader.is() ) return; in loadStrings()
693 xBundle = xLoader->loadBundle_Default( UNISTRING( "upd" ) ); in loadStrings()
/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx1417 const Reference<loader::XImplementationLoader> xLoader( in getComponentInfo() local
1420 if (! xLoader.is()) in getComponentInfo()
1441 xLoader->writeRegistryInfo( xMemReg->getRootKey(), OUString(), url ); in getComponentInfo()
1443 xContext, xMemReg->getRootKey(), data, factories, &xLoader, &url); in getComponentInfo()
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextDocument.java174 XComponentLoader xLoader = UnoRuntime.queryInterface(XComponentLoader.class, xDesktop); in TextDocument() local
179 xLoader.loadComponentFromURL("private:object", "_blank", 0, loadArgs); in TextDocument()
/trunk/main/desktop/source/app/
H A Dapp.cxx2605 … Reference < XComponentLoader > xLoader( ::comphelper::getProcessServiceFactory()->createInstance( in PreloadModuleData() local
2608 if ( !xLoader.is() ) in PreloadModuleData()
2615 …Reference < ::com::sun::star::util::XCloseable > xDoc( xLoader->loadComponentFromURL( DEFINE_CONST… in PreloadModuleData()
2627 …Reference < ::com::sun::star::util::XCloseable > xDoc( xLoader->loadComponentFromURL( DEFINE_CONST… in PreloadModuleData()
2639 …Reference < ::com::sun::star::util::XCloseable > xDoc( xLoader->loadComponentFromURL( DEFINE_CONST… in PreloadModuleData()
2651 …Reference < ::com::sun::star::util::XCloseable > xDoc( xLoader->loadComponentFromURL( DEFINE_CONST… in PreloadModuleData()
/trunk/main/embeddedobj/source/general/
H A Ddocholder.cxx1052 … uno::Reference < frame::XSynchronousFrameLoader > xLoader( m_xComponent, uno::UNO_QUERY ); in LoadDocToFrame() local
1053 if ( xLoader.is() ) in LoadDocToFrame()
1054 return xLoader->load( uno::Sequence < beans::PropertyValue >(), m_xFrame ); in LoadDocToFrame()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DFunctionHelper.java566 com.sun.star.frame.XComponentLoader xLoader = in loadDocument() local
574 xDocument = xLoader.loadComponentFromURL( in loadDocument()
/trunk/main/framework/inc/services/
H A Dframeloaderfactory.hxx335 …void impl_initializeLoader( css::uno::Reference< css::uno::XInterface >& xLoader, const Loader& pL…
/trunk/main/framework/source/inc/loadenv/
H A Dloadenv.hxx260 …onent > loadComponentFromURL(const css::uno::Reference< css::frame::XComponentLoader >& xLoader,
/trunk/main/sfx2/source/appl/
H A Dappserv.cxx910 Reference< XSynchronousFrameLoader > xLoader( aContext.createComponent( in OfaExec_Impl() local
921 xLoader->load( aLoadArgs.getPropertyValues(), xTargetFrame ); in OfaExec_Impl()
H A Dnewhelp.cxx1530 Reference< XComponentLoader > xLoader(getTextFrame(), UNO_QUERY); in loadHelpContent() local
1531 if (!xLoader.is()) in loadHelpContent()
1558 …Reference< XComponent > xContent = xLoader->loadComponentFromURL(sHelpURL, DEFINE_CONST_UNICODE("_… in loadHelpContent()
/trunk/main/framework/test/
H A Dtest.cxx315 Reference< XInterface > xLoader = xLoaderFactory->createInstance( sTypeName ); in impl_testTypeDetection() local
333 Reference< XPropertySet > xLoaderProperties( xLoader, UNO_QUERY ); in impl_testTypeDetection()
/trunk/main/offapi/com/sun/star/resource/
H A DXResourceBundle.idl97 XResourceBundle myResources = xLoader.getBundle("MyResources", currentLocale);
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx2294 uno::Reference< frame::XComponentLoader > xLoader( in LoadSharedDocument() local
2313xLoader->loadComponentFromURL( GetSharedFileURL(), ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "… in LoadSharedDocument()
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx2199 Reference< XComponentLoader > xLoader( i_rFrame, UNO_QUERY_THROW ); in LoadViewIntoFrame_Impl() local
2200 xLoader->loadComponentFromURL( sURL, ::rtl::OUString::createFromAscii( "_self" ), 0, in LoadViewIntoFrame_Impl()

Completed in 155 milliseconds

12