Searched refs:LargeProperty (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/oox/source/dump/ |
| H A D | oledumper.cxx | 1164 … maLargeProps.push_back( LargeProperty( LargeProperty::PROPTYPE_POS, getPropertyName(), 8 ) ); in dumpPosProperty() 1170 … maLargeProps.push_back( LargeProperty( LargeProperty::PROPTYPE_SIZE, getPropertyName(), 8 ) ); in dumpSizeProperty() 1176 …maLargeProps.push_back( LargeProperty( LargeProperty::PROPTYPE_GUID, getPropertyName(), 16, pValue… in dumpGuidProperty() 1185 …maLargeProps.push_back( LargeProperty( LargeProperty::PROPTYPE_STRING, getPropertyName(), nLen, pV… in dumpStringProperty() 1195 …maLargeProps.push_back( LargeProperty( LargeProperty::PROPTYPE_STRINGARRAY, getPropertyName(), nLe… in dumpStringArrayProperty() 1278 case LargeProperty::PROPTYPE_POS: in dumpLargeProperties() 1286 case LargeProperty::PROPTYPE_SIZE: in dumpLargeProperties() 1294 case LargeProperty::PROPTYPE_GUID: in dumpLargeProperties() 1301 case LargeProperty::PROPTYPE_STRING: in dumpLargeProperties() 1308 case LargeProperty::PROPTYPE_STRINGARRAY: in dumpLargeProperties()
|
| /trunk/main/oox/inc/oox/dump/ |
| H A D | oledumper.hxx | 396 struct LargeProperty struct in oox::dump::AxPropertyObjectBase 404 …inline explicit LargeProperty( LargePropertyType ePropType, const String& rItemName, sal_uInt3… in LargeProperty() argument 407 typedef ::std::vector< LargeProperty > LargePropertyVector;
|