Home
last modified time | relevance | path

Searched refs:INFO (Results 1 – 25 of 129) sorted by relevance

123456

/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/merge/
H A DCharacterBaseParagraphMerge.java75 Debug.log(Debug.INFO, diffResult[i].debug()); in merge()
98 Debug.log(Debug.INFO, "checking node " + (i + 1) + " of " + numNode); in applyDifference()
103 Debug.log(Debug.INFO, " checking diff " + (diffCount + 1) + in applyDifference()
105 Debug.log(Debug.INFO, " OrgPosision <" + in applyDifference()
113 Debug.log(Debug.INFO, " breaking!"); in applyDifference()
129 Debug.log(Debug.INFO, " final diffCount <" + diffCount + in applyDifference()
135 Debug.log(Debug.INFO, " There is a difference, doing merge"); in applyDifference()
136 Debug.log(Debug.INFO, " TextNode name <" + in applyDifference()
138 Debug.log(Debug.INFO, " TextNode value <" + in applyDifference()
140 Debug.log(Debug.INFO, " TextNode start char <" + in applyDifference()
[all …]
/aoo41x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentSerializerImpl.java210 Debug.log(Debug.INFO, "<OTHERS " /* + XmlDebug.nodeInfo(child) */ + " />"); in traverseBody()
318 Debug.log(Debug.INFO, "<SPACE count=\"" + count + "\" />"); in traverseParaContents()
326 Debug.log(Debug.INFO, "<TAB/>"); in traverseParaContents()
334 Debug.log(Debug.INFO, "<LINE-BREAK/>"); in traverseParaContents()
339 Debug.log(Debug.INFO, "<SPAN>"); in traverseParaContents()
341 Debug.log(Debug.INFO, "</SPAN>"); in traverseParaContents()
346 Debug.log(Debug.INFO, "<HYPERLINK>"); in traverseParaContents()
348 Debug.log(Debug.INFO, "<HYPERLINK/>"); in traverseParaContents()
353 Debug.log(Debug.INFO, "<BOOKMARK/>"); in traverseParaContents()
357 Debug.log(Debug.INFO, "<OTHERS " /* + XmlDebug.nodeInfo(child) */ + " />"); in traverseParaContents()
H A DDocumentMergerImpl.java77 if (Debug.isFlagSet(Debug.INFO)) { in merge()
78 Debug.log(Debug.INFO, "Diff Result: "); in merge()
81 Debug.log(Debug.INFO, diffTable[i].debug()); in merge()
H A DWSDecoder.java85 Debug.log(Debug.INFO, "processing " + byteArrays[i-1].length + " bytes"); in parseRecords()
93 Debug.log(Debug.INFO, "processing " + byteArrays[i-1].length + " bytes"); in parseRecords()
/aoo41x/main/connectivity/source/manager/
H A Dmdrivermanager.cxx463 m_aEventLogger.log( LogLevel::INFO, in getConnection()
475 m_aEventLogger.log( LogLevel::INFO, in getConnection()
489 m_aEventLogger.log( LogLevel::INFO, in getConnectionWithInfo()
501 m_aEventLogger.log( LogLevel::INFO, in getConnectionWithInfo()
633 m_aEventLogger.log( LogLevel::INFO, in registerObject()
650 m_aEventLogger.log( LogLevel::INFO, in registerObject()
661 m_aEventLogger.log( LogLevel::INFO, in revokeObject()
672 m_aEventLogger.log( LogLevel::INFO, in revokeObject()
681 m_aEventLogger.log( LogLevel::INFO, in getDriverByURL()
689 m_aEventLogger.log( LogLevel::INFO, in getDriverByURL()
/aoo41x/test/testcommon/source/org/openoffice/test/common/
H A DLogger.java104 log(Level.INFO, "Start running test class [" + curClassName + "]"); in start()
107 log(Level.INFO, "Clean up temp directory for test class [" + temp.getAbsolutePath() + "]"); in start()
110 log(Level.INFO, "Start running test method [" + description.getMethodName() + "]"); in start()
113 log(Level.INFO, "Clean up temp directory for test method [" + temp.getAbsolutePath() + "]"); in start()
144 log(Level.INFO, "Finish running test method [" + description.getMethodName() + "]"); in finish()
H A DInstaller.java53 log.log(Level.INFO, MessageFormat.format("OpenOffice in {0} will be tested.", prop)); in run()
76 log.log(Level.INFO, MessageFormat.format("Try to download {0}...", prop)); in findOpenofficeHome()
/aoo41x/main/xmerge/source/aportisdoc/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocumentMergerImpl.java75 if (Debug.isFlagSet(Debug.INFO)) { in merge()
76 Debug.log(Debug.INFO, "Diff Result: "); in merge()
79 Debug.log(Debug.INFO, diffTable[i].debug()); in merge()
/aoo41x/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentMergerImpl.java75 if (Debug.isFlagSet(Debug.INFO)) { in merge()
76 Debug.log(Debug.INFO, "Diff Result: "); in merge()
79 Debug.log(Debug.INFO, diffTable[i].debug()); in merge()
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/
H A DDocumentMergerImpl.java75 if (Debug.isFlagSet(Debug.INFO)) { in merge()
76 Debug.log(Debug.INFO, "Diff Result: "); in merge()
79 Debug.log(Debug.INFO, diffTable[i].debug()); in merge()
/aoo41x/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DMinicalcDecoder.java491 Debug.log(Debug.INFO, " " + contents + " Is a Function Format = " in getCellDataType()
500 Debug.log(Debug.INFO, " " + contents + " Is a Number Format = " + format); in getCellDataType()
503 Debug.log(Debug.INFO, " " + contents + " Not a Number Format= " + format); in getCellDataType()
560 Debug.log(Debug.INFO, " TYPE = " + type + "\n"); in getCellDataType()
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DOfficeDocument.java407 Debug.log(Debug.INFO, "reading Office file"); in read()
514 Debug.log(Debug.INFO, "reading Office file"); in read()
874 Debug.log(Debug.INFO, "Using JAXP"); in docToBytes()
886 Debug.log(Debug.INFO, "Using Crimson"); in docToBytes()
898 Debug.log(Debug.INFO, "Using Xerces"); in docToBytes()
924 Debug.log(Debug.INFO, "Using GNU"); in docToBytes()
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DDocumentMergerImpl.java109 if (Debug.isFlagSet(Debug.INFO)) { in merge()
110 Debug.log(Debug.INFO, "Diff Result: "); in merge()
113 Debug.log(Debug.INFO, diffResult[j].debug()); in merge()
H A DSxcDocumentSerializer.java574 Debug.log(Debug.INFO, "No Cell Attributes\n"); in traverseCell()
581 Debug.log(Debug.INFO, "Cell Attribute " + debug_i + in traverseCell()
756 Debug.log(Debug.INFO, in traverseCell()
806 Debug.log(Debug.INFO, "No Paragraph Attributes\n"); in traverseParagraph()
812 Debug.log(Debug.INFO, "Paragraph Attribute " + debug_i + in traverseParagraph()
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/diff/
H A DNodeIterator.java317 Debug.log(Debug.INFO, in attributesEqual()
326 Debug.log(Debug.INFO, in attributesEqual()
374 Debug.log(Debug.INFO, " [NodeIterator::markTree] Skipping node " in markTree()
H A DIteratorLCSAlgorithm.java54 if (Debug.isFlagSet(Debug.INFO)) { in computeDiffs()
92 Debug.log(Debug.INFO, tmpString); in printDiffTable()
/aoo41x/main/soltools/cpp/
H A D_macro.c161 error(INFO, "Macro definition of %s(%r) [%r]", np->name, np->ap, np->vp); in dodefine()
163 error(INFO, "Macro definition of %s [%r]", np->name, np->vp); in dodefine()
324 error(INFO, "Macro expansion of %t with %s(%r)", trp->tp, np->name, np->ap); in expand()
326 error(INFO, "Macro expansion of %t with %s", trp->tp, np->name); in expand()
H A D_cpp.c191 error(INFO, "Macro deletion of %s(%r)", np->name, np->ap); in control()
193 error(INFO, "Macro deletion of %s", np->name); in control()
/aoo41x/main/sc/workben/celltrans/
H A Dkeywords_utf16.txt13 @INFO
37 @INFO
/aoo41x/main/offapi/com/sun/star/task/
H A DInteractionClassification.idl57 // DocMerge from xml: value com::sun::star::task::InteractionClassification::INFO
63 INFO,
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/
H A DDebug.java52 public final static int INFO = 0x0001; field in Debug
79 setFlags(Debug.INFO, Debug.SET); in setFlags() argument
/aoo41x/main/connectivity/source/drivers/jdbc/
H A DJConnection.cxx309 m_aLogger.log( LogLevel::INFO, STR_LOG_SHUTDOWN_CONNECTION ); in disposing()
697 m_aLogger.log( LogLevel::INFO, STR_LOG_LOADING_DRIVER, _sDriverClass ); in loadDriverFromProperties()
738 m_aLogger.log( LogLevel::INFO, STR_LOG_CONN_SUCCESS ); in loadDriverFromProperties()
862 m_aLogger.log( LogLevel::INFO, STR_LOG_GOT_JDBC_CONNECTION, url ); in construct()
H A DJDriver.cxx106 m_aLogger.log( LogLevel::INFO, STR_LOG_DRIVER_CONNECTING_URL, url ); in connect()
116 m_aLogger.log( LogLevel::INFO, STR_LOG_DRIVER_SUCCESS ); in connect()
/aoo41x/test/testuno/source/fvt/uno/sc/data/
H A DValidityTypeTest.java98 ValidationAlertStyle.INFO, true, true, in data()
111 ValidationAlertStyle.INFO, false, true, in data()
/aoo41x/main/comphelper/source/misc/
H A Duieventslogger.cxx397 m_Logger->log(LogLevel::INFO, m_Formatter->formatMultiColumn(logdata)); in logDispatch()
415 m_Logger->log(LogLevel::INFO, m_Formatter->formatMultiColumn(logdata)); in logRotated()
446 m_Logger->log(LogLevel::INFO, m_Formatter->formatMultiColumn(logdata)); in logVcl()

Completed in 617 milliseconds

123456