LibreOffice Module chart2 (master) 1
|
#include <GraphicPropertyItemConverter.hxx>
Public Member Functions | |
GraphicPropertyItemConverter (const css::uno::Reference< css::beans::XPropertySet > &rPropertySet, SfxItemPool &rItemPool, SdrModel &rDrawModel, css::uno::Reference< css::lang::XMultiServiceFactory > xNamedPropertyContainerFactory, GraphicObjectType eObjectType) | |
virtual | ~GraphicPropertyItemConverter () override |
Public Member Functions inherited from chart::wrapper::ItemConverter | |
ItemConverter (css::uno::Reference< css::beans::XPropertySet > xPropertySet, SfxItemPool &rItemPool) | |
Construct an item converter that uses the given property set for reading/writing converted items. More... | |
virtual | ~ItemConverter () override |
virtual void | FillItemSet (SfxItemSet &rOutItemSet) const |
applies all properties that can be mapped to items into the given item set. More... | |
virtual bool | ApplyItemSet (const SfxItemSet &rItemSet) |
applies all properties that are results of a conversion from all items in rItemSet to the internal XPropertySet. More... | |
SfxItemSet | CreateEmptyItemSet () const |
creates an empty item set using the given pool or a common pool if empty (see GetItemPool) and allowing all items given in the ranges returned by GetWhichPairs. More... | |
Protected Member Functions | |
virtual const WhichRangesContainer & | GetWhichPairs () const override |
implement this method to provide an array of which-ranges More... | |
virtual bool | GetItemProperty (tWhichIdType nWhichId, tPropertyNameWithMemberId &rOutProperty) const override |
implement this method to return a Property object for a given which id. More... | |
virtual void | FillSpecialItem (sal_uInt16 nWhichId, SfxItemSet &rOutItemSet) const override |
for items that can not be mapped directly to a property. More... | |
virtual bool | ApplySpecialItem (sal_uInt16 nWhichId, const SfxItemSet &rItemSet) override |
for items that can not be mapped directly to a property. More... | |
Protected Member Functions inherited from chart::wrapper::ItemConverter | |
virtual const WhichRangesContainer & | GetWhichPairs () const =0 |
implement this method to provide an array of which-ranges More... | |
virtual bool | GetItemProperty (tWhichIdType nWhichId, tPropertyNameWithMemberId &rOutProperty) const =0 |
implement this method to return a Property object for a given which id. More... | |
virtual void | FillSpecialItem (sal_uInt16 nWhichId, SfxItemSet &rOutItemSet) const |
for items that can not be mapped directly to a property. More... | |
virtual bool | ApplySpecialItem (sal_uInt16 nWhichId, const SfxItemSet &rItemSet) |
for items that can not be mapped directly to a property. More... | |
SfxItemPool & | GetItemPool () const |
Returns the pool. More... | |
const css::uno::Reference< css::beans::XPropertySet > & | GetPropertySet () const |
Returns the XPropertySet that was given in the CTOR and is used to apply items in ApplyItemSet(). More... | |
virtual void | _disposing (const css::lang::EventObject &rSource) override |
void | resetPropertySet (const css::uno::Reference< css::beans::XPropertySet > &xPropSet) |
sets a new property set, that you get with GetPropertySet(). More... | |
Protected Member Functions inherited from utl::OEventListenerAdapter | |
OEventListenerAdapter () | |
virtual | ~OEventListenerAdapter () |
void | startComponentListening (const css::uno::Reference< css::lang::XComponent > &_rxComp) |
void | stopComponentListening (const css::uno::Reference< css::lang::XComponent > &_rxComp) |
void | stopAllComponentListening () |
virtual void | _disposing (const css::lang::EventObject &_rSource)=0 |
Private Attributes | |
GraphicObjectType | m_GraphicObjectType |
SdrModel & | m_rDrawModel |
css::uno::Reference< css::lang::XMultiServiceFactory > | m_xNamedPropertyTableFactory |
Additional Inherited Members | |
Public Types inherited from chart::wrapper::ItemConverter | |
typedef sal_uInt16 | tWhichIdType |
typedef OUString | tPropertyNameType |
typedef sal_uInt8 | tMemberIdType |
typedef std::pair< tPropertyNameType, tMemberIdType > | tPropertyNameWithMemberId |
Static Public Member Functions inherited from chart::wrapper::ItemConverter | |
static void | InvalidateUnequalItems (SfxItemSet &rDestSet, const SfxItemSet &rSourceSet) |
Invalidates all items in rDestSet, that are set (state SfxItemState::SET) in both item sets (rDestSet and rSourceSet) and have differing content. More... | |
Definition at line 38 of file GraphicPropertyItemConverter.hxx.
chart::wrapper::GraphicPropertyItemConverter::GraphicPropertyItemConverter | ( | const css::uno::Reference< css::beans::XPropertySet > & | rPropertySet, |
SfxItemPool & | rItemPool, | ||
SdrModel & | rDrawModel, | ||
css::uno::Reference< css::lang::XMultiServiceFactory > | xNamedPropertyContainerFactory, | ||
GraphicObjectType | eObjectType | ||
) |
Definition at line 136 of file GraphicPropertyItemConverter.cxx.
|
overridevirtual |
Definition at line 149 of file GraphicPropertyItemConverter.cxx.
|
overrideprotectedvirtual |
for items that can not be mapped directly to a property.
This method is called from ApplyItemSet(), if GetItemProperty() returns false.
The default implementation returns just false and shows an assertion
css::uno::Exception |
Reimplemented from chart::wrapper::ItemConverter.
Definition at line 417 of file GraphicPropertyItemConverter.cxx.
References chart::PropertyHelper::addBitmapUniqueNameToTable(), chart::PropertyHelper::addGradientUniqueNameToTable(), chart::PropertyHelper::addHatchUniqueNameToTable(), chart::PropertyHelper::addLineDashUniqueNameToTable(), chart::PropertyHelper::addTransparencyGradientUniqueNameToTable(), aName, aPropName, DBG_UNHANDLED_EXCEPTION, chart::wrapper::FilledDataPoint, SfxItemSet::Get(), chart::wrapper::ItemConverter::GetPropertySet(), getPropertyValue(), GetValue, XFillFloatTransparenceItem::IsEnabled(), chart::wrapper::LineDataPoint, m_GraphicObjectType, m_xNamedPropertyTableFactory, MID_BITMAP, MID_FILLGRADIENT, MID_FILLHATCH, MID_LINEDASH, MID_NAME, nValue, XFillBitmapItem::QueryValue(), XFillFloatTransparenceItem::QueryValue(), XFillGradientItem::QueryValue(), XFillHatchItem::QueryValue(), XLineDashItem::QueryValue(), SAL_MAX_INT16, u, XATTR_FILLBITMAP(), XATTR_FILLBMP_STRETCH(), XATTR_FILLBMP_TILE(), XATTR_FILLFLOATTRANSPARENCE(), XATTR_FILLGRADIENT(), XATTR_FILLHATCH(), XATTR_FILLTRANSPARENCE(), XATTR_GRADIENTSTEPCOUNT(), XATTR_LINEDASH(), and XATTR_LINETRANSPARENCE().
|
overrideprotectedvirtual |
for items that can not be mapped directly to a property.
This method is called from FillItemSet(), if GetItemProperty() returns false.
The default implementation does nothing except showing an assertion
css::uno::Exception |
Reimplemented from chart::wrapper::ItemConverter.
Definition at line 210 of file GraphicPropertyItemConverter.cxx.
References aName, aPropName, XFillBitmapItem::checkForUniqueItem(), XFillGradientItem::checkForUniqueItem(), XFillHatchItem::checkForUniqueItem(), XLineDashItem::checkForUniqueItem(), DBG_UNHANDLED_EXCEPTION, chart::wrapper::FilledDataPoint, chart::wrapper::ItemConverter::GetPropertySet(), getPropertyValue(), chart::getShortForLongAlso(), chart::hasLongOrShortValue(), uno::Any::hasValue(), chart::wrapper::LineDataPoint, m_GraphicObjectType, m_rDrawModel, m_xNamedPropertyTableFactory, MID_BITMAP, MID_FILLGRADIENT, MID_FILLHATCH, MID_LINEDASH, MID_NAME, SfxItemSet::Put(), XFillBitmapItem::PutValue(), XFillFloatTransparenceItem::PutValue(), XFillGradientItem::PutValue(), XFillHatchItem::PutValue(), XLineDashItem::PutValue(), XFillFloatTransparenceItem::SetEnabled(), XATTR_FILLBITMAP(), XATTR_FILLBMP_STRETCH(), XATTR_FILLBMP_TILE(), XATTR_FILLFLOATTRANSPARENCE(), XATTR_FILLGRADIENT(), XATTR_FILLHATCH(), XATTR_FILLTRANSPARENCE(), XATTR_GRADIENTSTEPCOUNT(), XATTR_LINEDASH(), and XATTR_LINETRANSPARENCE().
|
overrideprotectedvirtual |
implement this method to return a Property object for a given which id.
rOutProperty | If true is returned, this contains the property name and the corresponding Member-Id. |
Implements chart::wrapper::ItemConverter.
Definition at line 169 of file GraphicPropertyItemConverter.cxx.
References chart::wrapper::FilledDataPoint, chart::wrapper::LineAndFillProperties, chart::wrapper::LineDataPoint, chart::wrapper::LineProperties, and m_GraphicObjectType.
|
overrideprotectedvirtual |
implement this method to provide an array of which-ranges
Implements chart::wrapper::ItemConverter.
Definition at line 152 of file GraphicPropertyItemConverter.cxx.
References chart::wrapper::FilledDataPoint, chart::wrapper::LineAndFillProperties, chart::wrapper::LineDataPoint, chart::wrapper::LineProperties, m_GraphicObjectType, nLineAndFillPropertyWhichPairs, nLinePropertyWhichPairs, and nRowWhichPairs.
|
private |
Definition at line 57 of file GraphicPropertyItemConverter.hxx.
Referenced by ApplySpecialItem(), FillSpecialItem(), GetItemProperty(), and GetWhichPairs().
|
private |
Definition at line 58 of file GraphicPropertyItemConverter.hxx.
Referenced by FillSpecialItem().
|
private |
Definition at line 59 of file GraphicPropertyItemConverter.hxx.
Referenced by ApplySpecialItem(), and FillSpecialItem().