summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl2-5/+5
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl13-13/+13
2015-04-28dbaccess: more GCC-4.7 fixesMiklos Vajna4-9/+9
2015-04-28dbaccess: fix GCC-4.7 buildMiklos Vajna2-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks244-1799/+2771
2015-04-28WizardDialog::DeactivatePage return type wants to be boolStephan Bergmann2-4/+4
2015-04-28css.sdbc.XResultSet.getRow return type is longStephan Bergmann1-1/+1
2015-04-28Simplify sal_Bool expressionsStephan Bergmann2-6/+6
2015-04-28SvXMLEnumMapEntry holds all values as sal_uInt16Stephan Bergmann1-2/+2
2015-04-28Dialog::EndDialog nResult param is of type long/VclResponseTypeStephan Bergmann1-1/+1
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann4-5/+5
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann2-2/+2
2015-04-27More loplugin:simplifyboolStephan Bergmann4-6/+6
2015-04-24loplugin:simplifyboolStephan Bergmann11-13/+12
2015-04-24Build fix.Michael Meeks1-1/+1
2015-04-24Build and warning fixes, Mac, Win, Linux.Michael Meeks1-29/+29
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann10-12/+12
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-22Fix a number of boost::unique_ptr errors.Michael Meeks9-14/+13
2015-04-22Fix lifecycle issues.Michael Meeks1-1/+1
2015-04-22Update to XDocumentEventBroadcaster et alStephan Bergmann2-10/+10
2015-04-22Unused #includeStephan Bergmann1-1/+0
2015-04-22convert SV_ENTRYFLAG constants to scoped enumNoel Grandin1-1/+1
2015-04-22convert SV_DRAGDOP_ constants to scoped enumNoel Grandin4-4/+4
2015-04-22convert HIB_ constants to scoped enumNoel Grandin2-4/+4
2015-04-22convert EBBF_ constants to scoped enumNoel Grandin5-5/+5
2015-04-22convert BROWSER_ constants to scoped enumNoel Grandin6-37/+38
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+3
2015-04-22tdf#88710 Cleanup after removing dbtoolsclientMatthew Nicholls4-0/+4
2015-04-21Remove erroneous SAL_NO_ACQUIRE pieces introduced in error.Michael Meeks1-1/+1
2015-04-21Visbile->VisibleCaolán McNamara1-11/+11
2015-04-21CppCheck cleaning : avoid unnecessary affectationMichaël Lefèvre1-2/+2
2015-04-21Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann1-2/+2
2015-04-20dbaccess: convert new to ::Create.Michael Meeks66-232/+231
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks6-44/+45
2015-04-17svx: convert new to ::Create.Noel Grandin4-6/+6
2015-04-17Use bool instead of sal_BoolStephan Bergmann1-1/+1
2015-04-17Use VclPtr for OGenericUnoDialog::createDialog.Michael Meeks20-48/+43
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin2-66/+66
2015-04-15convert SIGNATURESTATE_ constants to scoped enumNoel Grandin2-3/+3
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin70-208/+208
2015-04-13Explicit disposeOnce instead of transient wrappers.Michael Meeks2-6/+4
2015-04-13More lifecycle correction.Michael Meeks1-1/+1
2015-04-13callcatcher: update unused codeCaolán McNamara8-47/+0
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann10-10/+10
2015-04-13convert SHOWEXTRAS constants to scoped enumNoel Grandin1-1/+1
2015-04-11disposeAndClear in place of DELETEZ.Michael Meeks3-14/+11
2015-04-11Fix more misc. lifecycle mistakes.Michael Meeks2-13/+7
2015-04-10Lost more cleanup and fixing post re-basing.Michael Meeks1-1/+0
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks28-64/+64