/** GetCellText returns the text at the given position @paramnRow thenumberoftherow @paramnColId theIDofthecolumn @return thetextoutofthecell
*/ virtual OUString GetCellText(sal_Int32 nRow, sal_uInt16 nColId) const override;
/** returns the number in the given cell. If a cell is empty or contains a string,theresultwillbeNan
*/ double GetCellNumber( sal_Int32 nRow, sal_uInt16 nColumnId ) const;
// predicates to determine what actions are possible at the current cursor // position. This depends on the implementation of the according mutators // below. (They are used for enabling toolbar icons) bool MayInsertRow() const; bool MayInsertColumn() const; bool MayDeleteRow() const; bool MayDeleteColumn() const;
/// note: m_aNumberEditField must precede this member!
::svt::CellControllerRef m_rNumberEditController; /// note: m_aTextEditField must precede this member!
::svt::CellControllerRef m_rTextEditController;
¤ Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.0.10Bemerkung:
(vorverarbeitet am 2026-06-10)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.