/aoo42x/main/qadevOOo/tests/java/ifc/frame/ |
H A D | _XFrameLoader.java | 77 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()
|
/aoo42x/main/qadevOOo/runner/helper/ |
H A D | LoggingThread.java | 46 boolean finished = false; field in LoggingThread 63 finished = false; in run() 65 while (!finished && count < 200) { in run() 83 finished = true; in finish()
|
/aoo42x/main/wizards/com/sun/star/wizards/web/ |
H A D | StatusDialog.java | 60 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()
|
/aoo42x/main/migrationanalysis/src/wizard/ |
H A D | Analyse.bas | 481 Dim finished As Boolean variable 492 finished = False 508 While Not finished And nRetries < C_MAX_RETRIES 512 finished = True 519 finished = True
|
/aoo42x/main/openssl/ |
H A D | opensslmingw.patch | 62 +goto finished 69 +goto finished 76 +goto finished 78 +:finished
|
/aoo42x/main/udkapi/com/sun/star/io/ |
H A D | XDataTransferEventListener.idl | 48 // 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 );
|
/aoo42x/main/autodoc/source/parser/cpp/ |
H A D | pe_vafu.cxx | 208 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()
|
/aoo42x/main/qadevOOo/runner/base/ |
H A D | java_fat.java | 226 boolean finished = false; in executeTest() 227 while (!finished) in executeTest() 232 finished = true; in executeTest() 254 finished = false; in executeTest()
|
/aoo42x/main/offapi/com/sun/star/util/ |
H A D | XCloseable.idl | 76 …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.
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | PentahoReportJob.java | 84 private boolean finished; field in PentahoReportJob 211 return finished; in isFinished() 216 finished = true; in finish() 226 return !finished; in isRunning()
|
/aoo42x/main/cui/source/customize/ |
H A D | macropg.src | 226 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" ;
|
/aoo42x/main/scripting/java/org/openoffice/idesupport/ |
H A D | JavaFinder.java | 224 boolean finished = false; in findClassNames() 227 for (int j = 0; j < javaFiles.size() && finished == false; j++) in findClassNames() 242 finished = true; in findClassNames()
|
/aoo42x/main/offapi/com/sun/star/sdb/application/ |
H A D | XCopyTableWizard.idl | 67 <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
|
/aoo42x/main/package/source/package/zipapi/ |
H A D | ZipOutputStream.cxx | 128 while (!aDeflater.finished()) in closeEntry() 197 if (!aDeflater.finished()) in write() 284 …if ( aDeflater.finished() && bEncryptCurrentEntry && m_xDigestContext.is() && m_xCipherContext.is(… in doDeflate()
|
/aoo42x/main/offapi/com/sun/star/view/ |
H A D | PrintableState.idl | 48 /** printing (rendering the document) has finished, spooling has begun 52 /** spooling has finished successfully. This is the only state
|
/aoo42x/main/framework/test/ |
H A D | test_statusindicatorfactory.bas | 55 rem If working finished automatically indicator 2 is reactivated. 71 rem If working finished automatically the window will be destroyed.
|
/aoo42x/main/udkapi/com/sun/star/script/ |
H A D | XEngineListener.idl | 69 /** gets fired when the script execution has finished. 71 void finished( [in] com::sun::star::script::FinishEngineEvent Evt );
|
/aoo42x/main/offapi/com/sun/star/frame/ |
H A D | XSessionManagerClient.idl | 72 /** interactionDone is called when a listener has finished user interaction 84 the listener having finished save request processing
|
/aoo42x/main/xmloff/source/style/ |
H A D | xmlimppr.cxx | 339 finished( rProperties, nStartIdx, nEndIdx ); in importXML() 773 void SvXMLImportPropertyMapper::finished( in finished() function in SvXMLImportPropertyMapper 779 mxNextMapper->finished( rProperties, nStartIndex, nEndIndex ); in finished()
|
/aoo42x/main/extensions/source/macosx/spotlight/ |
H A D | OOoContentDataParser.m | 58 //NSLog(@"finished"); 108 //NSLog(@"parsing finished with error");
|
H A D | OOoMetaDataParser.m | 102 //NSLog(@"finished parsing meta"); 190 //NSLog(@"parsing finished with error");
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlstyli.cxx | 87 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 D | xmlstyli.hxx | 70 virtual void finished( 86 virtual void finished(
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmlitemi.cxx | 88 virtual void finished(SfxItemSet & rSet, 204 void SwXMLImportTableItemMapper_Impl::finished( in finished() function in SwXMLImportTableItemMapper_Impl
|
/aoo42x/main/xmlsecurity/tools/examples/ |
H A D | evaluate_win.bat | 102 pause Press Enter when finished... 134 pause Press Enter when finished...
|