# -*- 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/sweb)) $(eval $(call gb_UIConfig_add_menubarfiles,modules/sweb,\ sw/uiconfig/sweb/menubar/menubar \ )) $(eval $(call gb_UIConfig_add_popupmenufiles,modules/sweb,\ sw/uiconfig/sweb/popupmenu/anchor \ sw/uiconfig/sweb/popupmenu/annotation \ sw/uiconfig/sweb/popupmenu/form \ sw/uiconfig/sweb/popupmenu/formrichtext \ sw/uiconfig/sweb/popupmenu/frame \ sw/uiconfig/sweb/popupmenu/graphic \ sw/uiconfig/sweb/popupmenu/insertfield \ sw/uiconfig/sweb/popupmenu/oleobject \ sw/uiconfig/sweb/popupmenu/preview \ sw/uiconfig/sweb/popupmenu/source \ sw/uiconfig/sweb/popupmenu/table \ sw/uiconfig/sweb/popupmenu/text \ )) $(eval $(call gb_UIConfig_add_statusbarfiles,modules/sweb,\ sw/uiconfig/sweb/statusbar/statusbar \ )) $(eval $(call gb_UIConfig_add_toolbarfiles,modules/sweb,\ sw/uiconfig/sweb/toolbar/arrowshapes \ sw/uiconfig/sweb/toolbar/basicshapes \ sw/uiconfig/sweb/toolbar/bezierobjectbar \ sw/uiconfig/sweb/toolbar/calloutshapes \ sw/uiconfig/sweb/toolbar/colorbar \ sw/uiconfig/sweb/toolbar/drawingobjectbar \ sw/uiconfig/sweb/toolbar/drawtextobjectbar \ sw/uiconfig/sweb/toolbar/extrusionobjectbar \ sw/uiconfig/sweb/toolbar/findbar \ sw/uiconfig/sweb/toolbar/flowchartshapes \ sw/uiconfig/sweb/toolbar/fontworkobjectbar \ sw/uiconfig/sweb/toolbar/fontworkshapetype \ sw/uiconfig/sweb/toolbar/formcontrols \ sw/uiconfig/sweb/toolbar/formdesign \ sw/uiconfig/sweb/toolbar/formsfilterbar \ sw/uiconfig/sweb/toolbar/formsnavigationbar \ sw/uiconfig/sweb/toolbar/formtextobjectbar \ sw/uiconfig/sweb/toolbar/frameobjectbar \ sw/uiconfig/sweb/toolbar/fullscreenbar \ sw/uiconfig/sweb/toolbar/graffilterbar \ sw/uiconfig/sweb/toolbar/graphicobjectbar \ sw/uiconfig/sweb/toolbar/insertbar \ sw/uiconfig/sweb/toolbar/mediaobjectbar \ sw/uiconfig/sweb/toolbar/numobjectbar \ sw/uiconfig/sweb/toolbar/oleobjectbar \ sw/uiconfig/sweb/toolbar/optimizetablebar \ sw/uiconfig/sweb/toolbar/previewobjectbar \ sw/uiconfig/sweb/toolbar/standardbar \ sw/uiconfig/sweb/toolbar/starshapes \ sw/uiconfig/sweb/toolbar/symbolshapes \ sw/uiconfig/sweb/toolbar/tableobjectbar \ sw/uiconfig/sweb/toolbar/textobjectbar \ sw/uiconfig/sweb/toolbar/toolbar \ sw/uiconfig/sweb/toolbar/viewerbar \ )) # vim: set noet sw=4 ts=4: 4.04.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/stoc/source
AgeCommit message (Expand)Author
2017-01-31stoc: try to throw more informative exceptionsMichael Stahl
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin
2016-11-02coverity#1375798 Uncaught exceptionCaolán McNamara
2016-10-27coverity#1374309 Uncaught exceptionCaolán McNamara
2016-10-27loplugin:expandablemethods in stoc..svlNoel Grandin
2016-10-26Java 7 DISPLAY and FORMAT locale and script fieldEike Rathke
2016-10-25Revert "Revert "Resolves: #i86470# Wrong Java locale when using "nl" and "fr"""Stephan Bergmann
2016-10-25Revert "Resolves: #i86470# Wrong Java locale when using "nl" and "fr""Eike Rathke
2016-10-25Resolves: #i86470# Wrong Java locale when using "nl" and "fr"Eike Rathke
2016-10-14loplugin:countusersofdefaultparams in sot..svtoolsNoel Grandin
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-12loplugin:constantparam in package..stocNoel Grandin
2016-09-09loplugin:constantparam in sot..svlNoel Grandin
2016-08-25tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu
2016-08-05loplugin:countusersofdefaultparams in sfx2..svgioNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-18don't write past the end of the arrayMarkus Mohrhard
2016-07-11loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-07-04remove deprecated Link functions from RegistryNoel Grandin
2016-06-21Clean up uses of Any::getValue() in stocStephan Bergmann
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann
2016-06-06remove some manual ref-countingNoel Grandin
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann
2016-05-30Just use Any::operator <<= for sal_Unicode valuesStephan Bergmann
2016-05-24Revert "remove some manual ref-counting"Noel Grandin
2016-05-24remove some manual ref-countingNoel Grandin
2016-05-19loplugin:unusedmethods in slideshow to svtoolsNoel Grandin
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann
2016-05-01tdf#97499 Fixed containers parameters clearing #9tymyjan