summaryrefslogtreecommitdiff
path: root/cui/source/options
AgeCommit message (Expand)AuthorFilesLines
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-3/+3
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold3-7/+6
2013-03-19sal_Bool to boolTakeshi Abe1-3/+2
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl1-1/+1
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir1-1/+2
2013-03-11fdo#47011 autosave featureKrisztian Pinter1-1/+1
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim39-0/+100
2013-03-08some further OUString cleanupThomas Arnhold1-1/+1
2013-03-07rename setInitialLayoutSize to setOptimalLayoutSizeCaolán McNamara2-2/+5
2013-03-07WIP: fdo#47011 autosave featureKrisztian Pinter4-17/+51
2013-03-06merge isLayoutEnabledsCaolán McNamara1-2/+3
2013-03-05fix for fdo#61801Noel Grandin1-1/+2
2013-03-02coverity#736322: fix memory leakMarkus Mohrhard1-4/+1
2013-02-25RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter6-115/+113
2013-02-24loplugin: unused variablesThomas Arnhold1-2/+0
2013-02-24coverity#735295+735296 Buffer not null terminatedJulien Nabet1-2/+2
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2013-02-20move view options page to cui and adapt codeCaolán McNamara4-604/+133
2013-02-20remove ugly padding on empty rowsCaolán McNamara1-0/+5
2013-02-20move (rather dubious) accessibility name assignment code to .uiCaolán McNamara1-35/+0
2013-02-20Resolves: fdo#30862 move user options page to cui and adapt codeCaolán McNamara3-413/+91
2013-02-19move memory option page to cui and adapt codeCaolán McNamara4-351/+46
2013-02-18Fix the Ignore system input language label truncated in translationsAndras Timar1-1/+1
2013-02-18move General options page to cui and adapt codeCaolán McNamara4-298/+83
2013-02-18move Stored Web Connection Information dialog to cuiCaolán McNamara4-246/+76
2013-02-15fully convert security options to .ui formatCaolán McNamara4-277/+35
2013-02-15move security options dialog to cui and adapt codeCaolán McNamara3-19/+3
2013-02-13move security options to cui and adapt codeCaolán McNamara4-329/+84
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2013-02-12fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin1-10/+4
2013-02-12fdo#46808, Adapt linguistic2::DictionaryList UNO service to new styleNoel Grandin2-3/+3
2013-02-11add borders to simpletablecontainerCaolán McNamara4-4/+4
2013-02-11move paths option page .ui to cui and adapt codeCaolán McNamara6-214/+111
2013-02-11fdo#46808, use service constructor for awt::ContainerWindowProviderNoel Grandin1-6/+2
2013-02-11fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin1-5/+4
2013-02-08Fix "bModified" reassigned before previous value usedJulien Nabet1-3/+1
2013-02-08move java options page .ui to cui and adapt codeCaolán McNamara6-275/+144
2013-02-05move fonts options page .ui to cui and adapt codeCaolán McNamara4-454/+200
2013-01-31tell the options dialog to relayout if a pane queue-resizesCaolán McNamara1-1/+31
2013-01-31hide un-installed module color appearance settingsCaolán McNamara1-29/+36
2013-01-31move color options .ui to right place and adapt codeCaolán McNamara1-2/+1
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-4/+3
2013-01-30WaE: unused function 'GetGroup'Tor Lillqvist1-15/+0
2013-01-29loplugin: remove some unused strings, etc.Caolán McNamara3-3/+2
2013-01-29move color scheme options .ui to right place and adapt codeCaolán McNamara4-1323/+417
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin1-1/+1
2013-01-28fdo#46808, Adapt setup::UpdateCheckConfig UNO services to new styleNoel Grandin1-13/+6
2013-01-27move accessibility options .ui to right place and adapt codeCaolán McNamara4-295/+47
2013-01-26get rid of some XubStringsCaolán McNamara1-6/+6
2013-01-24Change GetSavedValue() to return OUStringChr. Rossmanith5-27/+20