Searched refs:SfxOlePropertyBase (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sfx2/source/doc/ |
H A D | oleprops.cxx | 67 class SfxOleInt32Property : public SfxOlePropertyBase 86 class SfxOleDoubleProperty : public SfxOlePropertyBase 105 class SfxOleBoolProperty : public SfxOlePropertyBase 421 SfxOlePropertyBase( nPropId, PROPTYPE_INT32 ), in SfxOleInt32Property() 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() 663 SfxOlePropertyBase( nPropId, PROPTYPE_BLOB ), in SfxOleBlobProperty() [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…
|
Completed in 22 milliseconds