summaryrefslogtreecommitdiff
path: root/sc/source/ui/namedlg
AgeCommit message (Collapse)Author
2013-02-12Remove excessive inclusion of cell.hxx from other headers.Kohei Yoshida
In favor of forward delaration and/or inclusion of more specialized headers. Change-Id: I75f727cc50228b8958b60173ce14e5ce1fb7e6f7
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
Patches contributed by Herbert Duerr i#118735 prevent endless loop if vlookup/hlookup doesn't find anything http://svn.apache.org/viewvc?view=revision&revision=1239673 Patches contributed by Andre Fischer remove lp_solver http://svn.apache.org/viewvc?view=revision&revision=1199180 i#118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Armin Le-Grand i#118485 - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 i#118524: apply patch, followup fixes to 118485 http://svn.apache.org/viewvc?view=revision&revision=1186077 Patches contributed by lihuiibm i#108860 - Fix range validation. http://svn.apache.org/viewvc?view=revision&revision=1242846 i#118954 Chart data will lost after copy to different file http://svn.apache.org/viewvc?view=revision&revision=1301345 Patches contributed by Ariel Constenla-Haile Fix Linux build breaker: extra qualification on member http://svn.apache.org/viewvc?view=revision&revision=1301591 i#118696 - i#118697 - Fix some Sheet Tab Color API issues http://svn.apache.org/viewvc?view=revision&revision=1225428 i#118697 - Fix uninitialized variable http://svn.apache.org/viewvc?view=revision&revision=1225859 i#118771 - ScUndoImportTab should preserve tab background color http://svn.apache.org/viewvc?view=revision&revision=1230356 i#118921 - Repaint linked sheet tab background color after updating link http://svn.apache.org/viewvc?view=revision&revision=1245177 i#118927 - Undo/Redo "Update Link" does not reset sheet tab color http://svn.apache.org/viewvc?view=revision&revision=1245241 i#118747 - Copy tab color when transferring sheets across documents http://svn.apache.org/viewvc?view=revision&revision=1230355 Patch contributed by Oliver Rainer-Wittman i#118012 - methods <ScBroadcastAreaSlot::AreaBroadcast(..)> and <ScBroadcastAreaSlot::AreaBroadcastInRange(..)> adapt stl-container iteration in order to avoid destroyed iterators during iteration. http://svn.apache.org/viewvc?view=revision&revision=1297916 Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1397315 Patch contributed by Daniel Rentz calc69: #i116936# fix VBA symbol Cells http://svn.apache.org/viewvc?view=revision&revision=1172135 Patches contributed by leiw: i#118546 CPU 100% on switched off AutoCalculate with Conditional Formatting on date values http://svn.apache.org/viewvc?view=revision&revision=1301380 Re-add new function documentation. Many various cleanups. Add missing calc66: #o11817313# also look at formula result number format, remove redundant binaries.
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida
Change-Id: I89cfc8c1288c00674fe64e791c149743d377d5ee
2012-06-09Remove superfluous include commentsThomas Arnhold
Change-Id: Ie5792855761b9be209bf3fa2cba9e6998523c982
2012-04-30make ResId::toString a non-static memberCaolán McNamara
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks
2012-03-26prevent update during init in name dlgs, related fdo#45679Markus Mohrhard
2012-03-15ScNameMgrTable takes a reference, fdo#47307Markus Mohrhard
2012-03-06ScNameDefDlg::EdModifyHdl just calls IsNameValid, doesn't need to be a LinkCaolán McNamara
2012-03-03don't show an error message for empty names in Define Names, fdo#46816Markus Mohrhard
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-02-24fix core when clicking on entries in Manage Names dialog in calc fdo#46568Noel Power
2012-02-23avoid temporary rtl::OUStringTakeshi Abe
2012-02-14cleanup namedlg.cxxMarkus Mohrhard
remove unneeded comments, includes and macros
2012-01-30Make named range dialog more consistent, localizable (II)Stefan Knorr (astron)
2012-01-17remove unused methodsThomas Arnhold
2012-01-09simplify CharClassCaolán McNamara
multiple variants of toUpper (etc) some that take a non-const OUString or String and modify it some that take a const OUString or String and return a new one some that take part of a const OUString or String and return a new one
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot
Part XXX Modules sc
2012-01-05handle relative refs in name dialogs correctlyMarkus Mohrhard
2011-12-21set focus to Name Edit Line in Define Names dialogMarkus Mohrhard
2011-12-19don't set current entry for every entry during initMarkus Mohrhard
2011-12-14ManageNames: info text should be centered in the text fieldMarkus 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
the concept is not perfect and the code looks ugly but we have no way at the moment to open two Refdialogs at the same time REVERT this hack as soon as this is possible!
2011-12-01ManageNames: remove Select button from Manage NamesMarkus Mohrhard
2011-12-01ManageNames: move some strings to globstrMarkus Mohrhard
2011-12-01ManageNames: the mode switcher needs to be enabled tooMarkus Mohrhard
2011-12-01ManageNames: fix tab order in Manage NamesMarkus Mohrhard
2011-12-01ManageNames: fix taborder for DefineNames dialogMarkus Mohrhard
the more button is not usable with the keyboard
2011-12-01ManageNames: fix tab order in Paste Names dialogMarkus 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-27remove include of pch header from scNorbert Thiebaud
2011-11-26ManageNames: improve layout of Define Names dialogMarkus Mohrhard
2011-11-26ManageNames: improve layout of dialogMarkus Mohrhard
2011-11-26ManageNames: make the header bar work correctlyMarkus Mohrhard
2011-11-26ManageNames:the Reference button should be disabled like the range fieldMarkus 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: 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: disable paste buttons if table is emptyMarkus Mohrhard
2011-11-23ManageNames: handle formula errors in Define Names dialog correctlyMarkus Mohrhard
2011-11-23ManageNames: make pasting of multiple names working and fix crashMarkus Mohrhard
2011-11-23ManageNames: move some strings to globstr.[sh]rcMarkus Mohrhard