summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
AgeCommit message (Collapse)Author
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon
2011-11-25Fixed #i116848# Shapes are at wrong positionEike Rathke
# Original author: Niklas Nebel <nn@openoffice.org> Taken from OOO340 repository, changeset 7ebd38de6d70 introduced with CWS dr78.
2011-11-25calc69: #i118068# handle all-hidden case in ScDrawUtil::CalcScaleEike Rathke
# Original author: Niklas Nebel <nn@openoffice.org> * found as LGPLv3-only fix at svn rev 1172138 (http://svn.apache.org/viewvc?view=revision&revision=1172138) Plus the original comment from the replaced code why it is there, to fix #i116848#
2011-11-25calc69: #i117893# call GetSizePixel before setting bIsInPaintEike Rathke
# Original author: Niklas Nebel <nn@openoffice.org> * found as LGPLv3-only fix at svn rev 1172136 (http://svn.apache.org/viewvc?view=revision&revision=1172136)
2011-11-24change ScRangeName's container to boost::ptr_mapMarkus Mohrhard
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida
2011-11-23ManageNames: make pasting of multiple names working and fix crashMarkus Mohrhard
2011-11-23remove ScRangeName::findByNameMarkus Mohrhard
this method was mmisused and is the source for some "bugs" we don't allow case sensitive storage of range names and therefore it does not amke sense to search by case sensitive names, use ScRangeName::findByUpperName instead Especially the uno implementation did behave wrongly and allowed to create two names that were identicall for the model
2011-11-23Manage Names: fix an initialization problemMarkus Mohrhard
2011-11-23fix out of bounds access in printfunc.cxxMarkus Mohrhard
2011-11-23ManageNames: add table to "Paste Names" dialogMarkus Mohrhard
2011-11-23ManageNames: add undo to Define Names dialogMarkus Mohrhard
2011-11-23ManageNames: make Define Name dialog work againMarkus Mohrhard
2011-11-23ManageNames: restructure the codeMarkus Mohrhard
move namepast.cxx to namedlg namedefdlg is "modeless"(only in technical sense) and needs to be in sc while namepast is modal and needs to be in scui move the table implementation to an own file, we can reuse it for namepast.cxx
2011-11-23Manage Names: add most logic to Define Name dialogMarkus Mohrhard
missing are: -undo -range options -help -test for correct expression is not working
2011-11-23ManageNames: improve AddNames UI, no logic yetMarkus Mohrhard
2011-11-23ManageNames: add menu and dialog for Add NameMarkus Mohrhard
2011-11-18Disable the OK button when no items are selected.Kohei Yoshida
When filtering by equality, we need to have at least one value to compare to, or else bad things may happen. The pivot table OTOH can handle empty set. So over there, it's okay to allow no items to be selected.
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
The latter takes care of iterating through the elements.
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
But it's not working right. :-(
2011-11-17german comments translated to english On branch master Changes to be ↵Winfried Donkers
committed: modified: sc/source/ui/view/cellsh.cxx modified: sc/source/ui/view/cellsh1.cxx modified: sc/source/ui/view/cellsh2.cxx modified: sc/source/ui/view/cellsh4.cxx
2011-11-17remove obsolete layout codeFelix Zhang
2011-11-15Reset formula cell's changed flag only for those within visible range.Kohei Yoshida
Especially avoid marking all cells in all sheets which would cause a performance problem.
2011-11-15Reduce scoping.Kohei Yoshida
2011-11-15removing obsolete layout codeFelix Zhang
2011-11-15Tweaked previous comment translations.Stephan Bergmann
2011-11-15correct commentLionel Elie Mamane
2011-11-15tweak commentLionel Elie Mamane
2011-11-15translations of comments from german to english Committer: Winfried Donkers ↵w.donkers
<osc@dci-electronics.nl> On branch master Changes to be committed: modified: sc/source/ui/view/auditsh.cxx modified: sc/source/ui/view/colrowba.cxx modified: sc/source/ui/view/dbfunc.cxx modified: sc/source/ui/view/viewfunc.cxx
2011-11-11translation of german comments to english plus rename of define MAX_COL_HEIGHTWinfried Donkers
2011-11-10Fixed fdo#36247 mismatch between drawing layer and cell gridEike Rathke
* Ensure that the drawing layer's map mode scaling factors match the new heights and widths after resize.
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
This one is pretty bad, especially for those who like to select ranges using keyboard.
2011-11-08removed Simple Handles optionTim Hardeck
Removed the unnecessary option "Simple Handles" with all related functions and icons.
2011-11-07Encapsulated empty and non-empty filter criteria.Kohei Yoshida
Because those two conditions were not very obvious.
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
This required a whole bunch of chnages all over the place.
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard
2011-11-07sal_Bool->bool in ScDocumentMarkus Mohrhard