summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/gridwin.cxx
AgeCommit message (Expand)Author
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida
2011-11-18Disable the OK button when no items are selected.Kohei Yoshida
2011-11-18Get top10, empty and non-empty special queries to work.Kohei Yoshida
2011-11-18Execute launching of standard filter dialog.Kohei Yoshida
2011-11-18We probably don't need to do this for the new popup.Kohei Yoshida
2011-11-18Register modes for non-standard autofiltering options.Kohei Yoshida
2011-11-18Fix painting of autofilter buttons.Kohei Yoshida
2011-11-18Use scoped_ptr instead of auto_ptr; auto_ptr is deprecated.Kohei Yoshida
2011-11-18Removing the switch. Now we use the new autofilter popup for good.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-18Unused local var.Kohei Yoshida
2011-11-18Handle query after the popup gets dismissed by clicking OK.Kohei Yoshida
2011-11-07Encapsulated empty and non-empty filter criteria.Kohei Yoshida
2011-11-07Changed data storage structure in ScQueryEntry.Kohei Yoshida
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard
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-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-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-10-31Revert "Move ScPostIt storage from ScBaseCell->ScDocument"Michael Meeks
2011-10-31Move ScPostIt storage from ScBaseCell->ScDocumentKevin Hunter
2011-09-12Move ScCheckListMenuWindow and ScMenuFloatingWindow into own files.Kohei Yoshida
2011-09-12Moved PasteFromClipboard() from ScCellShell to ScClipUtil (new class).Kohei Yoshida
2011-08-29String to rtl::OUString, and I forgot to commit the new headers.Kohei Yoshida
2011-08-29Hide ScDragData and ScClipData from scmod.hxx, clean up ScModule a bit.Kohei Yoshida
2011-08-26String to rtl::OUString.Kohei Yoshida
2011-06-15Remove rebundant check since we already know its in boundaries.Rafael Dominguez
2011-06-07Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard
2011-05-30cppcheck cleanliness Remove: (performance) Possible inefficient checking for ...Korrawit Pruegsanusak
2011-05-28String to OUString in ScDPObject.Kohei Yoshida
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak
2011-05-25Paste link from another calc doc as external reference instead of DDE.Kohei Yoshida
2011-05-19fix some bugs introduced with the last patches and rework some partsMarkus Mohrhard
2011-05-13Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida
2011-04-01Removed the dynamic row bits from the db range. It was a hack.Kohei Yoshida
2011-03-22Let's not clear single cell selection after enter-paste. (fdo#35116)Kohei Yoshida
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-02Remove bogus comments.Guillaume Poussel
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-02-24Remove commented variableMichael Lefevre