summaryrefslogtreecommitdiffstats
path: root/sc/inc/queryparam.hxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | sc-dbrange-dynamic-resize.diff: Dynamically resize filtered range.Kohei Yoshida2010-09-151-0/+2
|/
* last cleanup - use vector to store an array of ScQueryEntry, instead of the o...Kohei Yoshida2009-09-161-6/+7
* removed the duplicated ScTable::ValidQuery.Kohei Yoshida2009-09-161-1/+5
* Moved the string flag from the iterator to the query param struct.Kohei Yoshida2009-09-161-0/+1
* #i102750# more work toward supporting external refs in DB functions. Still a...Kohei Yoshida2009-09-091-14/+45
* #i102750# initial refactoring in an effort to support external references in ...Kohei Yoshida2009-09-091-0/+105