Lines Matching refs:sal_Int32

70     explicit            SfxOleInt32Property( sal_Int32 nPropId, sal_Int32 nValue = 0 );
72 inline sal_Int32 GetValue() const { return mnValue; } in GetValue()
73 inline void SetValue( sal_Int32 nValue ) { mnValue = nValue; } in SetValue()
80 sal_Int32 mnValue;
89 explicit SfxOleDoubleProperty( sal_Int32 nPropId, double fValue = 0.0 );
108 explicit SfxOleBoolProperty( sal_Int32 nPropId, bool bValue = false );
128 sal_Int32 nPropId, sal_Int32 nPropType,
131 sal_Int32 nPropId, sal_Int32 nPropType,
134 sal_Int32 nPropId, sal_Int32 nPropType,
137 sal_Int32 nPropId, sal_Int32 nPropType,
154 sal_Int32 nPropId, const SfxOleTextEncoding& rTextEnc );
156 sal_Int32 nPropId, const SfxOleTextEncoding& rTextEnc,
170 explicit SfxOleString16Property( sal_Int32 nPropId );
171 explicit SfxOleString16Property( sal_Int32 nPropId, const String& rValue );
184 explicit SfxOleFileTimeProperty( sal_Int32 nPropId );
186 … explicit SfxOleFileTimeProperty( sal_Int32 nPropId, const util::DateTime& rDateTime );
210 explicit SfxOleThumbnailProperty( sal_Int32 nPropId,
233 explicit SfxOleBlobProperty( sal_Int32 nPropId,
295 sal_Int32 nSize; in ImplLoadString8()
314 sal_Int32 nSize; in ImplLoadString16()
324 for( sal_Int32 nIdx = 0; nIdx < nSize; ++nIdx ) in ImplLoadString16()
344 sal_Int32 nSize = static_cast< sal_Int32 >( aEncoded.Len() + 1 ); in ImplSaveString8()
354 sal_Int32 nSize = static_cast< sal_Int32 >( rValue.Len() + 1 ); in ImplSaveString16()
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()
484sal_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()
648 sal_Int32 nClipSize = static_cast< sal_Int32 >( 4 + 4 + mData.getLength() ); in ImplSave()
661 SfxOleBlobProperty::SfxOleBlobProperty( sal_Int32 nPropId, in SfxOleBlobProperty()
692 const String& SfxOleDictionaryProperty::GetPropertyName( sal_Int32 nPropId ) const in GetPropertyName()
698 void SfxOleDictionaryProperty::SetPropertyName( sal_Int32 nPropId, const String& rPropName ) in SetPropertyName()
702 SetPropType( static_cast< sal_Int32 >( maPropNameMap.size() ) ); in SetPropertyName()
708 sal_Int32 nNameCount = GetPropType(); in ImplLoad()
711 …for( sal_Int32 nIdx = 0; (nIdx < nNameCount) && (rStrm.GetErrorCode() == SVSTREAM_OK) && !rStrm.Is… in ImplLoad()
713 sal_Int32 nPropId; in ImplLoad()
740 SfxOlePropertyRef SfxOleSection::GetProperty( sal_Int32 nPropId ) const in GetProperty()
749 bool SfxOleSection::GetInt32Value( sal_Int32& rnValue, sal_Int32 nPropId ) const in GetInt32Value()
759 bool SfxOleSection::GetDoubleValue( double& rfValue, sal_Int32 nPropId ) const in GetDoubleValue()
769 bool SfxOleSection::GetBoolValue( bool& rbValue, sal_Int32 nPropId ) const in GetBoolValue()
779 bool SfxOleSection::GetStringValue( String& rValue, sal_Int32 nPropId ) const in GetStringValue()
789 bool SfxOleSection::GetFileTimeValue( util::DateTime& rValue, sal_Int32 nPropId ) const in GetFileTimeValue()
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()
860 Any SfxOleSection::GetAnyValue( sal_Int32 nPropId ) const in GetAnyValue()
863 sal_Int32 nInt32 = 0; in GetAnyValue()
884 bool SfxOleSection::SetAnyValue( sal_Int32 nPropId, const Any& rValue ) in SetAnyValue()
887 sal_Int32 nInt32 = 0; in SetAnyValue()
909 const String& SfxOleSection::GetPropertyName( sal_Int32 nPropId ) const in GetPropertyName()
914 void SfxOleSection::SetPropertyName( sal_Int32 nPropId, const String& rPropName ) in SetPropertyName()
919 void SfxOleSection::GetPropertyIds( ::std::vector< sal_Int32 >& rPropIds ) const in GetPropertyIds()
926 sal_Int32 SfxOleSection::GetFreePropertyId() const in GetFreePropertyId()
936 sal_Int32 nPropCount; in ImplLoad()
940 typedef ::std::map< sal_Int32, sal_uInt32 > SfxOlePropPosMap; in ImplLoad()
942 …for( sal_Int32 nPropIdx = 0; (nPropIdx < nPropCount) && (rStrm.GetErrorCode() == SVSTREAM_OK) && !… in ImplLoad()
944 sal_Int32 nPropId; in ImplLoad()
955 sal_Int32 nPropType; in ImplLoad()
971 sal_Int32 nNameCount; in ImplLoad()
995 sal_Int32 nPropCount = static_cast< sal_Int32 >( maPropMap.size() + 1 ); in ImplSave()
1026 void SfxOleSection::LoadProperty( SvStream& rStrm, sal_Int32 nPropId ) in LoadProperty()
1029 sal_Int32 nPropType; in LoadProperty()
1154 sal_Int32 nSectCount; in ImplLoad()
1159 …for( sal_Int32 nSectIdx = 0; (nSectIdx < nSectCount) && (rStrm.GetErrorCode() == SVSTREAM_OK) && !… in ImplLoad()
1178 sal_Int32 nSectCount = static_cast< sal_Int32 >( maSectionMap.size() ); in ImplSave()