Home
last modified time | relevance | path

Searched refs:m_context (Results 1 – 25 of 29) sorted by relevance

12

/trunk/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx131 if (create_ucb_content( &ucbContent, m_context, xCmdEnv, in initActivationLayer()
187 if (m_context.equals(OUSTR("user"))) in initActivationLayer()
199 if (! m_readOnly && ! m_context.equals(OUSTR("bundled"))) in initActivationLayer()
242 bool bShared = m_context.equals(OUSTR("shared")) ? true : false; in initActivationLayer()
309 m_context, m_registryCache, false, in initRegistryBackends()
563 return m_context; in getContext()
696 OSL_ASSERT(!m_context.equals(OUSTR("bundled"))); in insertToActivationLayer()
762 if (m_context == OUSTR("shared")) in addPackage()
797 create_folder( &docFolderContent, m_context, xCmdEnv ); in addPackage()
807 makeURL( m_context, title_enc ), xCmdEnv ); in addPackage()
[all …]
H A Ddp_manager.h51 ::rtl::OUString m_context;
134 m_context( context ), in PackageManagerImpl()
/trunk/main/sal/rtl/source/
H A Ddigest.c230 DigestContextMD2 m_context; member
378 __rtl_digest_initMD2 (&(digest.m_context)); in rtl_digest_MD2()
398 __rtl_digest_initMD2 (&(pImpl->m_context)); in rtl_digest_createMD2()
423 ctx = &(pImpl->m_context); in rtl_digest_updateMD2()
481 ctx = &(pImpl->m_context); in rtl_digest_getMD2()
525 DigestContextMD5 m_context; member
743 __rtl_digest_initMD5 (&(digest.m_context)); in rtl_digest_MD5()
763 __rtl_digest_initMD5 (&(pImpl->m_context)); in rtl_digest_createMD5()
789 ctx = &(pImpl->m_context); in rtl_digest_updateMD5()
860 ctx = &(pImpl->m_context); in rtl_digest_getMD5()
[all …]
H A Dcipher.c227 CipherContextBF m_context; member
1061 &(pImpl->m_context), pImpl->m_cipher.m_mode, in rtl_cipher_initBF()
1086 &(pImpl->m_context), pImpl->m_cipher.m_mode, in rtl_cipher_encodeBF()
1112 &(pImpl->m_context), pImpl->m_cipher.m_mode, in rtl_cipher_decodeBF()
1148 ContextARCFOUR_Impl m_context; member
1297 return rtl_cipherARCFOUR_init_Impl (&(pImpl->m_context), pKeyData, nKeyLen); in rtl_cipher_initARCFOUR()
1319 &(pImpl->m_context), in rtl_cipher_encodeARCFOUR()
1342 &(pImpl->m_context), in rtl_cipher_decodeARCFOUR()
/trunk/main/extensions/qa/integration/extensions/
H A DServicesHandler.java41 private XComponentContext m_context; field in ServicesHandler
46 XComponentContext m_context; field in ServicesHandler.ClickHandler
51 m_context = _context; in ClickHandler()
73m_context.getServiceManager().createInstanceWithContext( "com.sun.star.util.URLTransformer", m_con… in actionPerformed()
78m_context.getServiceManager().createInstanceWithContext( "com.sun.star.frame.Desktop", m_context )… in actionPerformed()
98 m_context = _context; in ServicesHandler()
140 hyperlinkControl.addActionListener( new ClickHandler( m_context, _propertyName ) ); in describePropertyLine()
H A DObjectInspector.java47 private XComponentContext m_context; field in ObjectInspector
75 m_context = (XComponentContext)UnoRuntime.queryInterface( XComponentContext.class, in before()
124 m_context, handlerFactories, 4, 4 ); in createObjectInspector()
128 m_context, model ); in createObjectInspector()
H A DMethodHandler.java38 private XComponentContext m_context; field in MethodHandler
48 m_context = _context; in MethodHandler()
54m_context.getServiceManager().createInstanceWithContext( "com.sun.star.beans.Introspection", m_con… in MethodHandler()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DHsqlDatabase.java50 XComponentContext m_context; field in HsqlDatabase
62 m_context = _context; in HsqlDatabase()
69 m_context = _context; in HsqlDatabase()
79m_context.getServiceManager().createInstanceWithContext( "com.sun.star.sdb.DatabaseContext", m_con… in createDBDocument()
95 XOfficeDatabaseDocument.class, m_context.getServiceManager().createInstanceWithContext( in createDBDocument()
96 "com.sun.star.sdb.OfficeDatabaseDocument", m_context ) ); in createDBDocument()
244 return new RowSet( m_context, getDocumentURL(), _commandType, _command ); in createRowSet()
/trunk/main/svl/qa/
H A Dtest_URIHelper.cxx205 static css::uno::Reference< css::uno::XComponentContext > m_context; member in __anon83ee202b0111::Test
213 if (!m_context.is()) { in SetUp()
214 m_context = cppu::defaultBootstrap_InitialComponentContext(); in SetUp()
220 m_context, css::uno::UNO_QUERY_THROW)->dispose(); in finish()
231 m_context->getServiceManager(), css::uno::UNO_QUERY_THROW)-> in TEST_F()
236 args, m_context)), in TEST_F()
269 m_context, rtl::OUString::createFromAscii(tests[i].base), in TEST_F()
394 m_context->getServiceManager(), css::uno::UNO_QUERY_THROW), in TEST_F()
434 css::uno::Reference< css::uno::XComponentContext > Test::m_context; member in __anon83ee202b0111::Test
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updatedialog.cxx276 uno::Reference< uno::XComponentContext > m_context; member in UpdateDialog::Thread
291 m_context(context), in Thread()
298 if( m_context.is() ) in Thread()
300 … uno::Reference< lang::XMultiComponentFactory > xServiceManager( m_context->getServiceManager() ); in Thread()
305 …iceManager->createInstanceWithContext( OUSTR( "com.sun.star.task.InteractionHandler" ), m_context), in Thread()
352 deployment::ExtensionManager::get(m_context); in execute()
357 m_context, extMgr, m_updateInformation, &m_vExtensionList, errors); in execute()
513 dp_misc::DescriptionInfoset infoset(m_context, updateInfo); in prepareUpdateData()
566 m_context(context), in UpdateDialog()
617 m_context->getServiceManager(), in UpdateDialog()
[all …]
/trunk/main/desktop/source/deployment/registry/executable/
H A Ddp_executable.cxx250 if(getMyBackend()->m_context.equals(OUSTR("user"))) in processPackage_()
252 else if (getMyBackend()->m_context.equals(OUSTR("shared"))) in processPackage_()
255 else if (!getMyBackend()->m_context.equals(OUSTR("bundled")) in processPackage_()
256 && !getMyBackend()->m_context.equals(OUSTR("bundled_prereg"))) in processPackage_()
281 if(getMyBackend()->m_context.equals(OUSTR("user"))) in isUrlTargetInExtension()
283 else if (getMyBackend()->m_context.equals(OUSTR("shared"))) in isUrlTargetInExtension()
285 else if (getMyBackend()->m_context.equals(OUSTR("bundled")) in isUrlTargetInExtension()
286 || getMyBackend()->m_context.equals(OUSTR("bundled_prereg"))) in isUrlTargetInExtension()
/trunk/main/stoc/test/tdmanager/
H A Dtesttdmanager.cxx82 m_context(context) in Service()
85 css::uno::Reference< css::uno::XComponentContext > m_context; member in __anonf475aae30111::Service
126 m_context->getServiceManager()); in run()
129 m_context->getValueByName( in run()
151 m_context->getServiceManager()->createInstanceWithContext( in run()
154 m_context ), css::uno::UNO_QUERY_THROW ); in run()
158 m_context->getServiceManager()-> in run()
163 css::uno::Sequence<css::uno::Any>( &arg, 1 ), m_context ), in run()
/trunk/main/desktop/source/deployment/registry/
H A Ddp_backend.cxx85 comphelper::unwrapArgs( args, m_context, cachePath, readOnly ); in PackageRegistryBackend()
91 if (m_context.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("user") )) in PackageRegistryBackend()
93 else if (m_context.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("shared") )) in PackageRegistryBackend()
95 else if (m_context.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("bundled") )) in PackageRegistryBackend()
97 else if (m_context.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("tmp") )) in PackageRegistryBackend()
99 else if (m_context.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("bundled_prereg") )) in PackageRegistryBackend()
101 else if (m_context.matchIgnoreAsciiCaseAsciiL( in PackageRegistryBackend()
/trunk/main/cppuhelper/qa/propertysetmixin/
H A Dcomp_propertysetmixin.cxx331 m_context(context) {} in Supplier()
334 { return new Empty1(m_context); } in getEmpty1()
337 { return new Empty2(m_context); } in getEmpty2()
341 { return new Full(m_context); } in getFull()
349 css::uno::Reference< css::uno::XComponentContext > m_context; member in __anon81286de80111::Supplier
H A Dtest_propertysetmixin.cxx182 css::uno::Reference< css::uno::XComponentContext > m_context; member in __anon559a2f390111::Test
186 m_context = cppu::defaultBootstrap_InitialComponentContext(); in SetUp()
187 ASSERT_TRUE(m_context.is()); in SetUp()
192 m_context, css::uno::UNO_QUERY_THROW)->dispose(); in TearDown()
198 return test::cppuhelper::propertysetmixin::CppSupplier::create(m_context); in getCppSupplier()
204 return test::cppuhelper::propertysetmixin::JavaSupplier::create(m_context); in getJavaSupplier()
/trunk/main/stoc/test/uriproc/
H A Dtest_uriproc.cxx117 css::uno::Reference< css::uno::XComponentContext > m_context; member in __anon5859e8840111::Test
122 m_context = cppu::defaultBootstrap_InitialComponentContext(); in SetUp()
123 m_uriFactory = css::uri::UriReferenceFactory::create(m_context); in SetUp()
129 m_context, css::uno::UNO_QUERY_THROW)->dispose(); in TearDown()
720 m_context->getValueByName( in TEST_F()
921 translator(css::uri::ExternalUriReferenceTranslator::create(m_context)); in TEST_F()
952 css::uri::VndSunStarPkgUrlReferenceFactory::create(m_context)); in TEST_F()
/trunk/main/stoc/source/uriproc/
H A DVndSunStarPkgUrlReferenceFactory.cxx64 m_context(context) {} in Factory()
83 css::uno::Reference< css::uno::XComponentContext > m_context; member in __anon00fab3e60111::Factory
118 css::uri::UriReferenceFactory::create(m_context)->parse( in createVndSunStarPkgUrlReference()
H A DUriReferenceFactory.cxx289 m_context(context) {} in Factory()
326 css::uno::Reference< css::uno::XComponentContext > m_context; member in __anon9ee181a90111::Factory
385 m_context->getServiceManager()); in parse()
390 serviceName, m_context); in parse()
H A DExternalUriReferenceTranslator.cxx62 m_context(context) {} in Translator()
83 css::uno::Reference< css::uno::XComponentContext > m_context; member in __anon26e5d09e0111::Translator
/trunk/main/toolkit/qa/complex/toolkit/
H A DGridControl.java74 m_context = m_connection.getComponentContext(); in GridControl()
219 final XMutableGridDataModel dataModel = DefaultGridDataModel.create( m_context ); in testMutableGridDataModel()
660 …Object instance = m_context.getServiceManager().createInstanceWithContext( i_serviceName, m_contex… in createInstance()
750 private final XComponentContext m_context; field in GridControl
/trunk/main/desktop/source/deployment/misc/
H A Ddp_descriptioninfoset.cxx366 m_context(context), in DescriptionInfoset()
420 m_context->getServiceManager(), css::uno::UNO_QUERY_THROW); in checkBlacklist()
423 …tring(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.configuration.ConfigurationProvider")), m_context), in checkBlacklist()
462 … ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.xml.dom.DocumentBuilder")), m_context), in checkBlacklist()
467 …putStream> inputstream( css::io::SequenceInputStream::createStreamFromSequence(m_context, byteSeq), in checkBlacklist()
/trunk/main/toolkit/source/controls/grid/
H A Dsortablegriddatamodel.cxx140 ,m_context( i_factory ) in DBG_NAME()
157 ,m_context( i_copySource.m_context ) in SortableGridDataModel()
246 xCollator = lcl_loadDefaultCollator_throw( m_context ); in initialize()
/trunk/main/cppuhelper/source/
H A Dpropertysetmixin.cxx472 css::uno::Reference< css::uno::XComponentContext > const & m_context; member in PropertySetMixinImpl::Impl
483 implements(theImplements), disposed(false), m_context(context), in Impl()
497 m_context->getValueByName( in Impl()
826 m_context->getServiceManager(), css::uno::UNO_QUERY_THROW); in getReflection()
834 m_context), in getReflection()
845 m_context); in getReflection()
/trunk/main/bridges/test/java_uno/acquire/
H A Dtestacquire.cxx298 m_context(context) {} in Service()
300 css::uno::Reference< css::uno::XComponentContext > m_context; member in __anon06d55dfa0511::Service
336 css::bridge::UnoUrlResolver::create(m_context)->resolve(arguments[0]), in run()
/trunk/main/stoc/test/registry_tdprovider/
H A Dtestregistrytdprovider.cxx84 m_context(context) in Service()
87 css::uno::Reference< css::uno::XComponentContext > m_context; member in __anon3df065540111::Service
128 m_context->getServiceManager()); in run()
139 args, m_context), in run()

12