# -*- 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/dbquery)) $(eval $(call gb_UIConfig_add_menubarfiles,modules/dbquery,\ dbaccess/uiconfig/dbquery/menubar/menubar \ )) $(eval $(call gb_UIConfig_add_toolbarfiles,modules/dbquery,\ dbaccess/uiconfig/dbquery/toolbar/designobjectbar \ dbaccess/uiconfig/dbquery/toolbar/sqlobjectbar \ dbaccess/uiconfig/dbquery/toolbar/toolbar \ )) # vim: set noet sw=4 ts=4: hange='this.form.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/configmgr
AgeCommit message (Expand)Author
2017-11-05Replace lists by vectors in configmgr/unotoolsJulien Nabet
2017-11-02Winreg configuration layer: don't assert on user inputMike Kaganski
2017-11-01Winreg configuration layer: use writeAttributeValue for oox:externalMike Kaganski
2017-11-01Winreg configuration layer: support oox:external valuesMike Kaganski
2017-10-31typo: xs::boolean -> xs:booleanAndras Timar
2017-10-30loplugin:constmethod in idl,helpcompilerNoel Grandin
2017-10-23loplugin:includeform: configmgrStephan Bergmann
2017-10-13Replace list by vector in components (configmgr)Julien Nabet
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski
2017-09-22Fresh run of bin/update_pch.shMike Kaganski
2017-09-21loplugin:flatten in basctl..configmgrNoel Grandin
2017-09-17use more default copy ctorsJochen Nitschke
2017-09-13New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin
2017-08-30loplugin:constparamsStephan Bergmann
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-11error: ‘class configmgr::NodeMap’ has no member named ‘emplace’Caolán McNamara
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin