summaryrefslogtreecommitdiffstats
path: root/sc/inc/queryparam.hxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-041-2/+2
* tdf#107797 UpdateAutoFilter handle more entriesTamas Bunth2017-08-101-1/+2
* Add debug output operator<< for ScQueryParam and its base classesTor Lillqvist2017-08-041-0/+49
* tdf#107797 select all entries in the dropdownSzymon Kłos2017-05-311-0/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-4/+4
* C++11: disable ctors instead of not implementing them (sc)Jochen Nitschke2016-04-261-2/+1
* change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke2016-02-191-1/+2
* sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-11-131-3/+4
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* Revert "make more classes dllpublic"David Tardon2015-04-161-7/+7
* fix windows buildDavid Tardon2015-04-161-5/+5
* make more classes dllpublicDavid Tardon2015-04-161-2/+2
* Resolves: tdf#35636 implement match on empty cellsEike Rathke2015-03-311-1/+4
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-1/+1
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-2/+2
* resolved fdo#71589 reimplemented horizontal range lookupEike Rathke2013-11-281-0/+1
* Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida2013-10-111-1/+7
* fdo#62475 removed pointless commentsJelle van der Waa2013-08-311-10/+0
* Reduce dependency on the matrix header.Kohei Yoshida2013-07-011-1/+1
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-1/+1
* re-base on ALv2 code. Includes:Michael Meeks2012-12-041-23/+14
* Use iterators over index access.Kohei Yoshida2012-06-061-1/+9
* Populate the query entries directly.Kohei Yoshida2011-11-181-0/+1
* Replace DeleteQuery with RemoveEntryByField.Kohei Yoshida2011-11-181-2/+1
* Remove the query entry when all items are selected.Kohei Yoshida2011-11-181-1/+3
* Now the new popup works somewhat as expected.Kohei Yoshida2011-11-181-1/+1
* Handle query after the popup gets dismissed by clicking OK.Kohei Yoshida2011-11-181-0/+1
* Revert "Revert "Removing the mixed comparison flag, which is no longer needed.""Kohei Yoshida2011-11-141-1/+0
* Revert "Removing the mixed comparison flag, which is no longer needed."Kohei Yoshida2011-11-111-0/+1
* Removing the mixed comparison flag, which is no longer needed.Kohei Yoshida2011-11-101-1/+0
* Encapsulated empty and non-empty filter criteria.Kohei Yoshida2011-11-071-9/+0
* forgot to amend these changes to my last commitMarkus Mohrhard2011-11-071-1/+1
* String->OUString in ScDocument and follow upMarkus Mohrhard2011-11-071-1/+1
* Moved ScQueryEntry into its own file set.Kohei Yoshida2011-11-051-43/+5
* Hide the query strings member, and add relevant methods for it.Kohei Yoshida2011-11-041-3/+6
* Do the simple string equality matching in ScQueryEntry instead.Kohei Yoshida2011-11-041-1/+2
* Set pStr private and discovered several more direct access to this member.Kohei Yoshida2011-11-041-1/+3
* Remove direct access to the query string (pStr).Kohei Yoshida2011-11-041-0/+3
* Moved ScQueryEntry out of global.?xx to queryparam.?xx.Kohei Yoshida2011-11-041-0/+39
* const correct ness etc & mutable only for lazy-initializing accessor.Kohei Yoshida2011-11-041-4/+5
* Let's not use a hard-coded MAXQUERY all over the place.Kohei Yoshida2011-11-041-1/+1
* Removed the dynamic row bits from the db range. It was a hack.Kohei Yoshida2011-04-011-3/+1
* Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-181-2/+2
|\
| * Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida2011-03-101-2/+2
| |\
| | * removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko2011-01-171-2/+2
* | | translate german comments in /sc/incNicolas Christener2011-03-131-1/+1
|/ /
* | Remove old RCS lines.Thomas Arnhold2011-01-211-3/+0
* | Ported calc-formula-db-function-fix.diff from the build repo.Kohei Yoshida2011-01-191-0/+6
* | add modelines to .hxx files as wellCaolán McNamara2010-10-281-0/+3