Home
last modified time | relevance | path

Searched refs:mxTick (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx3178 mxTick.reset( new XclImpChTick( GetChRoot() ) ); in ReadSubRecord()
3179 mxTick->ReadChTick( rStrm ); in ReadSubRecord()
3204 if( !mxTick ) in Finalize()
3205 mxTick.reset( new XclImpChTick( GetChRoot() ) ); in Finalize()
3226 return mxTick.is() ? mxTick->GetFontColor() : GetFontAutoColor(); in GetFontColor()
3231 return mxTick.is() ? mxTick->GetRotation() : EXC_CHART_AUTOROTATION; in GetRotation()
3248 if( mxTick.is() ) in CreateAxis()
3249 mxTick->Convert( aAxisProp ); in CreateAxis()
H A Dxechart.cxx2949 if( mxTick.is() ) in SetFont()
2950 mxTick->SetFontColor( rColor, nColorId ); in SetFont()
2955 if( mxTick.is() ) in SetRotation()
2956 mxTick->SetRotation( nRotation ); in SetRotation()
3002 mxTick.reset( new XclExpChTick( GetChRoot() ) ); in Convert()
3003 mxTick->Convert( aAxisProp, rTypeInfo, GetAxisType() ); in Convert()
3060 lclSaveRecord( rStrm, mxTick ); in WriteSubRecords()
/trunk/main/sc/source/filter/inc/
H A Dxichart.hxx1238 inline bool HasLabels() const { return !mxTick || mxTick->HasLabels(); } in HasLabels()
1261 XclImpChTickRef mxTick; /// Axis ticks (CHTICK record). member in XclImpChAxis
H A Dxechart.hxx1124 XclExpChTickRef mxTick; /// Axis ticks (CHTICK record). member in XclExpChAxis

Completed in 71 milliseconds