summaryrefslogtreecommitdiff
path: root/sc/inc/queryparam.hxx
AgeCommit message (Expand)Author
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2019-11-01loplugin:finalclasses in sc/incNoel Grandin
2019-05-03The -fvisibility-ms-compat hack is no longer needed for UBSan on Linux...Stephan Bergmann
2018-10-15loplugin:constfields in scNoel Grandin
2018-07-27sc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-05-17tdf#42949 Fix IWYU warnings in sc/inc/[pq]*Gabor Kelemen
2017-12-29simplify copy of ScQueryParamJochen Nitschke
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-08-10tdf#107797 UpdateAutoFilter handle more entriesTamas Bunth
2017-08-04Add debug output operator<< for ScQueryParam and its base classesTor Lillqvist
2017-05-31tdf#107797 select all entries in the dropdownSzymon Kłos
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-26C++11: disable ctors instead of not implementing them (sc)Jochen Nitschke
2016-02-19change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke
2015-11-13sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-04-16Revert "make more classes dllpublic"David Tardon
2015-04-16fix windows buildDavid Tardon
2015-04-16make more classes dllpublicDavid Tardon
2015-03-31Resolves: tdf#35636 implement match on empty cellsEike Rathke
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2013-11-28resolved fdo#71589 reimplemented horizontal range lookupEike Rathke
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida
2013-08-31fdo#62475 removed pointless commentsJelle van der Waa
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-06-06Use iterators over index access.Kohei Yoshida
2011-11-18Populate the query entries directly.Kohei Yoshida
2011-11-18Replace DeleteQuery with RemoveEntryByField.Kohei Yoshida
2011-11-18Remove the query entry when all items are selected.Kohei Yoshida
2011-11-18Now the new popup works somewhat as expected.Kohei Yoshida
2011-11-18Handle query after the popup gets dismissed by clicking OK.Kohei Yoshida
2011-11-14Revert "Revert "Removing the mixed comparison flag, which is no longer needed.""Kohei Yoshida
2011-11-11Revert "Removing the mixed comparison flag, which is no longer needed."Kohei Yoshida
2011-11-10Removing the mixed comparison flag, which is no longer needed.Kohei Yoshida
2011-11-07Encapsulated empty and non-empty filter criteria.Kohei Yoshida
2011-11-07forgot to amend these changes to my last commitMarkus Mohrhard
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida
2011-11-04Hide the query strings member, and add relevant methods for it.Kohei Yoshida
2011-11-04Do the simple string equality matching in ScQueryEntry instead.Kohei Yoshida
2011-11-04Set pStr private and discovered several more direct access to this member.Kohei Yoshida
2011-11-04Remove direct access to the query string (pStr).Kohei Yoshida
2011-11-04Moved ScQueryEntry out of global.?xx to queryparam.?xx.Kohei Yoshida
2011-11-04const correct ness etc & mutable only for lazy-initializing accessor.Kohei Yoshida
2011-11-04Let's not use a hard-coded MAXQUERY all over the place.Kohei Yoshida
2011-04-01Removed the dynamic row bits from the db range. It was a hack.Kohei Yoshida