diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-10-30 11:18:19 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-10-30 12:35:56 +0100 |
commit | a7ce5f83343f8f6ba8a59b05820b3a2066c0ce9a (patch) | |
tree | 1696769691eb0b0acba8d1c0eb02badac9a61599 /include | |
parent | 5aee8e8cf48cf6c5fe5a4065554e96597e39e73d (diff) |
LOK: initial Document::getCommandValues() for RowColumnHeaders
Only the row info and for the entire tiled rendering area as a start.
Change-Id: Idbccd805b355e8d151ab7025ac1cf0c686cb237b
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/ITiledRenderable.hxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx index 8ae719edf752..48a13ffc1275 100644 --- a/include/vcl/ITiledRenderable.hxx +++ b/include/vcl/ITiledRenderable.hxx @@ -148,6 +148,14 @@ public: return OUString(); } + /** + * Get position and content of row/column headers of Calc documents. + */ + virtual OUString getRowColumnHeaders() + { + return OUString(); + } + /// Sets the clipboard of the component. virtual void setClipboard(const css::uno::Reference<css::datatransfer::clipboard::XClipboard>& xClipboard) = 0; |