summaryrefslogtreecommitdiff
path: root/sc/source/ui/namedlg/namedlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-04-09fdo#71729: Fill the range edit boxes after the table is fully initialized.Kohei Yoshida1-10/+7
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-1/+1
2013-04-17stash the label widget for shrink mode in the edit, not the buttonCaolán McNamara1-1/+2
2013-04-10adapt code to manage names dialog .ui conversionCaolán McNamara1-205/+143
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-16/+16
2013-03-08make link RefButton and widget for shrunk dialog title explicitCaolán McNamara1-1/+1
2013-03-07adapt code to use insertnamedialog .uiCaolán McNamara1-1/+1
2013-02-12Remove excessive inclusion of cell.hxx from other headers.Kohei Yoshida1-0/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-09Remove superfluous include commentsThomas Arnhold1-7/+0
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-2/+2
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks1-4/+1
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-9/+9
2012-02-24fix core when clicking on entries in Manage Names dialog in calc fdo#46568Noel Power1-0/+18
2012-02-14cleanup namedlg.cxxMarkus Mohrhard1-6/+0
2012-01-17remove unused methodsThomas Arnhold1-14/+0
2012-01-09simplify CharClassCaolán McNamara1-4/+4
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-1/+1
2012-01-05handle relative refs in name dialogs correctlyMarkus Mohrhard1-1/+1
2011-12-05don't show the warning message if the name is correctMarkus Mohrhard1-0/+4
2011-12-05ManageNames: set the color of the info text field for warningsMarkus Mohrhard1-10/+11
2011-12-03correctly select new entry after returning from Define NamesMarkus Mohrhard1-0/+6
2011-12-03ManageNames: make the add button usableMarkus Mohrhard1-12/+36
2011-12-01ManageNames: remove Select button from Manage NamesMarkus Mohrhard1-6/+0
2011-12-01ManageNames: move some strings to globstrMarkus Mohrhard1-3/+2
2011-12-01ManageNames: the mode switcher needs to be enabled tooMarkus Mohrhard1-1/+1
2011-12-01ManageNames: fix tab order in Manage NamesMarkus Mohrhard1-12/+11
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-26ManageNames: improve layout of dialogMarkus Mohrhard1-1/+1
2011-11-26ManageNames:the Reference button should be disabled like the range fieldMarkus Mohrhard1-15/+4
2011-11-23ManageNames: only update the range names if we really changed dataMarkus Mohrhard1-3/+10
2011-11-23ManageNames: set correct text for multiselectionMarkus Mohrhard1-0/+4
2011-11-23ManageNames: disable some elements if table is emptyMarkus Mohrhard1-0/+36
2011-11-23ManageNames: move some strings to globstr.[sh]rcMarkus Mohrhard1-1/+1
2011-11-23remove ScRangeName::findByNameMarkus Mohrhard1-1/+1
2011-11-23ManageNames: remove Add Button and debug outputMarkus Mohrhard1-50/+4
2011-11-23Manage Names: fix an initialization problemMarkus Mohrhard1-13/+4
2011-11-23ManageNames: update range data also if checkboxes are toggledMarkus Mohrhard1-0/+4
2011-11-23ManageNames: implement ScNameDlg::IsFormulaValidMarkus Mohrhard1-1/+17
2011-11-23ManageNames: use a more modern looking button for RangeOptionsMarkus Mohrhard1-5/+15
2011-11-23ManageNames: don't change selection after user inputMarkus Mohrhard1-1/+10
2011-11-23ManageNames: add undo to Define Names dialogMarkus Mohrhard1-38/+24
2011-11-23ManageNames: make global undo work again with dialogMarkus Mohrhard1-4/+12
2011-11-23ManageNames: make modify button obsoleteMarkus Mohrhard1-34/+37
2011-11-23ManageNames: make Multiselection work in the tableMarkus Mohrhard1-48/+78
2011-11-23ManageNames: improve layout of ManageNames dialogMarkus Mohrhard1-6/+45
2011-11-23ManageNames: restructure the codeMarkus Mohrhard1-94/+1
2011-11-23ManageNames: clean ScNameDlg even moreMarkus Mohrhard1-5/+21
2011-11-23ManageNames: remove no longer needed undo stackMarkus Mohrhard1-145/+0
2011-11-23ManageNames: clean up ui for new conceptMarkus Mohrhard1-23/+0