summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Expand)AuthorFilesLines
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin2-5/+5
2014-08-18remove unused WarningBoxesThomas Arnhold1-5/+0
2014-08-13warning C4242: '=' : conversion from 'size_t' to 'sal_uInt16'Thomas Arnhold1-1/+1
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-1/+1
2014-08-09remove now unused tabpage.hrcThomas Arnhold1-1/+0
2014-07-29Drop unnecessary SfxApplication::CreateResManager wrapperStephan Bergmann1-2/+1
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin1-1/+1
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin2-7/+7
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-2/+2
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert1-1/+1
2014-07-03use assert when followed by derefCaolán McNamara2-3/+3
2014-07-01coverity#1038321 Unintended sign extensionCaolán McNamara1-6/+6
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-3/+3
2014-06-24new compilerplugin returnbyrefNoel Grandin2-4/+3
2014-06-20fdo#79973 : LO crashes while opening the document.PriyankaGaikwad1-1/+3
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida1-2/+4
2014-06-19coverity#707196 Uncaught exceptionCaolán McNamara1-7/+17
2014-06-19coverity#706063 Unintended sign extensionCaolán McNamara1-2/+2
2014-06-19coverity#706062 Unintended sign extensionCaolán McNamara1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann2-2/+2
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-1/+1
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-9/+9
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-8/+8
2014-06-06coverity#708822 Unused pointer valueCaolán McNamara1-1/+1
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard1-1/+1
2014-05-30coverity#705239 Missing break in switchCaolán McNamara1-0/+2
2014-05-28starmath: remove hard-coded valueThomas Arnhold1-1/+1
2014-05-28Related fdo#71616: Fix scrollingThomas Arnhold1-0/+1
2014-05-28starmath: directly create utf8 OUStringThomas Arnhold1-1/+1
2014-05-28starmath: no need to set those on every paint eventThomas Arnhold1-5/+5
2014-05-28Related fdo#71616: Set correct BaseSizeThomas Arnhold1-1/+1
2014-05-28Resolves: fdo#71616 Elements dock: Better display of scalable bracesThomas Arnhold1-0/+27
2014-05-28Resolves: fdo#65583 Elements Dock window needs scroll barThomas Arnhold1-9/+58
2014-05-28starmath: directly use white colorThomas Arnhold1-3/+1
2014-05-27Resolves: fdo#77831 use classic token rules for user-defined char (%foo)Caolán McNamara1-1/+7
2014-05-27cid#707198 Uncaught exceptionNoel Grandin1-1/+1
2014-05-27cid#707199 Uncaught exceptionNoel Grandin1-1/+1
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2014-05-26coverity#736052 Missing break in switchCaolán McNamara1-1/+1
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2-7/+7
2014-05-20WaE: -Wunused-variableThomas Arnhold1-8/+0
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold3-7/+0
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet1-1/+1
2014-05-14starmath: remove SAL_INFO's that only mark function entryNoel Grandin3-127/+0
2014-05-11coverity#736100 Improper use of negative valueCaolán McNamara1-1/+3
2014-05-11coverity#736101 Improper use of negative valueCaolán McNamara1-1/+3
2014-05-11coverity#736102 Improper use of negative valueCaolán McNamara1-1/+4
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet3-48/+48
2014-05-09coverity#705478 Dereference null return valueCaolán McNamara1-1/+5
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin3-5/+5