summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui
AgeCommit message (Expand)AuthorFilesLines
2012-05-18WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon2-0/+4
2012-03-20fdo#47560 properly separate each new sorting columnLionel Elie Mamane1-1/+1
2012-03-20fdo#47370 properly duplicate (invisible) out-of-order sort columnsLionel Elie Mamane2-2/+11
2012-03-20fdo#46843 look for order by clause as fifth child of select_statementLionel Elie Mamane1-2/+2
2012-02-01remove glitch in sbase dialogKorrawit Pruegsanusak1-1/+1
2012-01-23Fix fdo#44040 VIEWING: Crash when page preview after <f4> (data sources)Julien Nabet1-10/+8
2012-01-02Clean non English strings in the codeLior Kaplan1-1/+0
2011-12-28fdo#44204: shrink the first column in the open dialog, remove unused flagsIvan Timofeev1-1/+1
2011-12-26missing icons in Index Design dialog fdo#38435Andras Timar1-1/+1
2011-12-07Change "menues" to "menus"Michael T. Whiteley1-1/+1
2011-12-05Add missing spaceLior Kaplan1-1/+1
2011-12-03sfx2::FileDialogHelper: refactor construction:Michael Stahl4-11/+24
2011-12-03sfx2::FileDialogHelper ignores WB_3DLOOK, WB_STDMODALMichael Stahl3-5/+5
2011-12-03sfx2::FileDialogHelper: remove use of WB_OPENMichael Stahl2-4/+5
2011-12-03remove unused #include sfx2/filedlghelper.hxxMichael Stahl3-3/+0
2011-12-02Typo fix: Maybe -> MaybeLior Kaplan1-1/+1
2011-11-30add constLionel Elie Mamane1-1/+1
2011-11-30Success to load JDBC driver is still info, not an errorLionel Elie Mamane3-5/+8
2011-11-30Failure to load JDBC driver is an error, not infoLionel Elie Mamane2-2/+2
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara1-3/+3
2011-11-28ByteString::GetToken->comphelper::string::getTokenCaolán McNamara1-3/+4
2011-11-27remove include of pch header in dbaccessNorbert Thiebaud179-356/+0
2011-11-27s/infomation/information/Korrawit Pruegsanusak1-1/+1
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon5-10/+10
2011-11-23fdo#32347: reenable ADO URL helper UILionel Elie Mamane1-0/+4
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara1-2/+3
2011-11-15 Address data source ordering x#62860Michael Meeks1-1/+1
2011-11-15Remove some unused headersJoseph Powers2-321/+0
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann1-1/+1
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann2-18/+4
2011-11-08remove empty Text [ x-comment ] entriesAndras Timar1-1/+0
2011-11-02Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/coreMichael Stahl2-132/+453
2011-10-31move CloseVeto from dbaccess to unotoolsMichael Stahl3-255/+2
2011-10-30factorise multiple SQL_ISRULEOR2 implementations into oneLionel Elie Mamane2-24/+12
2011-10-30add constLionel Elie Mamane1-2/+2
2011-10-30Remove unnecessary variableLionel Elie Mamane1-2/+1
2011-10-30fillFunctionInfo now also guesses the type of non-function call expressionsLionel Elie Mamane2-32/+368
2011-10-30Reorganise code for more clarity; no behaviour changeLionel Elie Mamane1-81/+79
2011-10-28Remove some parenthesis for readabilityJulien Nabet1-1/+1
2011-10-27C-Style casting replaced by C++ styleJulien Nabet1-1/+1
2011-10-26WaE: illegal copy-initializationTor Lillqvist1-2/+2
2011-10-25WaE: unreferenced local variableTor Lillqvist1-1/+1
2011-10-24Undo basis/brand split: Moved the rest of the WNT-only stuff.Stephan Bergmann1-1/+1
2011-10-22Fix fdo#38286. Perhaps it could be simplifiedJulien Nabet1-1/+12
2011-10-07WaE: win32 cleanupMichael Meeks1-0/+1
2011-10-05ByteString->rtl::OStringBufferCaolán McNamara1-1/+1
2011-09-30tweak ambiguities for F-15 gcc 4.6.1-9Caolán McNamara2-4/+8
2011-09-29add modelinesCaolán McNamara5-0/+14
2011-09-29remove archaic header guardsCaolán McNamara1-2/+0
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann3-23/+17