summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/querydesign
Commit message (Expand)AuthorAgeFilesLines
* fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin2012-11-051-1/+1
* Columns should know their tableLionel Elie Mamane2012-11-021-1/+4
* Merge SvLBoxTreeList and SvTreeList.Kohei Yoshida2012-10-191-1/+1
* Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida2012-10-197-27/+27
* Remove direct reference to SvTreeList outside svtools.Kohei Yoshida2012-10-191-3/+3
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-011-1/+1
* re-base on ALv2 code.Michael Meeks2012-09-291-23/+14
* Improvements on previous commitStephan Bergmann2012-09-271-1/+2
* fdo#46808, Adapt sdb::DatabaseContext UNO service to new styleNoel Grandin2012-09-271-1/+1
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-251-1/+1
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-311-1/+0
* hrc cleanup: Remove include guards from src filesThomas Arnhold2012-07-142-18/+0
* some UniString->rtl::OUStringCaolán McNamara2012-07-091-1/+1
* removed useless forward declarations of classTakeshi Abe2012-07-052-2/+0
* ditch String::CreateFromAsciiCaolán McNamara2012-07-033-9/+9
* hrc cleanup: Remove include guardsThomas Arnhold2012-07-021-2/+0
* Remove unused definesThomas Arnhold2012-07-021-7/+0
* Remove some more include guardsThomas Arnhold2012-06-292-7/+0
* Remove UNO includes commentsThomas Arnhold2012-06-291-2/+0
* Reduce newline bloat at eofThomas Arnhold2012-06-271-3/+0
* hrc cleanup: Remove unused definesThomas Arnhold2012-06-211-1/+0
* Remove unused dbexch.hrcThomas Arnhold2012-06-213-3/+0
* re-base on ALv2 code.Michael Meeks2012-06-1451-1215/+756
* remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2012-06-112-5/+3
* targetted SAL_N_ELEMENTS reversion.Michael Meeks2012-05-311-1/+1
* targetted SAL_N_ELEMENTS reversion.Michael Meeks2012-05-311-4/+5
* removed unused const rtl::OUStringTakeshi Abe2012-05-171-1/+0
* merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara2012-05-171-1/+1
* WaE: equality comparison with extraneous parenthesesTor Lillqvist2012-04-241-1/+1
* removed duplicate includes in dbaccessTakeshi Abe2012-03-308-8/+0
* fdo#47560 properly separate each new sorting columnLionel Elie Mamane2012-03-201-1/+1
* fdo#47370 properly duplicate (invisible) out-of-order sort columnsLionel Elie Mamane2012-03-202-2/+11
* fixup: use introduced preprocessor constant instead of hardcoded constantLionel Elie Mamane2012-03-151-2/+2
* fdo#46843 look for order by clause as fifth child of select_statementLionel Elie Mamane2012-03-151-2/+2
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-141-0/+2
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-012-2/+2
* Get rid of size() == 0Elton Chung2012-02-191-1/+1
* Fix typos in commentsElton Chung2012-02-132-3/+3
* translate german commentsLionel Elie Mamane2012-02-091-4/+5
* add a comphelper::string::getTokenCountCaolán McNamara2012-01-052-16/+18
* WaE and build fixes for OSL_DEBUG_LEVEL == 2Caolán McNamara2012-01-051-2/+2
* Fix for fdo43460 Part XII getLength() to isEmpty()Olivier Hallot2011-12-218-75/+75
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-12-141-2/+2
* remove include of pch header in dbaccessNorbert Thiebaud2011-11-2733-66/+0
* remove [Byte]String::EraseAllCharsCaolán McNamara2011-11-191-2/+3
* factorise multiple SQL_ISRULEOR2 implementations into oneLionel Elie Mamane2011-10-302-24/+12
* add constLionel Elie Mamane2011-10-301-2/+2
* Remove unnecessary variableLionel Elie Mamane2011-10-301-2/+1
* fillFunctionInfo now also guesses the type of non-function call expressionsLionel Elie Mamane2011-10-302-32/+368
* Reorganise code for more clarity; no behaviour changeLionel Elie Mamane2011-10-301-81/+79