summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign
AgeCommit message (Expand)AuthorFilesLines
2014-09-09Resolves: fdo#83501 STR_QUERY_* populate the join dialogCaolán McNamara1-0/+5
2014-06-23fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida1-1/+1
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold2-3/+0
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-05-11coverity#707740 Uninitialized pointer fieldCaolán McNamara1-1/+2
2014-05-11coverity#707744 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-05-11coverity#707746 Uninitialized pointer fieldCaolán McNamara1-1/+1
2014-05-08typosThomas Arnhold1-1/+1
2014-05-08coverity#735404 Logically dead codeCaolán McNamara1-19/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-04-23huge hrc and src file cleanupThomas Arnhold1-11/+0
2014-04-17dbaccess: sal_Bool->boolNoel Grandin33-467/+467
2014-04-14typo: positon -> positionThomas Arnhold1-1/+1
2014-04-14typo: postion -> positionThomas Arnhold2-2/+2
2014-04-14typo: titel -> titleThomas Arnhold1-1/+1
2014-04-14typo: te -> theThomas Arnhold1-1/+1
2014-04-14Missing includesStephan Bergmann1-0/+1
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-04-10coverity#983369 Dereference before null checkCaolán McNamara1-2/+2
2014-04-08coverity#704622 Explicit null dereferencedCaolán McNamara1-2/+2
2014-04-03dbaccess: sal_Bool->boolNoel Grandin2-12/+12
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann3-4/+4
2014-04-01connectivity: sal_Bool->boolNoel Grandin1-2/+2
2014-04-01connectivity: sal_Bool->boolNoel Grandin1-3/+3
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann16-90/+90
2014-03-25svtools: sal_Bool->boolNoel Grandin1-3/+3
2014-03-25svtools: sal_Bool->boolNoel Grandin3-15/+15
2014-03-24svtools: sal_Bool->boolNoel Grandin2-5/+5
2014-03-24svtools: sal_Bool->boolNoel Grandin2-19/+14
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-1/+1
2014-03-13convert relation dialog to .ui formatCaolán McNamara3-51/+6
2014-03-13convert query join dialog to .ui formatCaolán McNamara3-214/+47
2014-03-13coverity#705808 Dereference before null checkCaolán McNamara1-2/+2
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-8/+8
2014-02-28Remove unused #include <comphelper/basicio.hxx>Stephan Bergmann2-2/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann9-73/+73
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann1-3/+3
2014-02-24Remove unnecessary bool2anyStephan Bergmann1-4/+3
2014-02-22Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe8-41/+25
2014-02-21coverity#738618 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-02-21vcl: sal_Bool -> boolStephan Bergmann7-10/+10
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert8-0/+8
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann2-3/+3
2014-02-01coverity#707745 : Uninitialized scalar fieldNorbert Thiebaud1-0/+4
2014-02-01coverity#707743 : Uninitialized scalar fieldNorbert Thiebaud2-3/+4
2014-02-01coverity#707742 : Uninitialized scalar fieldNorbert Thiebaud1-20/+24
2014-02-01coverity#707741 : Uninitialized scalar fieldNorbert Thiebaud1-3/+4
2014-01-28bool improvementsStephan Bergmann5-32/+32
2014-01-21DBACCESS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini29-213/+0