LibreOffice Module chart2 (master) 1
|
#include <o3tl/any.hxx>
#include <rtl/math.hxx>
#include <com/sun/star/uno/Any.hxx>
#include <rtl/ustring.hxx>
#include "charttoolsdllapi.hxx"
#include <limits>
Go to the source code of this file.
Classes | |
struct | chart::CommonFunctors::makeAny< T > |
unary function to convert any type T into a css::uno::Any. More... | |
struct | chart::CommonFunctors::AnyToDouble |
unary function to convert css::uno::Any into a double number. More... | |
struct | chart::CommonFunctors::AnyToString |
unary function to convert css::uno::Any into an OUString. More... | |
struct | chart::CommonFunctors::OUStringToDouble |
unary function to convert an OUString into a double number. More... | |
struct | chart::CommonFunctors::DoubleToOUString |
unary function to convert a double number into an OUString. More... | |
Namespaces | |
namespace | chart |
namespace | chart::CommonFunctors |