Lines Matching refs:SfxOleStringHelper
124 class SfxOleStringPropertyBase : public SfxOlePropertyBase, public SfxOleStringHelper
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()
479 SfxOleStringHelper( rTextEnc ) in SfxOleStringPropertyBase()
486 SfxOleStringHelper( rTextEnc ), in SfxOleStringPropertyBase()
494 SfxOleStringHelper( eTextEnc ) in SfxOleStringPropertyBase()
501 SfxOleStringHelper( eTextEnc ), in SfxOleStringPropertyBase()
688 SfxOleStringHelper( rTextEnc ) in SfxOleDictionaryProperty()