diff options
author | Marco Cecchetti <marco.cecchetti@collabora.com> | 2017-11-27 17:50:26 +0100 |
---|---|---|
committer | Marco Cecchetti <mrcekets@gmail.com> | 2017-11-29 12:44:35 +0100 |
commit | a2b70380c38dca4d075a0a866200096c6d9b4104 (patch) | |
tree | 9f3b22a28c51ceff17bfe4a15f70d84e331d15f4 /include | |
parent | e231ada19e14a4bae4b919c63a4e0227989f80d6 (diff) |
lok - calc: outline and group handling
Change-Id: Ibb287468653bc381acf034dcb8531c5faf61aef3
Reviewed-on: https://gerrit.libreoffice.org/45356
Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
Tested-by: Marco Cecchetti <mrcekets@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/ITiledRenderable.hxx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx index 7b0720a429b7..4e5f128674ee 100644 --- a/include/vcl/ITiledRenderable.hxx +++ b/include/vcl/ITiledRenderable.hxx @@ -144,6 +144,19 @@ public: } /** + * Show/Hide a single row/column header outline for Calc dosuments. + * + * @param bColumn - if we are dealing with a column or row group + * @param nLevel - the level to which the group belongs + * @param nIndex - the group entry index + * @param bHidden - the new group state (collapsed/expanded) + */ + virtual void setOutlineState(bool /*bColumn*/, int /*nLevel*/, int /*nIndex*/, bool /*bHidden*/) + { + return; + } + + /** * Get position and content of row/column headers of Calc documents. * * @param rRectangle - if not empty, then limit the output only to the area of this rectangle |