Home
last modified time | relevance | path

Searched refs:context (Results 151 – 175 of 565) sorted by relevance

12345678910>>...23

/trunk/main/offapi/com/sun/star/ui/
H A DContextMenuExecuteEvent.idl41 /** contains all information about the requested context menu.
45 /** contains the window where the context menu has been requested
48 /** contains the position the context menu will be executed at.
/trunk/main/offapi/com/sun/star/sdb/
H A DSQLContext.idl33 /** provides special information about the context where a
37 most recent context is appended to the list's tail.
49 most recent context is appended to the list's tail
/trunk/main/stoc/test/javavm/jvm_interaction/
H A Dinteractionhandler.cxx190 Reference< XComponentContext > context= bootstrap_InitialComponentContext(xreg); in SAL_IMPLEMENT_MAIN() local
191 Reference<XMultiComponentFactory> fac= context->getServiceManager(); in SAL_IMPLEMENT_MAIN()
196 Reference< XComponent > xCompContext( context, UNO_QUERY ); in SAL_IMPLEMENT_MAIN()
/trunk/main/offapi/com/sun/star/text/
H A DXTextFieldsSupplier.idl46 /** makes it possible to access the text fields used in this context
57 in this context (i.e. this document).
66 which are defined in this context (i.e. this document).
H A DTextFrames.idl46 context (e.g. a document).
54 instances within this context (e.g. a document) by its name.
61 instances within this context (e.g. a document) by its index.
/trunk/main/unoxml/source/rdf/
H A DCURI.cxx47 explicit CURI(css::uno::Reference< css::uno::XComponentContext > const & context);
78 CURI::CURI(css::uno::Reference< css::uno::XComponentContext > const & context) : in CURI() argument
79 m_xContext(context), m_Namespace(), m_LocalName() in CURI()
856 const css::uno::Reference< css::uno::XComponentContext > & context) in _create()
859 return static_cast< ::cppu::OWeakObject * >(new CURI(context)); in _create()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DCallReportWizard.java129 NamedValueCollection context = new NamedValueCollection( m_wizardContext ); in trigger() local
130 … XTextDocument textDocument = context.queryOrDefault( "TextDocument", null, XTextDocument.class ); in trigger()
131 …XDatabaseDocumentUI documentUI = context.queryOrDefault( "DocumentUI", null, XDatabaseDocumentUI.c… in trigger()
/trunk/main/offapi/com/sun/star/xml/crypto/
H A DXXMLSecurityContext.idl35 * Interface of XML security context
37 * <p>This interface specifies a certain signature context. By signature
38 * context, the signer or verifier retrieves key specification.</p>
H A DXXMLEncryption.idl48 * <p>The encrypter or decrypter concrete a key by retrieve security context
61 * Perform encryption in the environment of encryption template and context.
70 * Perform decryption in the environment of encrytpion template and context.
H A DXXMLSignature.idl45 * <p>The signer or vertifier concrete a key by retrieve signature context and
57 * Perform signature in the environment of signature template and context.
66 * Perform validation in the environment of signature template and context.
/trunk/main/extensions/source/oooimprovecore/
H A Dcore.cxx72 static Reference<XInterface> Create(const Reference<XComponentContext>& context );
180 Reference<XInterface> Core::Create(const Reference<XComponentContext>& context) in Create() argument
181 { return *(new Core(context)); } in Create()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/bridgefactory/
H A DBridgeFactory.java107 Object context = hasName ? sName : new UniqueToken(); in createBridge() local
130 …IBridge iBridge = UnoRuntime.getBridgeByName("java", context, "remote", context, hasName ? new Obj… in createBridge()
/trunk/main/offapi/com/sun/star/awt/
H A DXMouseListener.idl50 (also known as context menus) on objects, you might receive two events
52 pressing the right mouse button indicates the request for a context menu,
54 the mouse click, and another one indicating the context menu request. For
/trunk/main/offapi/com/sun/star/datatransfer/dnd/
H A DXDropTargetDragContext.idl40 /** This interface is implemented by any drop target context object.
42 <p>A drop target context is created whenever the logical cursor associated
46 <p>The drop target context provides the mechanism for a potential receiver
/trunk/main/offapi/com/sun/star/xml/input/
H A DXElement.idl38 /** Gets the parent context.
41 parent context
75 child import context
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DTestCase.java54 XComponentContext context = null; in getComponentContext() local
58 context = UnoRuntime.queryInterface( XComponentContext.class, in getComponentContext()
65 return context; in getComponentContext()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DPentahoReportJob.java262 final ContextLookup context = (ContextLookup) parameters[0]; in collectGroupExpressions() local
263 name = context.getName(); in collectGroupExpressions()
288 final ContextLookup context = (ContextLookup) val; in collectGroupExpressions() local
289 name = context.getName(); in collectGroupExpressions()
/trunk/main/shell/source/backends/gconfbe/
H A Dgconfbackend.cxx155 css::uno::Reference< css::uno::XCurrentContext > context( in Service() local
157 if (context.is()) { in Service()
159 context->getValueByName( in Service()
/trunk/main/scripting/workben/ifc/scripting/
H A D_XScriptInvocation.java85 String context = testdata.get("context"); in runInvokeTest() local
93 if (!context.equals("null")) in runInvokeTest()
94 ctx = loadDocument(context); in runInvokeTest()
/trunk/main/svl/source/misc/
H A Durihelper.cxx351 css::uno::Reference< css::uno::XComponentContext > const & context, in normalizedMakeRelative()
354 OSL_ASSERT(context.is()); in normalizedMakeRelative()
356 context->getServiceManager()); in normalizedMakeRelative()
374 args, context), in normalizedMakeRelative()
388 css::uri::UriReferenceFactory::create(context)); in normalizedMakeRelative()
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx61 DatabaseDataProvider::DatabaseDataProvider(uno::Reference< uno::XComponentContext > const & context in DatabaseDataProvider() argument
64 context, static_cast< Implements >( in DatabaseDataProvider()
66 …m_aParameterManager( m_aMutex, uno::Reference< lang::XMultiServiceFactory >(context->getServiceMan… in DatabaseDataProvider()
67 …m_aFilterManager( uno::Reference< lang::XMultiServiceFactory >(context->getServiceManager(),uno::U… in DatabaseDataProvider()
68 m_xContext(context), in DatabaseDataProvider()
147 …XInterface > DatabaseDataProvider::Create(uno::Reference< uno::XComponentContext > const & context) in Create() argument
149 return *(new DatabaseDataProvider(context)) ; in Create()
/trunk/main/shell/source/backends/kde4be/
H A Dkde4backend.cxx155 css::uno::Reference< css::uno::XCurrentContext > context( in Service() local
157 if (context.is()) { in Service()
159 context->getValueByName( in Service()
/trunk/main/shell/source/backends/kdebe/
H A Dkdebackend.cxx155 css::uno::Reference< css::uno::XCurrentContext > context( in Service() local
157 if (context.is()) { in Service()
159 context->getValueByName( in Service()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updatedialog.cxx215 uno::Reference< uno::XComponentContext > const & context,
288 uno::Reference< uno::XComponentContext > const & context, in Thread()
291 m_context(context), in Thread()
295 deployment::UpdateInformationProvider::create(context)), in Thread()
561 uno::Reference< uno::XComponentContext > const & context, in UpdateDialog()
566 m_context(context), in UpdateDialog()
600 context, *this, vExtensionList)), in UpdateDialog()
611 m_xExtensionManager = deployment::ExtensionManager::get( context ); in UpdateDialog()
/trunk/main/writerfilter/qa/cppunittests/qname/
H A DtestQName.cxx7293 context->addBinding("xmlns:test", "http://sample.org/test1"); in test_context1()
7300 context->addBinding("xmlns:test", "http://sample.org/test1"); in test_context2()
7301 context->enterScope(); in test_context2()
7303 context->leaveScope(); in test_context2()
7310 context->addBinding("xmlns:test", "http://sample.org/test1"); in test_context3()
7311 context->enterScope(); in test_context3()
7312 context->addBinding("xmlns:test", "http://sample.org/test2"); in test_context3()
7314 context->leaveScope(); in test_context3()
7323 CPPUNIT_ASSERT(QName::tokenizer().insert("text:span", *context, &qn)); in test_resolver1()
7349 CPPUNIT_ASSERT(context->getPrefix("")==QName::EMPTY_STRING); in test_prefix()
[all …]

Completed in 127 milliseconds

12345678910>>...23