summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/chardlg.cxx
AgeCommit message (Expand)AuthorFilesLines
4 daystdf#148959 cui: fix hiding semi-transparent UI for chart axis fontMiklos Vajna1-4/+1
2023-08-25cui: use common menthod to get the complex color from a NamedColorTomaž Vajngerl1-12/+1
2023-08-15ComplexColor various clean-up and (trivial) refactoringsTomaž Vajngerl1-2/+1
2023-06-26new loplugin:constexprliteralNoel Grandin1-1/+1
2023-06-07tdf#155376 partially convert SvCTLOptions to officecfgNoel Grandin1-2/+1
2023-06-04sw: border and background theme color support for multiple props.Tomaž Vajngerl1-12/+22
2023-05-26use more TypedWhichIdNoel Grandin1-4/+4
2023-05-25svx: combine svx::NamedThemedColor into NamedColorTomaž Vajngerl1-1/+1
2023-05-08svx: use ComplexColor in SvxColorItem instead of the ThemeColorTomaž Vajngerl1-4/+5
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-1/+1
2023-02-07improve readability of VirtualDevice constructorNoel Grandin1-1/+1
2023-01-12introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl1-5/+7
2022-12-16check SfxObjectShell::Current()Caolán McNamara1-5/+2
2022-11-10tdf#107405 Allow kerning less than -2Samuel Mehrbrodt1-1/+4
2022-10-05Add on-the-fly language tag to proper language list Western/Asian/ComplexEike Rathke1-17/+26
2022-06-08tdf#119827 implement GtkBuilder "scale" property for font sizeCaolán McNamara1-9/+0
2022-06-07Resolves tdf#146928 - Redesign charnamedialogHeiko Tietze1-71/+69
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya1-2/+2
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin1-4/+5
2022-03-01use SfxItemSet::GetItemIfSet in cuiNoel Grandin1-6/+9
2022-02-17sd theme: add doc model for shape fill colorMiklos Vajna1-3/+3
2022-01-29no need to call GetWhich on these SID_ valuesNoel Grandin1-5/+4
2022-01-15Resolves tdf#139395 - Redesign of font name and effects pagesHeiko Tietze1-4/+5
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen1-1/+0
2021-12-21sd theme: allow setting color effects in the chardlgMiklos Vajna1-0/+2
2021-12-20sd theme: allow setting the color's theme index in the chardlgMiklos Vajna1-6/+16
2021-12-03don't use SVXSTR for translation ids that are in cui.moCaolán McNamara1-5/+5
2021-09-28gives names to all the Idles and TasksNoel Grandin1-1/+1
2021-09-21vcl: remove OutputDevice's GetDevFontSizeCount() and GetDevFontSize()Chris Sherlock1-10/+1
2021-08-11convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl1-1/+2
2021-07-28use officecfg for SvtCJKOptionsNoel Grandin1-3/+2
2021-07-27drop SvtLanguageOptions classNoel Grandin1-4/+7
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-4/+4
2021-07-16tdf#139654 Font feature sensativityDeb Barkley-Yeung1-0/+34
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin1-59/+31
2021-06-08Addendum to: Remove SfxItemState::READONLYArmin Le Grand (Allotropia)1-9/+0
2021-06-08Remove SfxItemState::READONLYArmin Le Grand1-10/+11
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-10/+10
2021-05-19tdf#142317 chardlg UI: show approx auto-esc % based on EscPropJustin Luth1-2/+2
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2021-03-09defer getting toplevel for color picker until we need itCaolán McNamara1-3/+6
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski1-2/+6
2021-01-12transparency->alpha in tools::ColorNoel1-3/+3
2021-01-08use more IsTransparentNoel Grandin1-1/+1
2020-12-24custom literal for Degree10Noel Grandin1-2/+2
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen1-1/+0
2020-11-03Resolves tdf#137059 - Use application colors for font previewHeiko Tietze1-15/+8
2020-10-21use tools::Long in comphelper..cuiNoel1-15/+15
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-2/+2
2020-08-31Fix typo in codeAndrea Gelmini1-3/+3