Home
last modified time | relevance | path

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

123456

/trunk/main/xmerge/java/xmerge/src/main/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 …]
/trunk/main/ucb/source/ucp/webdav/
H A DCurlSession.cxx172 m_aLogger.log( LogLevel::INFO, "CurlSession::CurlSession with URL $1$", in CurlSession()
232 m_aLogger.log( LogLevel::INFO, "Not using a proxy server" ); in Init()
1035 m_aLogger.log( LogLevel::INFO, "HEAD line $1$", (sal_Int32)__LINE__ ); in HEAD()
1063 m_aLogger.log( LogLevel::INFO, "GET line $1$", (sal_Int32)__LINE__ ); in GET()
1089 m_aLogger.log( LogLevel::INFO, "GET line $1$", (sal_Int32)__LINE__ ); in GET()
1116 m_aLogger.log( LogLevel::INFO, "GET line $1$", (sal_Int32)__LINE__ ); in GET()
1146 m_aLogger.log( LogLevel::INFO, "GET line $1$", (sal_Int32)__LINE__ ); in GET()
1172 m_aLogger.log( LogLevel::INFO, "PUT line $1$", (sal_Int32)__LINE__ ); in PUT()
1219 m_aLogger.log( LogLevel::INFO, "POST line $1$", (sal_Int32)__LINE__ ); in POST()
1272 m_aLogger.log( LogLevel::INFO, "POST line $1$", (sal_Int32)__LINE__ ); in POST()
[all …]
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/xmerge/java/xmerge/src/main/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()
/trunk/main/xmerge/java/aportisdoc/src/main/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()
/trunk/main/xmerge/java/pocketword/src/main/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()
/trunk/main/xmerge/java/xmerge/src/main/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()
/trunk/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()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
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()
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()
/trunk/main/xmerge/java/xmerge/src/main/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()
/trunk/main/soltools/cpp/
H A D_macro.c162 error(INFO, "Macro definition of %s(%r) [%r]", np->name, np->ap, np->vp); in dodefine()
164 error(INFO, "Macro definition of %s [%r]", np->name, np->vp); in dodefine()
325 error(INFO, "Macro expansion of %t with %s(%r)", trp->tp, np->name, np->ap); in expand()
327 error(INFO, "Macro expansion of %t with %s", trp->tp, np->name); in expand()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLConnection.java89 logger.log(LogLevel.INFO, Resources.STR_LOG_SHUTDOWN_CONNECTION); in postDisposing()
383 logger.log(LogLevel.INFO, Resources.STR_LOG_GOT_JDBC_CONNECTION, url); in construct()
435 logger.log(LogLevel.INFO, Resources.STR_LOG_LOADING_DRIVER, driverClassName); in loadDriverFromProperties()
447 logger.log(LogLevel.INFO, Resources.STR_LOG_CONN_SUCCESS); in loadDriverFromProperties()
H A DJDBCDriver.java120 logger.log(LogLevel.INFO, Resources.STR_LOG_DRIVER_CONNECTING_URL, url); in connect()
130 logger.log(LogLevel.INFO, Resources.STR_LOG_DRIVER_SUCCESS); in connect()
/trunk/main/sc/workben/celltrans/
H A Dkeywords_utf16.txt13 @INFO
37 @INFO
/trunk/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()
/trunk/main/offapi/com/sun/star/task/
H A DInteractionClassification.idl57 // DocMerge from xml: value com::sun::star::task::InteractionClassification::INFO
63 INFO,
/trunk/main/xmerge/java/xmerge/src/main/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
/trunk/test/testuno/source/fvt/uno/sc/data/
H A DValidityTypeTest.java98 ValidationAlertStyle.INFO, true, true, in data()
111 ValidationAlertStyle.INFO, false, true, in data()

Completed in 129 milliseconds

123456