summaryrefslogtreecommitdiff
path: root/sc/source/ui/namedlg
AgeCommit message (Expand)AuthorFilesLines
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida1-9/+9
2012-06-09Remove superfluous include commentsThomas Arnhold1-7/+0
2012-04-30make ResId::toString a non-static memberCaolán McNamara2-3/+3
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks1-4/+1
2012-03-26prevent update during init in name dlgs, related fdo#45679Markus Mohrhard1-0/+2
2012-03-15ScNameMgrTable takes a reference, fdo#47307Markus Mohrhard1-3/+2
2012-03-06ScNameDefDlg::EdModifyHdl just calls IsNameValid, doesn't need to be a LinkCaolán McNamara1-8/+2
2012-03-03don't show an error message for empty names in Define Names, fdo#46816Markus Mohrhard1-1/+7
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann3-17/+17
2012-02-24fix core when clicking on entries in Manage Names dialog in calc fdo#46568Noel Power1-0/+18
2012-02-23avoid temporary rtl::OUStringTakeshi Abe1-1/+1
2012-02-14cleanup namedlg.cxxMarkus Mohrhard1-6/+0
2012-01-30Make named range dialog more consistent, localizable (II)Stefan Knorr (astron)1-1/+1
2012-01-17remove unused methodsThomas Arnhold1-14/+0
2012-01-09simplify CharClassCaolán McNamara3-6/+6
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot2-3/+3
2012-01-05handle relative refs in name dialogs correctlyMarkus Mohrhard3-5/+9
2011-12-21set focus to Name Edit Line in Define Names dialogMarkus Mohrhard1-3/+4
2011-12-19don't set current entry for every entry during initMarkus Mohrhard1-3/+4
2011-12-14ManageNames: info text should be centered in the text fieldMarkus Mohrhard1-0/+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 Mohrhard2-10/+15
2011-12-03correctly select new entry after returning from Define NamesMarkus Mohrhard2-0/+18
2011-12-03ManageNames: make the add button usableMarkus Mohrhard2-15/+59
2011-12-01ManageNames: remove Select button from Manage NamesMarkus Mohrhard1-6/+0
2011-12-01ManageNames: move some strings to globstrMarkus Mohrhard2-7/+4
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-12-01ManageNames: fix taborder for DefineNames dialogMarkus Mohrhard1-8/+8
2011-12-01ManageNames: fix tab order in Paste Names dialogMarkus Mohrhard1-2/+2
2011-12-01ManageNames: minor problem with size of header barMarkus Mohrhard1-0/+2
2011-11-29ManageNames: only calculate formula for visible range namesMarkus Mohrhard1-6/+48
2011-11-27remove include of pch header from scNorbert Thiebaud2-4/+0
2011-11-26ManageNames: improve layout of Define Names dialogMarkus Mohrhard1-1/+1
2011-11-26ManageNames: improve layout of dialogMarkus Mohrhard1-1/+1
2011-11-26ManageNames: make the header bar work correctlyMarkus Mohrhard1-1/+6
2011-11-26ManageNames:the Reference button should be disabled like the range fieldMarkus Mohrhard1-15/+4
2011-11-24change ScRangeName's container to boost::ptr_mapMarkus Mohrhard1-3/+3
2011-11-24ManageNames: moving the header separator now updates the table tooMarkus Mohrhard1-0/+64
2011-11-23'const_iterator' instead of 'iterator' to fix Windows build.Jan Holesovsky1-1/+1
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: disable paste buttons if table is emptyMarkus Mohrhard1-0/+6
2011-11-23ManageNames: handle formula errors in Define Names dialog correctlyMarkus Mohrhard1-0/+25
2011-11-23ManageNames: make pasting of multiple names working and fix crashMarkus Mohrhard1-6/+10
2011-11-23ManageNames: move some strings to globstr.[sh]rcMarkus Mohrhard4-7/+8
2011-11-23remove ScRangeName::findByNameMarkus Mohrhard1-1/+1
2011-11-23ManageNames: add missing licence headersMarkus Mohrhard2-0/+31