Home
last modified time | relevance | path

Searched defs:context (Results 26 – 50 of 182) sorted by relevance

12345678

/AOO41X/main/dtrans/source/win32/dnd/
H A Dtarget.cxx594 …oid DropTarget::_acceptDrop(sal_Int8 dropOperation, const Reference<XDropTargetDropContext>& conte… in _acceptDrop()
602 void DropTarget::_rejectDrop( const Reference<XDropTargetDropContext>& context) in _rejectDrop()
610 void DropTarget::_dropComplete(sal_Bool success, const Reference<XDropTargetDropContext>& context) in _dropComplete()
624 …id DropTarget::_acceptDrag( sal_Int8 dragOperation, const Reference<XDropTargetDragContext>& conte… in _acceptDrag()
632 void DropTarget::_rejectDrag( const Reference<XDropTargetDragContext>& context) in _rejectDrag()
/AOO41X/main/toolkit/source/layout/vcl/
H A Dwcontainer.cxx37 Container::Container( Context const* context, char const* pId ) in Container()
230 Table::Table( Context const* context, char const* pId ) in Table()
235 Box::Box( Context const* context, char const* pId ) in Box()
246 HBox::HBox( Context const* context, char const* pId ) in HBox()
257 VBox::VBox( Context const* context, char const* pId ) in VBox()
H A Dwrapper.cxx160 WindowImpl::WindowImpl (Context *context, const PeerHandle &peer, Window *window) in WindowImpl()
682 ControlImpl::ControlImpl (Context *context, const PeerHandle &peer, Window *window) in ControlImpl()
775 DialogImpl::DialogImpl( Context *context, const PeerHandle &peer, Window *window ) in DialogImpl()
1009 TabControlImpl (Context *context, const PeerHandle &peer, Window *window) in TabControlImpl()
1236 TabPageImpl( Context *context, const PeerHandle &peer, Window *window ) in TabPageImpl()
1282 FixedLineImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedLineImpl()
1301 FixedTextImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedTextImpl()
1341 FixedInfoImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedInfoImpl()
1354 ProgressBarImpl( Context *context, const PeerHandle &peer, Window *window ) in ProgressBarImpl()
1373 FixedImageImpl( Context *context, const PeerHandle &peer, Window *window) in FixedImageImpl()
[all …]
/AOO41X/main/scripting/examples/javascript/Highlight/
H A DShowDialog.js31 function tryLoadingLibrary( xmcf, context, name ) argument
/AOO41X/main/bridges/test/java_uno/nativethreadpool/
H A Dtestnativethreadpoolclient.cxx75 css::uno::Reference< css::uno::XComponentContext > context; member in __anon00b944ff0111::Client
145 css::uno::Reference< css::uno::XInterface > SAL_CALL create( in create()
/AOO41X/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DScriptEditorForBeanShell.java59 private XScriptContext context; field in ScriptEditorForBeanShell
195 public void edit(final XScriptContext context, ScriptMetaData entry) { in edit()
239 private ScriptEditorForBeanShell(XScriptContext context, ClassLoader cl, in ScriptEditorForBeanShell()
/AOO41X/main/ure/source/uretest/
H A Dcppmain.cc70 explicit Service( in Service()
238 ::css::uno::Reference< ::css::uno::XInterface > create( in create()
H A DTester.java33 public static void test(XComponentContext context) { in test()
H A DJavaClient.java40 XComponentContext context = Bootstrap.createInitialComponentContext( in main() local
/AOO41X/main/reportbuilder/java/com/sun/star/report/function/metadata/
H A DAuthorFunction.java47 public TypeValuePair evaluate(final FormulaContext context, final ParameterCallback parameters) in evaluate()
H A DTitleFunction.java51 public TypeValuePair evaluate(final FormulaContext context, final ParameterCallback parameters) in evaluate()
/AOO41X/main/stoc/source/uriproc/
H A DExternalUriReferenceTranslator.cxx60 explicit Translator( in Translator()
212 css::uno::Reference< css::uno::XInterface > create( in create()
/AOO41X/main/bridges/test/java_uno/acquire/
H A DTestAcquire.java44 XComponentContext context in main() local
64 private static void execClient(XComponentContext context, String url) in execClient()
176 private static void execServer(XComponentContext context, String url) in execServer()
/AOO41X/main/bridges/test/com/sun/star/lib/
H A DTestBed.java111 protected abstract boolean run(XComponentContext context) in run()
122 protected final XBridge getBridge(XComponentContext context) in getBridge()
161 XComponentContext context in run() local
/AOO41X/main/jurt/com/sun/star/uno/
H A DMappingException.java61 public MappingException(String message, Object context) { in MappingException()
/AOO41X/main/sd/source/core/annotations/
H A DAnnotationAccess.cxx50 …ationAccess::AnnotationAccess(css::uno::Reference< css::uno::XComponentContext > const & context) : in AnnotationAccess()
/AOO41X/main/unoxml/source/rdf/
H A DCURI.cxx78 CURI::CURI(css::uno::Reference< css::uno::XComponentContext > const & context) : in CURI()
855 css::uno::Reference< css::uno::XInterface > SAL_CALL _create( in _create()
/AOO41X/main/testtools/source/servicetests/
H A DTestService.java47 public Object createInstanceWithContext(XComponentContext context) in createInstanceWithContext()
54 Object[] arguments, XComponentContext context) in createInstanceWithArgumentsAndContext()
/AOO41X/main/scripting/examples/java/Highlight/
H A DHighlightText.java48 public void showForm(XScriptContext context) { in showForm()
201 XMultiComponentFactory xmcf, XScriptContext context, String name) in tryLoadingLibrary()
/AOO41X/main/vcl/source/window/
H A Ddndlcon.cxx146 sal_uInt32 DNDListenerContainer::fireDropEvent( const Reference< XDropTargetDropContext >& context, in fireDropEvent()
266 …Int32 DNDListenerContainer::fireDragOverEvent( const Reference< XDropTargetDragContext >& context, in fireDragOverEvent()
333 …Int32 DNDListenerContainer::fireDragEnterEvent( const Reference< XDropTargetDragContext >& context, in fireDragEnterEvent()
401 …DListenerContainer::fireDropActionChangedEvent( const Reference< XDropTargetDragContext >& context, in fireDropActionChangedEvent()
/AOO41X/main/toolkit/source/awt/
H A Dasynccallback.cxx93 AsyncCallback::AsyncCallback(css::uno::Reference< css::uno::XComponentContext > const & context) : in AsyncCallback()
167 css::uno::Reference< css::uno::XInterface > SAL_CALL _create( in _create()
/AOO41X/main/configmgr/source/
H A Ddefaultprovider.cxx47 css::uno::Reference< css::uno::XInterface > create( in create()
H A Dupdate.cxx70 Service(css::uno::Reference< css::uno::XComponentContext > const context): in Service()
159 css::uno::Reference< css::uno::XInterface > create( in create()
/AOO41X/main/scripting/java/com/sun/star/script/framework/provider/
H A DScriptEditor.java31 public void edit(XScriptContext context, ScriptMetaData entry); in edit()
/AOO41X/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/
H A DBug114133_Test.java58 protected boolean run(XComponentContext context) throws Throwable { in run()

12345678