summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)Author
2014-10-17coverity#1247645 Uncaught exceptionCaolán McNamara
2014-10-17coverity#1247642 Uncaught exceptionCaolán McNamara
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-14SmViewShell: pImpl must outlive aGraphic memberStephan Bergmann
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-10-11starmath: close SfxObjectShell in unit test to stop temp file leakageMichael Stahl
2014-10-10indentation fixesMiklos Vajna
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-10-02coverity#735498 Logically dead codeCaolán McNamara
2014-10-01coverity#1242448 Identical code for different branchesCaolán McNamara
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-27border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos
2014-09-25editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-15sd: sal_Bool -> boolStephan Bergmann
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-09-06FloatingWindows are no longer loaded from resource filesCaolán McNamara
2014-09-06convert floating RID_TOOLBOXWINDOW to .uiCaolán McNamara
2014-08-25Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-08-22Resolves: fdo#82747 Crash on opening wikipedia ODT BookJulien Nabet
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin
2014-08-18remove unused WarningBoxesThomas Arnhold
2014-08-13warning C4242: '=' : conversion from 'size_t' to 'sal_uInt16'Thomas Arnhold
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann
2014-08-09remove now unused tabpage.hrcThomas Arnhold
2014-07-29Drop unnecessary SfxApplication::CreateResManager wrapperStephan Bergmann
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert
2014-07-08fdo#81036 escape ~ in .ui and fix a typo (straight apostrophe)Andras Timar
2014-07-03use assert when followed by derefCaolán McNamara
2014-07-01coverity#1038321 Unintended sign extensionCaolán McNamara
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper
2014-06-20fdo#79973 : LO crashes while opening the document.PriyankaGaikwad
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida
2014-06-19coverity#707196 Uncaught exceptionCaolán McNamara
2014-06-19coverity#706063 Unintended sign extensionCaolán McNamara
2014-06-19coverity#706062 Unintended sign extensionCaolán McNamara
2014-06-13loplugin:staticcallStephan Bergmann