From 6d2f6f2f01a4fbf244ba16c355d2f43a2ddf671e Mon Sep 17 00:00:00 2001 From: Jim Raykowski Date: Thu, 8 Feb 2018 18:27:56 -0900 Subject: tdf#115565 Change tab key behavior to navigate out of gotopage control ...in Writer Sidebar Navigator deck helper toolbox Change-Id: Ieeabcb30f421aa0ce2a5f841e45fff5f57358215 Reviewed-on: https://gerrit.libreoffice.org/50295 Tested-by: Jenkins Reviewed-by: Thorsten Behrens --- include/vcl/toolbox.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/vcl/toolbox.hxx') diff --git a/include/vcl/toolbox.hxx b/include/vcl/toolbox.hxx index 700da27363fb..92382df66bce 100644 --- a/include/vcl/toolbox.hxx +++ b/include/vcl/toolbox.hxx @@ -510,6 +510,8 @@ public: static Size GetDefaultImageSize(ToolBoxButtonSize eToolBoxButtonSize); Size GetDefaultImageSize() const; void ChangeHighlight( ImplToolItems::size_type nPos ); + bool ChangeHighlightUpDn( bool bUp, bool bNoCyle = false ); + void SetToolbarLayoutMode( ToolBoxLayoutMode eLayout ); void statusChanged(const css::frame::FeatureStateEvent& rEvent); -- cgit