Lines Matching refs:pProp
752 const SfxOleInt32Property* pProp = in GetInt32Value() local
754 if( pProp ) in GetInt32Value()
755 rnValue = pProp->GetValue(); in GetInt32Value()
756 return pProp != 0; in GetInt32Value()
762 const SfxOleDoubleProperty* pProp = in GetDoubleValue() local
764 if( pProp ) in GetDoubleValue()
765 rfValue = pProp->GetValue(); in GetDoubleValue()
766 return pProp != 0; in GetDoubleValue()
772 const SfxOleBoolProperty* pProp = in GetBoolValue() local
774 if( pProp ) in GetBoolValue()
775 rbValue = pProp->GetValue(); in GetBoolValue()
776 return pProp != 0; in GetBoolValue()
782 const SfxOleStringPropertyBase* pProp = in GetStringValue() local
784 if( pProp ) in GetStringValue()
785 rValue = pProp->GetValue(); in GetStringValue()
786 return pProp != 0; in GetStringValue()
792 const SfxOleFileTimeProperty* pProp = in GetFileTimeValue() local
794 if( pProp ) in GetFileTimeValue()
796 if ( pProp->GetValue() == TIMESTAMP_INVALID_UTILDATETIME ) in GetFileTimeValue()
799 rValue = pProp->GetValue(); in GetFileTimeValue()
801 return pProp != 0; in GetFileTimeValue()