Lines Matching refs:SfxOlePropertyBase

67 class SfxOleInt32Property : public SfxOlePropertyBase
86 class SfxOleDoubleProperty : public SfxOlePropertyBase
105 class SfxOleBoolProperty : public SfxOlePropertyBase
124 class SfxOleStringPropertyBase : public SfxOlePropertyBase, public SfxOleStringHelper
181 class SfxOleFileTimeProperty : public SfxOlePropertyBase
207 class SfxOleThumbnailProperty : public SfxOlePropertyBase
230 class SfxOleBlobProperty : public SfxOlePropertyBase
400 SfxOlePropertyBase( PROPID_CODEPAGE, PROPTYPE_INT16 ) in SfxOleCodePageProperty()
421 SfxOlePropertyBase( nPropId, PROPTYPE_INT32 ), in SfxOleInt32Property()
439 SfxOlePropertyBase( nPropId, PROPTYPE_DOUBLE ), in SfxOleDoubleProperty()
457 SfxOlePropertyBase( nPropId, PROPTYPE_BOOL ), in SfxOleBoolProperty()
478 SfxOlePropertyBase( nPropId, nPropType ), in SfxOleStringPropertyBase()
485 SfxOlePropertyBase( nPropId, nPropType ), in SfxOleStringPropertyBase()
493 SfxOlePropertyBase( nPropId, nPropType ), in SfxOleStringPropertyBase()
500 SfxOlePropertyBase( nPropId, nPropType ), in SfxOleStringPropertyBase()
555 SfxOlePropertyBase( nPropId, PROPTYPE_FILETIME ) in SfxOleFileTimeProperty()
560 SfxOlePropertyBase( nPropId, PROPTYPE_FILETIME ), in SfxOleFileTimeProperty()
613 SfxOlePropertyBase( nPropId, PROPTYPE_CLIPFMT ), in SfxOleThumbnailProperty()
663 SfxOlePropertyBase( nPropId, PROPTYPE_BLOB ), in SfxOleBlobProperty()
687 SfxOlePropertyBase( PROPID_DICTIONARY, 0 ), in SfxOleDictionaryProperty()
1062 void SfxOleSection::SaveProperty( SvStream& rStrm, SfxOlePropertyBase& rProp, sal_Size& rnPropPosPo… in SaveProperty()