Searched defs:LargeProperty (Results 1 – 1 of 1) sorted by relevance
396 struct LargeProperty struct in oox::dump::AxPropertyObjectBase398 …PropertyType { PROPTYPE_POS, PROPTYPE_SIZE, PROPTYPE_GUID, PROPTYPE_STRING, PROPTYPE_STRINGARRAY };400 LargePropertyType mePropType;402 sal_uInt32 mnDataSize;404 …explicit LargeProperty( LargePropertyType ePropType, const String& rItemName, sal_uInt32 nData… in LargeProperty() function