summaryrefslogtreecommitdiff
path: root/sc/inc/docuno.hxx
diff options
context:
space:
mode:
authorAndrzej Hunt <andrzej@ahunt.org>2015-11-04 17:24:15 +0100
committerAndrzej Hunt <andrzej@ahunt.org>2015-11-05 12:59:00 +0100
commit2bcaffd12263e8f3c2a2fbf8ccc4b9bba2642146 (patch)
tree119105313d79c52efc488fd4c8de2ef04fcadd89 /sc/inc/docuno.hxx
parentf859dac52e40759fb8202d891df4e1442bc35803 (diff)
sc lok: tdf#94605 introduce uno:CellCursor
This allows the client to rerequest the current cursor position, which is necessary e.g. on zoom-level changes. Conflicts: desktop/source/lib/init.cxx sc/inc/docuno.hxx Change-Id: I10d81e220a56a36e2ec0c59005cd1d4f134857d5
Diffstat (limited to 'sc/inc/docuno.hxx')
-rw-r--r--sc/inc/docuno.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx
index 45fd943510af..49059f0b99c6 100644
--- a/sc/inc/docuno.hxx
+++ b/sc/inc/docuno.hxx
@@ -407,6 +407,12 @@ public:
/// @see vcl::ITiledRenderable::getRowColumnHeaders().
virtual OUString getRowColumnHeaders(const Rectangle& rRectangle) override;
+
+ /// @see vcl::ITiledRenderable::getCellCursor().
+ virtual OString getCellCursor( int nOutputWidth,
+ int nOutputHeight,
+ long nTileWidth,
+ long nTileHeight ) override;
};
class ScDrawPagesObj : public cppu::WeakImplHelper<