summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2016-11-08loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin4-10/+8
2016-11-07style fix for cppcheck redundantConditionJochen Nitschke1-1/+1
2016-11-07Resolves: #i119892# Missing "by" in descriptionDamjan Jovanovic1-1/+1
2016-11-04loplugin:oncevar in dbaccessNoel Grandin17-92/+43
2016-11-03tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu1-8/+1
2016-11-02loplugin:unusedfieldsNoel Grandin1-6/+0
2016-11-01style fixes for cppcheck noExplicitConstructorJochen Nitschke1-1/+1
2016-10-31No good reason for dbaccess::OCacheSet::updateRow to be pure?Stephan Bergmann3-7/+1
2016-10-31update vclwidgets plugin to check local variablesNoel Grandin1-2/+2
2016-10-30tdf#95014 initial support for 32 px icons in toolbarTomaž Vajngerl1-1/+1
2016-10-30Allow using xml menus in DBTreeListBoxMaxim Monastirsky2-15/+60
2016-10-30Add resource name method to IContextMenuProviderMaxim Monastirsky6-2/+21
2016-10-30Convert RID_MENU_APP_EDIT to xmlMaxim Monastirsky3-130/+35
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin7-17/+6
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-1/+1
2016-10-27Sub menus no longer need manual disposingMaxim Monastirsky2-2/+2
2016-10-27dbaccess: OToolboxController is now unusedMaxim Monastirsky7-337/+0
2016-10-27Convert RID_MENU_REFRESH_DATA to xmlMaxim Monastirsky5-19/+34
2016-10-27Convert RID_MENU_APP_NEW to xmlMaxim Monastirsky4-72/+24
2016-10-27make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin4-7/+10
2016-10-26coverity#1374284 Uncaught exceptionCaolán McNamara2-2/+2
2016-10-26coverity#1374268 Uncaught exceptionCaolán McNamara2-2/+4
2016-10-26The default std::less<sal_uInt16> is fineTakeshi Abe1-1/+1
2016-10-23Enable save as when editing view tooMaxim Monastirsky1-1/+1
2016-10-21loplugin:expandablemethodds in include/svtoolsNoel Grandin1-3/+0
2016-10-19'>>=' with rhs Any is a copy assignmentJochen Nitschke2-5/+3
2016-10-19tdf#96015 (part) link to Doc'tation in Help menuOlivier Hallot5-0/+5
2016-10-19loplugin:expandablemethodds in dbaccess..drawinglayerNoel Grandin16-32/+14
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke1-1/+1
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek1-1/+1
2016-10-16clang-cl loplugin: dbaccessStephan Bergmann7-64/+59
2016-10-13remove (yet yet another) StringListResource implementationCaolán McNamara18-80/+17
2016-10-12de-src RID_DB_TAB_EDITOR controlCaolán McNamara3-21/+9
2016-10-10safemode: Add uno command and menu entrySamuel Mehrbrodt5-0/+10
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2-3/+3
2016-10-08de-src solo PushButton resourceCaolán McNamara4-8/+6
2016-10-06I can't see any evidence of any remaining magenta mask using image resourcesCaolán McNamara4-34/+0
2016-10-06ImageList just reads and discards the MaskColor, so drop itCaolán McNamara2-3/+0
2016-10-05now ditch WB_INFOCaolán McNamara1-1/+1
2016-10-05loplugin:unnecessaryoverride in dbaccessNoel Grandin23-114/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin22-42/+42
2016-10-05merge dbaccess::StorageInputStream with dbaccess::StorageXMLInputStreamNoel Grandin4-47/+16
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann129-376/+376
2016-09-25remove unused parameterJochen Nitschke1-1/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-1/+0
2016-09-22convert SIZING constants to scoped typed_flagsNoel Grandin2-41/+39
2016-09-22convert CARDINALITY constants to scoped enumNoel Grandin3-16/+16
2016-09-19loplugin:unusedenumvaluesNoel Grandin1-1/+0
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl3-3/+3
2016-09-15Make OGenericUnoDialog::destoryDialog non-virtualStephan Bergmann2-9/+3