summaryrefslogtreecommitdiff
path: root/sc/source/ui/namedlg/namedlg.cxx
AgeCommit message (Expand)Author
2016-07-20tdf#84938 replace #define with scoped typed_flagsJochen Nitschke
2015-11-02sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-10-16convert Link<> to typedNoel Grandin
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-04-30Gradually typed LinkStephan Bergmann
2015-04-20sc: convert new to ::CreateNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
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-05-11fix-includes.pl: 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-03Remove visual noise from scAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-14sal_Bool->boolNoel Grandin
2014-02-13Drop unnecessary #includeTakeshi Abe
2014-01-17Be explicit when using bool as integral value (as Link return value)Stephan Bergmann
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
2013-07-16convert versions of dialog to .uiCaolán McNamara
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-17stash the label widget for shrink mode in the edit, not the buttonCaolán McNamara
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-08make link RefButton and widget for shrunk dialog title explicitCaolán McNamara
2013-03-07adapt code to use insertnamedialog .uiCaolán McNamara
2013-02-12Remove excessive inclusion of cell.hxx from other headers.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-04-30make ResId::toString a non-static memberCaolán McNamara
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-02-24fix core when clicking on entries in Manage Names dialog in calc fdo#46568Noel Power
2012-02-14cleanup namedlg.cxxMarkus Mohrhard
2012-01-17remove unused methodsThomas Arnhold
2012-01-09simplify CharClassCaolán McNamara
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot
2012-01-05handle relative refs in name dialogs correctlyMarkus Mohrhard
2011-12-05don't show the warning message if the name is correctMarkus Mohrhard
2011-12-05ManageNames: set the color of the info text field for warningsMarkus Mohrhard
2011-12-03correctly select new entry after returning from Define NamesMarkus Mohrhard
2011-12-03ManageNames: make the add button usableMarkus Mohrhard
2011-12-01ManageNames: remove Select button from Manage NamesMarkus Mohrhard