Home
last modified time | relevance | path

Searched refs:Log (Results 1 – 25 of 127) sorted by relevance

123456

/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp244 Log( TEXT("Starting: %s\r\n"), m_pModuleFile ); in Initialize()
253 Log( TEXT(" Begin: %s\n"), _tasctime( pTime ) ); in Initialize()
288 Log( sBuf ); in GetProfileSection()
887 Log( sBuf ); in LaunchInstaller()
1098 Log( TEXT( "ERROR: %s\r\n" ), sError ); in DisplayError()
1163 Log( TEXT( "Error: No MSI found!\r\n" ) ); in CheckVersion()
1341 Log( TEXT( " No running Setup found\r\n" ) ); in AlreadyRunning()
1860 Log( sBuf ); in IsPatchInstalled()
1872 Log( sBuf ); in IsPatchInstalled()
1879 Log( sBuf ); in IsPatchInstalled()
[all …]
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DStateMachine.java47 if (Log.Dbg != null) in StateMachine()
77 if (Log.Dbg != null) in StateMachine()
107 if (Log.Dbg != null) in ProcessStartElement()
132 Log.Err.printf(sText); in ProcessStartElement()
133 if (Log.Dbg != null) in ProcessStartElement()
138 if (Log.Dbg != null) in ProcessStartElement()
147 Log.Dbg.printf("\n"); in ProcessStartElement()
153 if (Log.Dbg != null) in ProcessStartElement()
213 if (Log.Dbg != null) in ProcessEndElement()
240 if (Log.Dbg != null) in ProcessEndElement()
[all …]
H A DParser.java68 if (Log.Dbg != null) in Parse()
79 if (Log.Dbg != null) in Parse()
137 if (Log.Dbg != null) in Skip()
143 Log.Dbg.IncreaseIndentation(); in Skip()
159 if (Log.Dbg != null) in Skip()
162 Log.Dbg.IncreaseIndentation(); in Skip()
168 if (Log.Dbg != null) in Skip()
169 Log.Dbg.DecreaseIndentation(); in Skip()
172 if (Log.Dbg != null) in Skip()
186 if (Log.Dbg != null) in Skip()
[all …]
H A DLog.java30 public class Log class
32 public static Log Std = new Log(System.out);
33 public static Log Err = new Log(System.err);
34 public static Log Dbg = Std;
37 public Log (final OutputStream aOut) in Log() method in Log
46 public Log (final String sFilename) in Log() method in Log
54 public Log (final File aFile) in Log() method in Log
H A DOOXMLParser.java66 Log.Dbg = new Log(aLogFile); in main()
71 Log.Dbg = null; in main()
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/attribute/
H A DAttributeManager.java30 import org.apache.openoffice.ooxml.parser.Log;
123Log.Std.printf("state has not attributes defined but document provides %d attributes\n", in ParseAttributes()
127 Log.Dbg.printf(" %s -> %s\n", aEntry[0], aEntry[1]); in ParseAttributes()
164 if (Log.Dbg != null) in ParseAttributes()
167 Log.Dbg.printf("attribute %s%s is not known\n", in ParseAttributes()
171Log.Dbg.printf("attribute %s:%s(%d:%d) has type %s(%d) and value %s('%s')\n", in ParseAttributes()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DSimpleTypeDescriptorFactory.java27 import org.apache.openoffice.ooxml.schema.misc.Log;
65 final Log aLog) in CreateSimpleTypeDescriptor()
101 final Log aLog) in SimpleTypeDescriptorFactory()
305 private final Log maLog;
H A DSimpleTypeContainer.java29 import org.apache.openoffice.ooxml.schema.misc.Log;
79 maLog = new Log(aLogFile); in SimpleTypeContainer()
101 private final Log maLog;
H A DISimpleTypeNode.java26 import org.apache.openoffice.ooxml.schema.misc.Log;
36 void Print (final Log aLog); in Print()
H A DSimpleTypeDescriptor.java24 import org.apache.openoffice.ooxml.schema.misc.Log;
72 public void Print (final Log aLog) in Print()
H A DDateTimeNode.java26 import org.apache.openoffice.ooxml.schema.misc.Log;
56 public void Print (final Log aLog) in Print()
H A DBlobNode.java26 import org.apache.openoffice.ooxml.schema.misc.Log;
69 public void Print (final Log aLog) in Print()
H A DUnionNode.java27 import org.apache.openoffice.ooxml.schema.misc.Log;
95 public void Print (final Log aLog) in Print()
H A DNumberNode.java27 import org.apache.openoffice.ooxml.schema.misc.Log;
113 public void Print (final Log aLog) in Print()
H A DStringNode.java31 import org.apache.openoffice.ooxml.schema.misc.Log;
108 public void Print (final Log aLog) in Print()
/trunk/main/ooxml/source/framework/JavaPartManager/src/org/apache/openoffice/ooxml/framework/part/
H A DPartManagerPrototype.java27 import org.apache.openoffice.ooxml.parser.Log;
41 Log.Dbg = new Log(aArgumentList[2]); in main()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DCreatorBase.java31 import org.apache.openoffice.ooxml.schema.misc.Log;
46 maLog = new Log(aLogFile); in CreatorBase()
120 protected final Log maLog;
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/misc/
H A DLog.java31 public class Log class
33 public Log (final File aFile) in Log() method in Log
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOleProducer.java41 import org.apache.commons.logging.Log;
51 private static final Log LOGGER = LogFactory.getLog(OleProducer.class);
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/office/
H A DDocumentContentReadHandler.java30 import org.apache.commons.logging.Log;
57 private static final Log LOGGER = LogFactory.getLog(DocumentContentReadHandler.class);
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A DOfficeParserUtil.java30 import org.apache.commons.logging.Log;
46 private static final Log LOGGER = LogFactory.getLog(OfficeParserUtil.class);
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/
H A DOOXMLViewer.java45 import org.apache.openoffice.ooxml.parser.Log;
63 Log.Dbg = null; in main()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DFormattedTextLayoutController.java31 import org.apache.commons.logging.Log;
59 private static final Log LOGGER = LogFactory.getLog(FormattedTextLayoutController.class);
H A DImageElementLayoutController.java29 import org.apache.commons.logging.Log;
67 private static final Log LOGGER = LogFactory.getLog(ImageElementLayoutController.class);
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DStorageRepository.java46 import org.apache.commons.logging.Log;
58 private static final Log LOGGER = LogFactory.getLog(SDBCReportDataFactory.class);

Completed in 69 milliseconds

123456