Home
last modified time | relevance | path

Searched refs:caller (Results 1 – 25 of 78) sorted by relevance

1234

/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclApp.java43 protected CommandCaller caller = null; field in VclApp
54 this.caller = new CommandCaller(communicationManager); in VclApp()
59 caller.setWinInfoReceiver(receiver); in setWinInfoReceiver()
75 String tree = (String) caller.callCommand(Constant.RC_WinTree); in start()
147 caller.callCommand(Constant.RC_ResetApplication); in reset()
155 return (Boolean) caller.callCommand(Constant.RC_ExistsSysDialog); in existsSysDialog()
162 caller.callCommand(Constant.RC_CloseSysDialog); in closeSysDialog()
170 return (String) caller.callCommand(Constant.RC_GetClipboard); in getClipboard()
178 caller.callCommand(Constant.RC_SetClipboard, content); in setClipboard()
245 caller.callUNOSlot(url); in dispatch()
[all …]
H A DVclMenu.java58 return ((Long) app.caller.callCommand(Constant.RC_MenuGetItemCount)).intValue(); in getItemCount()
69 …long id = ((Long) app.caller.callCommand(Constant.RC_MenuGetItemId, new Object[] { new Integer(ind… in getItem()
H A DVclControl.java159 return app.caller.callControl(getId(), methodId, args); in invoke()
168 return app.caller.callControl(getId(), methodId); in invoke()
H A DVclTabPage.java40 app.caller.callControl(Constant.UID_ACTIVE, Constant.M_SetPage, new Object[] {getId()}); in select()
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleTextAttributes.idl46 from returning possibly large sets of attributes that the caller
47 is not interested in the caller can provide a list of attributes
52 caller is interested in. When there are requested attributes
70 these attributes the caller can provide a list of attributes
79 caller is interested in. When there are requested attributes
H A DXAccessibleText.idl152 large sets of attributes that the caller is not interested in the
153 caller has to provide a list of attributes that he wants to be
162 caller is interested in. When there are attributes defined that
170 b) when the caller does not know what attributes the called
/trunk/main/offapi/com/sun/star/datatransfer/
H A DXSystemTransferable.idl49 The argument aProcessId is a process identifier of the caller's process.
51 used in that process. If the data object is not valid in the caller process
58 an IDataObject interface. The caller of getData has to release the data
60 The caller must also make sure that the current thread has been initialized for
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DResourceBasedEventLogger.java73 StackTraceElement caller = Thread.currentThread().getStackTrace()[2]; in logp() local
74 …return impl_log(logLevel, caller.getClassName(), caller.getMethodName(), loadStringMessage(message… in logp()
H A DEventLogger.java210 StackTraceElement caller = Thread.currentThread().getStackTrace()[2]; in logp() local
211 … return impl_log(logLevel, caller.getClassName(), caller.getMethodName(), message, arguments); in logp()
/trunk/main/offapi/com/sun/star/sdb/
H A DXDocumentDataSource.idl52 which implies that the caller is now responsible for it. In particular, the caller is
56 <p>Additionally, if the caller does long-lasting processing on the document, it's advised
/trunk/main/udkapi/com/sun/star/script/
H A DXStarBasicAccess.idl54 the caller does not have to implement XStarBasicLibraryInfo, XModuleInfo,
64 By using this method together with createLibrary the caller does not have
78 By using this method together with createLibrary the caller does not have
/trunk/main/offapi/com/sun/star/task/
H A DXRestartManager.idl58 to notify the caller about possible failures
77 if the caller does not have this information, he should provide
85 to notify the caller about possible failures
/trunk/main/udkapi/com/sun/star/bridge/
H A DXProtocolProperties.idl56 the caller with the higher nRandomNumber is allowed to call
60 1, if the caller may ( and MUST !!!) call commitChange.
61 0, if the caller is not allowed to call commitChange. This can only happen,
H A DXBridgeSupplier.idl49 the implementation needs to check the address space of the caller by
66 lifetime of the represented variant. That implies that the caller
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/loader/
H A DInputRepositoryResourceData.java64 public InputStream getResourceAsStream(final ResourceManager caller) in getResourceAsStream() argument
77 public long getVersion(final ResourceManager caller) in getVersion() argument
/trunk/main/offapi/com/sun/star/util/
H A DXCloseable.idl83 … It's forbidden to catch this exception inside the called close() method because the caller must
90 …If it is set to <FALSE/> the caller of the method close() will be the owner of this object in ever…
92 …If it is set to <TRUE/> the caller gives up his ownership. If a XCloseListener throw the veto exce…
H A DXCloseListener.idl73 This exception must be passed to the original caller of <member>XCloseable::close()</member>
80 If it's set to <FALSE/> the original caller of <member>XCloseable::close()</member>
/trunk/main/offapi/com/sun/star/document/
H A DXUndoAction.idl38 …if reverting the action failed. In this case, the caller should assume that this is a permanent fa…
49 …if repeating the action failed. In this case, the caller should assume that this is a permanent fa…
/trunk/main/offapi/com/sun/star/awt/
H A DXExtendedToolkit.idl132 listeners. It is the task of the caller to not register the
158 handlers. It is the task of the caller to not register the
184 listeners. It is the task of the caller to not register the
H A DXUserInputInterception.idl54 handlers. It is the task of the caller to not register the
77 handlers. It is the task of the caller to not register the
/trunk/main/offapi/com/sun/star/frame/
H A DXSynchronousFrameLoader.idl76 No notifications (neither to the frame or the caller) must be notified.
80 then and caller of this method <member>XSynchronousFrameLoader::cancel()</member>
/trunk/main/offapi/com/sun/star/logging/
H A DLogRecord.idl50 This name might be empty, in case the caller to one of the various
57 This name might be empty, in case the caller to one of the various
/trunk/main/offapi/com/sun/star/ui/
H A DXDockingAreaAcceptor.idl79 filled by the caller with pixel data. The members of
97 parameter is filled by the caller with pixel data. The members of
/trunk/main/udkapi/com/sun/star/reflection/
H A DParamMode.idl33 /** The parameter mode denotes the transfer between caller and callee
/trunk/main/udkapi/com/sun/star/task/
H A DXInteractionHandler2.idl40 the way that a caller can determine whether an interaction request was

Completed in 55 milliseconds

1234