Home
last modified time | relevance | path

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

/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/nodes/
H A DScriptNode.java108 return new StringProperty(this, name, value); in getStringProperty()
111 private class StringProperty extends PropertySupport.ReadOnly { class in ScriptNode
115 public StringProperty(ScriptNode sn, String name, String value) { in StringProperty() method in ScriptNode.StringProperty
/trunk/main/oox/inc/oox/ole/
H A Daxbinaryreader.hxx228 struct StringProperty : public ComplexProperty struct in oox::ole::AxBinaryPropertyReader
233 inline explicit StringProperty( ::rtl::OUString& rValue, sal_uInt32 nSize ) : in StringProperty() function
/trunk/main/oox/source/ole/
H A Daxbinaryreader.cxx220 bool AxBinaryPropertyReader::StringProperty::readProperty( AxAlignedInputStream& rInStrm ) in readProperty()
291 … maLargeProps.push_back( ComplexPropVector::value_type( new StringProperty( orValue, nSize ) ) ); in readStringProperty()

Completed in 14 milliseconds