summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2014-09-18fdo#82577: Handle FontNoel Grandin14-73/+73
2014-09-15sd: sal_Bool -> boolStephan Bergmann2-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann4-21/+21
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann1-1/+1
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-2/+3
2014-09-06FloatingWindows are no longer loaded from resource filesCaolán McNamara1-1/+0
2014-09-06convert floating RID_TOOLBOXWINDOW to .uiCaolán McNamara8-198/+289
2014-08-25Avoid possible memory leaks in case of exceptionsTakeshi Abe1-5/+4
2014-08-22Resolves: fdo#82747 Crash on opening wikipedia ODT BookJulien Nabet1-0/+1
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin2-5/+5
2014-08-18remove unused WarningBoxesThomas Arnhold2-6/+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 Lippert3-3/+3
2014-07-08fdo#81036 escape ~ in .ui and fix a typo (straight apostrophe)Andras Timar1-1/+1
2014-07-03use assert when followed by derefCaolán McNamara2-3/+3
2014-07-01coverity#1038321 Unintended sign extensionCaolán McNamara2-9/+9
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-3/+3
2014-06-24new compilerplugin returnbyrefNoel Grandin3-6/+5
2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper4-7/+7
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 Bergmann2-10/+10
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann2-9/+9
2014-06-06coverity#708822 Unused pointer valueCaolán McNamara1-1/+1
2014-06-04DeInitVCL at end of testsStephan Bergmann1-0/+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-28update_pchThomas Arnhold1-2/+0
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 Arnhold2-12/+66
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 McNamara2-1/+8
2014-05-27cid#707198 Uncaught exceptionNoel Grandin2-2/+2
2014-05-27cid#707199 Uncaught exceptionNoel Grandin2-2/+2