lok: introduce QueryControlState function
commit219cb84f901676a738892e87ba6f726805d5e72c
authorHenry Castro <hcastro@collabora.com>
Fri, 27 Mar 2020 23:24:14 +0000 (27 19:24 -0400)
committerHenry Castro <hcastro@collabora.com>
Mon, 6 Apr 2020 01:06:07 +0000 (6 03:06 +0200)
treec66c57fbc5dcf54244b50adfe21f336e3e062c89
parent7c5d207c6adaafa8c4f6fe90e3389c7fdaadc800
lok: introduce QueryControlState function

The sidebar usually executes UNO commands to the core framework,
however the controls already have formatted the text that is useful
in Online client side. For example the units conversion.

The QueryControlState method will retrieve the current formatted text
of the sidebar control to be used in Client Side.

Change-Id: I0b3e3a1462d4391ac911352f35808a5e5d9f9ffb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91237
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91577
Tested-by: Jenkins
34 files changed:
chart2/source/controller/sidebar/ChartAxisPanel.hxx
chart2/source/controller/sidebar/ChartErrorBarPanel.hxx
chart2/source/controller/sidebar/ChartSeriesPanel.hxx
include/sfx2/bindings.hxx
include/sfx2/ctrlitem.hxx
include/sfx2/sidebar/ControllerItem.hxx
include/svx/sidebar/AreaPropertyPanelBase.hxx
sc/source/ui/sidebar/AlignmentPropertyPanel.hxx
sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx
sc/source/ui/sidebar/NumberFormatPropertyPanel.hxx
sd/source/ui/sidebar/SlideBackground.hxx
sfx2/source/control/bindings.cxx
sfx2/source/control/ctrlitem.cxx
sfx2/source/control/statcach.cxx
sfx2/source/control/unoctitm.cxx
sfx2/source/inc/statcach.hxx
sfx2/source/sidebar/ControllerItem.cxx
svx/source/sidebar/glow/GlowPropertyPanel.hxx
svx/source/sidebar/graphic/GraphicPropertyPanel.hxx
svx/source/sidebar/line/LinePropertyPanel.hxx
svx/source/sidebar/media/MediaPlaybackPanel.hxx
svx/source/sidebar/paragraph/ParaPropertyPanel.hxx
svx/source/sidebar/possize/PosSizePropertyPanel.cxx
svx/source/sidebar/possize/PosSizePropertyPanel.hxx
svx/source/sidebar/shadow/ShadowPropertyPanel.hxx
sw/source/uibase/inc/navipi.hxx
sw/source/uibase/sidebar/PageFooterPanel.hxx
sw/source/uibase/sidebar/PageFormatPanel.hxx
sw/source/uibase/sidebar/PageHeaderPanel.hxx
sw/source/uibase/sidebar/PageStylesPanel.hxx
sw/source/uibase/sidebar/StylePresetsPanel.hxx
sw/source/uibase/sidebar/TableEditPanel.hxx
sw/source/uibase/sidebar/ThemePanel.hxx
sw/source/uibase/sidebar/WrapPropertyPanel.hxx