Searched refs:xMozillaBootstrap (Results 1 – 4 of 4) sorted by relevance
50 …uno::Reference<mozilla::XMozillaBootstrap> xMozillaBootstrap( xMSF->createInstance(::rtl::OUString… in main() local51 if ( !xMozillaBootstrap.is() ) in main()70 ::rtl::OUString profile = xMozillaBootstrap->getDefaultProfile(productTypes[i]); in main()73 ::rtl::OUString profilepath = xMozillaBootstrap->getProfilePath(productTypes[i],profile); in main()
200 uno::Reference<mozilla::XMozillaBootstrap> xMozillaBootstrap in getMozillaCurrentProfile() local202 OSL_ENSURE( xMozillaBootstrap.is(), "failed to create instance" ); in getMozillaCurrentProfile()204 if (xMozillaBootstrap.is()) in getMozillaCurrentProfile()208 ::rtl::OUString profile = xMozillaBootstrap->getDefaultProfile(productTypes[i]); in getMozillaCurrentProfile()212 … ::rtl::OUString sProfilePath = xMozillaBootstrap->getProfilePath( productTypes[i], profile ); in getMozillaCurrentProfile()
470 …Reference<XMozillaBootstrap> xMozillaBootstrap = Reference<XMozillaBootstrap>(xInstance,UNO_QUERY… variable471 OSL_ENSURE( xMozillaBootstrap.is(), "failed to create instance" );473 if (xMozillaBootstrap.is())478 xMozillaBootstrap->getProfileList( profileType, list );495 aSelector.Select(xMozillaBootstrap->getDefaultProfile(profileType));
35 static Reference<XMozillaBootstrap> xMozillaBootstrap; variable42 xMozillaBootstrap = pMozillaBootstrap; in OMozillaBootstrap_CreateInstance()
Completed in 15 milliseconds