# 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_UITest_UITest,sw_ui_fmtui)) $(eval $(call gb_UITest_add_modules,sw_ui_fmtui,$(SRCDIR)/sw/qa/uitest,\ ui/fmtui/ \ )) $(eval $(call gb_UITest_set_defs,sw_ui_fmtui, \ TDOC="$(SRCDIR)/sw/qa/uitest/data" \ )) '/cgit-data/cgit.png' alt='cgit logo'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vbahelper/source/msforms/vbacombobox.hxx
AgeCommit message (Expand)Author
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-10vbahelper: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-09-29vbahelper: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from vbahelperAlexander Wilms
2013-10-23fixincludeguards.sh: vbahelperThomas Arnhold