summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)Author
2015-07-09tdf#92434 - dispose the table contents.Michael Meeks
2015-07-07Related: tdf#92434 children cleared but parent hasn't completed dispose yetCaolán McNamara
2015-07-07tdf#92431 Keep thumbnail for modified but unsaved docMaxim Monastirsky
2015-07-07tdf#92520: LibO crash when editing .odb database propertiesZolnai Tamás
2015-07-02tdf#92434 - A series of hideous knock-on dbaccess crasher fixes.Michael Meeks
2015-07-02tdf#92434 - fix iteration, and remember to disposeAndClear.Michael Meeks
2015-06-18Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann
2015-06-07loplugin:implicitboolconversionStephan Bergmann
2015-06-07gcc4.6: remove trigraph sequences '<::'Thorsten Behrens
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin
2015-06-04tdf#91702 - fix stack-based MessBox allocation.Michael Meeks
2015-05-30do not try to get bookmark when in invalid positionLionel Elie Mamane
2015-05-30handle getParameters being called before execute()Lionel Elie Mamane
2015-05-30tdf#82591 ORowSetBase::getRow handles insert row correctlyLionel Elie Mamane
2015-05-29fix drawing treelistbox with redefined background in dbaccessTomaž Vajngerl
2015-05-29fix Base's titlewindow font, font color and backgroundTomaž Vajngerl
2015-05-29convert WINDOW_POSSIZE constants to scoped enumNoel Grandin
2015-05-29convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
2015-05-29convert POINTER constants to scoped enumNoel Grandin
2015-05-28VclPtr: assert with query dialog open on closing query designCaolán McNamara
2015-05-28VclPtr: undisposed things and dispose order on query design window closeCaolán McNamara
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-27Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann
2015-05-26tdf#91543 - TABLE DESIGN window menu option Close causes BASE to crashNoel Grandin
2015-05-26Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin
2015-05-18Remove include stdio (part2)Julien Nabet
2015-05-18pass RenderContext to PreparePaint in TreeListBoxTomaž Vajngerl
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
2015-05-17loplugin:staticmethodsStephan Bergmann
2015-05-16refactor dbacess classes to use RenderContextTomaž Vajngerl
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin
2015-05-13convert ENDTRACK_ constants to scoped enumNoel Grandin
2015-05-12loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-11unused parameterTomaž Vajngerl
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks
2015-05-08dbaccess: avoid exceptions during loading embedded data sourcesMiklos Vajna