summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs
AgeCommit message (Expand)Author
2011-08-26String to rtl::OUString.Kohei Yoshida
2011-08-04some clean-upMarkus Mohrhard
2011-08-03change from sal_Bool to boolMarkus Mohrhard
2011-08-03change from c-array to boost::ptr_vectorMarkus Mohrhard
2011-08-03use delete[] for arrays allocated with new[]Markus Mohrhard
2011-08-03fix for fdo#39773: crash with hidden column in Data->FormMarkus Mohrhard
2011-07-14Resolves: fdo#36534 rework SvxSimpleTable to not manage its own parentCaolán McNamara
2011-06-15add local range names to ScNamePasteDlgMarkus Mohrhard
2011-06-09Replace List with std::vector<String>.Rafael Dominguez
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak
2011-05-01Remove DECLARE_QUEUE( ScChangeTrackMsgQueue,Rafael Dominguez
2011-03-29switch sc to gbuildNorbert Thiebaud
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-05More on adjusting for ScRangeName's new API.Kohei Yoshida
2011-03-05Identified and tagged all places where I need to modify.Kohei Yoshida
2011-03-05More on re-working ScRangeName.Kohei Yoshida
2011-03-05Removed /* ### ACHTUNG: Neuer Text in Resource? - lines from calcChristina Rossmanith
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-03-01Remove bogus comments.Guillaume Poussel
2011-02-15accfixes: merged to m100Malte Timmermann [mt]
2011-02-06Remove dead codeThomas Arnhold
2011-02-02Disambiguate nested if statement blocks.Kohei Yoshida
2011-01-31WaE: various new gcc 4.6.0 warningsCaolán McNamara
2011-01-29Remove double line spacing, unused code and some unnecessary brackets.Thomas Arnhold
2011-01-24Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
2011-01-21accfixes: reverted one change in scMalte Timmermann [mt]
2011-01-21Remove old RCS lines.Thomas Arnhold
2011-01-20accfixes: added more accessibility information and fixed tab orders in multip...Malte Timmermann [mt]
2011-01-18Removed some dead lines, dates and commit notes. Thanks to liuchen, limingl, ...Thomas Arnhold
2011-01-18Remove dead code: "//static" and "//virtual"Thomas Arnhold
2011-01-17Removed some bogus comments 'Added by PengYunQuan for Validity Cell Range Pic...Thomas Arnhold
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2011-01-07cppcheck: Reduce variable scope in filldlg.cxxNigel Hawkins
2011-01-07cppcheck: Reduce variable scope in crnrdlg.cxxNigel Hawkins
2011-01-07cppcheck: Reduce variable scope in solverutil.cxxNigel Hawkins
2011-01-07cppcheck: Reduce variable scope in mvtabdlg.cxxNigel Hawkins
2011-01-03Don't reset the default sheet name when the name has evern been edited.Kohei Yoshida
2011-01-03Different warning messages for different causes.Kohei Yoshida
2011-01-03Force copy when all sheets are selected.Kohei Yoshida
2011-01-03Adjusted the dialog layout a bit to make it look more consistent.Kohei Yoshida
2011-01-03Indentation fix & BOOL to bool.Kohei Yoshida
2011-01-03New layout Move/Copy sheet in calcJoost Wezenbeek
2010-12-21cppcheck: Some removing of postfix operatorsJulien Nabet
2010-12-20Merge commit 'libreoffice-3.3.0.2'Jan Holesovsky
2010-12-13When the name equals the automatically assigned one, remove it.Kohei Yoshida
2010-12-13A little code cleanups.Kohei Yoshida
2010-12-13Update new sheet name when control states change.Kohei Yoshida
2010-12-13BOOL -> bool, and tabs to whitespace in new code.Kohei Yoshida
2010-12-13Change Sheet copy processJoost Wezenbeek