# -*- 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: 6472a1a234b02144bb075dc179dfd6df'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ucb/source/cacher/dynamicresultsetwrapper.cxx
AgeCommit message (Expand)Author
2023-02-14no need to use unique_ptr for OInterfaceContainerHelper4Noel Grandin
2023-02-13osl::Mutex->std::mutex in DynamicResultSetWrapperNoel Grandin
2023-02-13osl::Mutex->std::mutex in DynamicResultSetWrapperListenerNoel Grandin
2021-11-30use more OInterfaceContainerHelper2 in ucbNoel Grandin
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-02-15loplugin:referencecasting in ucbNoel
2021-02-09loplugin:referencecasting check for Reference::queryNoel
2019-12-03remove some useless comment linesNoel Grandin
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen
2019-07-21loplugin:referencecasting in ucbNoel Grandin
2019-06-30Simplify Sequence iterations in ucbArkadiy Illarionov
2019-02-11loplugin:indentation in ucb..ucbhelperNoel Grandin
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen
2018-09-12loplugin:simplifyconstruct in toolkit..ucbNoel Grandin
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-10-23loplugin:includeform: ucbStephan Bergmann
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-20new loplugin: useuniqueptr: ucb..ucbhelperNoel Grandin
2017-01-18use rtl::Reference in DynamicResultSetWrapperNoel Grandin
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-13tdf#91054 cleanup weirdo function prototypeskerem
2015-07-08Fix typosAndrea Gelmini
2015-06-28Fix typosAndrea Gelmini
2014-04-30ucb: sal_Bool->boolNoel Grandin
2014-03-05kill XINTERFACE_IMPL_2Norbert Thiebaud
2014-03-05de-macroize QUERYINTERFACE_IMPL_START QUERYINTERFACE_IMPL_ENDNorbert Thiebaud
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from ucbAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-11-30fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactoryNoel Grandin
2012-10-04re-base on ALv2 code. Includes:Michael Meeks
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold