Searched refs:rAreaFmt (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sc/source/filter/excel/ |
H A D | xlchart.cxx | 796 bool XclChPropSetHelper::ReadAreaProperties( XclChAreaFormat& rAreaFmt, in ReadAreaProperties() argument 807 rAreaHlp >> eApiStyle >> rAreaFmt.maPattColor >> nTransparency; in ReadAreaProperties() 810 ::set_flag( rAreaFmt.mnFlags, EXC_CHAREAFORMAT_AUTO, false ); in ReadAreaProperties() 813 rAreaFmt.mnPattern = (eApiStyle == cssd::FillStyle_NONE) ? EXC_PATT_NONE : EXC_PATT_SOLID; in ReadAreaProperties() 1051 const XclChAreaFormat& rAreaFmt, XclChPropertyMode ePropMode ) in WriteAreaProperties() argument 1059 if( rAreaFmt.mnPattern != EXC_PATT_NONE ) in WriteAreaProperties() 1062 …aColor = XclTools::GetPatternColor( rAreaFmt.maPattColor, rAreaFmt.maBackColor, rAreaFmt.mnPattern… in WriteAreaProperties()
|
H A D | xechart.cxx | 391 bool XclExpChRoot::ConvertAreaFormat( XclChAreaFormat& rAreaFmt, in ConvertAreaFormat() argument 394 return GetChartPropSetHelper().ReadAreaProperties( rAreaFmt, rPropSet, ePropMode ); in ConvertAreaFormat()
|
H A D | xichart.cxx | 366 const XclChAreaFormat& rAreaFmt, XclChPropertyMode ePropMode ) const in ConvertAreaFormat() argument 368 GetChartPropSetHelper().WriteAreaProperties( rPropSet, rAreaFmt, ePropMode ); in ConvertAreaFormat()
|
/trunk/main/sc/source/filter/inc/ |
H A D | xichart.hxx | 151 const XclChAreaFormat& rAreaFmt, 264 … inline explicit XclImpChAreaFormat( const XclChAreaFormat& rAreaFmt ) : maData( rAreaFmt ) {} in XclImpChAreaFormat() argument
|
H A D | xlchart.hxx | 1394 XclChAreaFormat& rAreaFmt, 1425 const XclChAreaFormat& rAreaFmt,
|
H A D | xechart.hxx | 134 XclChAreaFormat& rAreaFmt,
|
Completed in 90 milliseconds