summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/namedlg.hxx
AgeCommit message (Expand)Author
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-11-02sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-10-16convert Link<> to typedNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-09-24convert Link<> to typedNoel Grandin
2015-09-14convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-19sc: these are ptr_map not ptr_setMichael Stahl
2015-08-06-Werror,-Wunused-private-fieldStephan Bergmann
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-07-22loplugin:unusedmethods scNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in scNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-25remove whitespaceMarkus Mohrhard
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-08fdo#71729: Fill the range edit boxes after the table is fully initialized.Kohei Yoshida
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-14sal_Bool->boolNoel Grandin
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-07adapt code to use insertnamedialog .uiCaolán McNamara
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-01-17remove unused methodsThomas Arnhold
2011-12-03ManageNames: make the add button usableMarkus Mohrhard
2011-12-01ManageNames: remove Select button from Manage NamesMarkus Mohrhard
2011-12-01ManageNames: move some strings to globstrMarkus Mohrhard
2011-12-01ManageNames: fix tab order in Manage NamesMarkus Mohrhard
2011-11-23ManageNames: only update the range names if we really changed dataMarkus Mohrhard
2011-11-23ManageNames: set correct text for multiselectionMarkus Mohrhard
2011-11-23ManageNames: disable some elements if table is emptyMarkus 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: need a virtual destructor hereMarkus 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: improve layout of ManageNames dialogMarkus Mohrhard
2011-11-23ManageNames: restructure the codeMarkus 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-27move the checkboxes below the more buttonMarkus Mohrhard
2011-09-24Manage Names: add comments and remove dead codeMarkus Mohrhard