summaryrefslogtreecommitdiff
path: root/cui/source
AgeCommit message (Expand)AuthorFilesLines
2019-09-27cid#1453996 Unchecked return valueCaolán McNamara1-4/+3
2019-09-27Deduplicate O(U)StringNumber definitions; add toAsciiUpperCaseMike Kaganski1-3/+3
2019-09-27cid#1453994 Uninitialized pointer fieldCaolán McNamara1-8/+0
2019-09-27Fix Typo SvxMenuConfigPage -> SvxConfigPageStephan Bergmann1-1/+1
2019-09-27cid#1453993 Unchecked return valueCaolán McNamara1-1/+3
2019-09-26TODO rename to GetFrameWeldCaolán McNamara29-111/+111
2019-09-26drop unnecessary includes and update pchCaolán McNamara1-2/+0
2019-09-26now drop TabPageParent intermediateCaolán McNamara116-572/+565
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara115-1016/+425
2019-09-25SmartArt Edit UI: remove nodeGrzegorz Araminowicz2-2/+19
2019-09-24copy to clipboard without intermediate vcl::WindowCaolán McNamara1-1/+1
2019-09-24get environment RTL mode without vcl::WindowCaolán McNamara1-1/+2
2019-09-24use GetDefDialogParent as an arbitrary parent for temp widgetCaolán McNamara1-1/+2
2019-09-24set correct parentCaolán McNamara5-12/+13
2019-09-24getDrawPreviewOptimalSize can take an OutputDevice argCaolán McNamara4-4/+4
2019-09-24should use the controller hereCaolán McNamara4-5/+5
2019-09-24now guaranteed to have a controller and not a vcl::DialogCaolán McNamara1-3/+0
2019-09-24LogicToLogic is a static memberCaolán McNamara2-7/+7
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-3/+3
2019-09-24replace LogicToPixel uses in SfxTabPagesCaolán McNamara1-2/+4
2019-09-24remove SvxLineEndDefTabPage::ResizeCaolán McNamara2-8/+0
2019-09-24get text colour without vcl::WindowCaolán McNamara1-1/+3
2019-09-24approximate_char_width -> get_approximate_digit_widthCaolán McNamara1-1/+1
2019-09-24options dialog has a controller nowCaolán McNamara2-2/+2
2019-09-24unused aControlSize variableCaolán McNamara1-3/+0
2019-09-23Resolves: tdf#127683 options dialog has a controller nowCaolán McNamara1-2/+2
2019-09-23config dialog uses a controller nowCaolán McNamara1-1/+1
2019-09-23drop strange use of Help::ShowBalloonCaolán McNamara1-2/+0
2019-09-23set correct parentCaolán McNamara2-2/+2
2019-09-23replace LogicToPixel uses in SfxTabPagesCaolán McNamara2-9/+11
2019-09-23ofz#17613 fix buildCaolán McNamara1-3/+1
2019-09-23should use DialogController hereCaolán McNamara2-6/+3
2019-09-23Resolves tdf#127400 - Allow to show tip of the day againHeiko Tietze2-18/+19
2019-09-21set wait on the dialog, not the page parentCaolán McNamara1-2/+1
2019-09-21tdf#126527 Fix widow and orphan lines being added to searchJim Raykowski1-2/+2
2019-09-20weld OfaTreeOptionsDialogCaolán McNamara8-361/+287
2019-09-20weld Application Colors pageCaolán McNamara2-559/+291
2019-09-20tdf#109158 improve sorting when loading large autocorrect fileNoel Grandin1-7/+9
2019-09-19use an explicit id for the default currencyCaolán McNamara1-3/+5
2019-09-18cui: infinite loop in SentenceEditWindow_Impl::MarkNextError()Michael Stahl1-2/+2
2019-09-17move GetStandardText to stdtext.hxxCaolán McNamara3-9/+9
2019-09-17weld DirectSQLDialogCaolán McNamara2-21/+0
2019-09-07Fix typosAndrea Gelmini1-3/+3
2019-09-06use unique_ptr in DoConvertToPolyObjNoel Grandin1-6/+6
2019-09-05Resolves: tdf#127033 use UI font for spell checking widgetCaolán McNamara2-0/+21
2019-09-05loplugin:constmethod in cuiNoel Grandin41-92/+93
2019-09-03Ensure that VCL builder entry points use proper function typeMike Kaganski1-0/+2
2019-09-03Resolves: tdf#127120 double selection in B&N dialogCaolán McNamara2-7/+27
2019-09-03Parent reference should be const in VCL builder entry pointsMike Kaganski1-1/+1
2019-09-03Resolves: tdf#126935 a11y for hosted EditEngineCaolán McNamara1-1/+1