|
interface | com::sun::star::chart::XDiagram |
interface | com::sun::star::chart::XAxisSupplier |
| Provides easier access to the different axes and their sub elements.
|
interface | com::sun::star::chart::XSecondAxisTitleSupplier |
| Provides access to the titles of the secondary X axis and Y axis.
|
interface | com::sun::star::chart::XDiagramPositioning |
interface | com::sun::star::beans::XPropertySet |
interface | com::sun::star::beans::XPropertySet |
interface | com::sun::star::chart::XAxisXSupplier |
| offers access to the axis object, the title, and the grids
|
interface | com::sun::star::chart::XTwoAxisYSupplier |
| offers access to the axis object
|
interface | com::sun::star::chart::XAxisYSupplier |
| offers access to the axis object, the title, and the grids
|
string | getDiagramType () |
com::sun::star::beans::XPropertySet | getDataRowProperties ([in] long nRow) raises ( com::sun::star::lang::IndexOutOfBoundsException ) |
com::sun::star::beans::XPropertySet | getDataPointProperties ([in] long nCol, [in] long nRow) raises ( com::sun::star::lang::IndexOutOfBoundsException ) |
com::sun::star::awt::Point | getPosition () |
| gets the current position of this object.
|
void | setPosition ([in] com::sun::star::awt::Point aPosition) |
| sets the current position of this object
|
com::sun::star::awt::Size | getSize () |
| gets the size of this object.
|
void | setSize ([in] com::sun::star::awt::Size aSize) raises ( com::sun::star::beans::PropertyVetoException ) |
| sets the size of this object.
|
string | getShapeType () |
any | queryInterface ([in] type aType) |
| queries for a new interface to an existing UNO object.
|
void | acquire () |
| increases the reference counter by one.
|
void | release () |
| decreases the reference counter by one.
|
com::sun::star::beans::XPropertySetInfo | getPropertySetInfo () |
void | setPropertyValue ([in] string aPropertyName, [in] any aValue) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::beans::PropertyVetoException, com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::WrappedTargetException ) |
| sets the value of the property with the specified name.
|
any | getPropertyValue ([in] string PropertyName) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
void | addPropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener xListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| adds an XPropertyChangeListener to the specified property.
|
void | removePropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| removes an XPropertyChangeListener from the listener list.
|
void | addVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| adds an XVetoableChangeListener to the specified property with the name PropertyName.
|
void | removeVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| removes an XVetoableChangeListener from the listener list.
|
com::sun::star::drawing::XShape | getXAxisTitle () |
com::sun::star::beans::XPropertySet | getXAxis () |
com::sun::star::beans::XPropertySet | getXMainGrid () |
com::sun::star::beans::XPropertySet | getXHelpGrid () |
com::sun::star::beans::XPropertySet | getSecondaryYAxis () |
com::sun::star::drawing::XShape | getYAxisTitle () |
com::sun::star::beans::XPropertySet | getYAxis () |
com::sun::star::beans::XPropertySet | getYHelpGrid () |
com::sun::star::beans::XPropertySet | getYMainGrid () |
com::sun::star::chart::XAxis | getAxis ([in] long nDimensionIndex) |
com::sun::star::chart::XAxis | getSecondaryAxis ([in] long nDimensionIndex) |
com::sun::star::drawing::XShape | getSecondXAxisTitle () |
com::sun::star::drawing::XShape | getSecondYAxisTitle () |
void | setAutomaticDiagramPositioning () |
| the diagram will be placed automatically
|
boolean | isAutomaticDiagramPositioning () |
void | setDiagramPositionExcludingAxes ([in] com::sun::star::awt::Rectangle PositionRect) |
| place the inner diagram part excluding any axes, labels and titles
|
boolean | isExcludingDiagramPositioning () |
com::sun::star::awt::Rectangle | calculateDiagramPositionExcludingAxes () |
void | setDiagramPositionIncludingAxes ([in] com::sun::star::awt::Rectangle PositionRect) |
| place the outer diagram part including the axes and axes labels, but excluding the axes titles.
|
com::sun::star::awt::Rectangle | calculateDiagramPositionIncludingAxes () |
void | setDiagramPositionIncludingAxesAndAxisTitles ([in] com::sun::star::awt::Rectangle PositionRect) |
| place the diagram including the axes, axes labels and axes titles.
|
com::sun::star::awt::Rectangle | calculateDiagramPositionIncludingAxesAndAxisTitles () |
com::sun::star::beans::XPropertySetInfo | getPropertySetInfo () |
void | setPropertyValue ([in] string aPropertyName, [in] any aValue) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::beans::PropertyVetoException, com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::WrappedTargetException ) |
| sets the value of the property with the specified name.
|
any | getPropertyValue ([in] string PropertyName) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
void | addPropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener xListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| adds an XPropertyChangeListener to the specified property.
|
void | removePropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| removes an XPropertyChangeListener from the listener list.
|
void | addVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| adds an XVetoableChangeListener to the specified property with the name PropertyName.
|
void | removeVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| removes an XVetoableChangeListener from the listener list.
|
::com::sun::star::container::XNameContainer | UserDefinedAttributes |
| This container holds the AttributeData elements that represent uninterpreted XML attributes.
|
This is a service for histogram diagrams.
- Since
- LibreOffice 25.2