summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2011-11-07callcatcher: update list, drop some newly unused methodsCaolán McNamara6-41/+0
2011-11-07callcatcher: remove some unused methodsCaolán McNamara4-23/+0
2011-11-07SCTAB is sal_Int16 and not sal_Int32Markus Mohrhard1-1/+1
2011-11-07MAC tinderbox does not like OUString::valueOf(sal_Int16)Markus Mohrhard1-2/+2
2011-11-07forgot to amend these changes to my last commitMarkus Mohrhard4-4/+4
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard67-530/+582
2011-11-07sal_Bool->bool in ScDocumentMarkus Mohrhard27-751/+751
2011-11-06callcatcher: update and remove some more unused methodsCaolán McNamara7-98/+0
2011-11-06little refactoring in ods import codeMarkus Mohrhard2-19/+21
2011-11-05make some methods constEike Rathke4-18/+21
2011-11-05Class description.Kohei Yoshida1-0/+3
2011-11-05Removed queryentry.hxx include from lookupcache.hxx header.Kohei Yoshida2-40/+46
2011-11-05Moved ScCompare and ScCompareOptions out of the header.Kohei Yoshida2-30/+33
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida35-229/+335
2011-11-04Temporarily disabling the new autofilter popup due to a set-back.Kohei Yoshida4-2/+15
2011-11-04Hide the query strings member, and add relevant methods for it.Kohei Yoshida3-18/+63
2011-11-04Do the simple string equality matching in ScQueryEntry instead.Kohei Yoshida3-11/+21
2011-11-04A little cleanup.Kohei Yoshida1-39/+28
2011-11-04More on extracting complex evaluations...Kohei Yoshida1-8/+37
2011-11-04Another complex if condition extracted.Kohei Yoshida1-3/+19
2011-11-04Using for loop here is better than while loop.Kohei Yoshida1-3/+1
2011-11-04Extracted complex if conditions into own methods. Much more readable.Kohei Yoshida3-18/+50
2011-11-04Prefer STL over heap array.Kohei Yoshida1-19/+12
2011-11-04Set pStr private and discovered several more direct access to this member.Kohei Yoshida3-14/+12
2011-11-04More on avoiding direct access to pStr, also fixed several memory leaks.Kohei Yoshida11-75/+87
2011-11-04Remove direct access to the query string (pStr).Kohei Yoshida10-81/+100
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 Yoshida7-146/+145
2011-11-04const correct ness etc & mutable only for lazy-initializing accessor.Kohei Yoshida8-16/+22
2011-11-04Let's not use a hard-coded MAXQUERY all over the place.Kohei Yoshida13-92/+110
2011-11-04sal_Bool to bool.Kohei Yoshida2-6/+6
2011-11-04Test-run the filter query after pressing OK. It's far from perfect.Kohei Yoshida5-13/+91
2011-11-04Calculate window size and geometries of controls based on menu items.Kohei Yoshida4-84/+115
2011-11-04Populate the popup with unique values and the default action items.Kohei Yoshida1-0/+30
2011-11-04Separate the code path and add new method for autofilter popup launch.Kohei Yoshida4-5/+33
2011-11-04calc big doc : ScMyTables::NewSheet method cleaningLaurent Godard2-53/+42
2011-11-04 remove unused methods from ScDocument and ScTableMarkus Mohrhard5-92/+0
2011-11-04Fixed fdo#37083 mis-positioning caused by internal TeX points.Eike Rathke10-44/+62
2011-11-04update unused listCaolán McNamara2-13/+1
2011-11-04remove some unneeded dependenciesMarkus Mohrhard3-9/+0
2011-11-04add test cases for "Informations" functions to functions.odsMarkus Mohrhard3-6/+22
2011-11-03component files for password testMarkus Mohrhard1-0/+3
2011-11-03initial work for a password testMarkus Mohrhard2-0/+40
2011-11-04catch exception by const referenceTakeshi Abe12-22/+21
2011-11-03remove all debug output from filters-test that was for the xls bugMarkus Mohrhard1-29/+0
2011-11-03codename is set by ScTabel constructorMarkus Mohrhard1-5/+0
2011-11-03ditch ScXMLExportDatabaseRanges::getOperatorXMLCaolán McNamara2-59/+0
2011-11-03callcatcher: drop unused methodsCaolán McNamara2-19/+0
2011-11-03callcatcher: ditch some unused codeCaolán McNamara2-367/+0
2011-11-02Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/coreMichael Stahl6-312/+137