# -*- 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/sglobal)) $(eval $(call gb_UIConfig_add_menubarfiles,modules/sglobal,\ sw/uiconfig/sglobal/menubar/menubar \ )) $(eval $(call gb_UIConfig_add_popupmenufiles,modules/sglobal,\ sw/uiconfig/sglobal/popupmenu/anchor \ sw/uiconfig/sglobal/popupmenu/annotation \ sw/uiconfig/sglobal/popupmenu/draw \ sw/uiconfig/sglobal/popupmenu/drawtext \ sw/uiconfig/sglobal/popupmenu/form \ sw/uiconfig/sglobal/popupmenu/formrichtext \ sw/uiconfig/sglobal/popupmenu/frame \ sw/uiconfig/sglobal/popupmenu/graphic \ sw/uiconfig/sglobal/popupmenu/insertfield \ sw/uiconfig/sglobal/popupmenu/media \ sw/uiconfig/sglobal/popupmenu/oleobject \ sw/uiconfig/sglobal/popupmenu/preview \ sw/uiconfig/sglobal/popupmenu/table \ sw/uiconfig/sglobal/popupmenu/text \ )) $(eval $(call gb_UIConfig_add_statusbarfiles,modules/sglobal,\ sw/uiconfig/sglobal/statusbar/statusbar \ )) $(eval $(call gb_UIConfig_add_toolbarfiles,modules/sglobal,\ sw/uiconfig/sglobal/toolbar/alignmentbar \ sw/uiconfig/sglobal/toolbar/arrowshapes \ sw/uiconfig/sglobal/toolbar/basicshapes \ sw/uiconfig/sglobal/toolbar/bezierobjectbar \ sw/uiconfig/sglobal/toolbar/calloutshapes \ sw/uiconfig/sglobal/toolbar/colorbar \ sw/uiconfig/sglobal/toolbar/drawbar \ sw/uiconfig/sglobal/toolbar/drawingobjectbar \ sw/uiconfig/sglobal/toolbar/drawtextobjectbar \ sw/uiconfig/sglobal/toolbar/extrusionobjectbar \ sw/uiconfig/sglobal/toolbar/findbar \ sw/uiconfig/sglobal/toolbar/flowchartshapes \ sw/uiconfig/sglobal/toolbar/fontworkobjectbar \ sw/uiconfig/sglobal/toolbar/fontworkshapetype \ sw/uiconfig/sglobal/toolbar/formcontrols \ sw/uiconfig/sglobal/toolbar/formdesign \ sw/uiconfig/sglobal/toolbar/formsfilterbar \ sw/uiconfig/sglobal/toolbar/formsnavigationbar \ sw/uiconfig/sglobal/toolbar/formtextobjectbar \ sw/uiconfig/sglobal/toolbar/frameobjectbar \ sw/uiconfig/sglobal/toolbar/fullscreenbar \ sw/uiconfig/sglobal/toolbar/graffilterbar \ sw/uiconfig/sglobal/toolbar/graphicobjectbar \ sw/uiconfig/sglobal/toolbar/insertbar \ sw/uiconfig/sglobal/toolbar/insertobjectbar \ sw/uiconfig/sglobal/toolbar/mediaobjectbar \ sw/uiconfig/sglobal/toolbar/moreformcontrols \ sw/uiconfig/sglobal/toolbar/numobjectbar \ sw/uiconfig/sglobal/toolbar/oleobjectbar \ sw/uiconfig/sglobal/toolbar/optimizetablebar \ sw/uiconfig/sglobal/toolbar/previewobjectbar \ sw/uiconfig/sglobal/toolbar/standardbar \ sw/uiconfig/sglobal/toolbar/starshapes \ sw/uiconfig/sglobal/toolbar/symbolshapes \ sw/uiconfig/sglobal/toolbar/tableobjectbar \ sw/uiconfig/sglobal/toolbar/textobjectbar \ sw/uiconfig/sglobal/toolbar/textstylebar \ sw/uiconfig/sglobal/toolbar/toolbar \ sw/uiconfig/sglobal/toolbar/viewerbar \ )) # vim: set noet sw=4 ts=4: option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/test/source
AgeCommit message (Expand)Author
2014-06-16xmlChildElementCount is only available in libxml2 >= 2.7.3Douglas Mencken
2014-06-10MetafileXmlDump: Add dumping of META_CLIPREGION_ACTION's.Jan Holesovsky
2014-06-10MetafileXmlDump: No need to specify the stream, simplify the API.Jan Holesovsky
2014-06-04Missing new files from previous commitStephan Bergmann
2014-06-04DeInitVCL at end of testsStephan Bergmann
2014-06-02Fix memory leaks in test codeStephan Bergmann
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-24cppcheck: unreadVariableThomas Arnhold
2014-05-22Avoid including <config_features.h> in <vcl/svapp.hxx>Tor Lillqvist
2014-05-19test: write to stream directly in MetafileXmlDumpTomaž Vajngerl
2014-05-15test: don't create root element in startDocument() in xmlwriterTomaž Vajngerl
2014-05-15test: dump staroffice metafile to XML & XML writer interfaceTomaž Vajngerl
2014-05-15test: parseXmlStream & parseHtmlStream added to test toolsTomaž Vajngerl
2014-05-14-Werror,-Wunused-functionStephan Bergmann
2014-05-14Fail the test if executing the validator failsStephan Bergmann
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
2014-05-08WaE: -Werror=maybe-uninitializedCaolán McNamara
2014-05-08various: sal_Bool->boolNoel Grandin
2014-05-01fix spelling errorMarkus Mohrhard
2014-04-30test: move XmlTestTools API documentation to the headerMiklos Vajna
2014-04-29tests: add XML and HTML test tools to test moduleTomaž Vajngerl
2014-04-19-Werror,-Wunused-resultThomas Arnhold
2014-04-11set what system locale should resolve to for languagetagCaolán McNamara
2014-04-11adapt XSheetAnnotation::testGetDate() to locale changeMichael Stahl
2014-04-09Remove unused functionStephan Bergmann
2014-04-06whitespace cleanup in testMarkus Mohrhard
2014-04-03make the tolerance file optionalMarkus Mohrhard
2014-03-30coverity#1194929 String not null terminatedCaolán McNamara
2014-03-28coverity#735554 Dead default in switchCaolán McNamara
2014-03-26improve validation failure messageMarkus Mohrhard
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2014-03-08enable ODF export validationMarkus Mohrhard
2014-03-05move the export validation code to testMarkus Mohrhard
2014-02-18coverity#738915 Uninitialized scalar fieldCaolán McNamara