Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/dialogs/
H A Dtp_Scale.cxx157 m_nAxisType(chart2::AxisType::REALNUMBER), in ScaleTabPage()
267 if( chart2::AxisType::DATE == m_nAxisType ) in PlaceIntervalControlsAccordingToAxisType()
300 …t2::AxisType::REALNUMBER == m_nAxisType || chart2::AxisType::PERCENT == m_nAxisType || chart2::Axi… in EnableControls()
399 m_nAxisType = chart2::AxisType::DATE; in IMPL_LINK()
401 m_nAxisType = chart2::AxisType::CATEGORY; in IMPL_LINK()
402 if( chart2::AxisType::DATE == m_nAxisType ) in IMPL_LINK()
424 if( m_nAxisType==chart2::AxisType::CATEGORY ) in FillItemSet()
459 m_nAxisType=chart2::AxisType::REALNUMBER; in Reset()
463 m_nAxisType=chart2::AxisType::CATEGORY; in Reset()
471 if( m_nAxisType==chart2::AxisType::DATE ) in Reset()
[all …]
H A Dtp_Scale.hxx108 int m_nAxisType; member in chart::ScaleTabPage
/trunk/main/chart2/source/view/axes/
H A DVAxisProperties.cxx191 , m_nAxisType(AxisType::REALNUMBER) in AxisProperties()
220 , m_nAxisType( rAxisProperties.m_nAxisType ) in AxisProperties()
313 m_nAxisType = aScaleData.AxisType; in init()
317 if( m_nDimensionIndex == 0 && m_nAxisType == AxisType::CATEGORY in init()
H A DVAxisBase.cxx78 if( AxisType::SERIES==m_aAxisProperties.m_nAxisType ) in initAxisLabelProperties()
91 else if( AxisType::CATEGORY==m_aAxisProperties.m_nAxisType ) in initAxisLabelProperties()
101 …if( m_aAxisProperties.m_bComplexCategories && AxisType::CATEGORY == m_aAxisProperties.m_nAxisType ) in initAxisLabelProperties()
H A DVAxisProperties.hxx131 …sal_Int32 m_nAxisType;//REALNUMBER, CATEGORY etc. type ::com::sun::star:… member
/trunk/main/xmloff/source/chart/
H A DSchXMLAxisContext.cxx135 m_nAxisType(chart::ChartAxisType::AUTOMATIC), in SchXMLAxisContext()
323 m_nAxisType = nEnumVal; in StartElement()
491 …xAxisProps->setPropertyValue( OUString::createFromAscii( "AxisType" ), uno::makeAny(m_nAxisType) ); in CreateAxis()
725 if( !m_bDateScaleImported && m_nAxisType==chart::ChartAxisType::AUTOMATIC ) in EndElement()
H A DSchXMLAxisContext.hxx65 sal_Int32 m_nAxisType;//::com::sun::star::chart::ChartAxisType member in SchXMLAxisContext

Completed in 42 milliseconds