Searched refs:DffPropSet (Results 1 – 6 of 6) sorted by relevance
/trunk/main/filter/source/msfilter/ |
H A D | dffpropset.cxx | 1089 DffPropSet::DffPropSet() in DffPropSet() function in DffPropSet 1094 DffPropSet::~DffPropSet() in ~DffPropSet() 1099 void DffPropSet::ReadPropSet( SvStream& rIn, bool bSetUninitializedOnly ) in ReadPropSet() 1232 SvStream& operator>>( SvStream& rIn, DffPropSet& rRec ) in operator >>() 1238 SvStream& operator|=( SvStream& rIn, DffPropSet& rRec ) in operator |=() 1244 void DffPropSet::InitializePropSet( sal_uInt16 nPropSetType ) const in InitializePropSet() 1283 sal_Bool DffPropSet::IsHardAttribute( sal_uInt32 nId ) const in IsHardAttribute() 1294 sal_uInt32 DffPropSet::GetPropertyValue( sal_uInt32 nId, sal_uInt32 nDefault ) const in GetPropertyValue() 1300 bool DffPropSet::GetPropertyBool( sal_uInt32 nId, bool bDefault ) const in GetPropertyBool() 1332 void DffPropSet::SetPropertyValue( sal_uInt32 nId, sal_uInt32 nValue ) const in SetPropertyValue() [all …]
|
H A D | msdffimp.cxx | 239 ( (DffPropertyReader*) this )->pDefaultPropSet = new DffPropSet; in SetDefaultPropSet() 3870 static void lcl_ApplyCropping( const DffPropSet& rPropSet, SfxItemSet* pSet, Graphic& rGraf ) in lcl_ApplyCropping()
|
/trunk/main/filter/inc/filter/msfilter/ |
H A D | dffpropset.hxx | 49 class MSFILTER_DLLPUBLIC DffPropSet class 60 explicit DffPropSet(); 61 ~DffPropSet(); 75 friend SvStream& operator>>( SvStream& rIn, DffPropSet& rPropSet ); 76 friend SvStream& operator|=( SvStream& rIn, DffPropSet& rPropSet );
|
H A D | msdffimp.hxx | 68 class MSFILTER_DLLPUBLIC DffPropertyReader : public DffPropSet 71 DffPropSet* pDefaultPropSet;
|
/trunk/main/sc/source/filter/inc/ |
H A D | xiescher.hxx | 525 void SetDffProperties( const DffPropSet& rDffPropSet );
|
/trunk/main/sc/source/filter/excel/ |
H A D | xiescher.cxx | 2008 void lclExtractColor( sal_uInt8& rnColorIdx, const DffPropSet& rDffPropSet, sal_uInt32 nPropId ) in lclExtractColor() 2020 void XclImpTbxObjBase::SetDffProperties( const DffPropSet& rDffPropSet ) in SetDffProperties()
|
Completed in 97 milliseconds