summaryrefslogtreecommitdiff
path: root/starmath/source/document.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-4/+1
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-5/+5
2018-10-08loplugin:constfields in starmathNoel Grandin1-3/+3
2018-09-10loplugin:simplifyconstruct in sfx2..starmathNoel Grandin1-1/+0
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin1-15/+15
2018-05-09ofz#7816 oom due to too many little allocations in short period of timeCaolán McNamara1-2/+7
2018-05-05Fix typosAndrea Gelmini1-4/+4
2018-04-29weld SmFontTypeDialogCaolán McNamara1-4/+4
2018-04-10weld SpacingDialogCaolán McNamara1-4/+4
2018-04-10weld SmFontSizeDialogCaolán McNamara1-4/+4
2018-04-09weld SmAlignDialogCaolán McNamara1-5/+5
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2018-03-22loplugin:useuniqueptr in SmDocShellNoel Grandin1-2/+2
2018-03-13SDI: don't #define/#undef names of actual classes for slot headersMike Kaganski1-1/+1
2018-02-28Translate German comments and debug stringsJohnny_M1-1/+1
2018-02-20loplugin:changetoolsgen in starmathNoel Grandin1-14/+14
2018-01-22starmath: Make SmParser::Parse() return std::unique_ptrTakeshi Abe1-11/+8
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin1-2/+2
2018-01-10ofz#5221 depth protect PrepareCaolán McNamara1-1/+1
2017-12-22Revert "unused SID command in starmath"Noel Grandin1-0/+8
2017-12-21unused SID command in starmathNoel Grandin1-8/+0
2017-12-21ofz#4703 Direct-leakCaolán McNamara1-4/+4
2017-12-14Related: tdf#114434 Enable ExtLeading by default for starmath edit windowCaolán McNamara1-0/+2
2017-12-13tools: remove unused #include from solar.hMichael Stahl1-0/+1
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin1-1/+1
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: starmathStephan Bergmann1-3/+3
2017-08-03loplugin:constparams in starmathNoel Grandin1-1/+1
2017-08-03starmath: cleanup includes with iwyuJochen Nitschke1-18/+0
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-0/+1
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann1-9/+6
2017-06-17TransferableObjectDescriptor::mnOle2Misc field is unusedNoel Grandin1-6/+0
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-3/+2
2017-06-16starmath: SfxObjectShell::GetMiscStatus() returns sal_uIntPtrTakeshi Abe1-1/+1
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-1/+1
2017-06-14starmath: Use sal_uInt32 for ERRCODE instead of sal_uLongTakeshi Abe1-1/+1
2017-06-13Use unique_ptr for SfxPrinter::pOptionsStephan Bergmann1-2/+4
2017-05-19loplugin:stringcopy: starmathStephan Bergmann1-1/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-4/+4
2017-04-26use strong_int for LanguageTypeNoel Grandin1-4/+4
2017-04-12drop document_io_logring.txt and use global loggingCaolán McNamara1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-3/+3
2017-03-29expand vis to visible; fix typosdennisroczek1-2/+2
2017-03-01move SvtLinguOptions into SmDocShellCaolán McNamara1-9/+7
2017-03-01fix indentCaolán McNamara1-50/+46
2016-12-20convert SFX_EVENT constants to scoped enumNoel Grandin1-1/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-7/+5
2016-11-03starmath: Remove unnecessary overridingTakeshi Abe1-9/+0