Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/dialogs/
H A Dres_DataLabel.cxx249 bool& rUseSourceFormat = bPercent ? m_bSourceFormatForPercent : m_bSourceFormatForValue; in IMPL_LINK() local
255 aNumberSet.Put( SfxBoolItem( SID_ATTR_NUMBERFORMAT_SOURCE, rUseSourceFormat )); in IMPL_LINK()
265 bool bOldSource = rUseSourceFormat; in IMPL_LINK()
269 …ATTR_NUMBERFORMAT_VALUE, SID_ATTR_NUMBERFORMAT_SOURCE, rnFormatKey, rUseSourceFormat, rbSourceMixe… in IMPL_LINK()
272 if( bOldMixedState && bOldSource == rUseSourceFormat && nOldFormat == rnFormatKey ) in IMPL_LINK()

Completed in 11 milliseconds