summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui
AgeCommit message (Expand)AuthorFilesLines
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin1-1/+1
2014-10-23loplugin: cstylecastNoel Grandin1-2/+2
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann4-5/+0
2014-09-30desktop: std::auto_ptr -> std::unique_ptrStephan Bergmann3-3/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin13-37/+37
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-2/+3
2014-08-28Fix some *_component_getFactory function typesStephan Bergmann1-3/+3
2014-08-25convert RID_WARNINGBOX_* to MessageDialog + stringCaolán McNamara6-83/+56
2014-08-25convert RID_QUERYBOX_INSTALL_FOR_ALL with custom buttons to .uiCaolán McNamara4-38/+3
2014-08-25Avoid possible memory leaks in case of exceptionsTakeshi Abe1-3/+2
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist2-6/+6
2014-08-20add a VclViewportCaolán McNamara1-1/+1
2014-08-18ErrorBox->MessageDialogCaolán McNamara3-9/+11
2014-08-18WARNINGBOX -> WarningBoxThomas Arnhold1-3/+3
2014-08-09remove RID_DLG_DEPENDENCIES resourcesThomas Arnhold2-71/+0
2014-08-04Convert RID_DLG_DEPENDENCIES to .uiPalenik Mihály2-30/+6
2014-06-15callcatcher: update unused codeCaolán McNamara2-34/+2
2014-06-13loplugin:staticcallStephan Bergmann1-3/+3
2014-06-13convert extensions update required dialog to .uiCaolán McNamara6-259/+73
2014-06-04desktop: fix includesThomas Arnhold24-312/+312
2014-05-30fdo#68849: Add header guards to all include filesJens Carl1-0/+5
2014-05-27the stock multilineedit is sufficient IMOCaolán McNamara5-129/+15
2014-05-27desktop: further src file cleanupThomas Arnhold1-7/+0
2014-05-27RID_DLG_UPDATEINSTALL conversion to .uisk946-222/+78
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin1-2/+2
2014-05-21lets drop the custom DescriptionEdit widgetCaolán McNamara4-128/+2
2014-05-21RID_DLG_UPDATE conversion to .uisk946-456/+218
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold3-7/+0
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann1-1/+1
2014-04-23huge hrc and src file cleanupThomas Arnhold1-49/+0
2014-04-22desktop: sal_Bool->boolNoel Grandin1-8/+8
2014-04-14typo: gard -> guardThomas Arnhold1-1/+1
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann4-11/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann9-10/+10
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann14-77/+77
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-2/+2
2014-02-27Remove visual noise from desktopAlexander Wilms10-33/+33
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann11-48/+48
2014-02-23Remove unneccessary commentsAlexander Wilms8-232/+232
2014-02-21vcl: sal_Bool -> boolStephan Bergmann7-11/+11
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2-0/+2
2014-02-18Drop unnecessary #includeTakeshi Abe3-5/+0
2014-02-12fdo#63154 Remove unused solar.h ref in vcl, basctl, desktop..Alexandre Vicenzi4-18/+1
2014-02-11coverity#704223 Logically dead codeCaolán McNamara1-11/+1
2014-02-01coverity#707748 : Uninitialized scalar fieldNorbert Thiebaud1-9/+10
2014-01-28bool improvementsStephan Bergmann3-5/+5
2014-01-24Introduce com.sun.star.task.theJobExecutor singleton.Matúš Kukan2-2/+0
2014-01-17Window::Notify should return boolStephan Bergmann4-6/+6
2014-01-14EndDialog takes long nResult, not boolStephan Bergmann1-2/+2