summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMihai Varga <mihai.varga@collabora.com>2015-07-22 16:21:08 +0300
committerJan Holesovsky <kendy@collabora.com>2015-08-03 10:42:51 +0200
commitef6d95bc75b06573bf5342933b1ac35aada5dbc8 (patch)
tree838c72e5b753da26e5be8820616ab30892e72a9f /sc/inc
parent82436291303dacfb3e9ea2f41c53eb057df9ee30 (diff)
tiledrendering: added getPartName method for calc
This method is used to get the sheet's name and to display it in the tabs (sheet selector) I've also added an unit test for it and uncommented a similar one Change-Id: Ia866815c594a873812c71a6c86e303c869e1f093 Reviewed-on: https://gerrit.libreoffice.org/17294 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/docuno.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx
index a7e9af5afb2c..cd6888598f69 100644
--- a/sc/inc/docuno.hxx
+++ b/sc/inc/docuno.hxx
@@ -388,6 +388,9 @@ public:
/// @see vcl::ITiledRenderable::getParts().
virtual int getParts() SAL_OVERRIDE;
+ /// @see vcl::ITiledRenderable::getPartName().
+ virtual OUString getPartName(int nPart) SAL_OVERRIDE;
+
/// @see vcl::ITiledRenderable::initializeForTiledRendering().
virtual void initializeForTiledRendering() SAL_OVERRIDE;