/aoo42x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
H A D | OutputHandler.java | 46 public static BufferedWriter logFile; field in OutputHandler 74 if (!doLog || logFile == null) { in out() 113 logFile.write(out); in log() 115 logFile.newLine(); in log() 116 logFile.flush(); in log() 195 private static void setLogFile(BufferedWriter logFile) { in setLogFile() argument 196 OutputHandler.logFile = logFile; in setLogFile() 203 return logFile; in getLogFile() 211 if (OutputHandler.logFile != null) { in closeAll() 212 OutputHandler.logFile.flush(); in closeAll() [all …]
|
H A D | Convert.java | 486 OutputHandler.logFile = (new BufferedWriter(new FileWriter( in createContentOfClParameters()
|
/aoo42x/main/migrationanalysis/src/wizard/ |
H A D | Utilities.bas | 319 Static logFile As String 321 If logFile = "" Then 322 logFile = GetLogFilePath 330 path = logFile 337 Static logFile As String 340 If logFile = "" Then 341 logFile = GetLogFilePath 348 value, logFile) 353 Static logFile As String 355 If logFile = "" Then [all …]
|
H A D | Wizard.frm | 2636 Function RunPPAnalysis(resultsTemplate As String, logFile As String, fsObject As FileSystemObject) … 2761 Sub SetupInputVariables(logFile As String, fso As FileSystemObject) 2767 WriteToLog CNEW_RESULTS_FILE, IIf(bNewResultsFile, "True", "False"), logFile 2772 Function RunExcelAnalysis(resultsTemplate As String, logFile As String, fsObject As FileSystemObjec… 2917 Sub WriteCommonParamsToLog(resultsTemplate As String, logFile As String, path As String, fso As Scr… 2918 WriteToLog CLOG_FILE, logFile, path 3107 Function RunWordAnalysis(resultsTemplate As String, logFile As String, fsObject As FileSystemObject…
|
/aoo42x/main/sw/qa/core/ |
H A D | Test-BigPtrArray.cxx | 125 RTL_LOGFILE_CONTEXT(logFile, "BigPtrArray performance measures" ); 155 RTL_LOGFILE_CONTEXT_TRACE(logFile, "START: test_insert_entries_at_front"); in TEST_F() 166 RTL_LOGFILE_CONTEXT_TRACE(logFile, "END: test_insert_entries_at_front"); in TEST_F() 194 RTL_LOGFILE_CONTEXT_TRACE(logFile, "END: test_insert_entries_in_the_middle"); in TEST_F() 220 RTL_LOGFILE_CONTEXT_TRACE(logFile, "END: test_insert_at_already_used_index"); in TEST_F() 259 RTL_LOGFILE_CONTEXT_TRACE(logFile, "START: test_remove_at_front"); in TEST_F() 285 RTL_LOGFILE_CONTEXT_TRACE(logFile, "END: test_remove_at_front"); in TEST_F() 320 RTL_LOGFILE_CONTEXT_TRACE(logFile, "START: test_remove_in_the_middle"); in TEST_F() 346 RTL_LOGFILE_CONTEXT_TRACE(logFile, "END: test_remove_in_the_middle"); in TEST_F() 615 RTL_LOGFILE_CONTEXT_TRACE(logFile, startString_.c_str()); in PerformanceTracer() [all …]
|
/aoo42x/main/xmerge/source/palmtests/qa/comparator/ |
H A D | pdbcomparison.java | 99 String logFile = defaultProps.getProperty(this.LOGTAG); in parsePropertyFile() local 112 if (logFile == null || logFile.length() == 0) in parsePropertyFile() 113 logFile = this.LOGFILE; in parsePropertyFile() 120 if (! validateAndCreateFile(logFile)) return; in parsePropertyFile() 122 LOGFILE = logFile; in parsePropertyFile()
|
/aoo42x/main/scripting/workben/installer/ |
H A D | InstUtil.java | 223 private static String getNetbeansInstallation( File logFile ) { in getNetbeansInstallation() argument 226 BufferedReader reader = new BufferedReader(new FileReader(logFile)); in getNetbeansInstallation() 259 private static String[] getJeditInstallation( File logFile ) { in getJeditInstallation() argument 262 BufferedReader reader = new BufferedReader(new FileReader(logFile)); in getJeditInstallation()
|
/aoo42x/main/desktop/source/deployment/manager/ |
H A D | dp_manager.cxx | 322 OUString packages, logFile, stampURL; in create() local 330 logFile = OUSTR( in create() 353 logFile = OUSTR( in create() 365 logFile = OUSTR( in create() 385 logFile = OUSTR( in create() 453 if (!that->m_readOnly && logFile.getLength() > 0) in create() 455 const Any any_logFile(logFile); in create()
|
/aoo42x/main/desktop/source/pkgchk/unopkg/ |
H A D | unopkg_app.cxx | 235 OUString logFile; in unopkg_main() local 293 logFile = makeAbsoluteFileUrl( in unopkg_main() 425 createCmdEnv( xComponentContext, logFile, in unopkg_main()
|
H A D | unopkg_cmdenv.cxx | 421 OUString const & logFile, in createCmdEnv() argument 426 xContext, logFile, option_force_overwrite, option_verbose); in createCmdEnv()
|
H A D | unopkg_shared.h | 165 ::rtl::OUString const & logFile,
|
/aoo42x/main/pyuno/source/module/ |
H A D | pyuno_util.cxx | 129 return cargo && cargo->logFile && loglevel <= cargo->logLevel; in isLog() 151 fprintf( cargo->logFile, in log()
|
H A D | pyuno_runtime.cxx | 251 readLoggingConfig( &(c->logLevel) , &(c->logFile) ); in create() 321 if( me->cargo->logFile ) in del() 322 fclose( me->cargo->logFile ); in del()
|
H A D | pyuno_impl.hxx | 217 FILE *logFile; member
|
/aoo42x/main/migrationanalysis/src/driver_docs/sources/ |
H A D | AnalysisDriver.bas | 2935 logFile As String, resultsTemplate As String, bOverwriteFile As Boolean, _ 2950 logFile = ProfileGetItem("Analysis", CLOG_FILE, "", mIniFilePath)
|