Lines Matching refs:SfxOleStringPropertyBase
124 class SfxOleStringPropertyBase : public SfxOlePropertyBase, public SfxOleStringHelper class
127 explicit SfxOleStringPropertyBase(
130 explicit SfxOleStringPropertyBase(
133 explicit SfxOleStringPropertyBase(
136 explicit SfxOleStringPropertyBase(
150 class SfxOleString8Property : public SfxOleStringPropertyBase
167 class SfxOleString16Property : public SfxOleStringPropertyBase
476 SfxOleStringPropertyBase::SfxOleStringPropertyBase( in SfxOleStringPropertyBase() function in SfxOleStringPropertyBase
483 SfxOleStringPropertyBase::SfxOleStringPropertyBase( in SfxOleStringPropertyBase() function in SfxOleStringPropertyBase
491 SfxOleStringPropertyBase::SfxOleStringPropertyBase( in SfxOleStringPropertyBase() function in SfxOleStringPropertyBase
498 SfxOleStringPropertyBase::SfxOleStringPropertyBase( in SfxOleStringPropertyBase() function in SfxOleStringPropertyBase
510 SfxOleStringPropertyBase( nPropId, PROPTYPE_STRING8, rTextEnc ) in SfxOleString8Property()
516 SfxOleStringPropertyBase( nPropId, PROPTYPE_STRING8, rTextEnc, rValue ) in SfxOleString8Property()
533 SfxOleStringPropertyBase( nPropId, PROPTYPE_STRING16, RTL_TEXTENCODING_UCS2 ) in SfxOleString16Property()
538 SfxOleStringPropertyBase( nPropId, PROPTYPE_STRING16, RTL_TEXTENCODING_UCS2, rValue ) in SfxOleString16Property()
782 const SfxOleStringPropertyBase* pProp = in GetStringValue()
783 dynamic_cast< const SfxOleStringPropertyBase* >( xProp.get() ); in GetStringValue()