summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/dbnamdlg.cxx
AgeCommit message (Expand)Author
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-12coverity#1158232 Fix ownership of NamedDBs::insert argumentStephan Bergmann
2014-03-10coverity#708086 Uninitialized scalar fieldCaolán McNamara
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-18sal_Bool->boolNoel Grandin
2014-02-14sal_Bool->boolNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2014-01-20sal_Bool->boolNoel Grandin
2014-01-16Resolves: #i123725# choose by default the following options...Tsutomu Uchino
2013-12-02Integrate branch of IAccessible2Steve Yin
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-10-08Fix leftover typo from String conversionStephan Bergmann
2013-10-08convert sc/source/ui/dbgui/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/ui/inc/d*.hxx from String to OUStringNoel Grandin
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
2013-07-26adapt code for define database range dialog .ui conversionCaolán McNamara
2013-04-17stash the label widget for shrink mode in the edit, not the buttonCaolán McNamara
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-08make link RefButton and widget for shrunk dialog title explicitCaolán McNamara
2013-02-24loplugin: unused variablesThomas Arnhold
2013-01-22tools/string.hxx: add operator==/!= for OUString/StringMichael Stahl
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-11-19database names are case insensitive, fdo#51309Mathieu D
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-09prevent creating new db ranges with the internal anonymous db nameMarkus Mohrhard
2012-03-09remove one more reference to the anonymous db stringMarkus Mohrhard
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-08-29Some cleanups & removed lazy macros.Kohei Yoshida
2011-06-06Replace List with std::vector<ScRange>.Rafael Dominguez
2011-05-13Fixed the fallout of the changes in ScDBCollection.Kohei Yoshida
2011-05-10More cleanups of ScDBData.Kohei Yoshida
2011-04-01Reverted space only changes.Kohei Yoshida
2011-04-01Support sheet-local anonymous database ranges.Markus Mohrhard
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-02-15accfixes: merged to m100Malte Timmermann [mt]
2011-01-20accfixes: added more accessibility information and fixed tab orders in multip...Malte Timmermann [mt]
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2010-12-11cleaning of __EXPORT defineGert Faller
2010-11-24cppcheck: reduce the scopes of local variables.Kohei Yoshida
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth