LibreOffice Module chart2 (master) 1
|
#include <sal/config.h>
#include <unordered_map>
#include <com/sun/star/uno/Sequence.h>
#include <com/sun/star/uno/Reference.h>
Go to the source code of this file.
Classes | |
class | chart::PropertyMapper |
PropertyMapper provides easy mapping of the property names of various objects in the chart model, to the property names of the destination shape objects (those whose service names begin with com.sun.star.drawing.). More... | |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::beans |
namespace | chart |
Typedefs | |
typedef std::unordered_map< OUString, OUString > | chart::tPropertyNameMap |
typedef std::unordered_map< OUString, css::uno::Any > | chart::tPropertyNameValueMap |
typedef css::uno::Sequence< OUString > | chart::tNameSequence |
typedef css::uno::Sequence< css::uno::Any > | chart::tAnySequence |