summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/tabledesign
AgeCommit message (Expand)AuthorFilesLines
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht3-18/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann8-48/+48
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-0/+1
2015-10-19loplugin:defaultparamsStephan Bergmann2-7/+7
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann5-83/+83
2015-10-06loplugin:unusedmethodsNoel Grandin2-6/+0
2015-10-01loplugin:unusedmethodsNoel Grandin3-25/+0
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-17boost->stdCaolán McNamara11-79/+78
2015-09-07WaE: not necessary to pass this argument, it defaults to the same valueTor Lillqvist1-1/+1
2015-09-07dbaccess: replace for_each with range-based forDaniel Robertson1-1/+4
2015-09-03convert Link<> to typedNoel Grandin1-2/+1
2015-08-28make PostUserEvent Link<> typedNoel Grandin2-18/+10
2015-08-14loplugin: defaultparamsNoel Grandin2-4/+4
2015-08-05loplugin:unusedmethodsNoel Grandin3-3/+0
2015-08-03com::sun::star->css in dbaccessNoel Grandin8-24/+24
2015-07-22cppcheck: noExplicitConstructorCaolán McNamara3-3/+3
2015-07-19Fix typosAndrea Gelmini1-1/+1
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2-4/+1
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-05-26tdf#91543 - TABLE DESIGN window menu option Close causes BASE to crashNoel Grandin2-0/+7
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-5/+5
2015-05-25m_bUpdatable is always falseCaolán McNamara1-4/+1
2015-05-25callcatcher: update unused codeCaolán McNamara1-6/+0
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-1/+1
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-1/+3
2015-05-16refactor dbacess classes to use RenderContextTomaž Vajngerl1-7/+7
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin2-2/+2
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann1-5/+5
2015-05-07Fix MSVC buildStephan Bergmann1-1/+1
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann2-2/+2
2015-05-06dbaccess: simplify code by using std::any_of/std::none_ofTakeshi Abe1-12/+8
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2-3/+2
2015-05-02Audit LoseFocus - basctl, cui, dbaccess.Michael Meeks1-1/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2-2/+2
2015-04-28dbaccess: more GCC-4.7 fixesMiklos Vajna1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks11-104/+117
2015-04-27More loplugin:simplifyboolStephan Bergmann2-4/+4
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2-4/+4
2015-04-22Fix a number of boost::unique_ptr errors.Michael Meeks4-9/+8
2015-04-22convert EBBF_ constants to scoped enumNoel Grandin1-1/+1
2015-04-22convert BROWSER_ constants to scoped enumNoel Grandin2-8/+8
2015-04-20dbaccess: convert new to ::Create.Michael Meeks6-14/+14
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-8/+8
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks1-7/+7
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-13/+13