# -*- 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_Executable_Executable,climaker)) $(eval $(call gb_Executable_use_package,climaker,\ cli_basetypes_copy \ )) $(eval $(call gb_Executable_add_cxxflags,climaker,\ -AI $(INSTDIR)/$(LIBO_URE_LIB_FOLDER) \ -clr \ -LN \ -wd4339 \ -wd4715 \ )) $(eval $(call gb_Executable_add_ldflags,climaker,\ -ignore:4248 \ )) $(eval $(call gb_Executable_use_internal_bootstrap_api,climaker,\ udkapi \ )) $(eval $(call gb_Executable_use_libraries,climaker,\ cppu \ cppuhelper \ sal \ salhelper \ unoidl \ $(gb_UWINAPI) \ )) $(eval $(call gb_Executable_use_system_win32_libs,climaker,\ mscoree \ msvcmrt \ )) $(eval $(call gb_Executable_add_exception_objects,climaker,\ cli_ure/source/climaker/climaker_app \ cli_ure/source/climaker/climaker_emit \ )) $(call gb_Executable_get_headers_target,climaker) : \ $(call gb_CliLibrary_get_target,cli_basetypes) # vim: set noet sw=4 ts=4: /option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/framework/uiconfig
AgeCommit message (Expand)Author
2021-04-06translation domain of sfx for .ui in framework doesn't look rightCaolán McNamara
2021-04-06Extend ToolBarManager to build weld::ToolbarSzymon Kłos
2021-04-02weld SubToolBarControllerSzymon Kłos
2020-10-22Resolves tdf#137607 and tdf#137500 - Improvements to TotDHeiko Tietze
2019-09-23Resolves tdf#127400 - Allow to show tip of the day againHeiko Tietze
2019-04-15tdf#124649 framework menubar: show icons for most importent itemsandreas kainz
2018-10-09tdf#120264 - Access to "Get Involved"heiko tietze
2018-06-11menubar: framework/startpage sync help menubar entryandreas kainz
2017-11-17Add templates menu and remove macro recording in start centerYousuf Philips
2017-07-04tdf#105831 Add Donate entry on Help menuOlivier
2017-02-05.uno:ScriptOrganizer should be menu:menuitemMaxim Monastirsky
2016-11-07officecfg: add .uno:SignPDF labelMiklos Vajna
2016-10-19tdf#96015 (part) link to Doc'tation in Help menuOlivier Hallot
2016-10-10safemode: Add uno command and menu entrySamuel Mehrbrodt
2016-08-11tdf#96015 (part) links to Askbot in the Help menuOlivier Hallot
2015-11-19tdf#95931 Add 'Open remote file' to menu in start centerSamuel Mehrbrodt
2015-11-19No toolbar and statusbar in the startcenterSamuel Mehrbrodt
2014-01-09fdo#71883 Startcenter: Re-introduce the 'Tools' -> 'Customize...' menuZolnai Tamás
2013-12-03Start center: Re-introduce the Macros menu, people use it.Jan Holesovsky
2013-11-14startcenter: Remove useless menu entries.Jan Holesovsky
2013-08-08Move startcenter.ui from framework to sfx2Krisztian Pinter
2013-07-18startcenter: Make the Open button work as a MenuButton.Jan Holesovsky
2013-07-18startcenter: The window & strings are initialized in .ui, remove from .src.Jan Holesovsky
2013-07-18startcenter: Make the widgets in .ui resizable.Jan Holesovsky
2013-07-18startcenter: GSOC Use Widget Layout for the Start CenterKrisztian Pinter