# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Jar_Jar,query)) $(eval $(call gb_Jar_use_jars,query,\ ridl \ unoil \ jurt \ juh \ java_uno \ commonwizards \ )) $(eval $(call gb_Jar_set_manifest,query,$(SRCDIR)/wizards/com/sun/star/wizards/query/MANIFEST.MF)) $(eval $(call gb_Jar_set_packageroot,query,com)) $(eval $(call gb_Jar_add_sourcefiles,query,\ wizards/com/sun/star/wizards/query/CallQueryWizard \ wizards/com/sun/star/wizards/query/Finalizer \ wizards/com/sun/star/wizards/query/QuerySummary \ wizards/com/sun/star/wizards/query/QueryWizard \ )) $(eval $(call gb_Jar_set_componentfile,query,wizards/com/sun/star/wizards/query/query,OOO)) # vim: set noet sw=4 ts=4: ib/libreoffice-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/srchuno.cxx
AgeCommit message (Expand)Author
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2018-01-15More loplugin:cstylecast: scStephan Bergmann
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-10-23loplugin:includeform: scStephan Bergmann
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-03-29Translate some German comments in scKatarina Behrens
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin
2016-09-11tdf#88205 use list ctor for uno::Sequence<OUString> in scJochen Nitschke
2016-05-04Remove unnecessary ScUnoHelpFunctions::SetBoolInAnyStephan Bergmann
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-02-26handle SearchWildcard API optionEike Rathke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-23tdf#48456 : when searching for a number, consider formattingDennis Francis
2015-04-22convert SVX_SEARCHIN_ flags to scoped enumNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-06V801: Decreased performanceCaolán McNamara
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-06-25remove whitespaceMarkus Mohrhard
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part7Julien Nabet
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-09fdo#54938: Convert sc to use cppu::supportsServiceMarcos Paulo de Souza
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin
2013-07-09Mark as constTakeshi Abe
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini
2012-06-09Remove superfluous empty lines on topThomas Arnhold