diff options
Diffstat (limited to 'include/svx/selectioncontroller.hxx')
-rw-r--r-- | include/svx/selectioncontroller.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svx/selectioncontroller.hxx b/include/svx/selectioncontroller.hxx index d2fb9c4b9964..7510a830e645 100644 --- a/include/svx/selectioncontroller.hxx +++ b/include/svx/selectioncontroller.hxx @@ -33,6 +33,7 @@ class SfxStyleSheet; class SdrPage; class SdrModel; class Point; +class FontList; namespace sdr { @@ -78,6 +79,8 @@ public: virtual bool setCursorLogicPosition(const Point& rPosition, bool bPoint); /// Get the position of the first and the last selected cell. virtual void getSelectedCells(table::CellPos& rFirstPos, table::CellPos& rLastPos); + /// Changes the font (grow/shrink) according to the input parameters. + virtual bool ChangeFontSize(bool bGrow, const FontList* pFontList); }; } |