Home
last modified time | relevance | path

Searched refs:mofMinorUnit (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/oox/source/drawingml/chart/
H A Daxisconverter.cxx234 …vertTimeInterval( aScaleData.TimeIncrement.MinorTimeInterval, mrModel.mofMinorUnit, mrModel.mnMino… in convertFromModel()
278 if( mrModel.mofMinorUnit.has() ) in convertFromModel()
281 …Model.mofMajorUnit.has() && mrModel.mofMinorUnit.has() && (0.0 < mrModel.mofMinorUnit.get()) && (m… in convertFromModel()
283 double fCount = mrModel.mofMajorUnit.get() / mrModel.mofMinorUnit.get() + 0.5; in convertFromModel()
H A Daxiscontext.cxx251 mrModel.mofMinorUnit = rAttribs.getDouble( XML_val, 0.0 ); in onCreateContext()
306 mrModel.mofMinorUnit = rAttribs.getDouble( XML_val, 0.0 ); in onCreateContext()
/aoo4110/main/oox/inc/oox/drawingml/chart/
H A Daxismodel.hxx72 OptValue< double > mofMinorUnit; /// Unit for minor tick marks on date/value axis. member

Completed in 16 milliseconds