summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/tpline.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin1-2/+1
2016-02-09Remove excess newlinesChris Sherlock1-12/+0
2016-02-02remove B2DLineJoin::MiddleCaolán McNamara1-1/+1
2016-01-11loplugin:unusedmethods unused return value in cuiNoel Grandin1-3/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-30loplugin:unusedfieldsNoel Grandin1-4/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-17/+17
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky1-9/+9
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky1-9/+9
2015-10-16convert Link<> to typedNoel Grandin1-18/+12
2015-10-12convert Link<> to typedNoel Grandin1-38/+50
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-11/+0
2015-09-14boost->stdCaolán McNamara1-10/+9
2015-09-07cui: prefix members of SvxLineTabPageMiklos Vajna1-238/+238
2015-09-04convert Link<> to typedNoel Grandin1-2/+1
2015-08-26Clean up aEmptyStrStephan Bergmann1-5/+3
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-5/+12
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-2/+3
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-05loplugin:unusedmethodsNoel Grandin1-38/+0
2015-07-29com::sun::star->css in cuiNoel Grandin1-25/+25
2015-07-13editeng, convert to typed Link<>Noel Grandin1-2/+0
2015-06-26-fsanitize=vptr: wrong, unnecessary downcastsStephan Bergmann1-2/+1
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann1-1/+1
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann1-4/+4
2015-04-30Use typed Link for MenuButton::SetSelectHdlStephan Bergmann1-2/+1
2015-04-30Gradually typed LinkStephan Bergmann1-4/+4
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-2/+2
2015-04-29convert CT_ constants to scoped enumNoel Grandin1-9/+9
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-13/+54
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann1-1/+1
2015-04-22Clean up odd sal::static_int_cast<sal_Bool> usesStephan Bergmann1-2/+2
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-3/+3
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-2/+2
2015-04-10Fix OutputDevice members / stack allocation: desktop, sfx2, lwp.Michael Meeks1-3/+3
2015-04-10Fix OutputDevice members / stack allocation: chart, canvas, cui.Michael Meeks1-3/+3
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+29
2015-04-09prophylactic double dispose audit.Michael Meeks1-4/+9
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-0/+7
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-2/+2
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-2/+2
2015-03-23loplugin:constantfunction: cuiNoel Grandin1-8/+1
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-10/+10
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-1/+1
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2014-11-30fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan1-1/+1
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan1-13/+14