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 D | StateMachine.java | 47 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 D | Parser.java | 68 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 D | OOXMLParser.java | 66 Log.Dbg = new Log(aLogFile); in main() 71 Log.Dbg = null; in main()
|
| H A D | Log.java | 34 public static Log Dbg = Std; field in Log
|
| /trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/attribute/ |
| H A D | AttributeManager.java | 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() 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 D | PartManagerPrototype.java | 41 Log.Dbg = new Log(aArgumentList[2]); in main()
|
| /trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/ |
| H A D | OOXMLViewer.java | 63 Log.Dbg = null; in main()
|