summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign
AgeCommit message (Expand)AuthorFilesLines
2014-09-25dbaccess: std::auto_ptr -> std::unique_ptrStephan Bergmann1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin19-39/+39
2014-09-18fdo#82577: Handle FontNoel Grandin4-7/+7
2014-09-12dbaccess: sal_Bool -> boolStephan Bergmann7-14/+14
2014-09-08Resolves: fdo#83501 STR_QUERY_* populate the join dialogCaolán McNamara1-0/+5
2014-09-05yet another overrun access of an empty OUStringNorbert Thiebaud1-1/+1
2014-09-02Related fdo#82088: removing and shortening aliasesStefan Weiberg1-0/+2
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist2-4/+4
2014-08-16fix build againMarkus Mohrhard1-0/+1
2014-08-15ErrorBoxes from querydesign to StringThomas Arnhold2-6/+6
2014-07-03use assert when followed by derefCaolán McNamara1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin13-312/+282
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann2-2/+2
2014-06-05coverity#705146 Missing break in switch, assuming its intentionalCaolán McNamara1-0/+1
2014-06-04coverity#1000657 Missing break in switchCaolán McNamara1-6/+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