Home
last modified time | relevance | path

Searched refs:runtime (Results 26 – 50 of 241) sorted by relevance

12345678910

/trunk/main/scripting/examples/beanshell/MemoryUsage/
H A Dmemusage.bsh128 runtime = Runtime.getRuntime();
133 len = (int)(generator.nextFloat() * runtime.freeMemory() / 5);
137 addData(sheet, date.toString(), runtime.totalMemory(), runtime.freeMemory());
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DProcessHandler.java567 final Runtime runtime = Runtime.getRuntime(); in execute() local
582 m_aProcess = runtime.exec(cmdLineArray, envVars); in execute()
591 m_aProcess = runtime.exec(cmdLine, envVars, workDir); in execute()
598 m_aProcess = runtime.exec(cmdLine, envVars); in execute()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DButtonOperator.java28 import com.sun.star.form.runtime.FormOperations;
29 import com.sun.star.form.runtime.XFeatureInvalidation;
30 import com.sun.star.form.runtime.XFormOperations;
/trunk/main/offapi/com/sun/star/form/runtime/
H A DFormOperations.idl28 #include <com/sun/star/form/runtime/XFormOperations.idl>
31 #include <com/sun/star/form/runtime/XFormController.idl>
42 module com { module sun { module star { module form { module runtime {
H A DFormController.idl27 #include <com/sun/star/form/runtime/XFormController.idl>
31 module com { module sun { module star { module form { module runtime {
H A DXFormOperations.idl28 #include <com/sun/star/form/runtime/FeatureState.idl>
41 #include <com/sun/star/form/runtime/XFormController.idl>
55 module com { module sun { module star { module form { module runtime {
111 [attribute, readonly] ::com::sun::star::form::runtime::XFormController Controller;
H A DXFilterControllerListener.idl28 #include <com/sun/star/form/runtime/FilterEvent.idl>
32 module com { module sun { module star { module form { module runtime {
/trunk/main/offapi/com/sun/star/form/
H A DFormController.idl74 module runtime {
80 /** is superseded by <type scope="com::sun::star::form::runtime">FormController</type>.
86 [optional, property] ::com::sun::star::form::runtime::XFormOperations FormOperations;
H A DFormControllerDispatcher.idl36 /** is not used anymore, and superseded by <type scope="com::sun::star::form::runtime">FormControll…
37 <type scope="com::sun::star::form::runtime">FormOperations</type>.
H A Dmodules.idl47 /** collects functionality needed during a form's runtime, e.g.
50 module runtime { };
/trunk/main/pyuno/source/module/
H A Dpyuno_impl.hxx153 void raiseInvocationTargetExceptionWhenNeeded( const Runtime &runtime )
179 PyRef getClass( const rtl::OUString & name , const Runtime & runtime );
195 PyRef getObjectFromUnoModule( const Runtime &runtime, const char * object )
201 const Runtime & runtime, PyObject *obj );
H A Dpyuno_util.cxx108 PyRef getObjectFromUnoModule( const Runtime &runtime, const char * func ) in getObjectFromUnoModule() argument
111 …PyRef object(PyDict_GetItemString( runtime.getImpl()->cargo->getUnoModule().get(), (char*)func ) ); in getObjectFromUnoModule()
/trunk/main/svx/source/form/
H A Dformcontrolling.cxx56 using ::com::sun::star::form::runtime::XFormController;
58 using ::com::sun::star::form::runtime::FormOperations;
61 using ::com::sun::star::form::runtime::FeatureState;
73 namespace FormFeature = ::com::sun::star::form::runtime::FormFeature;
/trunk/main/cui/source/customize/
H A Dcfg.src414 /* %n will be replaced at runtime by a number starting with 1 and increasing as necessary */
420 /* %n will be replaced at runtime by a number starting with 1 and increasing as necessary */
758 /* %MENUNAME will be replaced at runtime by the name of the selected menu. */
774 replaced at runtime by the name of the selected application or document.
784 and will be replaced at runtime by the name of the selected application
/trunk/main/forms/qa/integration/forms/
H A DListBox.java31 import com.sun.star.form.runtime.FormFeature;
32 import com.sun.star.form.runtime.XFormController;
33 import com.sun.star.form.runtime.XFormOperations;
/trunk/main/scripting/workben/data/objdsc/
H A Ddrafts.com.sun.star.script.framework.runtime.ScriptRuntimeManager.csv1 "ScriptRuntimeManager";"drafts::com::sun::star::script::framework::runtime::XScriptNameResolver";"r…
2 "ScriptRuntimeManager";"drafts::com::sun::star::script::framework::runtime::XScriptInvocation";"inv…
/trunk/main/scripting/source/provider/
H A DScriptImpl.hxx58 const css::uno::Reference< dcsssf::runtime::XScriptInvocation > & runtimeMgr,
100 css::uno::Reference < dcsssf::runtime::XScriptInvocation > m_RunTimeManager;
/trunk/main/ure/source/
H A DREADME198 runtime dynamic libraries that client code can call. For details on the
208 - unoloader.jar, juh.jar, jurt.jar, and ridl.jar are the public Java UNO runtime
357 environment in which the public C++ UNO runtime dynamic libraries (cppu,
361 UNO runtime dynamic libraries it needs can be found on its RPATH).
364 Java UNO runtime JARs are already available (that is, a component JAR need not
365 list in its manifest Class-Path the UNO runtime JARs it needs).
/trunk/main/svx/source/inc/
H A Dformfeaturedispatcher.hxx52 ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormOperations >
79 …const ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormOperations >& _rxFor…
/trunk/main/udkapi/com/sun/star/java/
H A DMissingJavaRuntimeException.idl34 /** indicates that the Java runtime library could not be found. <p>
42 /** contains the path to the runtime lib as file URL.
/trunk/main/svx/inc/svx/
H A Dfmshell.hxx54 namespace runtime { namespace
151 …::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController > GetFormContro…
H A Dfmview.hxx50 namespace runtime { namespace
123 …SVX_DLLPRIVATE ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController >
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx166 : public ::cppu::WeakAggImplHelper2< ::com::sun::star::form::runtime::XFormController,
177 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormOperations > SAL_C…
181 …troller( const ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController …
182 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormControllerContext …
183 …Context( const ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormControllerC…
278 Reference< runtime::XFormOperations > SAL_CALL SbaXDataBrowserController::FormControllerImpl::getFo… in getFormOperations()
303 …wserController::FormControllerImpl::addChildController( const Reference< runtime::XFormController … in addChildController()
310 Reference< runtime::XFormControllerContext > SAL_CALL SbaXDataBrowserController::FormControllerImpl… in getContext()
317 void SAL_CALL SbaXDataBrowserController::FormControllerImpl::setContext( const Reference< runtime::… in setContext()
383 return ::cppu::UnoType< runtime::XFormController >::get(); in getElementType()
/trunk/main/scripting/workben/ifc/scripting/
H A D_XScriptNameResolver.java24 package ifc.script.framework.runtime;
30 import drafts.com.sun.star.script.framework.runtime.XScriptNameResolver;
H A D_XScriptInvocation.java24 package ifc.script.framework.runtime;
30 import drafts.com.sun.star.script.framework.runtime.XScriptInvocation;

Completed in 94 milliseconds

12345678910