summaryrefslogtreecommitdiff
path: root/sc/source/ui/namedlg
AgeCommit message (Expand)AuthorFilesLines
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-1/+1
2014-05-11fix-includes.pl: scThomas Arnhold2-2/+2
2014-04-08fdo#71729: Fill the range edit boxes after the table is fully initialized.Kohei Yoshida2-10/+19
2014-04-06whitespace cleanup in scMarkus Mohrhard3-12/+0
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-1/+1
2014-03-03Remove visual noise from scAlexander Wilms2-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2014-02-21vcl: sal_Bool -> boolStephan Bergmann2-2/+2
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2-0/+3
2014-02-14sal_Bool->boolNoel Grandin2-4/+4
2014-02-13Drop unnecessary #includeTakeshi Abe1-1/+0
2014-01-17Be explicit when using bool as integral value (as Link return value)Stephan Bergmann1-1/+1
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-2/+2
2013-10-08convert sc/source/ui/namedlg/*.cxx from String to OUStringNoel Grandin1-6/+2
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara2-9/+6
2013-08-12No more RT_SHARED and RT_SHAREDMOD named range types.Kohei Yoshida1-1/+1
2013-08-01fdo#67621: Delay populating the ranges until the dialog is shown.Kohei Yoshida1-5/+14
2013-07-16convert versions of dialog to .uiCaolán McNamara3-5/+5
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák3-4/+4
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2-46/+8
2013-04-17stash the label widget for shrink mode in the edit, not the buttonCaolán McNamara2-2/+4
2013-04-10adapt code to manage names dialog .ui conversionCaolán McNamara2-206/+143
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-36/+36
2013-03-27-Wunused-macrosStephan Bergmann1-1/+0
2013-03-08make link RefButton and widget for shrunk dialog title explicitCaolán McNamara2-3/+2
2013-03-08Resolves: fdo#58630 crash with refEdit button in SfxTabDialogCaolán McNamara1-0/+1
2013-03-07rename setInitialLayoutSize to setOptimalLayoutSizeCaolán McNamara1-1/+2
2013-03-07adapt code to use insertnamedialog .uiCaolán McNamara3-59/+73
2013-03-06need sc.hrcCaolán McNamara1-0/+1
2013-03-06adapt code to define name .ui conversionCaolán McNamara1-116/+58
2013-02-12Remove excessive inclusion of cell.hxx from other headers.Kohei Yoshida2-0/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks2-46/+28
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida1-9/+9
2012-06-09Remove superfluous include commentsThomas Arnhold1-7/+0
2012-04-30make ResId::toString a non-static memberCaolán McNamara2-3/+3
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks1-4/+1
2012-03-26prevent update during init in name dlgs, related fdo#45679Markus Mohrhard1-0/+2
2012-03-15ScNameMgrTable takes a reference, fdo#47307Markus Mohrhard1-3/+2
2012-03-06ScNameDefDlg::EdModifyHdl just calls IsNameValid, doesn't need to be a LinkCaolán McNamara1-8/+2
2012-03-03don't show an error message for empty names in Define Names, fdo#46816Markus Mohrhard1-1/+7
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann3-17/+17
2012-02-24fix core when clicking on entries in Manage Names dialog in calc fdo#46568Noel Power1-0/+18
2012-02-23avoid temporary rtl::OUStringTakeshi Abe1-1/+1
2012-02-14cleanup namedlg.cxxMarkus Mohrhard1-6/+0
2012-01-30Make named range dialog more consistent, localizable (II)Stefan Knorr (astron)1-1/+1
2012-01-17remove unused methodsThomas Arnhold1-14/+0
2012-01-09simplify CharClassCaolán McNamara3-6/+6
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot2-3/+3
2012-01-05handle relative refs in name dialogs correctlyMarkus Mohrhard3-5/+9