diff options
author | Marco Cecchetti <marco.cecchetti@collabora.com> | 2019-11-27 22:53:38 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-12-03 07:28:36 +0100 |
commit | e5367efbd15e1d97f8d4de232df1c325d8fff2b8 (patch) | |
tree | ff58530755848954e76b4b16eb30b8d261fc2c29 /sc/inc | |
parent | 9bbdf2273394f7b9d619973cb8a73e7f846c334f (diff) |
lok: formula bar: function completion
lok clients can request to complete a function name partially typed in
the formula input box.
Change-Id: I8771fd4d2a7f79c20138d9183162da23a92f2ba4
Reviewed-on: https://gerrit.libreoffice.org/83984
Reviewed-by: Marco Cecchetti <marco.cecchetti@collabora.com>
Tested-by: Marco Cecchetti <marco.cecchetti@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/84258
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/docuno.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx index e7cf7f1d3263..207940f731b8 100644 --- a/sc/inc/docuno.hxx +++ b/sc/inc/docuno.hxx @@ -386,6 +386,9 @@ public: /// @see vcl::ITiledRenderable::getPostItsPos(). OUString getPostItsPos() override; + + /// @see vcl::ITiledRenderable::completeFunction(). + virtual void completeFunction(int nIndex) override; }; class ScDrawPagesObj final : public cppu::WeakImplHelper< |