LibreOffice Module comphelper (master) 1
|
#include <comphelper/numbers.hxx>
#include <osl/diagnose.h>
#include <sal/log.hxx>
#include <com/sun/star/util/NumberFormat.hpp>
#include <com/sun/star/util/XNumberFormatter.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
Go to the source code of this file.
Namespaces | |
namespace | comphelper |
Functions | |
sal_Int16 | comphelper::getNumberFormatType (const css::uno::Reference< css::util::XNumberFormats > &xFormats, sal_Int32 nKey) |
returns the css::util::NumberFormat of the given key under the given formats More... | |
sal_Int16 | comphelper::getNumberFormatType (const css::uno::Reference< css::util::XNumberFormatter > &xFormatter, sal_Int32 nKey) |
returns the css::util::NumberFormat of the given key under the given formatter More... | |
css::uno::Any | comphelper::getNumberFormatDecimals (const css::uno::Reference< css::util::XNumberFormats > &xFormats, sal_Int32 nKey) |
returns the decimals of the given numeric number formatunder the given formats More... | |
Any | comphelper::getNumberFormatProperty (const Reference< XNumberFormatter > &_rxFormatter, sal_Int32 _nKey, const OUString &_rPropertyName) |