summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/namedlg
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous include commentsThomas Arnhold2012-06-091-7/+0
* make ResId::toString a non-static memberCaolán McNamara2012-04-302-3/+3
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
* Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks2012-04-021-4/+1
* prevent update during init in name dlgs, related fdo#45679Markus Mohrhard2012-03-261-0/+2
* ScNameMgrTable takes a reference, fdo#47307Markus Mohrhard2012-03-151-3/+2
* ScNameDefDlg::EdModifyHdl just calls IsNameValid, doesn't need to be a LinkCaolán McNamara2012-03-061-8/+2
* don't show an error message for empty names in Define Names, fdo#46816Markus Mohrhard2012-03-031-1/+7
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-013-17/+17
* fix core when clicking on entries in Manage Names dialog in calc fdo#46568Noel Power2012-02-241-0/+18
* avoid temporary rtl::OUStringTakeshi Abe2012-02-231-1/+1
* cleanup namedlg.cxxMarkus Mohrhard2012-02-141-6/+0
* Make named range dialog more consistent, localizable (II)Stefan Knorr (astron)2012-01-301-1/+1
* remove unused methodsThomas Arnhold2012-01-171-14/+0
* simplify CharClassCaolán McNamara2012-01-093-6/+6
* Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot2012-01-072-3/+3
* handle relative refs in name dialogs correctlyMarkus Mohrhard2012-01-053-5/+9
* set focus to Name Edit Line in Define Names dialogMarkus Mohrhard2011-12-211-3/+4
* don't set current entry for every entry during initMarkus Mohrhard2011-12-191-3/+4
* ManageNames: info text should be centered in the text fieldMarkus Mohrhard2011-12-141-0/+1
* don't show the warning message if the name is correctMarkus Mohrhard2011-12-051-0/+4
* ManageNames: set the color of the info text field for warningsMarkus Mohrhard2011-12-052-10/+15
* correctly select new entry after returning from Define NamesMarkus Mohrhard2011-12-032-0/+18
* ManageNames: make the add button usableMarkus Mohrhard2011-12-032-15/+59
* ManageNames: remove Select button from Manage NamesMarkus Mohrhard2011-12-011-6/+0
* ManageNames: move some strings to globstrMarkus Mohrhard2011-12-012-7/+4
* ManageNames: the mode switcher needs to be enabled tooMarkus Mohrhard2011-12-011-1/+1
* ManageNames: fix tab order in Manage NamesMarkus Mohrhard2011-12-011-12/+11
* ManageNames: fix taborder for DefineNames dialogMarkus Mohrhard2011-12-011-8/+8
* ManageNames: fix tab order in Paste Names dialogMarkus Mohrhard2011-12-011-2/+2
* ManageNames: minor problem with size of header barMarkus Mohrhard2011-12-011-0/+2
* ManageNames: only calculate formula for visible range namesMarkus Mohrhard2011-11-291-6/+48
* remove include of pch header from scNorbert Thiebaud2011-11-272-4/+0
* ManageNames: improve layout of Define Names dialogMarkus Mohrhard2011-11-261-1/+1
* ManageNames: improve layout of dialogMarkus Mohrhard2011-11-261-1/+1
* ManageNames: make the header bar work correctlyMarkus Mohrhard2011-11-261-1/+6
* ManageNames:the Reference button should be disabled like the range fieldMarkus Mohrhard2011-11-261-15/+4
* change ScRangeName's container to boost::ptr_mapMarkus Mohrhard2011-11-241-3/+3
* ManageNames: moving the header separator now updates the table tooMarkus Mohrhard2011-11-241-0/+64
* 'const_iterator' instead of 'iterator' to fix Windows build.Jan Holesovsky2011-11-231-1/+1
* ManageNames: only update the range names if we really changed dataMarkus Mohrhard2011-11-231-3/+10
* ManageNames: set correct text for multiselectionMarkus Mohrhard2011-11-231-0/+4
* ManageNames: disable some elements if table is emptyMarkus Mohrhard2011-11-231-0/+36
* ManageNames: disable paste buttons if table is emptyMarkus Mohrhard2011-11-231-0/+6
* ManageNames: handle formula errors in Define Names dialog correctlyMarkus Mohrhard2011-11-231-0/+25
* ManageNames: make pasting of multiple names working and fix crashMarkus Mohrhard2011-11-231-6/+10
* ManageNames: move some strings to globstr.[sh]rcMarkus Mohrhard2011-11-234-7/+8
* remove ScRangeName::findByNameMarkus Mohrhard2011-11-231-1/+1
* ManageNames: add missing licence headersMarkus Mohrhard2011-11-232-0/+31
* ManageNames: remove Add Button and debug outputMarkus Mohrhard2011-11-231-50/+4