LibreOffice Module svx (master) 1
|
This interface provides access to text object(s) in an SdrObject. More...
#include <itextprovider.hxx>
Public Member Functions | |
virtual sal_Int32 | getTextCount () const =0 |
Return the number of texts available for this object. More... | |
virtual SdrText * | getText (sal_Int32 nIndex) const =0 |
Return the nth available text. More... | |
Protected Member Functions | |
~ITextProvider () | |
This interface provides access to text object(s) in an SdrObject.
Definition at line 25 of file itextprovider.hxx.
|
inlineprotected |
Definition at line 35 of file itextprovider.hxx.
|
pure virtual |
Return the nth available text.
Implemented in sdr::table::SdrTableObj, SdrTextObj, and sdr::properties::CellTextProvider.
Referenced by sdr::properties::TextProperties::ForceStyleToHardAttributes(), sdr::properties::TextProperties::ItemChange(), sdr::properties::TextProperties::ItemSetChanged(), sdr::properties::TextProperties::Notify(), and sdr::properties::TextProperties::SetStyleSheet().
|
pure virtual |
Return the number of texts available for this object.
Implemented in sdr::table::SdrTableObj, SdrTextObj, and sdr::properties::CellTextProvider.
Referenced by sdr::properties::TextProperties::ForceStyleToHardAttributes(), sdr::properties::TextProperties::ItemChange(), sdr::properties::TextProperties::ItemSetChanged(), sdr::properties::TextProperties::Notify(), and sdr::properties::TextProperties::SetStyleSheet().