summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/connect.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-09-26now drop TabPageParent intermediateCaolán McNamara1-6/+5
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara1-15/+7
2019-08-29tdf#42949 Fix IWYU warnings in cui/source/{options,tabpages}/*cxxGabor Kelemen1-5/+0
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen1-1/+1
2019-04-27tdf#42949 Fix IWYU warnings in include/svx/[a-D]*Gabor Kelemen1-0/+2
2019-03-20weld SwFieldEditDlgCaolán McNamara1-1/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-2/+2
2018-11-15loplugin:staticmethods in svxNoel Grandin1-1/+1
2018-11-08Convert FieldUnit to scoped enumMike Kaganski1-18/+18
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-88/+31
2018-09-28weld SvxConnectionDialogCaolán McNamara1-8/+8
2018-09-28weld SvxConnectionPageCaolán McNamara1-177/+144
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-2/+2
2018-01-15More loplugin:cstylecast: cuiStephan Bergmann1-2/+2
2017-10-23loplugin:includeform: cuiStephan Bergmann1-1/+1
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-2/+2
2017-08-04rename SIP_SA_EDGELINEDELTAANZ->SIP_SA_EDGELINEDELTACOUNTNoel Grandin1-2/+2
2017-07-31loplugin:constparams in cuiNoel Grandin1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-0/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-05-18can drop CUI_RESSTR nowCaolán McNamara1-1/+1
2017-03-29tdf#39468 Translate German commentsJens Carl1-2/+2
2017-03-16remove unused defines from HRC files in cuiNoel Grandin1-1/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-01-25svx: SdrEdgeLineDeltaAnzItem -> SdrEdgeLineDeltaCountItemMiklos Vajna1-1/+1
2016-01-18svx: SvxXConnectionPreview::GetLineDeltaAnz -> GetLineDeltaCountMiklos Vajna1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky1-1/+1
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky1-1/+1
2015-10-16convert Link<> to typedNoel Grandin1-4/+6
2015-10-12convert Link<> to typedNoel Grandin1-1/+5
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-18cui: convert new to ::Create.Michael Meeks1-1/+1
2015-04-17Fix SfxTabPage creation to use VclPtr.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/+22
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-20/+0
2015-03-23loplugin:constantfunction: cuiNoel Grandin1-6/+1
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-4/+4
2014-10-23loplugin: cstylecastNoel Grandin1-10/+10
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-06Consistency around SdrMetricItem in svx/sxelditm.hxxStephan Bergmann1-9/+9
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-3/+3
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-11/+11
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-9/+9
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-1/+1
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin1-8/+8