Searched refs:aNumberFormatterWrapper (Results 1 – 6 of 6) sorted by relevance
/trunk/main/chart2/source/controller/dialogs/ |
H A D | ObjectNameProvider.cxx | 117 NumberFormatterWrapper aNumberFormatterWrapper( xNumberFormatsSupplier ); in lcl_getDataPointValueText() local 142 …aX = aNumberFormatterWrapper.getFormattedString( nNumberFormatKey, fValue, nLabelColor, bColorChan… in lcl_getDataPointValueText() 148 …aY = aNumberFormatterWrapper.getFormattedString( nNumberFormatKey, fValue, nLabelColor, bColorChan… in lcl_getDataPointValueText() 154 …aY_First = aNumberFormatterWrapper.getFormattedString( nNumberFormatKey, fValue, nLabelColor, bCol… in lcl_getDataPointValueText() 160 …aY_Min = aNumberFormatterWrapper.getFormattedString( nNumberFormatKey, fValue, nLabelColor, bColor… in lcl_getDataPointValueText() 166 …aY_Max = aNumberFormatterWrapper.getFormattedString( nNumberFormatKey, fValue, nLabelColor, bColor… in lcl_getDataPointValueText() 172 …aY_Last = aNumberFormatterWrapper.getFormattedString( nNumberFormatKey, fValue, nLabelColor, bColo… in lcl_getDataPointValueText() 178 …a_Size = aNumberFormatterWrapper.getFormattedString( nNumberFormatKey, fValue, nLabelColor, bColor… in lcl_getDataPointValueText()
|
H A D | dlg_ObjectProperties.cxx | 374 NumberFormatterWrapper aNumberFormatterWrapper( xNumberFormatsSupplier ); in SchAttribTabDlg() local 375 m_pNumberFormatter = aNumberFormatterWrapper.getSvNumberFormatter(); in SchAttribTabDlg()
|
/trunk/main/chart2/source/controller/main/ |
H A D | ChartController_Properties.cxx | 737 …NumberFormatterWrapper aNumberFormatterWrapper( uno::Reference< util::XNumberFormatsSupplier >(get… in executeDlg_ObjectProperties_withoutUndoGuard() local 763 &aNumberFormatterWrapper, in executeDlg_ObjectProperties_withoutUndoGuard() 791 , &aNumberFormatterWrapper in executeDlg_ObjectProperties_withoutUndoGuard()
|
H A D | ChartController_Insert.cxx | 316 NumberFormatterWrapper aNumberFormatterWrapper( xNumberFormatsSupplier ); in executeDispatch_InsertMenu_DataLabels() local 317 SvNumberFormatter* pNumberFormatter = aNumberFormatterWrapper.getSvNumberFormatter(); in executeDispatch_InsertMenu_DataLabels()
|
/trunk/main/chart2/source/tools/ |
H A D | ExplicitCategoriesProvider.cxx | 212 NumberFormatterWrapper aNumberFormatterWrapper( xNumberFormatsSupplier ); in convertCategoryAnysToText() local 224 aText = aNumberFormatterWrapper.getFormattedString( in convertCategoryAnysToText()
|
H A D | DiagramHelper.cxx | 1194 NumberFormatterWrapper aNumberFormatterWrapper( xNumberFormatsSupplier ); in getDateNumberFormat() local 1195 SvNumberFormatter* pNumFormatter = aNumberFormatterWrapper.getSvNumberFormatter(); in getDateNumberFormat()
|
Completed in 66 milliseconds