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.cxx187 if (m_context.equals(OUSTR("user"))) in initActivationLayer()
563 return m_context; in getContext()
699 OSL_ASSERT(!m_context.equals(OUSTR("bundled"))); in insertToActivationLayer()
771 if (m_context == OUSTR("shared")) in addPackage()
1014 if (!m_context.equals(OUSTR("bundled")) in getDeployPath()
1015 && !m_context.equals(OUSTR("bundled_prereg"))) in getDeployPath()
1261 "packages of context ") + m_context, in reinstallDeployedPackages()
1279 OSL_ASSERT(!m_context.equals(OUSTR("user"))); in synchronizeRemovedExtensions()
1284 bool bShared = m_context.equals(OUSTR("shared")); in synchronizeRemovedExtensions()
1367 OSL_ASSERT(!m_context.equals(OUSTR("user"))); in synchronizeAddedExtensions()
[all …]
H A Ddp_manager.h51 ::rtl::OUString m_context;
136 m_context( context ), in PackageManagerImpl()
/trunk/main/sal/rtl/source/
H A Ddigest.c230 DigestContextMD2 m_context; member
423 ctx = &(pImpl->m_context); in rtl_digest_updateMD2()
481 ctx = &(pImpl->m_context); in rtl_digest_getMD2()
525 DigestContextMD5 m_context; member
789 ctx = &(pImpl->m_context); in rtl_digest_updateMD5()
860 ctx = &(pImpl->m_context); in rtl_digest_getMD5()
892 ctx = &(pImpl->m_context); in rtl_digest_rawMD5()
1266 ctx = &(pImpl->m_context); in rtl_digest_updateSHA()
1337 ctx = &(pImpl->m_context); in rtl_digest_getSHA()
1454 ctx = &(pImpl->m_context); in rtl_digest_updateSHA1()
[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.java38 private XComponentContext m_context; field in ObjectInspector
67 m_context = (XComponentContext)UnoRuntime.queryInterface( XComponentContext.class, in before()
114 m_context, handlerFactories, 4, 4 ); in createObjectInspector()
118 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.cxx217 static css::uno::Reference< css::uno::XComponentContext > m_context; member in __anon0586e1630111::Test
225 if (!m_context.is()) { in SetUp()
226 m_context = cppu::defaultBootstrap_InitialComponentContext(); in SetUp()
232 m_context, css::uno::UNO_QUERY_THROW)->dispose(); in finish()
243 m_context->getServiceManager(), css::uno::UNO_QUERY_THROW)-> in TEST_F()
248 args, m_context)), in TEST_F()
281 m_context, rtl::OUString::createFromAscii(tests[i].base), in TEST_F()
406 m_context->getServiceManager(), css::uno::UNO_QUERY_THROW), in TEST_F()
446 css::uno::Reference< css::uno::XComponentContext > Test::m_context; member in __anon0586e1630111::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()
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()
622 m_context)), in UpdateDialog()
1058 dp_misc::DescriptionInfoset infoset(m_context, aUpdateInfo); in showDescription()
[all …]
/trunk/main/desktop/source/deployment/registry/executable/
H A Ddp_executable.cxx254 if(getMyBackend()->m_context.equals(OUSTR("user"))) in processPackage_()
256 else if (getMyBackend()->m_context.equals(OUSTR("shared"))) in processPackage_()
259 else if (!getMyBackend()->m_context.equals(OUSTR("bundled")) in processPackage_()
260 && !getMyBackend()->m_context.equals(OUSTR("bundled_prereg"))) in processPackage_()
285 if(getMyBackend()->m_context.equals(OUSTR("user"))) in isUrlTargetInExtension()
287 else if (getMyBackend()->m_context.equals(OUSTR("shared"))) in isUrlTargetInExtension()
289 else if (getMyBackend()->m_context.equals(OUSTR("bundled")) in isUrlTargetInExtension()
290 || getMyBackend()->m_context.equals(OUSTR("bundled_prereg"))) in isUrlTargetInExtension()
/trunk/main/stoc/test/tdmanager/
H A Dtesttdmanager.cxx84 m_context(context) in Service()
87 css::uno::Reference< css::uno::XComponentContext > m_context; member in __anon9d02001b0111::Service
129 m_context->getServiceManager()); in run()
132 m_context->getValueByName( in run()
154 m_context->getServiceManager()->createInstanceWithContext( in run()
157 m_context ), css::uno::UNO_QUERY_THROW ); in run()
161 m_context->getServiceManager()-> in run()
166 css::uno::Sequence<css::uno::Any>( &arg, 1 ), m_context ), in run()
/trunk/main/desktop/source/deployment/registry/
H A Ddp_backend.cxx86 comphelper::unwrapArgs( args, m_context, cachePath, readOnly ); in PackageRegistryBackend()
92 if (m_context.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("user") )) in PackageRegistryBackend()
94 else if (m_context.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("shared") )) in PackageRegistryBackend()
96 else if (m_context.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("bundled") )) in PackageRegistryBackend()
98 else if (m_context.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("tmp") )) in PackageRegistryBackend()
100 else if (m_context.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("bundled_prereg") )) in PackageRegistryBackend()
102 else if (m_context.matchIgnoreAsciiCaseAsciiL( in PackageRegistryBackend()
/trunk/main/cppuhelper/qa/propertysetmixin/
H A Dcomp_propertysetmixin.cxx363 m_context(context) {} in Supplier()
367 { return new Empty1(m_context); } in getEmpty1()
371 { return new Empty2(m_context); } in getEmpty2()
375 { return new Full(m_context); } in getFull()
383 css::uno::Reference< css::uno::XComponentContext > m_context; member in __anon312cc8200111::Supplier
H A Dtest_propertysetmixin.cxx186 css::uno::Reference< css::uno::XComponentContext > m_context; member in __anon059e89710111::Test
190 m_context = cppu::defaultBootstrap_InitialComponentContext(); in SetUp()
191 ASSERT_TRUE(m_context.is()); in SetUp()
196 m_context, css::uno::UNO_QUERY_THROW)->dispose(); in TearDown()
202 return test::cppuhelper::propertysetmixin::CppSupplier::create(m_context); in getCppSupplier()
208 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 __anonfeab88bc0111::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()
86 css::uno::Reference< css::uno::XComponentContext > m_context; member in __anonb0ff0e1e0111::Factory
125 css::uri::UriReferenceFactory::create(m_context)->parse( in createVndSunStarPkgUrlReference()
H A DUriReferenceFactory.cxx306 m_context(context) {} in Factory()
348 css::uno::Reference< css::uno::XComponentContext > m_context; member in __anon6d56e0e10111::Factory
410 m_context->getServiceManager()); in parse()
415 serviceName, m_context); in parse()
H A DExternalUriReferenceTranslator.cxx62 m_context(context) {} in Translator()
87 css::uno::Reference< css::uno::XComponentContext > m_context; member in __anone71e3cd60111::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.cxx369 m_context(context), in DescriptionInfoset()
423 m_context->getServiceManager(), css::uno::UNO_QUERY_THROW); in checkBlacklist()
426 …tring(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.configuration.ConfigurationProvider")), m_context), in checkBlacklist()
465 … ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.xml.dom.DocumentBuilder")), m_context), in checkBlacklist()
470 …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.cxx479 css::uno::Reference< css::uno::XComponentContext > const & m_context; member in PropertySetMixinImpl::Impl
490 implements(theImplements), disposed(false), m_context(context), in Impl()
504 m_context->getValueByName( in Impl()
833 m_context->getServiceManager(), css::uno::UNO_QUERY_THROW); in getReflection()
841 m_context), in getReflection()
852 m_context); in getReflection()
/trunk/main/bridges/test/java_uno/acquire/
H A Dtestacquire.cxx320 m_context(context) {} in Service()
322 css::uno::Reference< css::uno::XComponentContext > m_context; member in __anon481f6b320511::Service
360 css::bridge::UnoUrlResolver::create(m_context)->resolve(arguments[0]), in run()
/trunk/main/stoc/test/registry_tdprovider/
H A Dtestregistrytdprovider.cxx86 m_context(context) in Service()
89 css::uno::Reference< css::uno::XComponentContext > m_context; member in __anonedf4bf8c0111::Service
131 m_context->getServiceManager()); in run()
142 args, m_context), in run()

Completed in 123 milliseconds

12