Home
last modified time | relevance | path

Searched refs:run (Results 26 – 50 of 696) sorted by relevance

12345678910>>...28

/trunk/main/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/
H A DMakefile58 @echo $(SQM) $(SQM)Before you run these examples you have to start your office with
64 @echo $(MAKE) ConnectionAwareClient.run
65 @echo $(MAKE) UrlResolver.run
68 %.run: $(OUT_APP_CLASS)/%.class
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/
H A DSchemaReader.java133 @Override public void run() in ParseDriverFile()
144 @Override public void run() in ParseDriverFile()
157 @Override public void run() in ParseDriverFile()
173 @Override public void run() in ParseDriverFile()
187 @Override public void run() in ParseDriverFile()
231 aOperation.run(); in Run()
/trunk/main/testtools/qa/cliversioning/
H A Dmakefile.mk58 @echo To run the test you have to provide the path to the office location. It must
62 @echo dmake run office="d:\myOffice"
64 @echo To build a test library with a particular name run. The names must start with "version".
88 run: RUN target
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DMakefile82 @echo $(MAKE) GeneralTableSample.run
83 @echo $(MAKE) SpreadsheetSample.run
84 @echo $(MAKE) ViewSample.run
93 %.run : $(SPREADSHEET_OUT)/%.exe
/trunk/main/udkapi/com/sun/star/reflection/
H A DMethodMode.idl33 /** MethodMode denotes the mode in which method calls are run, i.e. either oneway or
34 twoway. Mode oneway denotes that a call may be run asynchronously
39 /** method may be run asynchronously
43 /** method is run The
/trunk/main/odk/examples/DevelopersGuide/FirstSteps/
H A DMakefile78 @echo $(MAKE) $(APP1_NAME).run
79 @echo $(MAKE) $(APP2_NAME).run
80 @echo $(MAKE) $(APP3_NAME).run
83 %.run: $(OUT_APP_CLASS)/%.jar
/trunk/main/udkapi/com/sun/star/lang/
H A DXMain.idl41 /** Executing interface for executable components run by the uno executable
42 loader. This is an application to run components passing the command
47 /** This method is called to run the component.
55 long run( [in] sequence< string > aArguments );
/trunk/main/testtools/source/cliversioning/
H A Dmakefile.mk115 @echo To run the test go to qa\cliversioning, run dmake and follow instructions.
117 @echo Or install an office with full system integration and run $(BIN)$/runtests.exe
126 @echo To build a test library with run.
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DMakefile111 @echo $(MAKE) CodeSamples.run
112 @echo $(MAKE) OpenQuery.run
113 @echo $(MAKE) RowSet.run
116 %.run: $(OUT_APP_CLASS)/%.jar
/trunk/main/bridges/test/com/sun/star/lib/
H A DTestBed.java92 public void run() { in pipe() method
111 protected abstract boolean run(XComponentContext context) in run() method in TestBed.Client
142 if (run(Bootstrap.createInitialComponentContext(null))) { in execute()
159 public void run() { in run() method in TestBed.Server
/trunk/main/cppu/source/AffineBridge/
H A DAffineBridge.cxx92 virtual void SAL_CALL run(void);
104 void InnerThread::run(void) in run() function in InnerThread
113 virtual void SAL_CALL run(void);
127 void OuterThread::run(void) in run() function in OuterThread
/trunk/main/offapi/com/sun/star/ucb/
H A DIOErrorCode.idl72 /** A seek operation could not be run.
77 /** A tell operation could not be run.
134 /** An operation cannot be run on file names containing wildcards.
189 /** An operation could not be run due to insufficient memory.
/trunk/main/sal/qa/osl/socket/
H A Dosl_StreamSocket.cxx84 void SAL_CALL run( ) in run() function in AcceptorThread
139 void SAL_CALL run( ) in run() function in ServerSocketThread
215 void SAL_CALL run( ) in run() function in ClientSocketThread
333 void SAL_CALL run( ) in run() function in ReadSocketThread
412 void SAL_CALL run( ) in run() function in WriteSocketThread
709 void SAL_CALL run( ) in run() function in osl_StreamSocket::SendClientThread
1014 void SAL_CALL run( ) in run() function in osl_StreamSocket::ReadSocket2Thread
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/util/
H A DAsynchronousFinalizer.java69 void run() throws Throwable; in run() method
76 public void run() {
88 j.run();
/trunk/main/extensions/workben/
H A Dpythonautotest.cxx430 xEngine->run( L"nIntTest = 5\n" in main()
456 xEngine->run( L"def foo():\n" in main()
556 xEngine->run( L"import testmodul\n" in main()
566 xEngine->run( L"import math\n" in main()
578 xEngine->run( L"x = stardiv.root.TestValue\n" in main()
/trunk/main/stoc/source/security/
H A Daccess_controller.cxx922 return xAction->run(); in doRestricted()
935 return xAction->run(); in doRestricted()
939 return xAction->run(); in doRestricted()
956 return xAction->run(); in doPrivileged()
972 return xAction->run(); in doPrivileged()
976 return xAction->run(); in doPrivileged()
/trunk/main/toolkit/test/accessibility/
H A DEventQueue.java61 aEvent.run (); in addDisposingEvent()
83 public void run() in run() method in EventQueue
113 aEvent.run(); in run()
H A DQueuedTopWindowListener.java37 public void run() in windowOpened()
60 public void run() in windowClosed()
99 public void run() in disposing()
/trunk/main/scripting/examples/java/debugger/
H A DOORhinoDebugger.java56 public void run() { in initUI()
63 public void run() { in initUI()
87 f.run(); in swingInvoke()
/trunk/main/odk/examples/java/Spreadsheet/
H A DMakefile179 @echo $(MAKE) EuroAdaption.run
180 @echo $(MAKE) SCalc.run
181 @echo $(MAKE) ChartTypeChange.run
191 %.run: $(OUT_COMP_CLASS)/%.jar
/trunk/main/testtools/qa/cli/
H A Dreadme.txt13 When the test is run then the assemblies are used from the GAC. That is
16 The test can also be run without an installed office. Then the assemblies are used
25 When the test fails one should directly run that executable. Then one may see the cause
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/
H A DMakefile84 @echo $(MAKE) $(APP1_NAME).run
85 @echo $(MAKE) $(APP2_NAME).run
88 %.run: $(OUT_APP_CLASS)/%.jar
/trunk/main/extensions/source/update/check/
H A Dupdatecheck.cxx257 virtual void SAL_CALL run();
311 virtual void SAL_CALL run();
337 virtual void SAL_CALL run();
358 virtual void SAL_CALL run();
497 UpdateCheckThread::run() in run() function in __anon7b9484ee0111::UpdateCheckThread
601 ManualUpdateCheckThread::run() in run() function in __anon7b9484ee0111::ManualUpdateCheckThread
660 DownloadThread::run() in run() function in __anon7b9484ee0111::DownloadThread
744 ShutdownThread::run() in run() function in __anon7b9484ee0111::ShutdownThread
/trunk/main/odk/examples/DevelopersGuide/Accessibility/
H A DMakefile88 @echo Before you run this example you should start your office with at least a
92 @echo $(MAKE) $(APP1_NAME).run
95 %.run: $(OUT_APP_CLASS)/%.jar
/trunk/main/sal/qa/osl/process/
H A Dosl_Thread.cxx258 void SAL_CALL run() in run() function in myThread
317 void SAL_CALL run() in run() function in OCountThread
376 void SAL_CALL run() in run() function in OSuspendThread
423 void SAL_CALL run() in run() function in ONoScheduleThread
471 void SAL_CALL run() in run() function in OAddThread
1859 void SAL_CALL run() in run() function in myKeyThread
1889 void SAL_CALL run() in run() function in idThread

Completed in 125 milliseconds

12345678910>>...28