summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/queryparam.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-07-29loplugin:flatten in sc/core/toolNoel Grandin1-16/+16
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-1/+1
2019-01-31Simplify containers iterations in sc/source/core/[o-t]*Arkadiy Illarionov1-8/+4
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-7/+6
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara1-12/+14
2018-10-15loplugin:constfields in scNoel Grandin1-1/+1
2018-10-07Resolves: tdf#73081 empty <> not-empty is also a match if numericEike Rathke1-3/+3
2017-12-29simplify copy of ScQueryParamJochen Nitschke1-37/+21
2017-10-23loplugin:includeform: scStephan Bergmann1-3/+3
2017-08-10tdf#107797 UpdateAutoFilter handle more entriesTamas Bunth1-1/+10
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-2/+2
2017-05-31tdf#107797 select all entries in the dropdownSzymon Kłos1-0/+17
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-3/+3
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-10tdf#105044 match empty cells on "<> not-empty" comparisonsBernhard Widl1-4/+7
2017-04-05tdf#39468 Translate German commentsJens Carl1-1/+1
2017-02-10convert SearchParam::SearchType to scoped enumNoel Grandin1-2/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-16/+15
2016-02-19change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke1-7/+8
2015-11-13sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-42/+53
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-03-31Resolves: tdf#35636 implement match on empty cellsEike Rathke1-1/+16
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-05-10coverity#708020 Uninitialized scalar fieldCaolán McNamara1-1/+2
2014-04-24fdo#77039: Fill the match string even if the raw string is empty.Kohei Yoshida1-6/+8
2014-01-28bool improvementsStephan Bergmann1-3/+3
2013-11-28resolved fdo#71589 reimplemented horizontal range lookupEike Rathke1-2/+3
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida1-8/+11
2013-10-08convert sc/source/core/tool/*.cxx from String to OUStringNoel Grandin1-14/+14
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa1-23/+0
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida1-0/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-06-06Use iterators over index access.Kohei Yoshida1-0/+10
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-18Populate the query entries directly.Kohei Yoshida1-8/+16
2011-11-18Store filter orientation in the query param.Kohei Yoshida1-1/+7
2011-11-18Replace DeleteQuery with RemoveEntryByField.Kohei Yoshida1-14/+0
2011-11-18A little cleanup.Kohei Yoshida1-17/+21
2011-11-18Remove the query entry when all items are selected.Kohei Yoshida1-0/+24
2011-11-18Now the new popup works somewhat as expected.Kohei Yoshida1-2/+27
2011-11-18Handle query after the popup gets dismissed by clicking OK.Kohei Yoshida1-0/+6
2011-11-14No more pSpecial treatment of empty / non-empty queries.Kohei Yoshida1-1/+1
2011-11-14Revert "Revert "Removing the mixed comparison flag, which is no longer needed.""Kohei Yoshida1-4/+2
2011-11-11Revert "Removing the mixed comparison flag, which is no longer needed."Kohei Yoshida1-2/+4