summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2011-11-05Class description.Kohei Yoshida
2011-11-05Removed queryentry.hxx include from lookupcache.hxx header.Kohei Yoshida
2011-11-05Moved ScCompare and ScCompareOptions out of the header.Kohei Yoshida
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida
2011-11-04Temporarily disabling the new autofilter popup due to a set-back.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-04A little cleanup.Kohei Yoshida
2011-11-04More on extracting complex evaluations...Kohei Yoshida
2011-11-04Another complex if condition extracted.Kohei Yoshida
2011-11-04Using for loop here is better than while loop.Kohei Yoshida
2011-11-04Extracted complex if conditions into own methods. Much more readable.Kohei Yoshida
2011-11-04Prefer STL over heap array.Kohei Yoshida
2011-11-04Set pStr private and discovered several more direct access to this member.Kohei Yoshida
2011-11-04More on avoiding direct access to pStr, also fixed several memory leaks.Kohei Yoshida
2011-11-04Remove direct access to the query string (pStr).Kohei Yoshida
2011-11-04Calling delete on NULL pointer is safe.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-11-04sal_Bool to bool.Kohei Yoshida
2011-11-04Test-run the filter query after pressing OK. It's far from perfect.Kohei Yoshida
2011-11-04Calculate window size and geometries of controls based on menu items.Kohei Yoshida
2011-11-04Populate the popup with unique values and the default action items.Kohei Yoshida
2011-11-04Separate the code path and add new method for autofilter popup launch.Kohei Yoshida
2011-11-04calc big doc : ScMyTables::NewSheet method cleaningLaurent Godard
2011-11-04 remove unused methods from ScDocument and ScTableMarkus Mohrhard
2011-11-04Fixed fdo#37083 mis-positioning caused by internal TeX points.Eike Rathke
2011-11-04update unused listCaolán McNamara
2011-11-04remove some unneeded dependenciesMarkus Mohrhard
2011-11-04add test cases for "Informations" functions to functions.odsMarkus Mohrhard
2011-11-03component files for password testMarkus Mohrhard
2011-11-03initial work for a password testMarkus Mohrhard
2011-11-04catch exception by const referenceTakeshi Abe
2011-11-03remove all debug output from filters-test that was for the xls bugMarkus Mohrhard
2011-11-03codename is set by ScTabel constructorMarkus Mohrhard
2011-11-03ditch ScXMLExportDatabaseRanges::getOperatorXMLCaolán McNamara
2011-11-03callcatcher: drop unused methodsCaolán McNamara
2011-11-03callcatcher: ditch some unused codeCaolán McNamara
2011-11-02Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/coreMichael Stahl
2011-11-02More on sal_Bool to bool (in method signatures).Kohei Yoshida
2011-11-02Prefer boost::scoped_ptr to std::auto_ptr and shared_ptr (if appropriate).Kohei Yoshida
2011-11-02sal_Bool->bool in ScGridWindow. One of them wasn't even used.Kohei Yoshida
2011-11-02Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/coreMichael Stahl
2011-11-02calc big file : refactor loading to avoid unecessary testsLaurent Godard
2011-11-02we need to use ValidColRowOrRepeated, silly mistake by makeMarkus Mohrhard
2011-11-02add test cases for fdo#40967Markus Mohrhard
2011-11-01add tests related to fdo#41807Markus Mohrhard
2011-11-01prevent access to non existing mdds elements (fdo#41807)Markus Mohrhard
2011-11-01New unit test to test AND and OR evaluations of matrix objects.Kohei Yoshida