Home
last modified time | relevance | path

Searched refs:cp_Value (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/wizards/com/sun/star/wizards/web/data/
H A DCGArgument.java30 public String cp_Value; field in CGArgument
/AOO42X/main/wizards/com/sun/star/wizards/web/export/
H A DConfiguredExporter.java58 props.put(key, cast(((CGArgument) value).cp_Value)); in init()
H A DAbstractExporter.java93 return ((CGArgument) p.cp_Arguments.getElement(name)).cp_Value; in getArgument()