summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
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
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-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-02calc big file : refactor loading to avoid unecessary testsLaurent Godard
2011-10-31Revert "Move ScPostIt storage from ScBaseCell->ScDocument"Michael Meeks
2011-10-31Move ScPostIt storage from ScBaseCell->ScDocumentKevin Hunter
2011-10-28These can be const pointers.Kohei Yoshida
2011-10-27use uno for local range name api, it crashs otherwise sometimesMarkus Mohrhard
2011-10-26Updated README about orcus.Kohei Yoshida
2011-10-26add uno part for local range namesMarkus Mohrhard
2011-10-23remove unused UI stringsAndras Timar
2011-10-21Updated csv parser from the orcus repository.Kohei Yoshida
2011-10-19add output for language settings to log fileMarkus Mohrhard
2011-10-18WaE: type name first seen using 'class' now seen using 'struct'Tor Lillqvist
2011-10-06fix for fdo#41381: local range names don't work with INDIRECTMarkus Mohrhard
2011-10-05bnc#722045: Display page background color/image properly.Kohei Yoshida
2011-09-29fix trunk gcc compile errorsMatúš Kukan
2011-09-29add modelinesCaolán McNamara
2011-09-26add "Manage Names..." entry to Name Box/ScPosWndMarkus Mohrhard
2011-09-24re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks
2011-09-23inital work for new "Manage Names" dialogMarkus Mohrhard
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-20Get DB range import from xlsx to work once again.Kohei Yoshida
2011-09-20Ensure that only ScDPCollection can remove caches.Kohei Yoshida
2011-09-19Let's avoid modifying the selection data during search and replace.Kohei Yoshida
2011-09-19Pass as const reference where possible & indent fix.Kohei Yoshida
2011-09-14Check the source range when refreshing, and abort refresh if invalid.Kohei Yoshida
2011-09-14ScCompiler::IsDBRange compares upper case stringsMarkus Mohrhard
2011-09-13Updated csv_parser from orcus.Kohei Yoshida