/aoo41x/main/desktop/source/deployment/manager/ |
H A D | dp_manager.cxx | 187 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 D | dp_manager.h | 51 ::rtl::OUString m_context; 136 m_context( context ), in PackageManagerImpl()
|
/aoo41x/main/sal/rtl/source/ |
H A D | digest.c | 230 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 D | cipher.c | 227 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()
|
/aoo41x/main/extensions/qa/integration/extensions/ |
H A D | ServicesHandler.java | 41 private XComponentContext m_context; field in ServicesHandler 46 XComponentContext m_context; field in ServicesHandler.ClickHandler 51 m_context = _context; in ClickHandler() 73 …m_context.getServiceManager().createInstanceWithContext( "com.sun.star.util.URLTransformer", m_con… in actionPerformed() 78 …m_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 D | ObjectInspector.java | 38 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 D | MethodHandler.java | 38 private XComponentContext m_context; field in MethodHandler 48 m_context = _context; in MethodHandler() 54 …m_context.getServiceManager().createInstanceWithContext( "com.sun.star.beans.Introspection", m_con… in MethodHandler()
|
/aoo41x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | HsqlDatabase.java | 50 XComponentContext m_context; field in HsqlDatabase 62 m_context = _context; in HsqlDatabase() 69 m_context = _context; in HsqlDatabase() 79 …m_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()
|
/aoo41x/main/svl/qa/ |
H A D | test_URIHelper.cxx | 224 static css::uno::Reference< css::uno::XComponentContext > m_context; member in __anon2e37884b0111::Test 232 if (!m_context.is()) { in setUp() 233 m_context = cppu::defaultBootstrap_InitialComponentContext(); in setUp() 239 m_context, css::uno::UNO_QUERY_THROW)->dispose(); in finish() 248 m_context->getServiceManager(), css::uno::UNO_QUERY_THROW)-> in testNormalizedMakeRelative() 253 args, m_context)), in testNormalizedMakeRelative() 286 m_context, rtl::OUString::createFromAscii(tests[i].base), in testNormalizedMakeRelative() 409 m_context->getServiceManager(), css::uno::UNO_QUERY_THROW), in testFindFirstURLInText() 449 css::uno::Reference< css::uno::XComponentContext > Test::m_context; member in __anon2e37884b0111::Test
|
/aoo41x/main/desktop/source/deployment/registry/executable/ |
H A D | dp_executable.cxx | 254 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()
|
/aoo41x/main/desktop/source/deployment/gui/ |
H A D | dp_gui_updatedialog.cxx | 276 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 …]
|
/aoo41x/main/stoc/test/tdmanager/ |
H A D | testtdmanager.cxx | 84 m_context(context) in Service() 87 css::uno::Reference< css::uno::XComponentContext > m_context; member in __anondbfc43030111::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()
|
/aoo41x/main/desktop/source/deployment/registry/ |
H A D | dp_backend.cxx | 86 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()
|
/aoo41x/main/cppuhelper/qa/propertysetmixin/ |
H A D | comp_propertysetmixin.cxx | 363 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 __anon175dd2080111::Supplier
|
H A D | test_propertysetmixin.cxx | 209 css::uno::Reference< css::uno::XComponentContext > m_context; member in __anonebcf93590111::Test 213 m_context = cppu::defaultBootstrap_InitialComponentContext(); in setUp() 214 CPPUNIT_ASSERT(m_context.is()); in setUp() 219 m_context, css::uno::UNO_QUERY_THROW)->dispose(); in tearDown() 225 return test::cppuhelper::propertysetmixin::CppSupplier::create(m_context); in getCppSupplier() 231 return test::cppuhelper::propertysetmixin::JavaSupplier::create(m_context); in getJavaSupplier()
|
/aoo41x/main/stoc/test/uriproc/ |
H A D | test_uriproc.cxx | 143 css::uno::Reference< css::uno::XComponentContext > m_context; member in __anon710a74a40111::Test 148 m_context = cppu::defaultBootstrap_InitialComponentContext(); in setUp() 149 m_uriFactory = css::uri::UriReferenceFactory::create(m_context); in setUp() 155 m_context, css::uno::UNO_QUERY_THROW)->dispose(); in tearDown() 746 m_context->getValueByName( in testVndSunStarExpand() 947 translator(css::uri::ExternalUriReferenceTranslator::create(m_context)); in testTranslator() 978 css::uri::VndSunStarPkgUrlReferenceFactory::create(m_context)); in testPkgUrlFactory()
|
/aoo41x/main/stoc/source/uriproc/ |
H A D | VndSunStarPkgUrlReferenceFactory.cxx | 64 m_context(context) {} in Factory() 86 css::uno::Reference< css::uno::XComponentContext > m_context; member in __anon973018060111::Factory 125 css::uri::UriReferenceFactory::create(m_context)->parse( in createVndSunStarPkgUrlReference()
|
H A D | UriReferenceFactory.cxx | 306 m_context(context) {} in Factory() 348 css::uno::Reference< css::uno::XComponentContext > m_context; member in __anonc641b1c90111::Factory 410 m_context->getServiceManager()); in parse() 415 serviceName, m_context); in parse()
|
H A D | ExternalUriReferenceTranslator.cxx | 62 m_context(context) {} in Translator() 87 css::uno::Reference< css::uno::XComponentContext > m_context; member in __anonb233acbe0111::Translator
|
/aoo41x/main/toolkit/qa/complex/toolkit/ |
H A D | GridControl.java | 74 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
|
/aoo41x/main/desktop/source/deployment/misc/ |
H A D | dp_descriptioninfoset.cxx | 369 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 …utStream> inputstream( css::io::SequenceInputStream::createStreamFromSequence(m_context, byteSeq), in checkBlacklist()
|
/aoo41x/main/toolkit/source/controls/grid/ |
H A D | sortablegriddatamodel.cxx | 140 ,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()
|
/aoo41x/main/bridges/test/java_uno/acquire/ |
H A D | testacquire.cxx | 320 m_context(context) {} in Service() 322 css::uno::Reference< css::uno::XComponentContext > m_context; member in __anon8702161a0511::Service 360 css::bridge::UnoUrlResolver::create(m_context)->resolve(arguments[0]), in run()
|
/aoo41x/main/cppuhelper/source/ |
H A D | propertysetmixin.cxx | 479 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()
|
/aoo41x/main/stoc/test/registry_tdprovider/ |
H A D | testregistrytdprovider.cxx | 86 m_context(context) in Service() 89 css::uno::Reference< css::uno::XComponentContext > m_context; member in __anond425c9740111::Service 131 m_context->getServiceManager()); in run() 142 args, m_context), in run()
|