summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2015-12-21tdf#96012 enable simple mode for the multilistboxLionel Elie Mamane1-1/+1
2015-12-06tdf#96234: Type Formatting, Primary key checkbox may be checkedcp-5.0-12Julien Nabet1-6/+28
2015-11-03tdf#93724 KeySet insert: properly set default values: NULL & right typeLionel Elie Mamane1-1/+12
2015-10-17Related tdf#45775: PgSQL new DB allow empty DatasourceJulien Nabet2-0/+2
2015-10-17tdf#94709 - protect TableWindowTitle Command execution.Michael Meeks1-1/+5
2015-10-15java: 'final static' to 'static final'Noel Grandin1-2/+2
2015-08-06tdf#92434 - dispose the table contents.Michael Meeks1-1/+1
2015-08-06Related: tdf#92434 children cleared but parent hasn't completed dispose yetCaolán McNamara4-59/+66
2015-08-06tdf#92431 Keep thumbnail for modified but unsaved docMaxim Monastirsky1-1/+1
2015-08-06tdf#92520: LibO crash when editing .odb database propertiesZolnai Tamás1-2/+1
2015-08-06tdf#92434 - A series of hideous knock-on dbaccess crasher fixes.Michael Meeks2-3/+3
2015-08-06tdf#92434 - fix iteration, and remember to disposeAndClear.Michael Meeks1-7/+14
2015-08-06Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann2-0/+4
2015-08-06loplugin:implicitboolconversionStephan Bergmann1-1/+1
2015-08-06gcc4.6: remove trigraph sequences '<::'Thorsten Behrens1-1/+1
2015-08-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin8-9/+12
2015-08-06tdf#91702 - fix stack-based MessBox allocation.Michael Meeks5-10/+10
2015-05-30do not try to get bookmark when in invalid positionLionel Elie Mamane1-0/+1
2015-05-30handle getParameters being called before execute()Lionel Elie Mamane2-5/+11
2015-05-30tdf#82591 ORowSetBase::getRow handles insert row correctlyLionel Elie Mamane3-11/+22
2015-05-29fix drawing treelistbox with redefined background in dbaccessTomaž Vajngerl1-1/+5
2015-05-29fix Base's titlewindow font, font color and backgroundTomaž Vajngerl2-11/+31
2015-05-29convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-1/+1
2015-05-29convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-2/+2
2015-05-29convert POINTER constants to scoped enumNoel Grandin2-6/+6
2015-05-28VclPtr: assert with query dialog open on closing query designCaolán McNamara1-1/+1
2015-05-28VclPtr: undisposed things and dispose order on query design window closeCaolán McNamara2-1/+4
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung5-6/+6
2015-05-27Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann1-1/+1
2015-05-26tdf#91543 - TABLE DESIGN window menu option Close causes BASE to crashNoel Grandin3-2/+9
2015-05-26Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks7-14/+14
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin3-3/+3
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin4-7/+7
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin1-1/+1
2015-05-18Remove include stdio (part2)Julien Nabet1-1/+0
2015-05-18pass RenderContext to PreparePaint in TreeListBoxTomaž Vajngerl2-13/+14
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl10-15/+30
2015-05-17loplugin:staticmethodsStephan Bergmann2-23/+26
2015-05-16refactor dbacess classes to use RenderContextTomaž Vajngerl14-84/+67
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini6-16/+8
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin1-1/+1
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin2-2/+2
2015-05-13convert ENDTRACK_ constants to scoped enumNoel Grandin1-1/+1
2015-05-12loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann2-2/+2
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks3-3/+3
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks3-3/+3
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks3-3/+3
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin8-17/+16
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-11unused parameterTomaž Vajngerl1-2/+2