summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/srchuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-11-13tdf#158185: fix Excel's Range.Find and Range.Replace wildcard recognitionMike Kaganski1-0/+3
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scStephan Bergmann1-2/+2
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann1-1/+1
2023-01-22XUnoTunnel->dynamic_cast in ScCellSearchObjNoel Grandin1-4/+0
2022-07-25use more o3tl::spanNoel Grandin1-2/+1
2021-12-04loplugin:stringliteraldefine in scNoel Grandin1-13/+13
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-2/+2
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-14/+14
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin1-14/+14
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann1-1/+1
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen1-5/+0
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov1-31/+1
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2018-01-15More loplugin:cstylecast: scStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-3/+3
2017-10-23loplugin:includeform: scStephan Bergmann1-8/+8
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-03-29Translate some German comments in scKatarina Behrens1-4/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-14/+4
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin1-3/+2
2016-09-11tdf#88205 use list ctor for uno::Sequence<OUString> in scJochen Nitschke1-5/+1
2016-05-04Remove unnecessary ScUnoHelpFunctions::SetBoolInAnyStephan Bergmann1-11/+11
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-33/+31
2016-02-26handle SearchWildcard API optionEike Rathke1-0/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-23tdf#48456 : when searching for a number, consider formattingDennis Francis1-0/+2
2015-04-22convert SVX_SEARCHIN_ flags to scoped enumNoel Grandin1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-8/+8
2015-03-06V801: Decreased performanceCaolán McNamara1-3/+2
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann1-26/+26
2014-06-25remove whitespaceMarkus Mohrhard1-3/+0
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part7Julien Nabet1-4/+4
2014-04-06whitespace cleanup in scMarkus Mohrhard1-10/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-11/+11
2014-02-23Remove unneccessary commentsAlexander Wilms1-4/+4
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-13/+13
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-13/+13
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-13/+13
2013-12-09fdo#54938: Convert sc to use cppu::supportsServiceMarcos Paulo de Souza1-2/+2
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin1-32/+31
2013-07-09Mark as constTakeshi Abe1-1/+1
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-14/+14
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini1-1/+1
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-3/+0
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0