# -*- 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_CustomTarget_CustomTarget,vcl/qt5)) $(call gb_CustomTarget_get_target,vcl/qt5) : \ $(gb_CustomTarget_workdir)/vcl/qt5/QtClipboard.moc \ $(gb_CustomTarget_workdir)/vcl/qt5/QtFilePicker.moc \ $(gb_CustomTarget_workdir)/vcl/qt5/QtFrame.moc \ $(gb_CustomTarget_workdir)/vcl/qt5/QtInstance.moc \ $(gb_CustomTarget_workdir)/vcl/qt5/QtInstanceMessageDialog.moc \ $(gb_CustomTarget_workdir)/vcl/qt5/QtMainWindow.moc \ $(gb_CustomTarget_workdir)/vcl/qt5/QtMenu.moc \ $(gb_CustomTarget_workdir)/vcl/qt5/QtObject.moc \ $(gb_CustomTarget_workdir)/vcl/qt5/QtTimer.moc \ $(gb_CustomTarget_workdir)/vcl/qt5/QtWidget.moc \ $(gb_CustomTarget_workdir)/vcl/qt5/QtXAccessible.moc \ $(gb_CustomTarget_workdir)/vcl/qt5/%.moc : \ $(SRCDIR)/vcl/inc/qt5/%.hxx \ | $(gb_CustomTarget_workdir)/vcl/qt5/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),MOC,1) $(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),MOC) $(MOC5) $< -o $@ $(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),MOC) # vim: set noet sw=4: reoffice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/io/source/stm/odata.cxx
AgeCommit message (Expand)Author
2024-10-26cid#1556875 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-10-22cid#1555259 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-05-09loplugin:ostr in ioNoel Grandin
2024-03-29tdf#146619 Drop unused 'using namespace' in: io/Gabor Kelemen
2023-02-15Drop 'using namespace ::std' in dirs [e-p]*Gabor Kelemen
2022-06-21io: drop unnecessary castChris Sherlock
2020-10-22long->tools::Long in hwpfilter..ooxNoel
2020-07-14io: create instances with uno constructorsNoel Grandin
2020-04-07loplugin:flatten in ioNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-09-01Simplify Sequence iterations in ioArkadiy Illarionov
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ioStephan Bergmann
2019-04-25tdf#42949 Fix IWYU warnings in io/Gabor Kelemen
2018-10-21pvs-studio: V557 Array overrun is possibleCaolán McNamara
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-01-12More loplugin:cstylecast: ioStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-10-23loplugin:includeform: ioStephan Bergmann
2017-09-22loplugin:flatten in framework..packageNoel Grandin
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-07-13loplugin:oncevar: empty strings: ioStephan Bergmann
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-03-16Fix typosAndrea Gelmini
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-05loplugin:unnecessaryoverride (dtors) in ioStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-01Fix typo in codeAndrea Gelmini
2016-02-09Remove excess newlinesChris Sherlock
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-23com::sun::star->css in ioNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-19io: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-01-20Some more loplugin:cstylecast: ioStephan Bergmann
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-04-23io: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann