Home
last modified time | relevance | path

Searched refs:rEscherFmt (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/sc/source/filter/excel/ !
H A Dxlchart.cxx820 XclChEscherFormat& rEscherFmt, XclChPicFormat& rPicFmt, in ReadEscherProperties() argument
849 rEscherFmt.mxEscherSet.reset( new EscherPropertyContainer ); in ReadEscherProperties()
850 rEscherFmt.mxEscherSet->AddOpt( ESCHER_Prop_fillType, ESCHER_FillSolid ); in ReadEscherProperties()
851 rEscherFmt.mxEscherSet->AddOpt( ESCHER_Prop_fillColor, nEscherColor ); in ReadEscherProperties()
852 rEscherFmt.mxEscherSet->AddOpt( ESCHER_Prop_fillOpacity, nEscherOpacity ); in ReadEscherProperties()
853 rEscherFmt.mxEscherSet->AddOpt( ESCHER_Prop_fillBackColor, 0x02FFFFFF ); in ReadEscherProperties()
854 rEscherFmt.mxEscherSet->AddOpt( ESCHER_Prop_fillBackOpacity, 0x00010000 ); in ReadEscherProperties()
855 rEscherFmt.mxEscherSet->AddOpt( ESCHER_Prop_fNoFillHitTest, 0x001F001C ); in ReadEscherProperties()
870 rEscherFmt.mxEscherSet.reset( new EscherPropertyContainer ); in ReadEscherProperties()
871 rEscherFmt.mxEscherSet->CreateGradientProperties( aGradient ); in ReadEscherProperties()
[all …]
H A Dxechart.cxx398 XclChEscherFormat& rEscherFmt, XclChPicFormat& rPicFmt, in ConvertEscherFormat() argument
401 GetChartPropSetHelper().ReadEscherProperties( rEscherFmt, rPicFmt, in ConvertEscherFormat()
H A Dxichart.cxx372 const XclChEscherFormat& rEscherFmt, const XclChPicFormat* pPicFmt, in ConvertEscherFormat() argument
377 rEscherFmt, pPicFmt, nDffFillType, ePropMode ); in ConvertEscherFormat()
/AOO41X/main/sc/source/filter/inc/ !
H A Dxlchart.hxx1399 XclChEscherFormat& rEscherFmt,
1433 const XclChEscherFormat& rEscherFmt,
H A Dxechart.hxx139 XclChEscherFormat& rEscherFmt,
H A Dxichart.hxx156 const XclChEscherFormat& rEscherFmt,