Home
last modified time | relevance | path

Searched refs:Std (Results 1 – 6 of 6) sorted by relevance

/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DLog.java32 public static Log Std = new Log(System.out); field in Log
34 public static Log Dbg = Std;
/trunk/main/xmerge/source/palmtests/bin/
H A Dspose26 use Getopt::Std;
/trunk/main/solenv/bin/
H A Dlangwrap25 use Getopt::Std;
H A Dmkout.pl32 use Getopt::Std;
/trunk/main/postprocess/rebase/
H A Drebase.pl85 use Getopt::Std;
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/attribute/
H A DAttributeManager.java123 … Log.Std.printf("state has not attributes defined but document provides %d attributes\n", in ParseAttributes()