# -*- 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_popupmenufiles,modules/swform,\ sw/uiconfig/swform/popupmenu/anchor \ sw/uiconfig/swform/popupmenu/annotation \ sw/uiconfig/swform/popupmenu/draw \ sw/uiconfig/swform/popupmenu/drawtext \ sw/uiconfig/swform/popupmenu/form \ sw/uiconfig/swform/popupmenu/formrichtext \ sw/uiconfig/swform/popupmenu/frame \ sw/uiconfig/swform/popupmenu/graphic \ sw/uiconfig/swform/popupmenu/insertfield \ sw/uiconfig/swform/popupmenu/media \ sw/uiconfig/swform/popupmenu/oleobject \ sw/uiconfig/swform/popupmenu/preview \ sw/uiconfig/swform/popupmenu/table \ sw/uiconfig/swform/popupmenu/text \ )) $(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/mailmerge \ 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: '>distro/collabora/cp-4.0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)Author
2013-12-20typo fixesAndras Timar
2013-12-18resolved fdo#72778 keep setting system locale and LanguageTag in syncEike Rathke
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin
2013-12-10Typos (mainly "propably")Julien Nabet
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann
2013-12-06Get rid of DECLARE_STL_VECTORStephan Bergmann
2013-12-03convert xub_StrLen->sal_Int32 in unotoolsNoel Grandin
2013-11-20Elide utl::ConfigItem_ImplStephan Bergmann
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann
2013-11-14Adapt MediaDescriptor log area codeStephan Bergmann
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann
2013-11-14Add "block untrusted referer links" switchStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-11String clean-upStephan Bergmann
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin
2013-11-09Converge on SvtSecurityOptions::isTrustedLocationStephan Bergmann
2013-11-08Clean up IsSecureURLStephan Bergmann
2013-11-07remove unnecessary use of OUString constructor in UNOTOOLS moduleNoel Grandin
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-28fixincludeguards.sh: unotoolsThomas Arnhold
2013-10-23convert code to use OUString::endsWithNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist