Home
last modified time | relevance | path

Searched refs:Dbg (Results 1 – 7 of 7) sorted by relevance

/trunk/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()
79 …Log.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()
133 if (Log.Dbg != null) in ProcessStartElement()
134 Log.Dbg.printf(sText); in ProcessStartElement()
138 if (Log.Dbg != null) 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()
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()
162 Log.Dbg.IncreaseIndentation(); in Skip()
[all …]
H A DOOXMLParser.java66 Log.Dbg = new Log(aLogFile); in main()
71 Log.Dbg = null; in main()
H A DLog.java34 public static Log Dbg = Std; field in Log
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/attribute/
H A DAttributeManager.java127 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()
171 … Log.Dbg.printf("attribute %s:%s(%d:%d) has type %s(%d) and value %s('%s')\n", in ParseAttributes()
/trunk/main/ooxml/source/framework/JavaPartManager/src/org/apache/openoffice/ooxml/framework/part/
H A DPartManagerPrototype.java41 Log.Dbg = new Log(aArgumentList[2]); in main()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/
H A DOOXMLViewer.java63 Log.Dbg = null; in main()