summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign
AgeCommit message (Expand)AuthorFilesLines
2013-06-14fix limit bug: selecting "All" has no effect to sqlZolnai Tamás2-3/+3
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-1/+1
2013-04-26remove never-generated "predicate_check" entryLionel Elie Mamane1-1/+0
2013-04-26QueryDesign: in criteria, remove column_ref when table *and* column name matchLionel Elie Mamane1-0/+2
2013-04-26String -> OUStringLionel Elie Mamane1-2/+2
2013-04-25dbaccess: {DECLARE,IMPLEMENT}_CONSTASCII_USTRING are no longer neededMiklos Vajna1-1/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-04-08fdo#46808, Convert frame::Frame to new styleNoel Grandin2-10/+6
2013-04-08fdo#46808, Convert svt::ToolboxController to XComponentContextNoel Grandin2-4/+13
2013-04-07fix typosPhilipp Riemer1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák26-159/+159
2013-04-04continue String->OUString conversionLionel Elie Mamane1-1/+1
2013-04-04more efficent & readableLionel Elie Mamane1-2/+1
2013-04-04replace only single wildcard by table.*Lionel Elie Mamane1-1/+1
2013-03-28String::AppendAscii cleanup in dbaccessRicardo Montania2-14/+14
2013-03-27fdo#61794 Set maximum of LimitBox to SAL_MAX_INT64Zolnai Tamás1-3/+1
2013-03-27-Wunused-macrosStephan Bergmann1-3/+0
2013-03-19further OUString cleanupThomas Arnhold1-10/+8
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold3-11/+11
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold9-33/+33
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl1-1/+1
2013-03-09Make allow to step on from LimitBox with tabZolnai Tamás1-0/+5
2013-03-09LimitBox.cxx: Delete useless comment blockZolnai Tamás1-5/+0
2013-03-09fdo#61794 Allow greater value in LimitBoxZolnai Tamás2-4/+5
2013-03-09fdo#61797 ESCape abort changes and grab focusZolnai Tamás2-21/+20
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim4-0/+11
2013-03-07fdo#39468: Translate German comments in dbaccess/source/uiDavid Verrier1-6/+6
2013-03-04Add new dialog to Query Design ViewZolnai Tamás4-132/+192
2013-03-04translated German comments; all cleaned up.Luc Castermans16-99/+104
2013-03-04ersetzen => replace in stead of translateLuc Castermans1-1/+1
2013-03-04translated German commentsLuc Castermans1-48/+47
2013-03-04 fdo#39468: Translate German commentDavid Verrier1-1/+1
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold2-3/+3
2013-03-02fdo#39468 Translated German comments to EnglishGábor Nyers1-1/+1
2013-03-02translated German commentsLuc Castermans1-5/+6
2013-03-02translated German comments (file is clean now)Luc Castermans1-15/+16
2013-03-02fdo#39468: Translate German comments (and messages)David Verrier1-68/+69
2013-02-28fdo#39468: Translate German commentsDavid Verrier1-21/+21
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac1-5/+1
2013-02-26Translated German comments and some messages into EnglishDavid Verrier1-61/+60
2013-02-26German comment translated to EnglishDavid Verrier1-1/+1
2013-02-26fix WaEDavid Ostrovsky1-1/+1
2013-02-25Database: Add Limit in Query Desing ViewZolnai Tamás5-2/+458
2013-02-25fdo#38838,::rtl::OUString_to_OUStringelixir1-185/+185
2013-02-25loplugin: unused variablesThomas Arnhold2-4/+0
2013-02-24fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac2-3/+3
2013-02-04use OUString(Buffer) in class EditChr. Rossmanith2-3/+3
2013-01-23show errors as errors, not warningLionel Elie Mamane1-3/+4
2013-01-23fix handling of subqueries in query designLionel Elie Mamane3-36/+51