From a7ce5f83343f8f6ba8a59b05820b3a2066c0ce9a Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 30 Oct 2015 11:18:19 +0100 Subject: LOK: initial Document::getCommandValues() for RowColumnHeaders Only the row info and for the entire tiled rendering area as a start. Change-Id: Idbccd805b355e8d151ab7025ac1cf0c686cb237b --- include/vcl/ITiledRenderable.hxx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') 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& xClipboard) = 0; -- cgit v1.2.3