summaryrefslogtreecommitdiff
path: root/svtools/source/control/ctrlbox.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-15tdf#93733: Assertion failed when clear font size field in paragraph styleJulien Nabet1-1/+1
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky1-25/+28
2015-05-27tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks1-1/+1
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin1-2/+2
2015-05-20Remove include stdio (part4)Julien Nabet1-10/+2
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-10/+10
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-5/+5
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-5/+5
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks1-6/+6
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-26/+45
2015-04-22convert BorderWidth flags to scoped enumNoel Grandin1-13/+13
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-14/+15
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-3/+3
2015-04-09vcl: more double-dispose protection, and survival after dispose.Michael Meeks1-4/+12
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin1-8/+18
2015-04-09loplugin:staticmethodsNoel Grandin1-2/+2
2015-03-27convert ProminentEntry to enum classNoel Grandin1-1/+1
2015-03-04V813: Decreased performanceCaolán McNamara1-2/+2
2015-02-17callcatcher: update unused codeCaolán McNamara1-39/+0
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-2/+2
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+2
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-2/+1
2014-09-29loplugin: cstylecastNoel Grandin1-3/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin1-11/+11
2014-09-18fdo#82577: Handle FontNoel Grandin1-3/+3
2014-08-29Resolves: fdo#83068 ignore spaces in font-size unit detectionCaolán McNamara1-1/+2
2014-06-13loplugin:staticcallStephan Bergmann1-3/+3
2014-06-04new loplugin: inlinesimpleaccessmethodsNoel Grandin1-10/+2
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard1-6/+4
2014-06-04remove whitespaceMarkus Mohrhard1-130/+0
2014-04-04callcatcher: update unused codeCaolán McNamara1-10/+0
2014-04-02Resolves: fdo#76905 long delay when changing font size from % to ptCaolán McNamara1-3/+6
2014-03-24svtools: sal_Bool->boolNoel Grandin1-41/+41
2014-03-19Add dash-dot and dash-dot-dot line styles.Kohei Yoshida1-0/+14
2014-03-05cast to the higher capacity type insteadEike Rathke1-3/+3
2014-03-05WaE: comparison of integers of different signsTor Lillqvist1-3/+3
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-38/+39
2014-02-28remove unused code FontSizeBox::GetValue(unsigned short, FieldUnit)Noel Grandin1-19/+0
2014-02-25Remove visual noise from svtoolsAlexander Wilms1-10/+10
2014-02-23Remove unneccessary commentsAlexander Wilms1-57/+57
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-11/+11
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-01-22Only allow approved border styles in cell borders.Kohei Yoshida1-6/+3
2014-01-20Better pixelization of dashed lines for screen rendering.Kohei Yoshida1-0/+10
2014-01-20Related: #i56998# use FUNIT_PERCENT on fields that allow relative valueTsutomu Uchino1-2/+1
2014-01-17Revise the line patterns further. Now they look satisfactory to my eye.Kohei Yoshida1-4/+4
2014-01-17Apply dashing without consulting current map unit.Kohei Yoshida1-105/+68