summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Expand)Author
2011-11-15translations of comments from german to english Committer: Winfried Donkers <...w.donkers
2011-11-14make this a little more pleasing to the eye, logic unchangedCaolán McNamara
2011-11-14original would unconditionally truncate to nLenCaolán McNamara
2011-11-14Remove String::Fill() usageChristina Rossmanith
2011-11-14ByteString->rtl::OString[Buffer]Caolán McNamara
2011-11-14stray pointless aByteLineCaolán McNamara
2011-11-11translation of german comments to english plus rename of define MAX_COL_HEIGHTWinfried Donkers
2011-11-11ByteString->rtl::OStringCaolán McNamara
2011-11-10Fixed fdo#36247 mismatch between drawing layer and cell gridEike Rathke
2011-11-10removed leftovers of the Simple Handles optionTim Hardeck
2011-11-10ScRangeData aName to OUStringLaurent Godard
2011-11-09Reduced scoping.Kohei Yoshida
2011-11-09sal_Bool to bool.Kohei Yoshida
2011-11-08Fixed the wrong keyboard selection behavior in reference mode.Kohei Yoshida
2011-11-08String to rtl::OUString.Kohei Yoshida
2011-11-08removed Simple Handles optionTim Hardeck
2011-11-08remove empty Text [ x-comment ] entriesAndras Timar
2011-11-07Encapsulated empty and non-empty filter criteria.Kohei Yoshida
2011-11-08fdo#36100: show blink borders for cut like we do for copyMarkus Mohrhard
2011-11-07Changed data storage structure in ScQueryEntry.Kohei Yoshida
2011-11-07fdo#42526 : need to parse the address convention for parsing referencesMarkus Mohrhard
2011-11-07little refactoring in fuins2.cxxMarkus Mohrhard
2011-11-07callcatcher: update list, drop some newly unused methodsCaolán McNamara
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-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-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-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-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-04Fixed fdo#37083 mis-positioning caused by internal TeX points.Eike Rathke
2011-11-04update unused listCaolán McNamara
2011-11-04catch exception by const referenceTakeshi Abe
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-01fdo#40110: Correctly map external ranges into matrix instances.Kohei Yoshida
2011-10-31update first ScMarkData before setting cursor (fdo#42432)Markus Mohrhard
2011-10-31rhbz#657394: crash closing document while printingMichael Stahl
2011-10-31Revert "Move ScPostIt storage from ScBaseCell->ScDocument"Michael Meeks
2011-10-31Move ScPostIt storage from ScBaseCell->ScDocumentKevin Hunter
2011-10-28bnc#726152: Avoid adjusting cell-anchored objects on other sheets.Kohei Yoshida