summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/queryparam.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-10Removing the mixed comparison flag, which is no longer needed.Kohei Yoshida1-4/+2
2011-11-07Simplified the filter test a bit, and clear the filter afterward.Kohei Yoshida1-4/+3
2011-11-07Changed data storage structure in ScQueryEntry.Kohei Yoshida1-7/+8
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard1-1/+2
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida1-185/+27
2011-11-04Hide the query strings member, and add relevant methods for it.Kohei Yoshida1-15/+55
2011-11-04Do the simple string equality matching in ScQueryEntry instead.Kohei Yoshida1-2/+10
2011-11-04Set pStr private and discovered several more direct access to this member.Kohei Yoshida1-9/+9
2011-11-04Remove direct access to the query string (pStr).Kohei Yoshida1-0/+15
2011-11-04Calling delete on NULL pointer is safe.Kohei Yoshida1-15/+8
2011-11-04Moved ScQueryEntry out of global.?xx to queryparam.?xx.Kohei Yoshida1-0/+103
2011-11-04const correct ness etc & mutable only for lazy-initializing accessor.Kohei Yoshida1-4/+9
2011-11-04Let's not use a hard-coded MAXQUERY all over the place.Kohei Yoshida1-7/+10
2011-05-10Have ScDBData use ScQueryParam as data member.Kohei Yoshida1-1/+1
2011-04-01Removed the dynamic row bits from the db range. It was a hack.Kohei Yoshida1-13/+3
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-9/+9
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-1/+1
2011-01-21Remove old RCS lines.Thomas Arnhold1-3/+0
2011-01-19Ported calc-formula-db-function-fix.diff from the build repo.Kohei Yoshida1-0/+17
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-9/+9
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
2010-09-15sc-dbrange-dynamic-resize.diff: Dynamically resize filtered range.Kohei Yoshida1-3/+13
2010-03-05koheiextref01: I forgot to initialize data members properly.Kohei Yoshida1-1/+5
2009-11-26When deleting a query entry, I need to append an empty one.Kohei Yoshida1-1/+5
2009-09-16last cleanup - use vector to store an array of ScQueryEntry, instead of the o...Kohei Yoshida1-44/+46
2009-09-16removed the duplicated ScTable::ValidQuery.Kohei Yoshida1-4/+24
2009-09-16Moved the string flag from the iterator to the query param struct.Kohei Yoshida1-0/+1
2009-09-09#i102750# more work toward supporting external refs in DB functions. Still a...Kohei Yoshida1-18/+60
2009-09-09#i102750# initial refactoring in an effort to support external references in ...Kohei Yoshida1-0/+296