Lines Matching defs:const
268 String SfxOleStringHelper::LoadString8( SvStream& rStrm ) const in LoadString8()
273 void SfxOleStringHelper::SaveString8( SvStream& rStrm, const String& rValue ) const in SaveString8()
281 String SfxOleStringHelper::LoadString16( SvStream& rStrm ) const in LoadString16()
286 void SfxOleStringHelper::SaveString16( SvStream& rStrm, const String& rValue ) const in SaveString16()
291 String SfxOleStringHelper::ImplLoadString8( SvStream& rStrm ) const in ImplLoadString8()
310 String SfxOleStringHelper::ImplLoadString16( SvStream& rStrm ) const in ImplLoadString16()
339 void SfxOleStringHelper::ImplSaveString8( SvStream& rStrm, const String& rValue ) const in ImplSaveString8()
351 void SfxOleStringHelper::ImplSaveString16( SvStream& rStrm, const String& rValue ) const in ImplSaveString16()
692 const String& SfxOleDictionaryProperty::GetPropertyName( sal_Int32 nPropId ) const in GetPropertyName()
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()
860 Any SfxOleSection::GetAnyValue( sal_Int32 nPropId ) const in GetAnyValue()
909 const String& SfxOleSection::GetPropertyName( sal_Int32 nPropId ) const in GetPropertyName()
919 void SfxOleSection::GetPropertyIds( ::std::vector< sal_Int32 >& rPropIds ) const in GetPropertyIds()
1020 bool SfxOleSection::SeekToPropertyPos( SvStream& rStrm, sal_uInt32 nPropPos ) const in SeekToPropertyPos()
1114 SfxOleSectionRef SfxOlePropertySet::GetSection( SfxOleSectionType eSection ) const in GetSection()
1119 SfxOleSectionRef SfxOlePropertySet::GetSection( const SvGlobalName& rSectionGuid ) const in GetSection()