summaryrefslogtreecommitdiff
path: root/cui/source/inc
AgeCommit message (Expand)AuthorFilesLines
2017-09-26tdf#111739 fix Selecting a custom character as a bullet symbol insertionDaniel1-1/+2
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt3-3/+3
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-1/+1
2017-09-20unused sNumCharFmtName fieldsNoel Grandin1-4/+2
2017-09-19inline some use-once fields in cuiNoel Grandin2-9/+0
2017-09-15tdf#112392: avoid leak in SvxEditModulesDlg (cui)Julien Nabet1-1/+1
2017-09-12tdf#112241: Improve column width behaviour in Customize dialogMuhammet Kara1-1/+0
2017-09-09tdf#112133: Polish the visual appearance of the Customize dialogMuhammet Kara1-0/+1
2017-09-08loplugin:constantparamNoel Grandin1-1/+1
2017-09-07Don't use PostUserEvent to show message box in Customize dialogMuhammet Kara1-1/+0
2017-09-05cui: fix loplugin:constparams warningMiklos Vajna1-1/+1
2017-09-04Make the Modify button functional in the Customize dialogMuhammet Kara3-0/+3
2017-09-04Disable the individual reset button for the menubar menusMuhammet Kara1-0/+1
2017-09-04Make toolbar/menu addition/removal functional again in the Customize dialogMuhammet Kara4-0/+14
2017-09-04Implement "Reset" button in the Customize dialogMuhammet Kara3-0/+6
2017-09-04Implement "Insert" button in the Customize dialogMuhammet Kara3-1/+5
2017-09-04Implement Search/Filter feature in the Customize dialogMuhammet Kara2-2/+10
2017-09-04Implement "Remove" button in the Customize dialogMuhammet Kara2-2/+2
2017-09-04Implement "Add" button in the Customize dialogMuhammet Kara3-1/+13
2017-09-04Initialize and update command categories and functions for the Toolbar tabMuhammet Kara1-0/+2
2017-09-04Initialize and update Function list box properlyMuhammet Kara3-16/+27
2017-09-04Add custom widget class: CommandCategoryListBoxMuhammet Kara2-0/+49
2017-09-04Convert UI of Customize Dialog to the new designMuhammet Kara3-41/+5
2017-08-19convert to WB_SAVEAS to flags on SfxAcceleratorConfigPage::StartFileDialogNoel Grandin1-1/+3
2017-08-15tdf#111337 - Introduce alternative workflows at the special characters dialogAkshay Deep1-0/+1
2017-08-13move the SvxBackgroundColorItem<->SvxBrushItem conversionCaolán McNamara1-0/+1
2017-08-10Search feature for Special CharactersAkshay Deep1-2/+14
2017-08-01loplugin:checkunusedparamsNoel Grandin1-2/+2
2017-07-31loplugin:constparams in cuiNoel Grandin26-59/+59
2017-07-28pass char code directly rather than as-textCaolán McNamara1-1/+1
2017-07-28Unicode Character Names Integration using ICUAkshay Deep1-0/+3
2017-07-27Related: tdf#109289 move PushButton::IsValueChangedFromSaved to consumerCaolán McNamara1-0/+5
2017-07-25Clear Recent View and Fav view using Right ClickAkshay Deep1-0/+4
2017-07-25convert UNO event ids to scoped enumNoel Grandin1-1/+1
2017-07-25loplugin:unusedmethodsNoel Grandin1-1/+0
2017-07-24loplugin:unusedfields readonly fieldsNoel Grandin1-1/+0
2017-07-22Add new helper class to cui for SvxConfigPageMuhammet Kara2-502/+89
2017-07-22Cleanup duplicate functions in cfg.cxxMuhammet Kara1-0/+312
2017-07-22loplugin:unusedfields in cppcanvas..cuiNoel Grandin2-5/+0
2017-07-22Separate SvxToolbarConfigPage from cfg.cxxMuhammet Kara3-77/+294
2017-07-21de-hrc various thingsCaolán McNamara5-72/+12
2017-07-21migrate to boost::gettextCaolán McNamara7-427/+9
2017-07-19Separate SvxMenuConfigPage from cfg.cxxMuhammet Kara2-36/+141
2017-07-19Favourites feature in Special charactersAkshay Deep2-1/+18
2017-07-18SID_VIEW_FLD_PIC looks like a StarOffice < 6.0 holdoverCaolán McNamara1-2/+0
2017-07-06GSoC: Recent Charaters Toolbar Dropdown ControlAkshay Deep2-57/+1
2017-07-04loplugin:unusedfields in cui..idlNoel Grandin2-9/+6
2017-07-02loplugin:casttovoid: cuiStephan Bergmann1-1/+1
2017-07-02nMinPasswdLen is "currently not supported" ever sinceStephan Bergmann1-1/+1
2017-06-28Implement search feature in the Kayboard tabMuhammet Kara1-31/+38