summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg
AgeCommit message (Expand)AuthorFilesLines
2018-05-28loplugin:passstuffbyrefNoel Grandin1-1/+1
2018-05-24rework custom widget welding to enable inheritenceCaolán McNamara3-10/+12
2018-05-24tdf#42949 Fix IWYU warnings in sd/inc/*Gabor Kelemen1-0/+1
2018-05-20sd: Avoid looking up system clock twice for current datetimeTakeshi Abe1-3/+2
2018-05-17loplugin:unusedfields in sdNoel Grandin4-12/+10
2018-05-13weld SdModifyFieldDlgCaolán McNamara3-108/+107
2018-05-11weld SdPhotoAlbumDialogCaolán McNamara4-216/+163
2018-05-11rename create_btn to ok to get desired button orderingCaolán McNamara1-1/+1
2018-05-11weld SdInsertPasteDlgCaolán McNamara1-15/+6
2018-05-11drop metric connect_changed, use connect_value_changedCaolán McNamara1-2/+2
2018-05-10weld SdVectorizeDlgCaolán McNamara3-88/+82
2018-05-10weld SdCustomShowDlg and SdDefineCustomShowDlgCaolán McNamara3-210/+178
2018-05-10weld SdStartPresentationDlgCaolán McNamara3-156/+131
2018-05-08tdf#116977 secured ::Clone methodsArmin Le Grand1-6/+16
2018-04-30weld SdSnapLineDlgCaolán McNamara3-104/+92
2018-04-30weld SdInsertLayerDlgCaolán McNamara3-47/+45
2018-04-30weld MorphDlgCaolán McNamara3-32/+33
2018-04-30weld MasterLayoutDialogCaolán McNamara3-40/+45
2018-04-25no users of the numeric SetCurPageId leftCaolán McNamara2-18/+0
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara4-13/+13
2018-04-21loplugin:unusedmethodsNoel Grandin1-22/+0
2018-04-20vcl: move Bitmap{Ex}::ReduceColors() to BitmapColorQuantizationFilter classChris Sherlock1-3/+6
2018-04-18tdf#42949 Remove unnecessary localization headers of sfx2Gabor Kelemen1-1/+0
2018-04-17tdf#100715 Slide transition sound: Remember remember last folderSamuel Mehrbrodt2-4/+12
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-7/+0
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-16/+9
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-9/+16
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-16/+9
2018-04-06weld linkeditdialogCaolán McNamara3-11/+10
2018-04-03tdf#42949 Remove unnecessary localization headers from sdGabor Kelemen20-31/+1
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2018-04-02weld Break dialogCaolán McNamara3-69/+62
2018-04-01remove unused processfactory.hxx includesJochen Nitschke4-4/+0
2018-03-25tdf#116544 crash on unhandled IllegalArgument exceptionCaolán McNamara1-14/+62
2018-03-23Typo: GetSelectItemId -> GetSelectedItemIdSamuel Mehrbrodt1-1/+1
2018-03-23Typo: GetSelectLanguage -> GetSelectedLanguageSamuel Mehrbrodt2-4/+4
2018-03-22loplugin:useuniqueptr in SdTransferableNoel Grandin1-7/+7
2018-03-20drop unnecessary includesCaolán McNamara4-4/+0
2018-03-19coverity#1430077 add assert for 'Division or modulo by zero'Caolán McNamara1-0/+2
2018-03-13sd: remove useage of GraphicURL in PhotoAlbumDialogTomaž Vajngerl1-43/+36
2018-03-07weld SfxNewFileDialogCaolán McNamara1-6/+5
2018-03-07use more Color in sdNoel Grandin1-3/+3
2018-03-05Removed duplicated includesAndrea Gelmini1-1/+0
2018-03-01give ok, cancel, help buttons those namesCaolán McNamara1-1/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin4-4/+4
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara5-17/+30
2018-02-27drop old tools/gen.hxx methods in sdNoel Grandin1-1/+1
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-2/+1
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara1-2/+5
2018-02-23tdf#115873 sd navigator: adapt IsEqualToDoc() to Fill() furtherMiklos Vajna1-34/+48