Searched refs:dumpTypedProperty (Results 1 – 2 of 2) sorted by relevance
606 bool OlePropertyStreamObject::dumpTypedProperty( const String& rName, sal_uInt16 nExpectedType ) in dumpTypedProperty() function in oox::dump::OlePropertyStreamObject623 dumpTypedProperty( "hash", OLEPROP_TYPE_INT32 ) && in dumpHlinks()624 dumpTypedProperty( "app", OLEPROP_TYPE_INT32 ) && in dumpHlinks()625 dumpTypedProperty( "shape-id", OLEPROP_TYPE_INT32 ) && in dumpHlinks()626 dumpTypedProperty( "info", OLEPROP_TYPE_INT32 ) && in dumpHlinks()627 dumpTypedProperty( "target", OLEPROP_TYPE_STRING16 ) && in dumpHlinks()628 dumpTypedProperty( "location", OLEPROP_TYPE_STRING16 ); in dumpHlinks()
151 bool dumpTypedProperty( const String& rName, sal_uInt16 nExpectedType );
Completed in 29 milliseconds