summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)Author
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-28border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos
2014-09-26factorise odbc headers inclusionLionel Elie Mamane
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin
2014-09-26remove unnecessary casts'sNoel Grandin
2014-09-26SvStream - rename WriteNumber methodsNoel Grandin
2014-09-25dbaccess: C2668: ambiguous call to overloaded functionMichael Stahl
2014-09-25dbaccess: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-24Add missing include to avoid compile error on windowsPeter Foley
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-22Resolves: #i121492# Base can not filter by datesKay Schenk
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-17TyposJulien Nabet
2014-09-12dbaccess: remove optimization disabling workaround for GCC 4.2 bugMichael Stahl
2014-09-12dbaccess: sal_Bool -> boolStephan Bergmann
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet
2014-09-09Resolves: fdo#83678 no thousand seperator for port numbersCaolán McNamara
2014-09-09semibold->boldCaolán McNamara
2014-09-08Resolves: fdo#83501 STR_QUERY_* populate the join dialogCaolán McNamara
2014-09-08Related #82088: removed last css aliases in hxxStefan Weiberg
2014-09-05document oddity by commentLionel Elie Mamane
2014-09-05yet another overrun access of an empty OUStringNorbert Thiebaud
2014-09-05resource files: remove unused definitionsThomas Arnhold
2014-09-04fdo#52076 unittestLionel Elie Mamane
2014-09-04janitorial: add const, factorise constantLionel Elie Mamane
2014-09-02coverity#706482 Uncaught exceptionCaolán McNamara
2014-09-02Related fdo#82088: removing and shortening aliasesStefan Weiberg
2014-08-31More mushrooms...Olivier Hallot
2014-08-29Fix build with boost-1.56.0.Jörg Sonnenberger
2014-08-27documentation-by-constLionel Elie Mamane
2014-08-26fix typo: Mesage -> MessageDouglas Mencken
2014-08-25convert TABLE_DESIGN_ALL_ROWS_DELETED with custom buttons to .uiCaolán McNamara
2014-08-25convert TABLE_DESIGN_SAVEMODIFIED with custom buttons to .uiCaolán McNamara
2014-08-25convert RELATION_DESIGN_SAVEMODIFIED with custom buttons to .uiCaolán McNamara
2014-08-25convert QUERY_BRW_SAVEMODIFIED with custom buttons to .uiCaolán McNamara
2014-08-25convert QUERY_BRW_SAVEMODIFIED with custom buttons to .uiCaolán McNamara
2014-08-25set names on a bunch more threads...Michael Stahl
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-21QueryBox QUERY_SAVE_TABLE_EDIT_INDEXES -> MessageDialog + stringCaolán McNamara
2014-08-21QueryBox QUERY_USERADMIN_DELETE_USER -> MessageDialog + stringCaolán McNamara
2014-08-21QueryBox QUERY_CONNECTION_LOST -> MessageDialog + stringCaolán McNamara
2014-08-21QueryBox QUERY_BRW_DELETE_ROWS -> MessageDialog + stringCaolán McNamara
2014-08-21QueryBox APP_CLOSEDOCUMENTS -> MessageDialog + stringCaolán McNamara
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin