office-gobmx/sw/UITest_sw_uibase_docvw.mk
Miklos Vajna 1a94cd8257 sw content controls: add rendering for the alias
- add a new SwFrameMenuButtonBase subclass to show the title/alias of
  the content control under the cursor, if it's non-empty

- hide it when leaving the content control

- set its label to the alias from SwContentControl

- set the position similar to footer frame menu buttons, at the first
  text portion of the content control

- make the label clickable and bind the handler to the content control
  properties dialog

Change-Id: Ia35f0cc59c70910fb88719b207ef9e498d6760d3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141441
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2022-10-17 11:45:49 +02:00

16 lines
497 B
Makefile

# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_UITest_UITest,sw_uibase_docvw))
$(eval $(call gb_UITest_add_modules,sw_uibase_docvw,$(SRCDIR)/sw/qa/uitest,\
uibase/docvw/ \
))
$(eval $(call gb_UITest_set_defs,sw_uibase_docvw, \
TDOC="$(SRCDIR)/sw/qa/uitest/data" \
))