summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/tbcontrl.cxx
AgeCommit message (Expand)AuthorFilesLines
2025-03-20loplugin:constparam in svxNoel Grandin1-1/+1
2025-03-19Rename con-const vcl::Font property getters for clarityMike Kaganski1-6/+6
2025-03-05Improve UX of currency dropdownSzymon Kłos1-12/+0
2025-02-25loplugin:constantparamNoel Grandin1-10/+2
2025-01-02tdf#146619 Remove unused #includes from C/C++ filesManish Bera1-2/+0
2024-11-30cid#1607542 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-11-29lok: jsdialog: enable font name box after saveSzymon Kłos1-0/+7
2024-11-13svx: use a reference hereXisco Fauli1-13/+12
2024-11-12clang-tidy: performance-unnecessary-copy-initialization in svxNoel Grandin1-1/+1
2024-11-04Resolves tdf#160626 - Preserve sorting in SvxStyleToolBoxControlHeiko Tietze1-4/+8
2024-11-04new loplugin:staticconstexprNoel Grandin1-1/+1
2024-10-22tdf#163284: Diagonal/criss-cross borders for tables is only implemented in CalcJulien Nabet1-7/+13
2024-10-15svx: check SfxObjectShell::Current()Xisco Fauli1-3/+3
2024-08-14use less exception throwing for flow controlNoel Grandin1-2/+3
2024-07-23tdf#162104 Make sure the standard palette gets selected in a clear profileRafael Lima1-1/+9
2024-06-20tdf#146468: Match border tooltips in toolbar/sidebarKira Tubo1-4/+4
2024-05-12replace createFromAscii with OUString literals in SvxStyleToolBoxControlNoel Grandin1-11/+10
2024-05-11loplugin:ostr in svxNoel Grandin1-89/+89
2024-05-03replace createFromAscii with OUString literals in svxNoel Grandin1-7/+7
2024-05-02WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-4/+4
2024-02-29svx: fix default locale language stringHenry Castro1-4/+9
2024-02-18ITEM: Rename for more control over SlotID usagesArmin Le Grand (allotropia)1-1/+1
2024-02-01sc: put used currencies on top of the currency pop-up listTomaž Vajngerl1-13/+46
2024-01-31Revert "store last five MRU currencies in the currency drop-down"Tomaž Vajngerl1-126/+42
2023-12-12tdf#158320 restore Live Preview for font hoveringCaolán McNamara1-1/+30
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: svxStephan Bergmann1-1/+1
2023-10-07jsdialog: enable font name & size comboboxSzymon Kłos1-1/+2
2023-08-31jsdialog: render font previews with hidpiSzymon Kłos1-0/+2
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin1-1/+7
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin1-7/+1
2023-07-12tdf#125504 SvxStyleBox: don't use disposed DispatchProviderJustin Luth1-18/+12
2023-07-12tdf#125504 SvxFontNameBox: don't use disposed DispatchProviderJustin Luth1-24/+13
2023-07-06tdf#126382 Correct check for transparencyMaxim Monastirsky1-1/+1
2023-07-04tdf#154270 Sync toolbar button recent colorsMaxim Monastirsky1-13/+2
2023-06-26new loplugin:constexprliteralNoel Grandin1-1/+1
2023-06-01tdf#153361 improve theme color generation in color pickerTomaž Vajngerl1-5/+9
2023-05-31Added doxygen to calc currency comboLuigi Iucci1-0/+1
2023-05-25svx: combine svx::NamedThemedColor into NamedColorTomaž Vajngerl1-18/+17
2023-05-25svx: change NamedColor be a struct instead of std::pairTomaž Vajngerl1-16/+18
2023-05-19svx: check SfxObjectShell::Current()Xisco Fauli1-5/+10
2023-04-12loplugin:stringview whitelist getLength and isEmptyNoel Grandin1-1/+2
2023-04-07Resolves: tdf#154680 don't mark an empty fontname as italic for "unknown"Caolán McNamara1-3/+10
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-22/+16
2023-03-17store last five most recently used currencies in the currency toolbar drop-downDrGigioSan1-42/+126
2023-03-07jsdialog: don't close dialog on tab page destroySzymon Kłos1-0/+3
2023-01-11Resolves tdf#152666 - Hide default styles for large listsHeiko Tietze1-34/+13
2022-12-19[API CHANGE] tdf#85592: deprecate .uno:BackColor, use .uno:CharBackColorJustin Luth1-1/+2
2022-12-16likely fix for frequent pShell->GetStyleSheetPool crashCaolán McNamara1-7/+8
2022-12-16tdf#152460: Improve script handling in style previewsKhaled Hosny1-47/+32
2022-12-07Resolves: tdf#152301 allow using an existing ColorListBox to speed initCaolán McNamara1-7/+9