summaryrefslogtreecommitdiffstats
path: root/cui
Commit message (Expand)AuthorAgeFilesLines
* drop unnecessary includes and update pchCaolán McNamara2019-09-261-2/+0
* now drop TabPageParent intermediateCaolán McNamara2019-09-26116-572/+565
* disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara2019-09-26115-1016/+425
* SmartArt Edit UI: remove nodeGrzegorz Araminowicz2019-09-253-2/+33
* copy to clipboard without intermediate vcl::WindowCaolán McNamara2019-09-241-1/+1
* get environment RTL mode without vcl::WindowCaolán McNamara2019-09-241-1/+2
* use GetDefDialogParent as an arbitrary parent for temp widgetCaolán McNamara2019-09-241-1/+2
* set correct parentCaolán McNamara2019-09-245-12/+13
* getDrawPreviewOptimalSize can take an OutputDevice argCaolán McNamara2019-09-244-4/+4
* should use the controller hereCaolán McNamara2019-09-244-5/+5
* now guaranteed to have a controller and not a vcl::DialogCaolán McNamara2019-09-241-3/+0
* LogicToLogic is a static memberCaolán McNamara2019-09-242-7/+7
* support O(U)String::number() for fast string concatenationLuboš Luňák2019-09-241-3/+3
* replace LogicToPixel uses in SfxTabPagesCaolán McNamara2019-09-241-2/+4
* remove SvxLineEndDefTabPage::ResizeCaolán McNamara2019-09-242-8/+0
* get text colour without vcl::WindowCaolán McNamara2019-09-241-1/+3
* approximate_char_width -> get_approximate_digit_widthCaolán McNamara2019-09-241-1/+1
* options dialog has a controller nowCaolán McNamara2019-09-242-2/+2
* unused aControlSize variableCaolán McNamara2019-09-241-3/+0
* Resolves: tdf#127683 options dialog has a controller nowCaolán McNamara2019-09-231-2/+2
* config dialog uses a controller nowCaolán McNamara2019-09-231-1/+1
* drop strange use of Help::ShowBalloonCaolán McNamara2019-09-231-2/+0
* set correct parentCaolán McNamara2019-09-232-2/+2
* replace LogicToPixel uses in SfxTabPagesCaolán McNamara2019-09-232-9/+11
* ofz#17613 fix buildCaolán McNamara2019-09-231-3/+1
* do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák2019-09-231-1/+1
* should use DialogController hereCaolán McNamara2019-09-232-6/+3
* Resolves tdf#127400 - Allow to show tip of the day againHeiko Tietze2019-09-233-18/+20
* set wait on the dialog, not the page parentCaolán McNamara2019-09-211-2/+1
* tdf#126527 Fix widow and orphan lines being added to searchJim Raykowski2019-09-211-2/+2
* weld OfaTreeOptionsDialogCaolán McNamara2019-09-2015-490/+408
* weld Application Colors pageCaolán McNamara2019-09-207-674/+900
* tdf#109158 improve sorting when loading large autocorrect fileNoel Grandin2019-09-201-7/+9
* use an explicit id for the default currencyCaolán McNamara2019-09-191-3/+5
* fix some incorrect column idsCaolán McNamara2019-09-183-8/+10
* cui: infinite loop in SentenceEditWindow_Impl::MarkNextError()Michael Stahl2019-09-181-2/+2
* column should be CairoSurfaceCaolán McNamara2019-09-181-3/+3
* move GetStandardText to stdtext.hxxCaolán McNamara2019-09-173-9/+9
* weld DirectSQLDialogCaolán McNamara2019-09-172-21/+0
* Revert "Resolves tdf#127317 - Make text of tips of the day selectable"Heiko Tietze2019-09-131-1/+0
* Resolves tdf#127436 - Display issues of TotD on macOSHeiko Tietze2019-09-131-0/+2
* add missing model to treeviewCaolán McNamara2019-09-131-5/+38
* Fix typosAndrea Gelmini2019-09-071-3/+3
* use unique_ptr in DoConvertToPolyObjNoel Grandin2019-09-061-6/+6
* Resolves tdf#127317 - Make text of tips of the day selectableHeiko Tietze2019-09-061-0/+1
* Resolves: tdf#127033 use UI font for spell checking widgetCaolán McNamara2019-09-052-0/+21
* loplugin:constmethod in cuiNoel Grandin2019-09-0541-92/+93
* Ensure that VCL builder entry points use proper function typeMike Kaganski2019-09-031-0/+2
* Resolves: tdf#127120 double selection in B&N dialogCaolán McNamara2019-09-032-7/+27
* Parent reference should be const in VCL builder entry pointsMike Kaganski2019-09-031-1/+1