summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/QueryDesignView.cxx
AgeCommit message (Expand)Author
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-01convert dbaccess module from String to OUStringNoel Grandin
2013-08-27fdo#62475 removed pointless commentsJelle van der Waa
2013-06-17fdo#43460 dbaccess: use isEmpty()Jelle van der Waa
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-26remove never-generated "predicate_check" entryLionel Elie Mamane
2013-04-26String -> OUStringLionel Elie Mamane
2013-04-25dbaccess: {DECLARE,IMPLEMENT}_CONSTASCII_USTRING are no longer neededMiklos Vajna
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28String::AppendAscii cleanup in dbaccessRicardo Montania
2013-03-19further OUString cleanupThomas Arnhold
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-07fdo#39468: Translate German comments in dbaccess/source/uiDavid Verrier
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-03-02translated German comments (file is clean now)Luc Castermans
2013-02-26Translated German comments and some messages into EnglishDavid Verrier
2013-02-25Database: Add Limit in Query Desing ViewZolnai Tamás
2013-02-25fdo#38838,::rtl::OUString_to_OUStringelixir
2013-02-25loplugin: unused variablesThomas Arnhold
2013-01-23fix handling of subqueries in query designLionel Elie Mamane
2013-01-23SQL parser: no "as" rule anymore; now as_clause and opt_asLionel Elie Mamane
2013-01-23ISO8859-1 -> UTF8 in commentLionel Elie Mamane
2013-01-18mark *all* tables of a nested join as addedLionel Elie Mamane
2012-12-28fdo#58842 Handle case of non-distinct statmentZolnai Tamás
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin
2012-12-02WaE: explicitly do nothing when nothing needs to be doneLionel Elie Mamane
2012-12-02fdo#42165 make nested joins as per strict ANSI SQLLionel Elie Mamane
2012-12-02Expand commentLionel Elie Mamane
2012-12-02janitorial: prefix increment when don't care about current valueLionel Elie Mamane
2012-12-02janitorial: simplify code, no behaviour changeLionel Elie Mamane
2012-11-23some i18n wrappers with LanguageTagEike Rathke
2012-11-02Columns should know their tableLionel Elie Mamane
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
2012-06-14re-base on ALv2 code.Michael Meeks
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara
2012-05-17removed unused const rtl::OUStringTakeshi Abe
2012-05-17merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara
2012-03-30removed duplicate includes in dbaccessTakeshi Abe
2012-03-20fdo#47560 properly separate each new sorting columnLionel Elie Mamane
2012-03-15fixup: use introduced preprocessor constant instead of hardcoded constantLionel Elie Mamane
2012-03-15fdo#46843 look for order by clause as fifth child of select_statementLionel Elie Mamane
2012-02-13Fix typos in commentsElton Chung
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara
2011-12-21Fix for fdo43460 Part XII getLength() to isEmpty()Olivier Hallot
2011-11-27remove include of pch header in dbaccessNorbert Thiebaud
2011-10-30factorise multiple SQL_ISRULEOR2 implementations into oneLionel Elie Mamane
2011-10-30add constLionel Elie Mamane