summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2015-06-07loplugin:implicitboolconversionStephan Bergmann1-1/+1
2015-06-07gcc4.6: remove trigraph sequences '<::'Thorsten Behrens1-1/+1
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin8-9/+12
2015-06-04tdf#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
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl4-18/+23
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann23-41/+41
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann1-1/+1
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks11-49/+27
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks4-4/+4
2015-05-08dbaccess: avoid exceptions during loading embedded data sourcesMiklos Vajna1-8/+14
2015-05-08dbaccess: move vnd.sun.star.pkg: handling from ODatabaseContext to ODBFilterMiklos Vajna2-16/+14
2015-05-08dbaccess, sw: use vnd.sun.star.pkg:// for embedded data source handlingMiklos Vajna1-5/+11
2015-05-08dbaccess: handle URL mark as StreamRelPath in ODatabaseContextMiklos Vajna1-1/+9
2015-05-08dbaccess: handle StreamRelPath in ODBFilter::implImport()Miklos Vajna1-0/+4
2015-05-07convert BUTTONDIALOG constants to scoped enumNoel Grandin3-7/+7
2015-05-07Fix MSVC buildStephan Bergmann1-1/+1
2015-05-07Fix MSVC buildStephan Bergmann1-1/+1