Home
last modified time | relevance | path

Searched refs:context (Results 76 – 100 of 565) sorted by relevance

12345678910>>...23

/trunk/main/offapi/com/sun/star/auth/
H A DXSSOManager.idl65 /** creates an initiator side security context.
68 the name of the initiator side principal for which the context
79 the newly created initiator context.
91 /** creates an acceptor side security context.
97 the newly created acceptor side context.
H A DXSSOInitiatorContext.idl37 /** represents an initiator side security context.
38 <P>This context may be used to initialise authetication tokens to send to
47 context supports mutual authentication.
58 context supporting mutual authentication.
64 on a context supporting mutual authentication and undefined in all
/trunk/main/desktop/test/deployment/active/
H A Dactive_native.cxx85 css::uno::Reference< css::uno::XComponentContext > const & context): in Provider()
86 context_(context) { OSL_ASSERT(context.is()); } in Provider()
186 css::uno::Reference< css::uno::XComponentContext > const & context): in Dispatch()
187 context_(context) { OSL_ASSERT(context.is()); } in Dispatch()
/trunk/main/extensions/source/logging/
H A Dcsvformatter.cxx83 static Reference< XInterface > Create( const Reference< XComponentContext >& context );
86 CsvFormatter( const Reference< XComponentContext >& context );
177 CsvFormatter::CsvFormatter( const Reference< XComponentContext >& context ) in CsvFormatter() argument
178 :m_aContext( context ), in CsvFormatter()
370 Reference< XInterface > CsvFormatter::Create( const Reference< XComponentContext >& context ) in Create() argument
372 return *( new CsvFormatter( context ) ); in Create()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java228 final PageContext context = getCurrentContext(); in createMasterPage() local
231 activePageFooter = context.getPageFooterContent(); in createMasterPage()
241 activePageHeader = context.getPageHeaderContent(); in createMasterPage()
252 final CSSNumericValue headerSize = context.getAllHeaderSize(); in createMasterPage()
253 final CSSNumericValue footerSize = context.getAllFooterSize(); in createMasterPage()
305 …if ((!printHeader && context.getHeader() != null) || (!printFooter && context.getFooter() != null)) in createMasterPage()
1023 PageContext context = getCurrentContext(); in isParentKeepTogether() local
1024 if (context != null) in isParentKeepTogether()
1026 context = context.getParent(); in isParentKeepTogether()
1027 if (context != null) in isParentKeepTogether()
[all …]
H A DTextRawReportProcessor.java102 final ReportContext context = super.createReportContext(job, target); in createReportContext() local
103 if (context instanceof ReportContextImpl) in createReportContext()
105 final ReportContextImpl impl = (ReportContextImpl) context; in createReportContext()
108 return context; in createReportContext()
/trunk/test/testassistant/src/org/openoffice/test/assistant/
H A DActivator.java51 public void start(BundleContext context) throws Exception { in start() argument
52 super.start(context); in start()
60 public void stop(BundleContext context) throws Exception { in stop() argument
62 super.stop(context); in stop()
/trunk/main/extensions/source/oooimprovement/
H A Donlogrotate_job.cxx180 OnLogRotateJob::OnLogRotateJob(const Reference<XComponentContext>& context) in OnLogRotateJob() argument
182 context->getServiceManager()->createInstanceWithContext( in OnLogRotateJob()
183 OUString::createFromAscii("com.sun.star.lang.XMultiServiceFactory"), context), in OnLogRotateJob()
232 Reference<XInterface> OnLogRotateJob::Create(const Reference<XComponentContext>& context) in Create() argument
233 { return *(new OnLogRotateJob(context)); } in Create()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DTestParameters.java294 Object context = get( "ComponentContext" ); in getComponentContext() local
295 if ( context == null ) in getComponentContext()
301 context = com.sun.star.uno.UnoRuntime.queryInterface( in getComponentContext()
303 put( "ComponentContext", context ); in getComponentContext()
308 return (XComponentContext)context; in getComponentContext()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/java/
H A Djava_environment.java47 public java_environment(Object context) { in java_environment() argument
48 this.context = context; in java_environment()
53 return context; in getContext()
305 private final Object context; field in java_environment
/trunk/main/offapi/com/sun/star/deployment/
H A DXPackageManagerFactory.idl53 Packages for context strings <code>"user"</code> and
68 @param context
69 context string, e.g.
88 in case of an invalid context
90 XPackageManager getPackageManager( [in] string context )
/trunk/main/desktop/source/deployment/registry/
H A Ddp_registry.cxx66 OUString const & context, OUString const & cachePath, bool readOnly,
117 OUString const & context,
312 OUString const & context, in create() argument
332 registryArgs[ 0 ] <<= context; in create()
383 that, context, cachePath, readOnly, xComponentContext); in create()
563 OUString const & context, in create() argument
568 context, cachePath, readOnly, xComponentContext ); in create()
/trunk/main/offapi/com/sun/star/xml/xpath/
H A DXXPathAPI.idl68 the context node (expression is relative to this node)
89 the context node (expression is relative to this node)
114 the context node (expression is relative to this node)
135 the context node (expression is relative to this node)
160 the context node (expression is relative to this node)
179 the context node (expression is relative to this node)
/trunk/main/unoxml/source/rdf/
H A DCLiteral.cxx48 explicit CLiteral(css::uno::Reference< css::uno::XComponentContext > const & context);
78 CLiteral::CLiteral(css::uno::Reference< css::uno::XComponentContext > const & context) : in CLiteral() argument
79 m_xContext(context), m_Value(), m_Language(), m_xDatatype() in CLiteral()
210 const css::uno::Reference< css::uno::XComponentContext > & context) in _create()
213 return static_cast< ::cppu::OWeakObject * >(new CLiteral(context)); in _create()
/trunk/main/odk/examples/DevelopersGuide/Components/JavaComponent/
H A DTestComponentB.java36 private XComponentContext context; field in TestComponentB
39 public TestComponentB(XComponentContext context, Object[] args) { in TestComponentB() argument
40 this.context= context; in TestComponentB()
/trunk/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/
H A DBug51323_Test.java60 protected boolean run(XComponentContext context) throws Throwable { in run() argument
62 Connector.create(context).connect(getConnectionDescription()); in run()
65 context.getServiceManager().createInstanceWithContext( in run()
66 "com.sun.star.bridge.BridgeFactory", context)); in run()
/trunk/main/xmloff/source/draw/
H A Dsdpropls.cxx85 #define _MAP(name,prefix,token,type,context) { name, sizeof(name)-1, prefix, token, type, context,… argument
86 #define _MAPV(name,prefix,token,type,context,version) { name, sizeof(name)-1, prefix, token, type,… argument
87 …ne GMAP(name,prefix,token,type,context) _MAP(name,prefix,token,static_cast<sal_Int32>(type|XML_TYP… argument
88 …APV(name,prefix,token,type,context,version) _MAPV(name,prefix,token,static_cast<sal_Int32>(type|XM… argument
89 …DPMAP(name,prefix,token,type,context) _MAP(name,prefix,token,static_cast<sal_Int32>(type|XML_TYPE_… argument
90 …fine TMAP(name,prefix,token,type,context) _MAP(name,prefix,token,static_cast<sal_Int32>(type|XML_T… argument
91 #define PMAP(name,prefix,token,type,context) _MAP(name,prefix,token,type|XML_TYPE_PROP_PARAGRAPH,co… argument
/trunk/main/offapi/com/sun/star/plugin/
H A DXPluginManager.idl65 /** Creates a default context. This context depends on the service
68 @return plugin context
81 plugin context
103 plugin context
/trunk/main/ure/source/uretest/
H A DJavaClient.java40 XComponentContext context = Bootstrap.createInitialComponentContext( in main() local
42 XMultiComponentFactory manager = context.getServiceManager(); in main()
49 "com.sun.star.bridge.BridgeFactory", context)); in main()
56 Connector.create(context).connect( in main()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx83 OUString const & context,
316 OUString const & context ) in create() argument
319 xComponentContext, context ); in create()
323 if (context.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("user") )) { in create()
346 else if (context.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("shared") )) { in create()
358 else if (context.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("bundled") )) { in create()
388 else if (context.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("tmp") )) { in create()
398 else if (context.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("bak") )) { in create()
409 else if (! context.matchAsciiL( in create()
412 OUSTR("invalid context given: ") + context, in create()
[all …]
/trunk/main/udkapi/com/sun/star/lang/
H A DServiceManager.idl65 you commonly find in your component context under key
87 on the factory when going down (i.e. it is commonly disposed by the component context).</dd>
100 The component context disposes its service manager singleton when going down
101 (i.e. when the component context is disposed).
124 /** specifies the default component context to be used, if instanciating services
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DUnoRuntime.java399 public static void setCurrentContext(XCurrentContext context) { in setCurrentContext() argument
401 currentContext.set(context); in setCurrentContext()
421 public static IEnvironment getEnvironment(String name, Object context) in getEnvironment() argument
426 environments.get(name + context)); in getEnvironment()
433 env = (IEnvironment) ctor.newInstance(new Object[] { context }); in getEnvironment()
434 environments.put(name + context, env); in getEnvironment()
/trunk/main/scripting/workben/data/testdata/
H A DScriptRuntimeManager.csv6 _invoke;description=Try to invoke a valid user level URI;location=user;context=null;logicalname=scr…
7 _invoke;description=Try to invoke a valid user level URI with a valid context;location=user;context
8 _invoke;description=Try to invoke a valid user level script in a jar file;location=user;context=nul…
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportProcessor.java109 final ReportContext context = super.createReportContext(job, target); in createReportContext() local
110 if (context instanceof ReportContextImpl) in createReportContext()
112 final ReportContextImpl impl = (ReportContextImpl) context; in createReportContext()
115 return context; in createReportContext()
/trunk/main/offapi/com/sun/star/xml/crypto/
H A DXSEInitializer.idl40 Creates a security context.
45 @return the security context created
50 * Frees a security context.
52 * @param securityContext the security context to be freed

Completed in 141 milliseconds

12345678910>>...23