summaryrefslogtreecommitdiffstats
path: root/sc/inc
Commit message (Expand)AuthorAgeFilesLines
* Reset formula cell's changed flag only for those within visible range.Kohei Yoshida2011-11-151-1/+1
* Make these two methods non-inline.Kohei Yoshida2011-11-151-2/+2
* String to rtl::OUString.Kohei Yoshida2011-11-151-2/+2
* String to rtl::OUString.Kohei Yoshida2011-11-151-2/+2
* Replaced heap array with std::vector.Kohei Yoshida2011-11-151-2/+2
* sal_Bool to bool.Kohei Yoshida2011-11-151-16/+16
* Adopt lcl_PrepareQuery to multi-item queries.Kohei Yoshida2011-11-141-0/+1
* No more pSpecial treatment of empty / non-empty queries.Kohei Yoshida2011-11-145-8/+6
* Make multi-item query possible.Kohei Yoshida2011-11-141-0/+1
* Marking methods const where possible.Kohei Yoshida2011-11-141-2/+2
* 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
* translation of german comments to english plus rename of define MAX_COL_HEIGHTWinfried Donkers2011-11-111-1/+1
* Removing the mixed comparison flag, which is no longer needed.Kohei Yoshida2011-11-101-1/+0
* sal_Bool to boolEike Rathke2011-11-101-4/+4
* sal_Bool to boolEike Rathke2011-11-101-24/+24
* sal_Bool to boolEike Rathke2011-11-101-33/+33
* ScRangeData aName to OUStringLaurent Godard2011-11-101-6/+6
* removed Simple Handles optionTim Hardeck2011-11-082-2/+0
* Encapsulated empty and non-empty filter criteria.Kohei Yoshida2011-11-072-10/+5
* Changed data storage structure in ScQueryEntry.Kohei Yoshida2011-11-071-10/+21
* change String to OUString for aUpperName in ScRangeDataLaurent Godard2011-11-071-2/+2
* callcatcher: update list, drop some newly unused methodsCaolán McNamara2011-11-073-8/+0
* forgot to amend these changes to my last commitMarkus Mohrhard2011-11-072-2/+2
* String->OUString in ScDocument and follow upMarkus Mohrhard2011-11-078-81/+86
* sal_Bool->bool in ScDocumentMarkus Mohrhard2011-11-072-275/+275
* callcatcher: update and remove some more unused methodsCaolán McNamara2011-11-062-10/+0
* make some methods constEike Rathke2011-11-051-6/+6
* Class description.Kohei Yoshida2011-11-051-0/+3
* Removed queryentry.hxx include from lookupcache.hxx header.Kohei Yoshida2011-11-051-40/+3
* Moved ScQueryEntry into its own file set.Kohei Yoshida2011-11-053-44/+84
* 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
* Extracted complex if conditions into own methods. Much more readable.Kohei Yoshida2011-11-041-3/+3
* Set pStr private and discovered several more direct access to this member.Kohei Yoshida2011-11-041-1/+3
* More on avoiding direct access to pStr, also fixed several memory leaks.Kohei Yoshida2011-11-041-1/+1
* 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-043-40/+40
* const correct ness etc & mutable only for lazy-initializing accessor.Kohei Yoshida2011-11-042-7/+8
* Let's not use a hard-coded MAXQUERY all over the place.Kohei Yoshida2011-11-042-2/+1
* sal_Bool to bool.Kohei Yoshida2011-11-041-4/+4
* remove unused methods from ScDocument and ScTableMarkus Mohrhard2011-11-042-7/+0
* Fixed fdo#37083 mis-positioning caused by internal TeX points.Eike Rathke2011-11-041-10/+31
* calc big file : refactor loading to avoid unecessary testsLaurent Godard2011-11-021-0/+3
* Revert "Move ScPostIt storage from ScBaseCell->ScDocument"Michael Meeks2011-10-316-39/+65
* Move ScPostIt storage from ScBaseCell->ScDocumentKevin Hunter2011-10-316-65/+39
* These can be const pointers.Kohei Yoshida2011-10-281-4/+4
* use uno for local range name api, it crashs otherwise sometimesMarkus Mohrhard2011-10-271-4/+6
* Updated README about orcus.Kohei Yoshida2011-10-261-2/+4
* add uno part for local range namesMarkus Mohrhard2011-10-262-5/+45