# -*- 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/swform)) $(eval $(call gb_UIConfig_add_menubarfiles,modules/swform,\ sw/uiconfig/swform/menubar/menubar \ )) $(eval $(call gb_UIConfig_add_statusbarfiles,modules/swform,\ sw/uiconfig/swform/statusbar/statusbar \ )) $(eval $(call gb_UIConfig_add_toolbarfiles,modules/swform,\ sw/uiconfig/swform/toolbar/alignmentbar \ sw/uiconfig/swform/toolbar/arrowshapes \ sw/uiconfig/swform/toolbar/basicshapes \ sw/uiconfig/swform/toolbar/bezierobjectbar \ sw/uiconfig/swform/toolbar/calloutshapes \ sw/uiconfig/swform/toolbar/colorbar \ sw/uiconfig/swform/toolbar/drawbar \ sw/uiconfig/swform/toolbar/drawingobjectbar \ sw/uiconfig/swform/toolbar/drawtextobjectbar \ sw/uiconfig/swform/toolbar/extrusionobjectbar \ sw/uiconfig/swform/toolbar/flowchartshapes \ sw/uiconfig/swform/toolbar/fontworkobjectbar \ sw/uiconfig/swform/toolbar/fontworkshapetype \ sw/uiconfig/swform/toolbar/formcontrols \ sw/uiconfig/swform/toolbar/formdesign \ sw/uiconfig/swform/toolbar/formsfilterbar \ sw/uiconfig/swform/toolbar/formsnavigationbar \ sw/uiconfig/swform/toolbar/formtextobjectbar \ sw/uiconfig/swform/toolbar/frameobjectbar \ sw/uiconfig/swform/toolbar/fullscreenbar \ sw/uiconfig/swform/toolbar/graffilterbar \ sw/uiconfig/swform/toolbar/graphicobjectbar \ sw/uiconfig/swform/toolbar/insertbar \ sw/uiconfig/swform/toolbar/insertobjectbar \ sw/uiconfig/swform/toolbar/mediaobjectbar \ sw/uiconfig/swform/toolbar/moreformcontrols \ sw/uiconfig/swform/toolbar/numobjectbar \ sw/uiconfig/swform/toolbar/oleobjectbar \ sw/uiconfig/swform/toolbar/optimizetablebar \ sw/uiconfig/swform/toolbar/previewobjectbar \ sw/uiconfig/swform/toolbar/standardbar \ sw/uiconfig/swform/toolbar/starshapes \ sw/uiconfig/swform/toolbar/symbolshapes \ sw/uiconfig/swform/toolbar/tableobjectbar \ sw/uiconfig/swform/toolbar/textobjectbar \ sw/uiconfig/swform/toolbar/toolbar \ sw/uiconfig/swform/toolbar/viewerbar \ )) # vim: set noet sw=4 ts=4: o-2021 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/framework/source/uiconfiguration/uicategorydescription.cxx
AgeCommit message (Expand)Author
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan
2016-01-11loplugin:unusedmethods unused return value in frameworkNoel Grandin
2015-11-25cppcheck: noExplicitConstructorCaolán McNamara
2015-11-20new loplugin:unusedfieldsNoel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-14com::sun::star->css in frameworkNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet
2014-04-07framework: sal_Bool->boolNoel Grandin
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26Remove visual noise from frameworkAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-13cosmeticsMatúš Kukan
2014-01-28fwk: Constructor feature for one instance UICategoryDescription.Matúš Kukan