Searched refs:mxTick (Results 1 – 4 of 4) sorted by relevance
3178 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()
2949 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()
1238 inline bool HasLabels() const { return !mxTick || mxTick->HasLabels(); } in HasLabels()1261 XclImpChTickRef mxTick; /// Axis ticks (CHTICK record). member in XclImpChAxis
1124 XclExpChTickRef mxTick; /// Axis ticks (CHTICK record). member in XclExpChAxis
Completed in 73 milliseconds