|
LibreOffice Module comphelper (master) 1
|
#include <rtl/ustring.hxx>#include <com/sun/star/uno/Reference.h>#include <comphelper/comphelperdllapi.h>Go to the source code of this file.
Namespaces | |
| namespace | com |
| namespace | com::sun |
| namespace | com::sun::star |
| namespace | com::sun::star::util |
| 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... | |
| COMPHELPER_DLLPUBLIC css::uno::Any | comphelper::getNumberFormatProperty (const css::uno::Reference< css::util::XNumberFormatter > &_rxFormatter, sal_Int32 _nKey, const OUString &_rPropertyName) |
| retrieves the value of a given property for a given format key, relating to a given formatter More... | |