summaryrefslogtreecommitdiffstats
path: root/starmath/source
Commit message (Expand)AuthorAgeFilesLines
* remove unused WarningBoxesThomas Arnhold2014-08-181-5/+0
* warning C4242: '=' : conversion from 'size_t' to 'sal_uInt16'Thomas Arnhold2014-08-131-1/+1
* -Werror,-Wundefined-bool-conversionStephan Bergmann2014-08-121-1/+1
* remove now unused tabpage.hrcThomas Arnhold2014-08-091-1/+0
* Drop unnecessary SfxApplication::CreateResManager wrapperStephan Bergmann2014-07-291-2/+1
* Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin2014-07-261-1/+1
* convert SfxItemState constants to a proper enumNoel Grandin2014-07-232-7/+7
* vcl consitent use of long for corrdinateNorbert Thiebaud2014-07-201-2/+2
* Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert2014-07-171-1/+1
* use assert when followed by derefCaolán McNamara2014-07-032-3/+3
* coverity#1038321 Unintended sign extensionCaolán McNamara2014-07-011-6/+6
* remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud2014-06-271-3/+3
* new compilerplugin returnbyrefNoel Grandin2014-06-242-4/+3
* fdo#79973 : LO crashes while opening the document.PriyankaGaikwad2014-06-201-1/+3
* fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida2014-06-191-2/+4
* coverity#707196 Uncaught exceptionCaolán McNamara2014-06-191-7/+17
* coverity#706063 Unintended sign extensionCaolán McNamara2014-06-191-2/+2
* coverity#706062 Unintended sign extensionCaolán McNamara2014-06-191-1/+1
* loplugin:staticcallStephan Bergmann2014-06-132-2/+2
* Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann2014-06-111-1/+1
* Change SfxTabPage::Reset param from ref to pointerStephan Bergmann2014-06-111-9/+9
* Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann2014-06-101-8/+8
* coverity#708822 Unused pointer valueCaolán McNamara2014-06-061-1/+1
* avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard2014-06-041-1/+1
* coverity#705239 Missing break in switchCaolán McNamara2014-05-301-0/+2
* starmath: remove hard-coded valueThomas Arnhold2014-05-281-1/+1
* Related fdo#71616: Fix scrollingThomas Arnhold2014-05-281-0/+1
* starmath: directly create utf8 OUStringThomas Arnhold2014-05-281-1/+1
* starmath: no need to set those on every paint eventThomas Arnhold2014-05-281-5/+5
* Related fdo#71616: Set correct BaseSizeThomas Arnhold2014-05-281-1/+1
* Resolves: fdo#71616 Elements dock: Better display of scalable bracesThomas Arnhold2014-05-281-0/+27
* Resolves: fdo#65583 Elements Dock window needs scroll barThomas Arnhold2014-05-281-9/+58
* starmath: directly use white colorThomas Arnhold2014-05-281-3/+1
* Resolves: fdo#77831 use classic token rules for user-defined char (%foo)Caolán McNamara2014-05-271-1/+7
* cid#707198 Uncaught exceptionNoel Grandin2014-05-271-1/+1
* cid#707199 Uncaught exceptionNoel Grandin2014-05-271-1/+1
* Remove unnecessary semicolonsPeter Senna Tschudin2014-05-271-1/+1
* coverity#736052 Missing break in switchCaolán McNamara2014-05-261-1/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-232-7/+7
* WaE: -Wunused-variableThomas Arnhold2014-05-201-8/+0
* hrc and src files: squeeze multiple newlinesThomas Arnhold2014-05-193-7/+0
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet2014-05-141-1/+1
* starmath: remove SAL_INFO's that only mark function entryNoel Grandin2014-05-143-127/+0
* coverity#736100 Improper use of negative valueCaolán McNamara2014-05-111-1/+3
* coverity#736101 Improper use of negative valueCaolán McNamara2014-05-111-1/+3
* coverity#736102 Improper use of negative valueCaolán McNamara2014-05-111-1/+4
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet2014-05-103-48/+48
* coverity#705478 Dereference null return valueCaolán McNamara2014-05-091-1/+5
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-053-5/+5
* Simplify type detectorsMaxim Monastirsky2014-05-011-386/+52