Searched refs:nBaseType (Results 1 – 2 of 2) sorted by relevance
502 sal_uInt16 nBaseType = static_cast< sal_uInt16 >( nType & 0x0FFF ); in dumpPropertyContents() local506 case OLEPROP_TYPE_SIMPLE: dumpPropertyValue( nPropId, nBaseType ); break; in dumpPropertyContents()507 case OLEPROP_TYPE_VECTOR: dumpPropertyVector( nPropId, nBaseType ); break; in dumpPropertyContents()508 case OLEPROP_TYPE_ARRAY: dumpPropertyArray( nPropId, nBaseType ); break; in dumpPropertyContents()513 void OlePropertyStreamObject::dumpPropertyValue( sal_Int32 nPropId, sal_uInt16 nBaseType ) in dumpPropertyValue() argument515 switch( nBaseType ) in dumpPropertyValue()542 void OlePropertyStreamObject::dumpPropertyVector( sal_Int32 nPropId, sal_uInt16 nBaseType ) in dumpPropertyVector() argument550 dumpPropertyValue( nPropId, nBaseType ); in dumpPropertyVector()
141 void dumpPropertyValue( sal_Int32 nPropId, sal_uInt16 nBaseType );142 void dumpPropertyVector( sal_Int32 nPropId, sal_uInt16 nBaseType );143 void dumpPropertyArray( sal_Int32 nPropId, sal_uInt16 nBaseType );
Completed in 80 milliseconds