LibreOffice Module chart2 (master) 1
|
#include "PropertyHelper.hxx"
#include "FastPropertyIdRanges.hxx"
#include "charttoolsdllapi.hxx"
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::beans |
namespace | com::sun::star::uno |
namespace | chart |
namespace | chart::LinePropertiesHelper |
Functions | |
OOO_DLLPUBLIC_CHARTTOOLS void | chart::LinePropertiesHelper::AddPropertiesToVector (std::vector< css::beans::Property > &rOutProperties) |
OOO_DLLPUBLIC_CHARTTOOLS void | chart::LinePropertiesHelper::AddDefaultsToMap (::chart::tPropertyValueMap &rOutMap) |
bool | chart::LinePropertiesHelper::IsLineVisible (const css::uno::Reference< css::beans::XPropertySet > &xLineProperties) |
void | chart::LinePropertiesHelper::SetLineVisible (const css::uno::Reference< css::beans::XPropertySet > &xLineProperties) |
void | chart::LinePropertiesHelper::SetLineInvisible (const css::uno::Reference< css::beans::XPropertySet > &xLineProperties) |
void | chart::LinePropertiesHelper::SetLineColor (const css::uno::Reference< css::beans::XPropertySet > &xGridProperties, sal_Int32 nColor) |