Home
last modified time | relevance | path

Searched refs:mxLegend (Results 1 – 7 of 7) sorted by relevance

/aoo42x/main/oox/source/drawingml/chart/
H A Dchartspaceconverter.cxx138 if( xDiagram.is() && mrModel.mxLegend.is() ) in convertFromModel()
140 LegendConverter aLegendConv( *this, *mrModel.mxLegend ); in convertFromModel()
H A Dchartspacefragment.cxx101 return new LegendContext( *this, mrModel.mxLegend.create() ); in onCreateContext()
/aoo42x/main/sc/source/filter/excel/
H A Dxichart.cxx2610 mxLegend.reset( new XclImpChLegend( GetChRoot() ) ); in ReadSubRecord()
2611 mxLegend->ReadRecordGroup( rStrm ); in ReadSubRecord()
3865 if( xDiagram.is() && mxLegend.is() ) in Convert()
3866 xDiagram->setLegend( mxLegend->CreateLegend() ); in Convert()
3980 mxLegend = mxPrimAxesSet->GetLegend(); in Finalize()
3981 if( !mxLegend ) in Finalize()
3982 mxLegend = mxSecnAxesSet->GetLegend(); in Finalize()
3983 if( mxLegend.is() ) in Finalize()
3984 mxLegend->Finalize(); in Finalize()
H A Dxechart.cxx2518 mxLegend.reset( new XclExpChLegend( GetChRoot() ) ); in ConvertLegend()
2519 mxLegend->Convert( rPropSet ); in ConvertLegend()
2527 lclSaveRecord( rStrm, mxLegend ); in WriteSubRecords()
/aoo42x/main/sc/source/filter/inc/
H A Dxichart.hxx1072 inline XclImpChLegendRef GetLegend() const { return mxLegend; } in GetLegend()
1120 XclImpChLegendRef mxLegend; /// Chart legend (CHLEGEND group). member in XclImpChTypeGroup
1441 XclImpChLegendRef mxLegend; /// Chart legend (CHLEGEND group). member in XclImpChChart
H A Dxechart.hxx1000 XclExpChLegendRef mxLegend; /// Chart legend (CHLEGEND group). member in XclExpChTypeGroup
/aoo42x/main/oox/inc/oox/drawingml/chart/
H A Dchartspacemodel.hxx55 LegendRef mxLegend; /// Chart legend. member

Completed in 165 milliseconds