summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/namedlg.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-02sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-6/+6
2015-10-16convert Link<> to typedNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-7/+7
2015-10-12convert Link<> to typedNoel Grandin1-1/+1
2015-09-24convert Link<> to typedNoel Grandin1-1/+1
2015-09-14convert Link<> to typedNoel Grandin1-0/+1
2015-09-08convert Link<> to typedNoel Grandin1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-4/+4
2015-08-19sc: these are ptr_map not ptr_setMichael Stahl1-1/+0
2015-08-06-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2015-08-05loplugin:unusedmethodsNoel Grandin1-1/+0
2015-07-22loplugin:unusedmethods scNoel Grandin1-3/+0
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-14/+14
2015-04-09vcl: VclPtr conversion in scNoel Grandin1-0/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-04-19fixincludeguards.sh: scThomas Arnhold1-3/+3
2014-04-08fdo#71729: Fill the range edit boxes after the table is fully initialized.Kohei Yoshida1-2/+3
2014-04-06whitespace cleanup in scMarkus Mohrhard1-4/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-5/+5
2014-03-03Remove visual noise from scAlexander Wilms1-1/+1
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-14sal_Bool->boolNoel Grandin1-2/+2
2013-04-10adapt code to manage names dialog .ui conversionCaolán McNamara1-28/+19
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-10/+10
2013-03-07adapt code to use insertnamedialog .uiCaolán McNamara1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-01-17remove unused methodsThomas Arnhold1-1/+0
2011-12-03ManageNames: make the add button usableMarkus Mohrhard1-1/+6
2011-12-01ManageNames: remove Select button from Manage NamesMarkus Mohrhard1-1/+0
2011-12-01ManageNames: move some strings to globstrMarkus Mohrhard1-1/+0
2011-12-01ManageNames: fix tab order in Manage NamesMarkus Mohrhard1-14/+13
2011-11-23ManageNames: only update the range names if we really changed dataMarkus Mohrhard1-0/+1
2011-11-23ManageNames: set correct text for multiselectionMarkus Mohrhard1-0/+1
2011-11-23ManageNames: disable some elements if table is emptyMarkus Mohrhard1-0/+1
2011-11-23ManageNames: use a more modern looking button for RangeOptionsMarkus Mohrhard1-2/+2
2011-11-23ManageNames: add table to "Paste Names" dialogMarkus Mohrhard1-9/+0
2011-11-23ManageNames: need a virtual destructor hereMarkus Mohrhard1-1/+1
2011-11-23ManageNames: don't change selection after user inputMarkus Mohrhard1-0/+2
2011-11-23ManageNames: add undo to Define Names dialogMarkus Mohrhard1-0/+1
2011-11-23ManageNames: make global undo work again with dialogMarkus Mohrhard1-1/+3
2011-11-23ManageNames: make modify button obsoleteMarkus Mohrhard1-0/+1
2011-11-23ManageNames: improve layout of ManageNames dialogMarkus Mohrhard1-2/+10
2011-11-23ManageNames: restructure the codeMarkus Mohrhard1-29/+2
2011-11-23ManageNames: clean ScNameDlg even moreMarkus Mohrhard1-2/+7
2011-11-23ManageNames: remove no longer needed undo stackMarkus Mohrhard1-50/+0
2011-11-23ManageNames: clean up ui for new conceptMarkus Mohrhard1-2/+0
2011-09-27move the checkboxes below the more buttonMarkus Mohrhard1-0/+2
2011-09-24Manage Names: add comments and remove dead codeMarkus Mohrhard1-1/+5
2011-09-24Manage Names: refactoring in namedlg.cxxMarkus Mohrhard1-16/+15