summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
2017-08-10Search feature for Special CharactersAkshay Deep3-32/+280
2017-08-09Resolves: tdf#111416 missing draw/impress optionsCaolán McNamara1-3/+3
2017-08-07Rename “Basic IDE Options” to just “Basic IDE”Adolfo Jayme Barrientos1-1/+1
2017-08-06tdf#109863: use SID_PATTERN_LIST after bitmap tab convertingJulien Nabet1-1/+1
2017-08-04rename SIP_SA_EDGELINEDELTAANZ->SIP_SA_EDGELINEDELTACOUNTNoel Grandin1-2/+2
2017-08-02remove unnecessary use of 'this->'Noel Grandin3-5/+5
2017-08-02split out VclBuilder static methodsCaolán McNamara2-2/+2
2017-08-02tdf#110448: Remove "Memory" page from Options dialogMike Kaganski8-669/+0
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara2-2/+2
2017-08-01move resmgr to unotoolsCaolán McNamara2-14/+4
2017-08-01loplugin:checkunusedparamsNoel Grandin2-18/+18
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara1-1/+1
2017-07-31loplugin:constparams in cuiNoel Grandin67-144/+144
2017-07-31Resolves: tdf#109007 SvxCharView is in sfx2 not cuiCaolán McNamara1-32/+32
2017-07-31loplugin:oncevarNoel Grandin6-7/+7
2017-07-28add comment on max char name lengthCaolán McNamara1-0/+2
2017-07-28merge duplicate blocksCaolán McNamara1-7/+1
2017-07-28check that u_charName was successfulCaolán McNamara1-3/+3
2017-07-28replace snprintf with our own convertersCaolán McNamara1-12/+4
2017-07-28pass char code directly rather than as-textCaolán McNamara2-8/+6
2017-07-28declare at init pointCaolán McNamara1-2/+1
2017-07-28Unicode Character Names Integration using ICUAkshay Deep3-0/+47
2017-07-27Related: tdf#109289 move PushButton::IsValueChangedFromSaved to consumerCaolán McNamara2-15/+21
2017-07-26tdf#36747 add sort to match format list in file dialogsJames Raykowski1-3/+2
2017-07-25Clear Recent View and Fav view using Right ClickAkshay Deep2-0/+83
2017-07-25convert UNO event ids to scoped enumNoel Grandin3-8/+8
2017-07-25loplugin:unusedmethodsNoel Grandin2-18/+0
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin2-23/+17
2017-07-24loplugin:unusedfields readonly fieldsNoel Grandin3-6/+4
2017-07-22Add new helper class to cui for SvxConfigPageMuhammet Kara7-562/+627
2017-07-22Cleanup duplicate functions in cfg.cxxMuhammet Kara2-370/+335
2017-07-22loplugin:unusedfields in cppcanvas..cuiNoel Grandin6-27/+7
2017-07-22Separate SvxToolbarConfigPage from cfg.cxxMuhammet Kara6-1329/+1484
2017-07-21add msgctxt to new stringsCaolán McNamara1-3/+3
2017-07-21de-hrc various thingsCaolán McNamara109-286/+77
2017-07-21migrate to boost::gettextCaolán McNamara296-5126/+2945
2017-07-19Separate SvxMenuConfigPage from cfg.cxxMuhammet Kara5-457/+670
2017-07-19Favourites feature in Special charactersAkshay Deep5-28/+503
2017-07-18remove unused CntWallpaperItemCaolán McNamara1-1/+0
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-2/+2
2017-07-18merge last entry of cntids.hrc into sfxsids.hrcCaolán McNamara1-1/+0
2017-07-18SID_VIEW_FLD_PIC looks like a StarOffice < 6.0 holdoverCaolán McNamara2-139/+0
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand1-1/+1
2017-07-15tdf#109103 Non-standard font color in About dialogheiko tietze1-13/+0
2017-07-14tdf#96505 Get rid of cargo cult "long" integer literalsIvan Safonov7-41/+41
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski1-1/+0
2017-07-13loplugin:oncevar: empty strings: cuiStephan Bergmann3-6/+3
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin13-43/+43
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin2-5/+5
2017-07-10simplify some OUString compareTo callsNoel Grandin1-1/+1