summaryrefslogtreecommitdiff
path: root/sc/source/ui/namedlg/namemgrtable.cxx
AgeCommit message (Expand)Author
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-10-08convert sc/source/ui/namedlg/*.cxx from String to OUStringNoel Grandin
2013-08-12No more RT_SHARED and RT_SHAREDMOD named range types.Kohei Yoshida
2013-08-01fdo#67621: Delay populating the ranges until the dialog is shown.Kohei Yoshida
2013-07-16convert versions of dialog to .uiCaolán McNamara
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-10adapt code to manage names dialog .ui conversionCaolán McNamara
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-07rename setInitialLayoutSize to setOptimalLayoutSizeCaolán McNamara
2013-03-07adapt code to use insertnamedialog .uiCaolán McNamara
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-26prevent update during init in name dlgs, related fdo#45679Markus Mohrhard
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-02-23avoid temporary rtl::OUStringTakeshi Abe
2012-01-09simplify CharClassCaolán McNamara
2012-01-05handle relative refs in name dialogs correctlyMarkus Mohrhard
2011-12-19don't set current entry for every entry during initMarkus Mohrhard
2011-12-03correctly select new entry after returning from Define NamesMarkus Mohrhard
2011-12-01ManageNames: minor problem with size of header barMarkus Mohrhard
2011-11-29ManageNames: only calculate formula for visible range namesMarkus Mohrhard
2011-11-26ManageNames: make the header bar work correctlyMarkus Mohrhard
2011-11-24change ScRangeName's container to boost::ptr_mapMarkus Mohrhard
2011-11-24ManageNames: moving the header separator now updates the table tooMarkus Mohrhard
2011-11-23'const_iterator' instead of 'iterator' to fix Windows build.Jan Holesovsky
2011-11-23ManageNames: make pasting of multiple names working and fix crashMarkus Mohrhard
2011-11-23ManageNames: move some strings to globstr.[sh]rcMarkus Mohrhard
2011-11-23ManageNames: add missing licence headersMarkus Mohrhard
2011-11-23Manage Names: fix an initialization problemMarkus Mohrhard
2011-11-23ManageNames: make global undo work again with dialogMarkus Mohrhard
2011-11-23ManageNames: make Multiselection work in the tableMarkus Mohrhard
2011-11-23ManageNames: restructure the codeMarkus Mohrhard