diff options
author | Mihai Varga <mihai.varga@collabora.com> | 2015-11-13 09:48:14 +0200 |
---|---|---|
committer | Mihai Varga <mihai.mv13@gmail.com> | 2015-11-13 10:00:13 +0200 |
commit | 5b1e22e9ba941305a7f138adcef75a464161a145 (patch) | |
tree | 28cd17b06803468cd32c3e0a6b35f2d4aae00760 /include | |
parent | 96cd2abd748ed24e5aba50cc4c300cf06e512db3 (diff) |
LOK: calc formula callback + formula bar implementation in gtk
We need the callback to be able implement the formula bar
Change-Id: I1c78ab0b9ed9304c0465a9993a7101f8efb91052
Conflicts:
include/LibreOfficeKit/LibreOfficeKitEnums.h
libreofficekit/source/gtk/lokdocview.cxx
Diffstat (limited to 'include')
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKitEnums.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h b/include/LibreOfficeKit/LibreOfficeKitEnums.h index 37837ea49b86..7b23fcbab1c3 100644 --- a/include/LibreOfficeKit/LibreOfficeKitEnums.h +++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h @@ -209,7 +209,12 @@ typedef enum * * Payload is a css mouse pointer style. */ - LOK_CALLBACK_MOUSE_POINTER + LOK_CALLBACK_MOUSE_POINTER, + + /** + * The text content of the formula bar in Calc. + */ + LOK_CALLBACK_CELL_FORMULA } LibreOfficeKitCallbackType; |