summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/control
AgeCommit message (Expand)Author
2015-09-03convert Link<> to typedNoel Grandin
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-03com::sun::star->css in dbaccessNoel Grandin
2015-08-03tdf#91112: pass by const reference to lambdasJorenz Paragas
2015-08-03tdf92459 replace select1st/2nd in dbaccessDaniel Robertson
2015-07-24convert ImageAlign to enum classNoel Grandin
2015-07-20svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl
2015-07-20cppcheck: noExplicitConstructorCaolán McNamara
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-08Fix typosAndrea Gelmini
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-07-03Fix typosAndrea Gelmini
2015-06-28coverity#1308510 Uncaught exceptionCaolán McNamara
2015-06-26no need to capture _rTablesTakeshi Abe
2015-06-25Remove spurious negation operator againStephan Bergmann
2015-06-25loplugin:implicitboolconversionNoel Grandin
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann
2015-06-25tdf#91112 replace o3tl::compose1 with lambdas in dbaccessJorenz Paragas
2015-06-24Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann
2015-06-22Fix typosAndrea Gelmini
2015-06-10coverity#1302618 deref of NULLCaolán McNamara
2015-05-26tdf#91543 - TABLE DESIGN window menu option Close causes BASE to crashNoel Grandin
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks
2015-05-25convert WINDOW_ZORDER constants to scoped enumNoel Grandin
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
2015-05-16refactor dbacess classes to use RenderContextTomaž Vajngerl
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin
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-11refactor TreeListBox to use RenderContextTomaž Vajngerl
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks
2015-05-06dbaccess: simplify code by using std::any_of/std::none_ofTakeshi Abe
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-05-02Audit LoseFocus - basctl, cui, dbaccess.Michael Meeks
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann