Home
last modified time | relevance | path

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

123456

/AOO42X/main/desktop/win32/source/setup/
H A Dsetup.cpp187 Log( TEXT( "End: %s\n\r\n\r\n" ), _tasctime( pTime ) ); in ~SetupApp()
259 Log( TEXT("Starting: %s\r\n"), m_pModuleFile ); in Initialize()
260 Log( TEXT(" CommandLine=<%s>\r\n"), m_pCmdLine ); in Initialize()
263 Log( TEXT(" Using quiet install mode\r\n") ); in Initialize()
268 Log( TEXT(" Begin: %s\n"), _tasctime( pTime ) ); in Initialize()
303 Log( sBuf ); in GetProfileSection()
309 Log( TEXT( "ERROR: GetPrivateProfileSection() out of memory\r\n" ) ); in GetProfileSection()
313 Log( TEXT( " GetProfileSection read %s\r\n" ), pSection ); in GetProfileSection()
329 Log( TEXT( " Open ini file: <%s>\r\n" ), sProfilePath ); in ReadProfile()
343Log( TEXT( " Could not open inifile, copied ini file to: <%s>\r\n" ), sProfilePath ); in ReadProfile()
[all …]
/AOO42X/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DStateMachine.java47 if (Log.Dbg != null) in StateMachine()
48 Log.Dbg.printf("reading parse tables from %s\n", aParseTableFile.toString()); in StateMachine()
77 if (Log.Dbg != null) in StateMachine()
79Log.Dbg.printf("read %d namespace, %d names, %d states (%d skip, %d accept), %d transitions and %d… in StateMachine()
87 Log.Dbg.printf("starting in state _start_ (%d)\n", mnCurrentStateId); in StateMachine()
107 if (Log.Dbg != null) in ProcessStartElement()
108 Log.Dbg.printf("%s:%s(%d:%d) L%dC%d\n", in ProcessStartElement()
132 Log.Err.printf(sText); in ProcessStartElement()
133 if (Log.Dbg != null) in ProcessStartElement()
134 Log.Dbg.printf(sText); in ProcessStartElement()
[all …]
H A DParser.java68 if (Log.Dbg != null) in Parse()
69 Log.Dbg.printf("is skip state -> starting to skip\n"); in Parse()
79 if (Log.Dbg != null) in Parse()
80 Log.Dbg.printf("starting to skip to recover from error\n"); in Parse()
104 Log.Err.printf("can't handle XML event of type %d\n", nCode); in Parse()
137 if (Log.Dbg != null) in Skip()
139 Log.Dbg.printf("starting to skip on %s at L%dC%d\n", in Skip()
143 Log.Dbg.IncreaseIndentation(); in Skip()
159 if (Log.Dbg != null) in Skip()
161 Log.Dbg.printf("skipping start element %s\n", maReader.getLocalName()); 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()
/AOO42X/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()
/AOO42X/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 DStringNode.java31 import org.apache.openoffice.ooxml.schema.misc.Log;
108 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()
/AOO42X/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()
/AOO42X/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;
/AOO42X/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
/AOO42X/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);
/AOO42X/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);
/AOO42X/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);
/AOO42X/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()
/AOO42X/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);
/AOO42X/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);

123456