Home
last modified time | relevance | path

Searched refs:sNameValue (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/qadevOOo/runner/graphical/ !
H A DOpenOfficePostscriptCreator.java171 String sNameValue = "'" + aValue.Name + "' := '" + aValue.Value + "'"; in getDocumentType() local
172 return sNameValue; in getDocumentType()
180 String sNameValue = getDocumentType(_aDoc); in showDocumentType() local
181 GlobalLogWriter.println(" Property: '" + sNameValue); in showDocumentType()
/AOO41X/main/qadevOOo/runner/convwatch/ !
H A DOfficePrint.java127 String sNameValue = "'" + aValue.Name + "' := '" + aValue.Value + "'"; in getDocumentType() local
128 return sNameValue; in getDocumentType()
136 String sNameValue = getDocumentType(_aDoc); in showDocumentType() local
137 GlobalLogWriter.get().println(" Property: '" + sNameValue); in showDocumentType()