Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/itemsetwrapper/
H A DSeriesOptionsItemConverter.cxx204 sal_Int32 nItemValue = static_cast< const SfxInt32Item & >( in ApplySpecialItem() local
206 bool bAttachToMainAxis = nItemValue == CHART_AXIS_PRIMARY_Y; in ApplySpecialItem()
378 … sal_Int32 nItemValue = m_bAttachToMainAxis ? CHART_AXIS_PRIMARY_Y : CHART_AXIS_SECONDARY_Y; in FillSpecialItem() local
379 rOutItemSet.Put( SfxInt32Item(nWhichId,nItemValue ) ); in FillSpecialItem()

Completed in 17 milliseconds