summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign
AgeCommit message (Expand)Author
2014-02-22Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-02-21coverity#738618 Uninitialized scalar fieldCaolán McNamara
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann
2014-02-01coverity#707745 : Uninitialized scalar fieldNorbert Thiebaud
2014-02-01coverity#707743 : Uninitialized scalar fieldNorbert Thiebaud
2014-02-01coverity#707742 : Uninitialized scalar fieldNorbert Thiebaud
2014-02-01coverity#707741 : Uninitialized scalar fieldNorbert Thiebaud
2014-01-28bool improvementsStephan Bergmann
2014-01-21DBACCESS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-01-18Window::PreNotify should return boolStephan Bergmann
2014-01-17Window::Notify should return boolStephan Bergmann
2014-01-15make dbaccess xub_StrLen freeCaolán McNamara
2014-01-13disentangle CalcSizeCaolán McNamara
2013-12-22Fix other typosJulien Nabet
2013-12-20typo fixesAndras Timar
2013-12-17Unnecessary use of OUString constructor inside OUStringBuffer constructorNoel Grandin
2013-12-17Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin
2013-12-07fdo#72267 boolean_test is subsumed by general case "foo IS [NOT] bar"Lionel Elie Mamane
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann
2013-11-25Fix some typos for "height"Julien Nabet
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-14remove unnecessary sal_Unicode casts in DBACCESS moduleNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in DBACCESS moduleNoel Grandin
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-11-05fixincludeguards.sh: dbaccessThomas Arnhold
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-23convert code to use OUString::endsWithNoel Grandin
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-10-11CID#1103679 calm coverity re invalid iteratorsCaolán McNamara
2013-10-01convert more of dbaccess from String to OUStringNoel Grandin
2013-10-01convert dbaccess module from String to OUStringNoel Grandin
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-08-31fix existing commentsPhilipp Riemer
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer
2013-08-31delete more code that was commented outPhilipp Riemer
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer
2013-08-27fdo#62475 removed pointless commentsJelle van der Waa
2013-08-26WaE: OUString::valueOf in higher debug levelsCaolán McNamara
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks
2013-08-08vcl, sw: fix the inheritance of SwComboBox from ComboBox a bitMichael Stahl
2013-08-04Mark as const/staticTakeshi Abe
2013-07-11XubString->OUStringCaolán McNamara
2013-07-05cleanup src filesThomas Arnhold