summaryrefslogtreecommitdiffstats
path: root/svtools/source/control/ctrlbox.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#93733: Assertion failed when clear font size field in paragraph styleJulien Nabet2015-10-171-1/+1
* rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky2015-08-061-25/+28
* tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks2015-05-271-1/+1
* convert ANTIALIASING constants to scoped enumNoel Grandin2015-05-201-2/+2
* Remove include stdio (part4)Julien Nabet2015-05-201-10/+2
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-121-10/+10
* Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks2015-05-111-5/+5
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-111-5/+5
* tdf#91052 - more macros for 'make' constructors.Michael Meeks2015-05-111-6/+6
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-26/+45
|\
| * start wrapping OutputDevice in VclPtrNoel Grandin2015-04-101-14/+15
| * vclwidget: only call dispose() onceNoel Grandin2015-04-101-3/+3
| * vcl: more double-dispose protection, and survival after dispose.Michael Meeks2015-04-091-4/+12
| * svtools: apply vcl::window refcounting changesNoel Grandin2015-04-091-8/+18
* | convert BorderWidth flags to scoped enumNoel Grandin2015-04-221-13/+13
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-1/+1
|/
* loplugin:staticmethodsNoel Grandin2015-04-091-2/+2
* convert ProminentEntry to enum classNoel Grandin2015-03-271-1/+1
* V813: Decreased performanceCaolán McNamara2015-03-041-2/+2
* callcatcher: update unused codeCaolán McNamara2015-02-171-39/+0
* convert SETTINGS_ #defines to 'enum class'Noel Grandin2015-01-121-1/+1
* fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2015-01-121-1/+1
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-2/+2
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+2
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-2/+1
* loplugin: cstylecastNoel Grandin2014-09-291-3/+3
* fdo#82577: Handle WindowNoel Grandin2014-09-231-11/+11
* fdo#82577: Handle FontNoel Grandin2014-09-181-3/+3
* Resolves: fdo#83068 ignore spaces in font-size unit detectionCaolán McNamara2014-08-291-1/+2
* loplugin:staticcallStephan Bergmann2014-06-131-3/+3
* new loplugin: inlinesimpleaccessmethodsNoel Grandin2014-06-041-10/+2
* avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard2014-06-041-6/+4
* remove whitespaceMarkus Mohrhard2014-06-041-130/+0
* callcatcher: update unused codeCaolán McNamara2014-04-041-10/+0
* Resolves: fdo#76905 long delay when changing font size from % to ptCaolán McNamara2014-04-021-3/+6
* svtools: sal_Bool->boolNoel Grandin2014-03-241-41/+41
* Add dash-dot and dash-dot-dot line styles.Kohei Yoshida2014-03-191-0/+14
* cast to the higher capacity type insteadEike Rathke2014-03-051-3/+3
* WaE: comparison of integers of different signsTor Lillqvist2014-03-051-3/+3
* made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke2014-03-051-38/+39
* remove unused code FontSizeBox::GetValue(unsigned short, FieldUnit)Noel Grandin2014-02-281-19/+0
* Remove visual noise from svtoolsAlexander Wilms2014-02-251-10/+10
* Remove unneccessary commentsAlexander Wilms2014-02-231-57/+57
* vcl: sal_Bool -> boolStephan Bergmann2014-02-211-11/+11
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-201-0/+1
* Only allow approved border styles in cell borders.Kohei Yoshida2014-01-221-6/+3
* Better pixelization of dashed lines for screen rendering.Kohei Yoshida2014-01-201-0/+10
* Related: #i56998# use FUNIT_PERCENT on fields that allow relative valueTsutomu Uchino2014-01-201-2/+1
* Revise the line patterns further. Now they look satisfactory to my eye.Kohei Yoshida2014-01-171-4/+4
* Apply dashing without consulting current map unit.Kohei Yoshida2014-01-171-105/+68