summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2018-03-05Resolves: tdf#116188 set min version on all .ui files to 3.18Caolán McNamara44-44/+44
2018-03-05weld SfxSaveAsTemplateDialogCaolán McNamara4-77/+149
2018-03-05We now use Unicode with MAPISendMailW, so no need for thisMike Kaganski1-4/+0
2018-03-05there's already a way to pass around the SfxRequest source frameCaolán McNamara4-33/+22
2018-03-05drop sax::tools::*base64 methodsNoel Grandin2-2/+4
2018-03-05loplugin:useuniqueptr in SfxDispatcher_ImplNoel Grandin1-10/+4
2018-03-05loplugin:useuniqueptr in StyleTree_ImplNoel Grandin2-33/+18
2018-03-05loplugin:useuniqueptr in SvLinkSource_Array_ImplNoel Grandin1-29/+25
2018-03-05weld InputDialogCaolán McNamara4-55/+35
2018-03-05weld SfxPasswordDialog DialogCaolán McNamara4-134/+116
2018-03-03weld SafeMode dialogCaolán McNamara2-49/+38
2018-03-03weld license dialogCaolán McNamara2-44/+73
2018-03-02lokdialog: convert the dialog File -> Properties... to async execHenry Castro1-20/+29
2018-03-02lo chart2: The LokChartHelper must post the mouse events too.Jan Holesovsky1-19/+22
2018-03-01make Color::GetRGBColor return Color instead of ColorDataNoel Grandin1-2/+2
2018-02-28tdf#115795 Solve wrong redirect behavior of "Get Online Help"Franklin Weng1-2/+2
2018-02-28drop old tools/gen methods in reportdesign..xmloffNoel Grandin1-2/+4
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-02-27convert Redline warning dialog to .ui to get helpidsCaolán McNamara1-4/+5
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke5-5/+0
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2018-02-27convert various MessBox to weld::MessageDialogCaolán McNamara4-85/+24
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara4-13/+24
2018-02-27Remove duplicated includesAndrea Gelmini1-1/+0
2018-02-26tdf#115742: allow ignoring stale lockfile on saveMike Kaganski1-14/+37
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara8-71/+82
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin7-17/+10
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara4-5/+19
2018-02-25convert all help responses to gtk's -11Caolán McNamara20-49/+49
2018-02-24Fix typosAndrea Gelmini1-2/+2
2018-02-23tdf#115938: Properly detect shadow size control's changed stateMike Kaganski1-0/+44
2018-02-22Simplify conditions a littleMike Kaganski1-3/+3
2018-02-22weld native message dialogsCaolán McNamara33-223/+299
2018-02-22Remove useless special handling of single-value rangesMike Kaganski1-29/+14
2018-02-22Move include/sfx2/notebookbar/NotebookbarContextControl.hxx to include/vcl/Stephan Bergmann2-2/+4
2018-02-22loplugin:redundantcopy extend to ColorNoel Grandin1-1/+1
2018-02-21lok: support of AutoCorrect -> While Typing menu in WriterAndras Timar1-0/+1
2018-02-21New loplugin:nestedunnamedStephan Bergmann1-17/+12
2018-02-21ColorData->Color in sd..svxNoel Grandin1-1/+1
2018-02-20make it possible to set parent window for printer error messagesCaolán McNamara1-1/+1
2018-02-19weld: hook up help responseCaolán McNamara1-1/+1
2018-02-18don't use the global mutex for UI stuffMarkus Mohrhard1-1/+3
2018-02-18Improve diagnostic outputStephan Bergmann1-1/+1
2018-02-16take defaults and add missing cancel responseCaolán McNamara1-4/+2
2018-02-16Revert "loplugin:changetoolsgen in sfx2" and reapply plugin...Noel Grandin20-105/+103
2018-02-16native dialog initial basisCaolán McNamara2-14/+188
2018-02-15loplugin:changetoolsgen in sfx2Noel Grandin27-179/+181
2018-02-13coverity#1429470 Uncaught exceptionCaolán McNamara1-1/+1
2018-02-12Use range-based forMike Kaganski1-5/+3
2018-02-09tdf#108210: Allow to ignore a lock file if there's no filesystem lockMike Kaganski2-56/+149