Searched refs:mxEscherSet (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sc/source/filter/excel/ |
H A D | xlchart.cxx | 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() 887 rEscherFmt.mxEscherSet.reset( new EscherPropertyContainer ); in ReadEscherProperties() [all …]
|
H A D | xechart.cxx | 691 return maData.mxEscherSet.is(); in IsValid() 696 if( maData.mxEscherSet.is() ) in Save() 700 …maData.mxEscherSet->AddOpt( ESCHER_Prop_fillColor, 0x08000000 | rPal.GetColorIndex( mnColor1Id ) ); in Save() 701 …maData.mxEscherSet->AddOpt( ESCHER_Prop_fillBackColor, 0x08000000 | rPal.GetColorIndex( mnColor2Id… in Save() 724 if( maData.mxEscherSet.is() && maData.mxEscherSet->GetOpt( nPropId, nBGRValue ) ) in RegisterColor() 738 …DBG_ASSERT( maData.mxEscherSet.is(), "XclExpChEscherFormat::WriteBody - missing property container… in WriteBody() 741 maData.mxEscherSet->Commit( aMemStrm ); in WriteBody()
|
/trunk/main/sc/source/filter/inc/ |
H A D | xlchart.hxx | 840 EscherPropSetRef mxEscherSet; /// Container for Escher properties export. member
|
Completed in 95 milliseconds