summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2011-11-20Inline ScQueryEntry::Item::Item() to fix Windows build.Jan Holesovsky
2011-11-19don't pass uno interface implementation directlyMarkus Mohrhard
2011-11-18Parse the query data first, then committing the query entries later.Kohei Yoshida
2011-11-18Populate the query entries directly.Kohei Yoshida
2011-11-18Replace DeleteQuery with RemoveEntryByField.Kohei Yoshida
2011-11-18Remove the query entry when all items are selected.Kohei Yoshida
2011-11-18Now the new popup works somewhat as expected.Kohei Yoshida
2011-11-18Handle query after the popup gets dismissed by clicking OK.Kohei Yoshida
2011-11-16Oops I forgot to remove the header include line.Kohei Yoshida
2011-11-16More on reducing header dependency.Kohei Yoshida
2011-11-16This header doesn't need to include queryparam.hxx.Kohei Yoshida
2011-11-16Reduced header dependency on dbdata.hxx by better encapsulation.Kohei Yoshida
2011-11-15Reset formula cell's changed flag only for those within visible range.Kohei Yoshida
2011-11-15Make these two methods non-inline.Kohei Yoshida
2011-11-15String to rtl::OUString.Kohei Yoshida
2011-11-15String to rtl::OUString.Kohei Yoshida
2011-11-15Replaced heap array with std::vector.Kohei Yoshida
2011-11-15sal_Bool to bool.Kohei Yoshida
2011-11-14Adopt lcl_PrepareQuery to multi-item queries.Kohei Yoshida
2011-11-14No more pSpecial treatment of empty / non-empty queries.Kohei Yoshida
2011-11-14Make multi-item query possible.Kohei Yoshida
2011-11-14Marking methods const where possible.Kohei Yoshida
2011-11-14Revert "Revert "Removing the mixed comparison flag, which is no longer needed.""Kohei Yoshida
2011-11-11Revert "Removing the mixed comparison flag, which is no longer needed."Kohei Yoshida
2011-11-11translation of german comments to english plus rename of define MAX_COL_HEIGHTWinfried Donkers
2011-11-10Removing the mixed comparison flag, which is no longer needed.Kohei Yoshida
2011-11-10sal_Bool to boolEike Rathke
2011-11-10sal_Bool to boolEike Rathke
2011-11-10sal_Bool to boolEike Rathke
2011-11-10ScRangeData aName to OUStringLaurent Godard
2011-11-08removed Simple Handles optionTim Hardeck
2011-11-07Encapsulated empty and non-empty filter criteria.Kohei Yoshida
2011-11-07Changed data storage structure in ScQueryEntry.Kohei Yoshida
2011-11-07change String to OUString for aUpperName in ScRangeDataLaurent Godard
2011-11-07callcatcher: update list, drop some newly unused methodsCaolán McNamara
2011-11-07forgot to amend these changes to my last commitMarkus Mohrhard
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard
2011-11-07sal_Bool->bool in ScDocumentMarkus Mohrhard
2011-11-06callcatcher: update and remove some more unused methodsCaolán McNamara
2011-11-05make some methods constEike Rathke
2011-11-05Class description.Kohei Yoshida
2011-11-05Removed queryentry.hxx include from lookupcache.hxx header.Kohei Yoshida
2011-11-05Moved ScQueryEntry into its own file set.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-04Extracted complex if conditions into own methods. Much more readable.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-04Moved ScQueryEntry out of global.?xx to queryparam.?xx.Kohei Yoshida