Home
last modified time | relevance | path

Searched refs:fIntervalMinor (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/xmloff/source/transform/
H A DStyleOOoTContext.cxx425 double fIntervalMinor = 0.0; in StartElement() local
726 SvXMLUnitConverter::convertDouble( fIntervalMinor, sAttrValue ); in StartElement()
1029 if( fIntervalMinor != 0.0 ) in StartElement()
1032 ::rtl::math::round( fIntervalMajor / fIntervalMinor )); in StartElement()
H A DStyleOASISTContext.cxx595 double fIntervalMinor = 0.0; in StartElement() local
597 fIntervalMinor = fIntervalMajor / static_cast< double >( nIntervalMinorDivisor ); in StartElement()
600 SvXMLUnitConverter::convertDouble( aBuf, fIntervalMinor ); in StartElement()

Completed in 20 milliseconds