# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # 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_UIConfig_UIConfig,modules/dbbrowser)) $(eval $(call gb_UIConfig_add_menubarfiles,modules/dbbrowser,\ dbaccess/uiconfig/dbbrowser/menubar/compat \ )) $(eval $(call gb_UIConfig_add_popupmenufiles,modules/dbbrowser,\ dbaccess/uiconfig/dbbrowser/popupmenu/explorer \ dbaccess/uiconfig/dbbrowser/popupmenu/refreshdata \ )) $(eval $(call gb_UIConfig_add_toolbarfiles,modules/dbbrowser,\ dbaccess/uiconfig/dbbrowser/toolbar/toolbar \ )) # vim: set noet sw=4 ts=4: runk'>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/oox/source
diff options
context:
space:
mode:
authorvarshneydevansh <varshney.devansh614@gmail.com>2024-07-14 21:20:45 +0900
committerTomaž Vajngerl <quikee@gmail.com>2024-07-21 08:02:43 +0200
commit07ae0e5ada7cb595eb4815413a5bdd442c32a6ab (patch)
tree8a09c4364cd96f5668d4aa739e7786dfdb8df692 /oox/source
parentb92b1ca8c14979550ec962464ec8d782cdd69d82 (diff)
tdf#82716 Add initial implementation of the Histogram Chart
- Add the Histogram selection to the UI - Histogram bars showing with No Gap - Convert X and Y axis to group data into bins and frequency - Adjusted failing UI test (tdf138556) as a new chart type was added Change-Id: Id1f161adac943ead5e17c7fbb7e14c9ab7f1655e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167068 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'oox/source')