summaryrefslogtreecommitdiff
path: root/sc/source/ui/namedlg
AgeCommit message (Expand)Author
2011-11-23remove ScRangeName::findByNameMarkus Mohrhard
2011-11-23ManageNames: add missing licence headersMarkus Mohrhard
2011-11-23ManageNames: remove Add Button and debug outputMarkus Mohrhard
2011-11-23Manage Names: fix an initialization problemMarkus Mohrhard
2011-11-23ManageNames: update range data also if checkboxes are toggledMarkus Mohrhard
2011-11-23ManageNames: implement ScNameDlg::IsFormulaValidMarkus Mohrhard
2011-11-23ManageNames: need to store the strings in variablesMarkus Mohrhard
2011-11-23ManageNames: add RangeOptions button to Define Name dialogMarkus Mohrhard
2011-11-23ManageNames: use a more modern looking button for RangeOptionsMarkus Mohrhard
2011-11-23ManageNames: add table to "Paste Names" dialogMarkus Mohrhard
2011-11-23ManageNames: don't change selection after user inputMarkus Mohrhard
2011-11-23ManageNames: add undo to Define Names dialogMarkus Mohrhard
2011-11-23ManageNames: make global undo work again with dialogMarkus Mohrhard
2011-11-23ManageNames: make modify button obsoleteMarkus Mohrhard
2011-11-23ManageNames: make Multiselection work in the tableMarkus Mohrhard
2011-11-23ManageNames: improve layout of ManageNames dialogMarkus Mohrhard
2011-11-23ManageNames: Paste names, initial layout without tableMarkus Mohrhard
2011-11-23ManageNames: make formula input box work correctlyMarkus Mohrhard
2011-11-23ManageNames: make Define Name dialog work againMarkus Mohrhard
2011-11-23ManageNames: restructure the codeMarkus Mohrhard
2011-11-23Manage Names: add most logic to Define Name dialogMarkus Mohrhard
2011-11-23ManageNames: improve AddNames UI, no logic yetMarkus Mohrhard
2011-11-23ManageNames: add menu and dialog for Add NameMarkus Mohrhard
2011-11-23ManageNames: clean ScNameDlg even moreMarkus Mohrhard
2011-11-23ManageNames: remove no longer needed undo stackMarkus Mohrhard
2011-11-23ManageNames: clean up ui for new conceptMarkus Mohrhard
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-27move the checkboxes below the more buttonMarkus Mohrhard
2011-09-24Manage Names: braodcast change in range names now directlyMarkus Mohrhard
2011-09-24Manage Names: add comments and remove dead codeMarkus Mohrhard
2011-09-24Manage Names: refactoring in namedlg.cxxMarkus Mohrhard
2011-09-24show only relevant range namesMarkus Mohrhard
2011-09-24fix crash, various button problems, memory leakMarkus Mohrhard
2011-09-24Manage Names: set new entry as selectedMarkus Mohrhard
2011-09-23inital work for new "Manage Names" dialogMarkus Mohrhard
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-08-26String to rtl::OUString.Kohei Yoshida
2011-08-25crash when modifying a defined name (and other places as well)Eike Rathke
2011-08-10fix for fdo#39915: defining named ranges should be case insensitiveMarkus Mohrhard
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak
2011-03-29switch sc to gbuildNorbert Thiebaud
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-15Implement undo and redo for real.Kohei Yoshida
2011-03-15Added skeleton for undo of all range names, global and local.Kohei Yoshida
2011-03-15Extracted macro-based method into real method (for better context tagging).Kohei Yoshida
2011-03-15Store all range names from the dialog to the document.Kohei Yoshida
2011-03-15Retrieve sheet-local names and populate the dialog with them.Kohei Yoshida
2011-03-15Removed useless comments.Kohei Yoshida
2011-03-15More cleanups.Kohei Yoshida
2011-03-15Use data member and member methods instead of global and macros...Kohei Yoshida