summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-08-01 02:13:47 +0200
committerJan Holesovsky <kendy@collabora.com>2015-08-03 11:29:19 +0200
commit1823208dbd13ec7d4118045084036a59a70c7125 (patch)
tree14782e5b3dc9e9602dff79ca7a5d73dc378be711 /include
parentef6d95bc75b06573bf5342933b1ac35aada5dbc8 (diff)
LOK: Implement parts for Writer too.
In Writer, the meaning of 'parts' is a bit different than in Calc or Impress. In Writer, the parts mean pages, and the document does not give a completely different view, the cursor just jumps to the given page. It is up to the client to follow the cursor appropriately to have the desired effect. Conflicts: libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx libreofficekit/source/gtk/lokdocview.cxx Change-Id: I56b3264e0340cd639bdabfa92b74b52bd1f391a5
Diffstat (limited to 'include')
-rw-r--r--include/LibreOfficeKit/LibreOfficeKitGtk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitGtk.h b/include/LibreOfficeKit/LibreOfficeKitGtk.h
index b3e50d31b01d..f5c9143154a7 100644
--- a/include/LibreOfficeKit/LibreOfficeKitGtk.h
+++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h
@@ -41,6 +41,7 @@ struct _LOKDocViewClass
void (* command_changed) (LOKDocView* pView, char* new_state);
void (* search_not_found) (LOKDocView* pView, char* new_state);
void (* part_changed) (LOKDocView* pView, int new_part);
+ void (* size_changed) (LOKDocView* pView);
};
guint lok_docview_get_type (void);