Lines Matching defs:nPropId
420 SfxOleInt32Property::SfxOleInt32Property( sal_Int32 nPropId, sal_Int32 nValue ) : in SfxOleInt32Property()
438 SfxOleDoubleProperty::SfxOleDoubleProperty( sal_Int32 nPropId, double fValue ) : in SfxOleDoubleProperty()
456 SfxOleBoolProperty::SfxOleBoolProperty( sal_Int32 nPropId, bool bValue ) : in SfxOleBoolProperty()
477 sal_Int32 nPropId, sal_Int32 nPropType, const SfxOleTextEncoding& rTextEnc ) : in SfxOleStringPropertyBase()
484 …sal_Int32 nPropId, sal_Int32 nPropType, const SfxOleTextEncoding& rTextEnc, const String& rValue )… in SfxOleStringPropertyBase()
492 sal_Int32 nPropId, sal_Int32 nPropType, rtl_TextEncoding eTextEnc ) : in SfxOleStringPropertyBase()
499 sal_Int32 nPropId, sal_Int32 nPropType, rtl_TextEncoding eTextEnc, const String& rValue ) : in SfxOleStringPropertyBase()
509 sal_Int32 nPropId, const SfxOleTextEncoding& rTextEnc ) : in SfxOleString8Property()
515 sal_Int32 nPropId, const SfxOleTextEncoding& rTextEnc, const String& rValue ) : in SfxOleString8Property()
532 SfxOleString16Property::SfxOleString16Property( sal_Int32 nPropId ) : in SfxOleString16Property()
537 SfxOleString16Property::SfxOleString16Property( sal_Int32 nPropId, const String& rValue ) : in SfxOleString16Property()
554 SfxOleFileTimeProperty::SfxOleFileTimeProperty( sal_Int32 nPropId ) : in SfxOleFileTimeProperty()
559 SfxOleFileTimeProperty::SfxOleFileTimeProperty( sal_Int32 nPropId, const util::DateTime& rDateTime … in SfxOleFileTimeProperty()
612 sal_Int32 nPropId, const uno::Sequence<sal_uInt8> & i_rData) : in SfxOleThumbnailProperty()
661 SfxOleBlobProperty::SfxOleBlobProperty( sal_Int32 nPropId, in SfxOleBlobProperty()
698 void SfxOleDictionaryProperty::SetPropertyName( sal_Int32 nPropId, const String& rPropName ) in SetPropertyName()
713 sal_Int32 nPropId; in ImplLoad() local
810 void SfxOleSection::SetInt32Value( sal_Int32 nPropId, sal_Int32 nValue ) in SetInt32Value()
815 void SfxOleSection::SetDoubleValue( sal_Int32 nPropId, double fValue ) in SetDoubleValue()
820 void SfxOleSection::SetBoolValue( sal_Int32 nPropId, bool bValue ) in SetBoolValue()
825 bool SfxOleSection::SetStringValue( sal_Int32 nPropId, const String& rValue, bool bSkipEmpty ) in SetStringValue()
833 void SfxOleSection::SetFileTimeValue( sal_Int32 nPropId, const util::DateTime& rValue ) in SetFileTimeValue()
841 void SfxOleSection::SetThumbnailValue( sal_Int32 nPropId, in SetThumbnailValue()
850 void SfxOleSection::SetBlobValue( sal_Int32 nPropId, in SetBlobValue()
884 bool SfxOleSection::SetAnyValue( sal_Int32 nPropId, const Any& rValue ) in SetAnyValue()
914 void SfxOleSection::SetPropertyName( sal_Int32 nPropId, const String& rPropName ) in SetPropertyName()
944 sal_Int32 nPropId; in ImplLoad() local
1026 void SfxOleSection::LoadProperty( SvStream& rStrm, sal_Int32 nPropId ) in LoadProperty()