summaryrefslogtreecommitdiffstats
path: root/cui/source/customize
Commit message (Expand)AuthorAgeFilesLines
* disambiguate uniform_int_distributionCaolán McNamara2014-10-071-1/+1
* use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara2014-10-061-2/+2
* fdo#82577: Handle WindowNoel Grandin2014-09-238-38/+38
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-122-4/+4
* src: capitalization as the restThomas Arnhold2014-09-051-1/+1
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-232-12/+12
* QueryBox QBX_CONFIRM_RESTORE_DEFAULT -> MessageDialog + stringCaolán McNamara2014-08-213-8/+4
* QueryBox QBX_CONFIRM_DELETE_TOOLBAR -> MessageDialog + stringCaolán McNamara2014-08-213-7/+4
* various unused QueryBoxesThomas Arnhold2014-08-182-20/+0
* InfoBox IBX_MNUCFG_ALREADY_INCLUDED to StringThomas Arnhold2014-08-183-5/+5
* Convert RID_SVXDLG_ASSIGNCOMPONENT to .uiPalenik Mihály2014-08-044-117/+8
* fix a memory leakTakeshi Abe2014-07-281-1/+1
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-07-272-35/+15
* Convert MD_ICONSELECTOR and MD_ICONCHANGE to .uiPalenik Mihály2014-07-103-203/+62
* loplugin:staticcallStephan Bergmann2014-06-131-1/+1
* Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann2014-06-113-11/+11
* Change SfxTabPage::Reset param from ref to pointerStephan Bergmann2014-06-113-6/+6
* Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann2014-06-105-6/+6
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-4/+0
* OSL_TRACE -> SAL_INFOThomas Arnhold2014-05-271-5/+3
* add default value for Context param in uno::Exception constructorsNoel Grandin2014-05-232-2/+2
* hrc and src files: squeeze multiple newlinesThomas Arnhold2014-05-191-1/+0
* remove some commented out lines from src filesThomas Arnhold2014-05-051-1/+0
* Add the "quoteright" key to the list of available keyboard shortcuts.Kohei Yoshida2014-05-021-0/+5
* coverity#738577 Uninitialized pointer fieldCaolán McNamara2014-04-301-0/+2
* coverity#704598 Dereference after null checkCaolán McNamara2014-04-301-0/+3
* some more hrc cleanupThomas Arnhold2014-04-242-2/+1
* huge hrc and src file cleanupThomas Arnhold2014-04-233-38/+1
* clean up hrc filesThomas Arnhold2014-04-222-50/+2
* remove some more bloatThomas Arnhold2014-04-211-2/+0
* cui: sal_Bool->boolNoel Grandin2014-04-168-47/+47
* typo: dependend -> dependentThomas Arnhold2014-04-141-1/+1
* typo: te -> theThomas Arnhold2014-04-141-1/+1
* It's "its", not "it's"Tor Lillqvist2014-04-101-1/+1
* use TriState instead of sal_Bool as there's three possibilitiesCaolán McNamara2014-04-081-13/+13
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-013-3/+3
* coverity#982292 Logically dead codeCaolán McNamara2014-03-291-31/+18
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-274-4/+4
* sfx2: sal_Bool->boolNoel Grandin2014-03-275-8/+8
* svtools: sal_Bool->boolNoel Grandin2014-03-255-26/+27
* sfx2: sal_Bool->boolNoel Grandin2014-03-191-1/+1
* callcatcher: update unused codeCaolán McNamara2014-03-071-23/+0
* convert customize menu page to .uiCaolán McNamara2014-03-072-684/+347
* convert events config page to .uiCaolán McNamara2014-03-077-178/+29
* convert acceleration config page to .uiCaolán McNamara2014-03-073-314/+152
* callcatcher: update unused codeCaolán McNamara2014-03-071-22/+0
* made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke2014-03-051-18/+18
* remove unused code SfxAcceleratorConfigPage::CreateNoel Grandin2014-03-051-6/+0
* Remove visual noise from cuiAlexander Wilms2014-02-264-8/+8
* coverity#704595 Dereference after null checkCaolán McNamara2014-02-231-2/+2