summaryrefslogtreecommitdiff
path: root/cui/source/customize
AgeCommit message (Expand)AuthorFilesLines
2014-11-18fdo#80280 Don't add items with no bitmapsMaxim Monastirsky1-7/+10
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava3-7/+7
2014-11-11fdo#76658 fix bad conversion of old-style UNO service..Noel Grandin1-0/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin3-25/+22
2014-11-03coverity#1250409 Explicit null dereferencedCaolán McNamara1-1/+2
2014-11-01coverity#1250409 Explicit null dereferencedCaolán McNamara1-2/+4
2014-10-28cid#1242780 Uninitialized pointer fieldNoel Grandin1-0/+1
2014-10-28rename class field pEntries to mpEntriesNoel Grandin1-10/+10
2014-10-23loplugin: cstylecastNoel Grandin2-18/+18
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-2/+2
2014-10-18convert SV_BMP_ constants to enumNoel Grandin1-6/+6
2014-10-07disambiguate uniform_int_distributionCaolán McNamara1-1/+1
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin8-38/+38
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2-4/+4
2014-09-05src: capitalization as the restThomas Arnhold1-1/+1
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist2-12/+12
2014-08-21QueryBox QBX_CONFIRM_RESTORE_DEFAULT -> MessageDialog + stringCaolán McNamara3-8/+4
2014-08-21QueryBox QBX_CONFIRM_DELETE_TOOLBAR -> MessageDialog + stringCaolán McNamara3-7/+4
2014-08-18various unused QueryBoxesThomas Arnhold2-20/+0
2014-08-18InfoBox IBX_MNUCFG_ALREADY_INCLUDED to StringThomas Arnhold3-5/+5
2014-08-04Convert RID_SVXDLG_ASSIGNCOMPONENT to .uiPalenik Mihály4-117/+8
2014-07-28fix a memory leakTakeshi Abe1-1/+1
2014-07-27Avoid possible memory leaks in case of exceptionsTakeshi Abe2-35/+15
2014-07-10Convert MD_ICONSELECTOR and MD_ICONCHANGE to .uiPalenik Mihály3-203/+62
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann3-11/+11
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann3-6/+6
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann5-6/+6
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-27OSL_TRACE -> SAL_INFOThomas Arnhold1-5/+3
2014-05-23add default value for Context param in uno::Exception constructorsNoel Grandin2-2/+2
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-1/+0
2014-05-05remove some commented out lines from src filesThomas Arnhold1-1/+0
2014-05-02Add the "quoteright" key to the list of available keyboard shortcuts.Kohei Yoshida1-0/+5
2014-04-30coverity#738577 Uninitialized pointer fieldCaolán McNamara1-0/+2
2014-04-30coverity#704598 Dereference after null checkCaolán McNamara1-0/+3
2014-04-24some more hrc cleanupThomas Arnhold2-2/+1
2014-04-23huge hrc and src file cleanupThomas Arnhold3-38/+1
2014-04-22clean up hrc filesThomas Arnhold2-50/+2
2014-04-21remove some more bloatThomas Arnhold1-2/+0
2014-04-16cui: sal_Bool->boolNoel Grandin8-47/+47
2014-04-14typo: dependend -> dependentThomas Arnhold1-1/+1
2014-04-14typo: te -> theThomas Arnhold1-1/+1
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
2014-04-08use TriState instead of sal_Bool as there's three possibilitiesCaolán McNamara1-13/+13
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann3-3/+3
2014-03-29coverity#982292 Logically dead codeCaolán McNamara1-31/+18
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann4-4/+4
2014-03-27sfx2: sal_Bool->boolNoel Grandin5-8/+8