Searched refs:SfxOleStringHelper (Results 1 – 2 of 2) sorted by relevance
124 class SfxOleStringPropertyBase : public SfxOlePropertyBase, public SfxOleStringHelper268 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()[all …]
135 class SfxOleStringHelper : public SfxOleTextEncoding class139 inline explicit SfxOleStringHelper( const SfxOleTextEncoding& rTextEnc ) : in SfxOleStringHelper() function in SfxOleStringHelper142 inline explicit SfxOleStringHelper( rtl_TextEncoding eTextEnc ) : in SfxOleStringHelper() function in SfxOleStringHelper246 class SfxOleDictionaryProperty : public SfxOlePropertyBase, public SfxOleStringHelper