summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* tdf#93724 KeySet insert: properly set default values: NULL & right typeLionel Elie Mamane2015-11-031-1/+12
* Related tdf#45775: PgSQL new DB allow empty DatasourceJulien Nabet2015-10-172-0/+2
* tdf#94709 - protect TableWindowTitle Command execution.Michael Meeks2015-10-171-1/+5
* java: 'final static' to 'static final'Noel Grandin2015-10-151-2/+2
* tdf#92434 - dispose the table contents.Michael Meeks2015-08-061-1/+1
* Related: tdf#92434 children cleared but parent hasn't completed dispose yetCaolán McNamara2015-08-064-59/+66
* tdf#92431 Keep thumbnail for modified but unsaved docMaxim Monastirsky2015-08-061-1/+1
* tdf#92520: LibO crash when editing .odb database propertiesZolnai Tamás2015-08-061-2/+1
* tdf#92434 - A series of hideous knock-on dbaccess crasher fixes.Michael Meeks2015-08-062-3/+3
* tdf#92434 - fix iteration, and remember to disposeAndClear.Michael Meeks2015-08-061-7/+14
* Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann2015-08-062-0/+4
* loplugin:implicitboolconversionStephan Bergmann2015-08-061-1/+1
* gcc4.6: remove trigraph sequences '<::'Thorsten Behrens2015-08-061-1/+1
* Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2015-08-068-9/+12
* tdf#91702 - fix stack-based MessBox allocation.Michael Meeks2015-08-065-10/+10
* do not try to get bookmark when in invalid positionLionel Elie Mamane2015-05-301-0/+1
* handle getParameters being called before execute()Lionel Elie Mamane2015-05-302-5/+11
* tdf#82591 ORowSetBase::getRow handles insert row correctlyLionel Elie Mamane2015-05-303-11/+22
* fix drawing treelistbox with redefined background in dbaccessTomaž Vajngerl2015-05-291-1/+5
* fix Base's titlewindow font, font color and backgroundTomaž Vajngerl2015-05-292-11/+31
* convert WINDOW_POSSIZE constants to scoped enumNoel Grandin2015-05-291-1/+1
* convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin2015-05-291-2/+2
* convert POINTER constants to scoped enumNoel Grandin2015-05-292-6/+6
* VclPtr: assert with query dialog open on closing query designCaolán McNamara2015-05-281-1/+1
* VclPtr: undisposed things and dispose order on query design window closeCaolán McNamara2015-05-282-1/+4
* Rewrite all calls like Dialog(params).Execute()Philippe Jung2015-05-285-6/+6
* Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann2015-05-271-1/+1
* tdf#91543 - TABLE DESIGN window menu option Close causes BASE to crashNoel Grandin2015-05-263-2/+9
* Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks2015-05-267-14/+14
* convert DEFAULTCONSTANT constant to scoped enumNoel Grandin2015-05-203-3/+3
* convert TEXT_DRAW constants to scoped enumNoel Grandin2015-05-204-7/+7
* remove the last of the OUString #defines in header filesNoel Grandin2015-05-191-1/+1
* Remove include stdio (part2)Julien Nabet2015-05-181-1/+0
* pass RenderContext to PreparePaint in TreeListBoxTomaž Vajngerl2015-05-182-13/+14
* refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl2015-05-1810-15/+30
* loplugin:staticmethodsStephan Bergmann2015-05-172-23/+26
* refactor dbacess classes to use RenderContextTomaž Vajngerl2015-05-1614-84/+67
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-156-16/+8
* convert POPUPMENU_ constants to scoped enumNoel Grandin2015-05-151-1/+1
* convert QUICKHELP constants to scoped enumNoel Grandin2015-05-142-2/+2
* convert ENDTRACK_ constants to scoped enumNoel Grandin2015-05-131-1/+1
* loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann2015-05-122-2/+2
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-123-3/+3
* Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks2015-05-113-3/+3
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-113-3/+3
* convert COMMAND_ constants to scoped enumNoel Grandin2015-05-118-17/+16
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-1/+1
* unused parameterTomaž Vajngerl2015-05-111-2/+2
* refactor TreeListBox to use RenderContextTomaž Vajngerl2015-05-114-18/+23
* Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann2015-05-1023-41/+41