Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/dialogs/
H A Dres_DataLabel.cxx248 sal_uLong& rnFormatKey = bPercent ? m_nNumberFormatForPercent : m_nNumberFormatForValue; in IMPL_LINK() local
254 aNumberSet.Put( SfxUInt32Item( SID_ATTR_NUMBERFORMAT_VALUE, rnFormatKey )); in IMPL_LINK()
266 sal_uLong nOldFormat = rnFormatKey; in IMPL_LINK()
269 …( *pResult, SID_ATTR_NUMBERFORMAT_VALUE, SID_ATTR_NUMBERFORMAT_SOURCE, rnFormatKey, rUseSourceForm… in IMPL_LINK()
272 if( bOldMixedState && bOldSource == rUseSourceFormat && nOldFormat == rnFormatKey ) in IMPL_LINK()

Completed in 14 milliseconds