Home
last modified time | relevance | path

Searched refs:context (Results 26 – 50 of 565) sorted by relevance

12345678910>>...23

/trunk/main/bridges/test/com/sun/star/lib/
H A DTestBed.java111 protected abstract boolean run(XComponentContext context) in run() argument
122 protected final XBridge getBridge(XComponentContext context) in getBridge() argument
125 XConnector connector = Connector.create(context); in getBridge()
128 context.getServiceManager().createInstanceWithContext( in getBridge()
129 "com.sun.star.bridge.BridgeFactory", context)); in getBridge()
161 XComponentContext context in run() local
163 XAcceptor acceptor = Acceptor.create(context); in run()
167 context.getServiceManager().createInstanceWithContext( in run()
168 "com.sun.star.bridge.BridgeFactory", context)); in run()
/trunk/main/toolkit/source/layout/vcl/
H A Dwcontainer.cxx37 Container::Container( Context const* context, char const* pId ) in Container() argument
38 : mxContainer( context->GetPeerHandle( pId ), uno::UNO_QUERY ) in Container()
230 Table::Table( Context const* context, char const* pId ) in Table() argument
231 : Container( context, pId ) in Table()
235 Box::Box( Context const* context, char const* pId ) in Box() argument
236 : Container( context, pId ) in Box()
246 HBox::HBox( Context const* context, char const* pId ) in HBox() argument
247 : Box( context, pId ) in HBox()
257 VBox::VBox( Context const* context, char const* pId ) in VBox() argument
258 : Box( context, pId ) in VBox()
H A Dwfield.cxx56 EditImpl( Context *context, const PeerHandle &peer, Window *window ) in EditImpl() argument
57 : ControlImpl( context, peer, window ) in EditImpl()
143 : EditImpl( context, peer, window ) in MultiLineEditImpl()
154 SpinFieldImpl( Context *context, const PeerHandle &peer, Window *window ) in SpinFieldImpl() argument
155 : EditImpl( context, peer, window ) in SpinFieldImpl()
166 : SpinFieldImpl( context, peer, window ) in NumericFieldImpl()
175 : SpinFieldImpl( context, peer, window ) in MetricFieldImpl()
329 ComboBoxImpl( Context *context, const PeerHandle &peer, Window *window ) in ComboBoxImpl() argument
330 : EditImpl( context, peer, window ) in ComboBoxImpl()
505 ListBoxImpl( Context *context, const PeerHandle &peer, Window *window ) in ListBoxImpl() argument
[all …]
/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx1542 context = that->getComponentContext(); in processPackage_()
1545 if (!context.is()) { in processPackage_()
1546 context.set( in processPackage_()
1559 context), in processPackage_()
1583 bool remoteContext = context.is(); in processPackage_()
1585 context = that->getComponentContext(); in processPackage_()
1595 context), in processPackage_()
1780 context = that->getComponentContext(); in processPackage_()
1783 if (!context.is()) { in processPackage_()
1784 context.set( in processPackage_()
[all …]
/trunk/main/bridges/test/java_uno/acquire/
H A DTestAcquire.java44 XComponentContext context in main() local
47 execClient(context, arguments[1]); in main()
49 execServer(context, arguments[1]); in main()
64 private static void execClient(XComponentContext context, String url) in execClient() argument
68 XTest.class, UnoUrlResolver.create(context).resolve(url)); in execClient()
176 private static void execServer(XComponentContext context, String url) in execServer() argument
179 XAcceptor acceptor = Acceptor.create(context); in execServer()
182 context.getServiceManager().createInstanceWithContext( in execServer()
183 "com.sun.star.bridge.BridgeFactory", context)); in execServer()
/trunk/main/desktop/test/deployment/active/
H A DDispatch.java48 public Dispatch(XComponentContext context) { in Dispatch() argument
49 this.context = context; in Dispatch()
65 XMultiComponentFactory.class, context.getServiceManager()); in dispatch()
69 "com.sun.star.awt.Toolkit", context)). in dispatch()
76 "com.sun.star.frame.Desktop", context)). in dispatch()
94 private final XComponentContext context; field in Dispatch
/trunk/main/desktop/test/deployment/passive/
H A DDispatch.java48 public Dispatch(XComponentContext context) { in Dispatch() argument
49 this.context = context; in Dispatch()
65 XMultiComponentFactory.class, context.getServiceManager()); in dispatch()
69 "com.sun.star.awt.Toolkit", context)). in dispatch()
76 "com.sun.star.frame.Desktop", context)). in dispatch()
94 private final XComponentContext context; field in Dispatch
/trunk/main/cppuhelper/qa/propertysetmixin/
H A Dcomp_propertysetmixin.cxx72 css::uno::Reference< css::uno::XComponentContext > const & context): in Empty1()
74 context, static_cast< Implements >(0), in Empty1()
127 css::uno::Reference< css::uno::XComponentContext > const & context): in Empty2()
129 context, in Empty2()
192 css::uno::Reference< css::uno::XComponentContext > const & context): in Full()
195 context, in Full()
362 css::uno::Reference< css::uno::XComponentContext > const & context): in Supplier()
363 m_context(context) {} in Supplier()
387 css::uno::Reference< css::uno::XComponentContext > const & context) in create()
390 return static_cast< cppu::OWeakObject * >(new Supplier(context)); in create()
/trunk/main/dtrans/source/win32/dnd/
H A Dtarget.cxx594 …d DropTarget::_acceptDrop(sal_Int8 dropOperation, const Reference<XDropTargetDropContext>& context) in _acceptDrop() argument
596 if( context == m_currentDropContext) in _acceptDrop()
602 void DropTarget::_rejectDrop( const Reference<XDropTargetDropContext>& context) in _rejectDrop() argument
604 if( context == m_currentDropContext) in _rejectDrop()
610 void DropTarget::_dropComplete(sal_Bool success, const Reference<XDropTargetDropContext>& context) in _dropComplete() argument
612 if(context == m_currentDropContext) in _dropComplete()
624 … DropTarget::_acceptDrag( sal_Int8 dragOperation, const Reference<XDropTargetDragContext>& context) in _acceptDrag() argument
626 if( context == m_currentDragContext) in _acceptDrag()
632 void DropTarget::_rejectDrag( const Reference<XDropTargetDragContext>& context) in _rejectDrag() argument
634 if(context == m_currentDragContext) in _rejectDrag()
/trunk/main/jvmaccess/source/
H A Dclasspath.cxx54 css::uno::Reference< css::uno::XComponentContext > const & context, in doTranslateToUrls()
57 OSL_ASSERT(context.is() && environment != 0); in doTranslateToUrls()
75 css::uri::UriReferenceFactory::create(context)->parse(url), in doTranslateToUrls()
79 context->getValueByName( in doTranslateToUrls()
129 css::uno::Reference< css::uno::XComponentContext > const & context, in doLoadClass()
133 OSL_ASSERT(context.is() && environment != 0); in doLoadClass()
146 arg.l = translateToUrls(context, env, classPath); in doLoadClass()
/trunk/main/bridges/test/java_uno/nativethreadpool/
H A Dtestnativethreadpoolclient.cxx65 context(theContext) {} in Client()
75 css::uno::Reference< css::uno::XComponentContext > context; member in __anone5e59ecf0111::Client
83 context->getServiceManager()); in run()
96 context), in run()
116 css::bridge::UnoUrlResolver::create(context)->resolve( in run()
146 css::uno::Reference< css::uno::XComponentContext > const & context) in create()
149 return static_cast< cppu::OWeakObject * >(new Client(context)); in create()
H A Dtestnativethreadpoolserver.cxx60 context(theContext) {} in Server()
67 css::uno::Reference< css::uno::XComponentContext > context; member in __anon4cf37fe70111::Server
72 context->getServiceManager()); in get()
84 css::bridge::UnoUrlResolver::create(context)->resolve( in get()
108 css::uno::Reference< css::uno::XComponentContext > const & context) in create()
111 return static_cast< cppu::OWeakObject * >(new Server(context)); in create()
/trunk/main/jvmaccess/inc/jvmaccess/
H A Dclasspath.hxx79 ::com::sun::star::uno::XComponentContext > const & context, in translateToUrls()
84 doTranslateToUrls(context, environment, classPath)); in translateToUrls()
115 ::com::sun::star::uno::XComponentContext > const & context, in loadClass()
121 doLoadClass(context, environment, classPath, name)); in loadClass()
136 ::com::sun::star::uno::XComponentContext > const & context,
141 ::com::sun::star::uno::XComponentContext > const & context,
/trunk/main/udkapi/com/sun/star/script/
H A DContextInformation.idl38 /** Full qualified name to address the module or function associated with the context.
45 /** Source code of the Module, that is associated with the context. If the source can
53 the context.
67 the context.
74 the context.
80 associated with the context.
85 /** Get all names of the local variable in this context.
/trunk/main/test/source/java/org/openoffice/test/
H A DOfficeConnection.java86 context = UnoRuntime.queryInterface( in setUp()
106 if (context != null) { in tearDown()
107 XMultiComponentFactory factory = context.getServiceManager(); in tearDown()
112 "com.sun.star.frame.Desktop", context)); in tearDown()
113 context = null; in tearDown()
139 return context; in getComponentContext()
219 private XComponentContext context = null; field in OfficeConnection
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DOfficeResourceBundle.java34 private XComponentContext context; field in OfficeResourceBundle
48 …public OfficeResourceBundle(XComponentContext context, String bundleBaseName) throws NullPointerEx… in OfficeResourceBundle() argument
49 if (context == null) { in OfficeResourceBundle()
52 this.context = context; in OfficeResourceBundle()
118 XResourceBundleLoader loader = OfficeResourceLoader.get(context); in loadBundle()
/trunk/main/scripting/source/provider/
H A DActiveMSPList.hxx72 getMSPFromStringContext( const ::rtl::OUString& context )
76 getMSPFromAnyContext( const css::uno::Any& context )
80 …mInvocationContext( const css::uno::Reference< css::document::XScriptInvocationContext >& context )
93 createNewMSP( const css::uno::Any& context );
95 createNewMSP( const ::rtl::OUString& context ) in createNewMSP() argument
97 return createNewMSP( css::uno::makeAny( context ) ); in createNewMSP()
/trunk/main/offapi/com/sun/star/script/provider/
H A DXScriptContext.idl70 /** provides access to the context where the script was invoked
73 are executed from within a context which is <em>not</em> the document
75 to access this context.</p>
77 <p>Note that the returned context is allowed to be <NULL/>, in this case,
78 the document as returned by <code>getDocument</code> is the invocation context.</p>
80 <p>If the returned context is not <NULL/>, its <code>ScriptContainer</code> attribute
96 Obtain the component context which the script can use to create
/trunk/main/udkapi/com/sun/star/uno/
H A DXCurrentContext.idl33 /** Task (e.g. thread) local execution context for UNO.
34 Arbitrary values can be retrieved from the context.
36 You have to use UNO runtime functions to obtain the current context
40 In general, do not spread the current context across different tasks.
41 Values of the current context are destined for that task only.
45 /** Gets a value from the context.
/trunk/main/shell/source/backends/desktopbe/
H A Ddesktopbackend.cxx202 css::uno::Reference< css::uno::XComponentContext > const & context, in createBackend()
207 context->getServiceManager(), css::uno::UNO_SET_THROW)-> in createBackend()
208 createInstanceWithContext(name, context); in createBackend()
223 css::uno::Reference< css::uno::XComponentContext > const & context) in createInstance()
238 context, in createInstance()
244 context, in createInstance()
250 context, in createInstance()
/trunk/main/offapi/com/sun/star/auth/
H A DXSSOContext.idl33 /** Base SSO security context representation
39 /** retrieves the principal name of the source/initiator of the context.
41 In the case of an acceptor side security context, the source principal
49 /** retrieves the principal name of the target/acceptor of the context.
56 /** retrieves the mechanism associated with the context.
63 /** retrieves whether or not the context supports mutual authentication
/trunk/main/offapi/com/sun/star/deployment/
H A DPackageRegistryBackend.idl45 @param context
46 context of registry, e.g. user, shared
48 createTransient( [in] string context );
52 @param context
53 context of registry, e.g. user, shared
59 createPersistent( [in] string context,
/trunk/main/xmlsecurity/source/xmlsec/
H A Dxmlstreamio.cxx120 int xmlStreamRead( void* context, char* buffer, int len ) in xmlStreamRead() argument
129 if( context != NULL ) { in xmlStreamRead()
130 xInputStream = ( com::sun::star::io::XInputStream* )context ; in xmlStreamRead()
145 int xmlStreamClose( void * context ) in xmlStreamClose() argument
151 if( context != NULL ) { in xmlStreamClose()
152 pInputStream = ( ::com::sun::star::io::XInputStream* )context ; in xmlStreamClose()
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DScriptEditorForBeanShell.java59 private XScriptContext context; field in ScriptEditorForBeanShell
185 return model.execute( context, cl ); in execute()
195 public void edit(final XScriptContext context, ScriptMetaData entry) { in edit() argument
222 context, theCl, url); in edit()
239 private ScriptEditorForBeanShell(XScriptContext context, ClassLoader cl, in ScriptEditorForBeanShell() argument
242 this.context = context; in ScriptEditorForBeanShell()
/trunk/main/cppu/inc/uno/
H A DEnterable.h42 typedef void uno_Enterable_enter (void * context); typedef
51 typedef void uno_Enterable_leave (void * context); typedef
62 typedef void uno_Enterable_callInto_v(void * context, uno_EnvCallee * pCallee, va_list * pParam);
73 typedef void uno_Enterable_callOut_v (void * context, uno_EnvCallee * pCallee, va_list * pParam);
85 typedef int uno_Enterable_isValid_v (void * context, rtl_uString ** ppReason);

Completed in 88 milliseconds

12345678910>>...23