summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs
AgeCommit message (Expand)AuthorFilesLines
2012-01-28replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmasterMichael Stahl45-15545/+0
2011-08-04some clean-upMarkus Mohrhard1-2/+1
2011-08-03change from sal_Bool to boolMarkus Mohrhard1-2/+2
2011-08-03change from c-array to boost::ptr_vectorMarkus Mohrhard1-35/+26
2011-08-03use delete[] for arrays allocated with new[]Markus Mohrhard1-2/+2
2011-08-03fix for fdo#39773: crash with hidden column in Data->FormMarkus Mohrhard1-1/+2
2011-07-14Resolves: fdo#36534 rework SvxSimpleTable to not manage its own parentCaolán McNamara2-18/+6
2011-06-15add local range names to ScNamePasteDlgMarkus Mohrhard1-2/+9
2011-06-09Replace List with std::vector<String>.Rafael Dominguez1-7/+4
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak12-24/+21
2011-05-01Remove DECLARE_QUEUE( ScChangeTrackMsgQueue,Rafael Dominguez1-7/+8
2011-03-29switch sc to gbuildNorbert Thiebaud1-118/+0
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat1-1/+1
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida42-653/+705
2011-03-05More on adjusting for ScRangeName's new API.Kohei Yoshida1-18/+4
2011-03-05Identified and tagged all places where I need to modify.Kohei Yoshida1-0/+3
2011-03-05More on re-working ScRangeName.Kohei Yoshida1-1/+1
2011-03-05Removed /* ### ACHTUNG: Neuer Text in Resource? - lines from calcChristina Rossmanith1-2/+0
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold2-2/+2
2011-03-01Remove bogus comments.Guillaume Poussel4-6/+6
2011-02-15accfixes: merged to m100Malte Timmermann [mt]33-647/+647
2011-02-06Remove dead codeThomas Arnhold1-9/+0
2011-02-02Disambiguate nested if statement blocks.Kohei Yoshida1-0/+2
2011-01-31WaE: various new gcc 4.6.0 warningsCaolán McNamara1-2/+0
2011-01-29Remove double line spacing, unused code and some unnecessary brackets.Thomas Arnhold1-124/+11
2011-01-24Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold1-1/+1
2011-01-21accfixes: reverted one change in scMalte Timmermann [mt]1-1/+1
2011-01-21Remove old RCS lines.Thomas Arnhold1-3/+0
2011-01-20accfixes: added more accessibility information and fixed tab orders in multip...Malte Timmermann [mt]9-13/+39
2011-01-18Removed some dead lines, dates and commit notes. Thanks to liuchen, limingl, ...Thomas Arnhold1-26/+22
2011-01-18Remove dead code: "//static" and "//virtual"Thomas Arnhold1-3/+0
2011-01-17Removed some bogus comments 'Added by PengYunQuan for Validity Cell Range Pic...Thomas Arnhold1-8/+2
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko33-647/+647
2011-01-07cppcheck: Reduce variable scope in filldlg.cxxNigel Hawkins1-4/+6
2011-01-07cppcheck: Reduce variable scope in crnrdlg.cxxNigel Hawkins1-7/+6
2011-01-07cppcheck: Reduce variable scope in solverutil.cxxNigel Hawkins1-1/+1
2011-01-07cppcheck: Reduce variable scope in mvtabdlg.cxxNigel Hawkins1-2/+1
2011-01-03Don't reset the default sheet name when the name has evern been edited.Kohei Yoshida1-3/+11
2011-01-03Different warning messages for different causes.Kohei Yoshida1-5/+35
2011-01-03Force copy when all sheets are selected.Kohei Yoshida1-2/+5
2011-01-03Adjusted the dialog layout a bit to make it look more consistent.Kohei Yoshida1-2/+1
2011-01-03Indentation fix & BOOL to bool.Kohei Yoshida1-4/+4
2011-01-03New layout Move/Copy sheet in calcJoost Wezenbeek1-17/+59
2010-12-21cppcheck: Some removing of postfix operatorsJulien Nabet1-1/+1
2010-12-20Merge commit 'libreoffice-3.3.0.2'Jan Holesovsky1-4/+14
2010-12-13When the name equals the automatically assigned one, remove it.Kohei Yoshida1-3/+18
2010-12-13A little code cleanups.Kohei Yoshida1-5/+8
2010-12-13Update new sheet name when control states change.Kohei Yoshida1-18/+35
2010-12-13Tabs to space conversion.Kohei Yoshida1-6/+6
2010-12-13BOOL -> bool, and tabs to whitespace in new code.Kohei Yoshida1-1/+1