Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/ole/
H A Daxbinaryreader.hxx211 struct ComplexProperty struct in oox::ole::AxBinaryPropertyReader
213 virtual ~ComplexProperty();
218 struct PairProperty : public ComplexProperty
228 struct StringProperty : public ComplexProperty
239 struct StringArrayProperty : public ComplexProperty
249 struct GuidProperty : public ComplexProperty
259 struct FontProperty : public ComplexProperty
269 struct PictureProperty : public ComplexProperty
278 typedef RefVector< ComplexProperty > ComplexPropVector;
/trunk/main/oox/source/ole/
H A Daxbinaryreader.cxx210 AxBinaryPropertyReader::ComplexProperty::~ComplexProperty() in ~ComplexProperty()