summaryrefslogtreecommitdiff
path: root/extensions/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2021-07-27 10:46:07 +0200
committerMiklos Vajna <vmiklos@collabora.com>2021-07-27 12:54:18 +0200
commit5fd2f212a1db9e061fb3a886810b427251e8a6bf (patch)
treece4445f7c158af3ef8e285a907a65f719e744d01 /extensions/inc
parentd2c2985024ee085796a21ef9c3226dde10311c80 (diff)
sw bibliography, local copy: handle the bibliography database window
- update generalpage.ui to have the same widgets for both the URL and the local URL - extend BibGeneralPage to map LocalURL to m_xLocalURLED - get the usual browse / page number handling buttons working - introduce a separate GtkAdjustment for the additional spinbutton, which seems to be necessary for gtk3, but not for gen (otherwise increasing the value sets a new value for both spinbuttons) Change-Id: I9ea616102cd6a8a060217a4e404a8eb93a0c2a04 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119545 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'extensions/inc')
-rw-r--r--extensions/inc/helpids.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/inc/helpids.h b/extensions/inc/helpids.h
index 1f55a0fd1995..e4a609aafc82 100644
--- a/extensions/inc/helpids.h
+++ b/extensions/inc/helpids.h
@@ -58,6 +58,7 @@
#define HID_BIB_CUSTOM3_POS "EXTENSIONS_HID_BIB_CUSTOM3_POS"
#define HID_BIB_CUSTOM4_POS "EXTENSIONS_HID_BIB_CUSTOM4_POS"
#define HID_BIB_CUSTOM5_POS "EXTENSIONS_HID_BIB_CUSTOM5_POS"
+#define HID_BIB_LOCAL_URL_POS "EXTENSIONS_HID_BIB_LOCAL_URL_POS"
#define HID_BIB_DB_GRIDCTRL "EXTENSIONS_HID_BIB_DB_GRIDCTRL"
#define HID_GROUPWIZARD_PREVIOUS "EXTENSIONS_HID_GROUPWIZARD_PREVIOUS"