summaryrefslogtreecommitdiff
path: root/svtools/source/control
AgeCommit message (Expand)Author
2014-03-13coverity#708296 Uninitialized pointer fieldCaolán McNamara
2014-03-13svtools,svx: prefer passing OUString and OString by referenceNoel Grandin
2014-03-10svtools: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-03-09coverity#708299 Uninitialized scalar fieldCaolán McNamara
2014-03-07coverity#704317 Logically dead codeCaolán McNamara
2014-03-05crash indexing -1Caolán McNamara
2014-03-05cast to the higher capacity type insteadEike Rathke
2014-03-05WaE: comparison of integers of different signsTor Lillqvist
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-03-03SVTOOLS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-28remove unused code FontSizeBox::GetValue(unsigned short, FieldUnit)Noel Grandin
2014-02-27remove unused code Ruler::GetPageWidth()Noel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25Remove visual noise from svtoolsAlexander Wilms
2014-02-24Remove some temporaries around calls to SvNumberFormatter methodsMatteo Casalin
2014-02-24Adapt to osl_atomic_inc-/decrementStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-23coverity#441203 Dereference after null checkCaolán McNamara
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-18callcatcher: update unused code listsCaolán McNamara
2014-02-12callcatcher: update unused codeCaolán McNamara
2014-02-11svtools: add some missing locks in new codeMichael Stahl
2014-02-10the return of callcatcherCaolán McNamara
2014-02-04convert link database dialog .uiCaolán McNamara
2014-02-03ensure selected calc sheet tab is always visible, and we use space sensibly.Michael Meeks
2014-01-28bool improvementsStephan Bergmann
2014-01-24coverity#708304 Uninitialized scalar fieldCaolán McNamara
2014-01-22Only allow approved border styles in cell borders.Kohei Yoshida
2014-01-21boradcast->broadcastCaolán McNamara
2014-01-20Better pixelization of dashed lines for screen rendering.Kohei Yoshida
2014-01-20Related: #i56998# use FUNIT_PERCENT on fields that allow relative valueTsutomu Uchino
2014-01-18Window::PreNotify should return boolStephan Bergmann
2014-01-17Revise the line patterns further. Now they look satisfactory to my eye.Kohei Yoshida
2014-01-17Apply dashing without consulting current map unit.Kohei Yoshida
2014-01-17More fine-tuned stroke patterns.Kohei Yoshida
2014-01-17Remove STYLE_* and use css::table::BorderLineStyle instead.Kohei Yoshida
2014-01-17Window::Notify should return boolStephan Bergmann
2014-01-16fdo#54938: Convert svtools to cppu::supportsService...Marcos Paulo de Souza
2014-01-13remove _STRING_HXX gibbereshCaolán McNamara
2014-01-10Use proper bool operationsStephan Bergmann
2014-01-07translated german commentsLuc Castermans
2014-01-05translated German commentsLuc Castermans
2013-12-23svt: All files are compiled with enabled exception handling.Matúš Kukan
2013-12-18vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin
2013-12-04convert OutputDevice::HasGlyphs from xub_StrLen->sal_Int32Noel Grandin
2013-12-02Drop duplicate #includeTakeshi Abe
2013-11-25WaE: unused variablesTor Lillqvist