summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/control
AgeCommit message (Expand)Author
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-11-03I think this should be Left()David Tardon
2014-11-03I think this should be Left()David Tardon
2014-11-03coverity#1242510 arguments in wrong orderDavid Tardon
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-10-03loplugin: cstylecastNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-25dbaccess: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-12dbaccess: sal_Bool -> boolStephan Bergmann
2014-08-16callcatcher: update unused codeCaolán McNamara
2014-08-12callcatcher: another round of ResId removalsCaolán McNamara
2014-08-11callcatcher: update unused codeCaolán McNamara
2014-08-02TAB_PAGE_USERADMIN conversion to .uiSzymon Kłos
2014-07-28PAGE_DBWIZARD_TEXT, PAGE_TEXT, DLG_TEXT_CONNECTION_SETTINGS conversion to .uiSzymon Kłos
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin
2014-04-22clean up hrc filesThomas Arnhold
2014-04-17dbaccess: sal_Bool->boolNoel Grandin
2014-04-14typo: dependend -> dependentThomas Arnhold
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-01connectivity: sal_Bool->bool and fix method nameNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-25svtools: sal_Bool->boolNoel Grandin
2014-03-24svtools: sal_Bool->boolNoel Grandin
2014-03-24svtools: sal_Bool->boolNoel Grandin
2014-03-17dbaccess: prefer passing OUString by referenceNoel Grandin
2014-03-13convert query join dialog to .ui formatCaolán McNamara
2014-03-12coverity#705463 Dereference null return valueCaolán McNamara
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-02-28WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann
2014-02-23coverity#704614 Dereference after null checkCaolán McNamara
2014-02-21coverity#738613 Uninitialized scalar fieldCaolán McNamara
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-21callcatcher: update unused codeCaolán McNamara
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-20cid#983368 dereference before null checkNoel Grandin
2014-02-20Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe