Searched refs:SfxOlePropertyBase (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/sfx2/source/doc/ ! |
| H A D | oleprops.cxx | 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() [all …]
|
| H A D | oleprops.hxx | 210 class SfxOlePropertyBase : public SfxOleObjectBase class 213 inline explicit SfxOlePropertyBase( sal_Int32 nPropId, sal_Int32 nPropType ) : in SfxOlePropertyBase() function in SfxOlePropertyBase 228 typedef ::boost::shared_ptr< SfxOlePropertyBase > SfxOlePropertyRef; 232 class SfxOleCodePageProperty : public SfxOlePropertyBase, public SfxOleTextEncoding 246 class SfxOleDictionaryProperty : public SfxOlePropertyBase, public SfxOleStringHelper 342 …void SaveProperty( SvStream& rStrm, SfxOlePropertyBase& rProp, sal_Size& rnPropPosP…
|