Home
last modified time | relevance | path

Searched refs:finished (Results 1 – 25 of 255) sorted by relevance

1234567891011

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XFrameLoader.java77 public boolean finished = false ; field in _XFrameLoader.TestListener
81 finished = true ; in loadFinished()
157 loaded = listener.finished ; in _load()
180 if (listener.finished) { in _cancel()
184 if (!listener.cancelled && !listener.finished) { in _cancel()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DLoggingThread.java46 boolean finished = false; field in LoggingThread
63 finished = false; in run()
65 while (!finished && count < 200) { in run()
83 finished = true; in finish()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DStatusDialog.java60 private boolean finished; field in StatusDialog
147 if (finished) in setStatus()
168 if (finished) in setMax()
181 finished = false; in taskStarted()
190 finished = true; in taskFinished()
/trunk/main/migrationanalysis/src/wizard/
H A DAnalyse.bas481 Dim finished As Boolean variable
492 finished = False
508 While Not finished And nRetries < C_MAX_RETRIES
512 finished = True
519 finished = True
/trunk/main/openssl/
H A Dopensslmingw.patch62 +goto finished
69 +goto finished
76 +goto finished
78 +:finished
/trunk/main/udkapi/com/sun/star/io/
H A DXDataTransferEventListener.idl48 // DocMerge from xml: method com::sun::star::io::XDataTransferEventListener::finished
49 /** is called when an import or export process has finished.
51 [oneway] void finished( [in] com::sun::star::io::DataTransferEvent aEvent );
/trunk/main/autodoc/source/parser/cpp/
H A Dpe_vafu.cxx208 SEMPARSE_CREATE_STATUS(PE_VarFunc, finished, On_finished_Default); in Setup_StatusFunctions()
356 pStati->SetCur(finished); in SpReturn_Variable()
373 pStati->SetCur(finished); in SpReturn_FunctionStd()
381 pStati->SetCur(finished); in SpReturn_Ignore()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/base/
H A Djava_fat.java226 boolean finished = false; in executeTest()
227 while (!finished) in executeTest()
232 finished = true; in executeTest()
254 finished = false; in executeTest()
/trunk/main/offapi/com/sun/star/util/
H A DXCloseable.idl76 …operations will be finished here. They must be canceled or call must return immediately by throwing
89 …after still running processes was finished. The parameter <var>DeliverOwnership</var> regulate tha…
94 …ification method <member>XCloseListener::queryClosing()</member>. After his operations was finished
110 …is new owner has to close the closing object again if his still running processes will be finished.
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DPentahoReportJob.java84 private boolean finished; field in PentahoReportJob
211 return finished; in isFinished()
216 finished = true; in finish()
226 return !finished; in isRunning()
/trunk/main/cui/source/customize/
H A Dmacropg.src226 Text [ en-US ] = "Printing of form letters finished" ;
234 Text [ en-US ] = "Merging of form fields finished" ;
388 Text [ en-US ] = "Document loading finished" ;
453 Text [ en-US ] = "Document layout finished" ;
/trunk/main/scripting/java/org/openoffice/idesupport/
H A DJavaFinder.java224 boolean finished = false; in findClassNames()
227 for (int j = 0; j < javaFiles.size() && finished == false; j++) in findClassNames()
242 finished = true; in findClassNames()
/trunk/main/offapi/com/sun/star/sdb/application/
H A DXCopyTableWizard.idl67 <p>After the wizard has finished, you can use this attribute to determine
89 <p>After the wizard has finished, you can use this attribute to determine
104 by the wizard, after it finished. The reason is that during the wizard run, the
/trunk/main/package/source/package/zipapi/
H A DZipOutputStream.cxx128 while (!aDeflater.finished()) in closeEntry()
197 if (!aDeflater.finished()) in write()
284 …if ( aDeflater.finished() && bEncryptCurrentEntry && m_xDigestContext.is() && m_xCipherContext.is(… in doDeflate()
/trunk/main/offapi/com/sun/star/view/
H A DPrintableState.idl48 /** printing (rendering the document) has finished, spooling has begun
52 /** spooling has finished successfully. This is the only state
/trunk/main/framework/test/
H A Dtest_statusindicatorfactory.bas55 rem If working finished automatically indicator 2 is reactivated.
71 rem If working finished automatically the window will be destroyed.
/trunk/main/udkapi/com/sun/star/script/
H A DXEngineListener.idl69 /** gets fired when the script execution has finished.
71 void finished( [in] com::sun::star::script::FinishEngineEvent Evt );
/trunk/main/offapi/com/sun/star/frame/
H A DXSessionManagerClient.idl72 /** interactionDone is called when a listener has finished user interaction
84 the listener having finished save request processing
/trunk/main/xmloff/source/style/
H A Dxmlimppr.cxx339 finished( rProperties, nStartIdx, nEndIdx ); in importXML()
773 void SvXMLImportPropertyMapper::finished( in finished() function in SvXMLImportPropertyMapper
779 mxNextMapper->finished( rProperties, nStartIndex, nEndIndex ); in finished()
/trunk/main/extensions/source/macosx/spotlight/
H A DOOoContentDataParser.m58 //NSLog(@"finished");
108 //NSLog(@"parsing finished with error");
H A DOOoMetaDataParser.m102 //NSLog(@"finished parsing meta");
190 //NSLog(@"parsing finished with error");
/trunk/main/sc/source/filter/xml/
H A Dxmlstyli.cxx87 void ScXMLCellImportPropertyMapper::finished(::std::vector< XMLPropertyState >& rProperties, sal_In… in finished() function in ScXMLCellImportPropertyMapper
94 SvXMLImportPropertyMapper::finished(rProperties, nStartIndex, nEndIndex); in finished()
227 void ScXMLRowImportPropertyMapper::finished(::std::vector< XMLPropertyState >& rProperties, sal_Int… in finished() function in ScXMLRowImportPropertyMapper
229 SvXMLImportPropertyMapper::finished(rProperties, nStartIndex, nEndIndex); in finished()
H A Dxmlstyli.hxx70 virtual void finished(
86 virtual void finished(
/trunk/main/sw/source/filter/xml/
H A Dxmlitemi.cxx88 virtual void finished(SfxItemSet & rSet,
204 void SwXMLImportTableItemMapper_Impl::finished( in finished() function in SwXMLImportTableItemMapper_Impl
/trunk/main/xmlsecurity/tools/examples/
H A Devaluate_win.bat102 pause Press Enter when finished...
134 pause Press Enter when finished...

Completed in 138 milliseconds

1234567891011