| /trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/ | 
| H A D | VclApp.java | 43 	protected CommandCaller caller = null;  field in VclApp54 		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 D | VclMenu.java | 58 		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 D | VclControl.java | 159 		return app.caller.callControl(getId(), methodId, args);  in invoke()168 		return app.caller.callControl(getId(), methodId);  in invoke()
 
 | 
| H A D | VclTabPage.java | 40 		app.caller.callControl(Constant.UID_ACTIVE, Constant.M_SetPage, new Object[] {getId()});  in select()
 | 
| /trunk/main/offapi/com/sun/star/accessibility/ | 
| H A D | XAccessibleTextAttributes.idl | 46         from returning possibly large sets of attributes that the caller47         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 D | XAccessibleText.idl | 152         large sets of attributes that the caller is not interested in the153         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 D | XSystemTransferable.idl | 49 		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 D | ResourceBasedEventLogger.java | 73             StackTraceElement caller = Thread.currentThread().getStackTrace()[2];  in logp()  local74 …return impl_log(logLevel, caller.getClassName(), caller.getMethodName(), loadStringMessage(message…  in logp()
 
 | 
| H A D | EventLogger.java | 210             StackTraceElement caller = Thread.currentThread().getStackTrace()[2];  in logp()  local211 …      return impl_log(logLevel, caller.getClassName(), caller.getMethodName(), message, arguments);  in logp()
 
 | 
| /trunk/main/offapi/com/sun/star/sdb/ | 
| H A D | XDocumentDataSource.idl | 52         which implies that the caller is now responsible for it. In particular, the caller is56         <p>Additionally, if the caller does long-lasting processing on the document, it's advised
 
 | 
| /trunk/main/udkapi/com/sun/star/script/ | 
| H A D | XStarBasicAccess.idl | 54 		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 D | XRestartManager.idl | 58             to notify the caller about possible failures77             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 D | XProtocolProperties.idl | 56 			 the caller with the higher nRandomNumber is allowed to call60 			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 D | XBridgeSupplier.idl | 49 	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 D | InputRepositoryResourceData.java | 64     public InputStream getResourceAsStream(final ResourceManager caller)  in getResourceAsStream()  argument77     public long getVersion(final ResourceManager caller)  in getVersion()  argument
 
 | 
| /trunk/main/offapi/com/sun/star/util/ | 
| H A D | XCloseable.idl | 83 …    It's forbidden to catch this exception inside the called close() method because the caller must90 …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 D | XCloseListener.idl | 73         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 D | XUndoAction.idl | 38 …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 D | XExtendedToolkit.idl | 132             listeners.  It is the task of the caller to not register the158             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 D | XUserInputInterception.idl | 54             handlers.  It is the task of the caller to not register the77             handlers.  It is the task of the caller to not register the
 
 | 
| /trunk/main/offapi/com/sun/star/frame/ | 
| H A D | XSynchronousFrameLoader.idl | 76         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 D | LogRecord.idl | 50         This name might be empty, in case the caller to one of the various57         This name might be empty, in case the caller to one of the various
 
 | 
| /trunk/main/offapi/com/sun/star/ui/ | 
| H A D | XDockingAreaAcceptor.idl | 79         filled by the caller with pixel data. The members of97         parameter is filled by the caller with pixel data. The members of
 
 | 
| /trunk/main/udkapi/com/sun/star/reflection/ | 
| H A D | ParamMode.idl | 33 /** The parameter mode denotes the transfer between caller and callee
 | 
| /trunk/main/udkapi/com/sun/star/task/ | 
| H A D | XInteractionHandler2.idl | 40       the way that a caller can determine whether an interaction request was
 |