summaryrefslogtreecommitdiff
path: root/cui/source/options/fontsubs.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-02-05Related: tdf#130143 freeze/thaw around bulk insertCaolán McNamara1-0/+8
2020-02-04Resolves: tdf#130364 let font treeview fit to available dialog spaceCaolán McNamara1-5/+11
2020-01-27Resolves: tdf#130143 crash in sorted font replacement tableCaolán McNamara1-22/+19
2019-09-26now drop TabPageParent intermediateCaolán McNamara1-4/+4
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara1-2/+2
2019-09-20weld OfaTreeOptionsDialogCaolán McNamara1-2/+2
2019-08-29tdf#42949 Fix IWYU warnings in cui/source/{options,tabpages}/*cxxGabor Kelemen1-3/+0
2019-07-31weld SvxFontSubstTabPageCaolán McNamara1-349/+215
2019-07-25tdf#42949 Fix IWYU warnings in cui/*hxxGabor Kelemen1-0/+1
2019-01-18o3tl::make_unique -> std::make_unique in chart2...cuiGabor Kelemen1-6/+5
2018-12-04remove unused SvLBoxTabFlags enum valuesNoel Grandin1-3/+3
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2018-09-25loplugin:useuniqueptr in SvImpLBoxNoel Grandin1-2/+2
2018-06-20loplugin:useuniqueptr in SvxFontSubstTabPageNoel Grandin1-2/+1
2018-04-25SvTabListBox::SetTabs, pass count explicitNoel Grandin1-7/+4
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-2/+2
2018-04-07tdf#42949 Remove unnecessary localization headers from cuiGabor Kelemen1-1/+0
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-2/+2
2017-10-23loplugin:includeform: cuiStephan Bergmann1-2/+2
2017-10-02consistently apply std::unique_ptr to SvLBoxButtonDataCaolán McNamara1-7/+5
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-1/+1
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-3/+3
2017-07-31loplugin:constparams in cuiNoel Grandin1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara1-2/+1
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-3/+3
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-5/+5
2016-08-26convert SV_ITEM_ID_LBOX defines to scoped enumJochen Nitschke1-2/+2
2016-08-04tdf#100726: Improve readability of OUString concatenationnadith1-3/+1
2016-07-03tdf#57950: Replace chained OUStringBuffer::append() with operator+Arnold Dumas1-5/+4
2016-05-30Convert SelectionMode to scoped enumNoel Grandin1-1/+1
2016-03-18convert SvButtonState to scoped enumNoel Grandin1-10/+8
2016-03-18convert SvLBoxButtonKind to scoped enumNoel Grandin1-2/+2
2016-03-18drop unused params from SvLBoxItem and all it's subclassesNoel Grandin1-10/+6
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-04Cleanup after removing vcl::FontInfo classChris Sherlock1-3/+3
2016-01-03vcl: Excise vcl::FontInfo classChris Sherlock1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-10-16convert Link<> to typedNoel Grandin1-4/+6
2015-10-15convert Link<> to typedNoel Grandin1-2/+7
2015-09-08convert Link<> to typedNoel Grandin1-2/+5
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-6/+11
2015-08-14loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl1-11/+12
2015-07-06improve the returnbyref lopluginNoel Grandin1-10/+8
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-3/+3