summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Expand)AuthorFilesLines
2017-09-17valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara1-1/+1
2017-09-13Fraction: make conversion operators and constructor explicitNoel Grandin1-2/+2
2017-09-08set parent for file dialog helperCaolán McNamara1-1/+1
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-2/+2
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M1-1/+1
2017-08-22tdf#108706 Unify loading document progress bar labelTakeshi Abe1-2/+3
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-2/+2
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2-2/+2
2017-08-03loplugin:constparams in starmathNoel Grandin9-26/+26
2017-08-03loplugin:checkunusedparams in variousNoel Grandin2-221/+99
2017-08-03starmath: cleanup includes with iwyuJochen Nitschke32-150/+34
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-2/+2
2017-08-01move resmgr to unotoolsCaolán McNamara1-2/+2
2017-07-31starmath, sw: fix inconsistent param naming in interface/implementationMiklos Vajna1-1/+1
2017-07-31loplugin:oncevarNoel Grandin1-3/+3
2017-07-26loplugin:unusedmethodsNoel Grandin1-8/+0
2017-07-25loplugin:unusedmethodsNoel Grandin1-7/+0
2017-07-25tdf#109304: Seems infobar child window wasn't registered in MathKatarina Behrens1-0/+2
2017-07-21de-hrc various thingsCaolán McNamara4-4/+2
2017-07-21migrate to boost::gettextCaolán McNamara20-1712/+178
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin3-9/+8
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin2-3/+3
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin3-6/+7
2017-07-03loplugin:unusedfields in slideshow..svtoolsNoel Grandin2-5/+1
2017-07-02loplugin:casttovoid: starmathStephan Bergmann1-1/+0
2017-06-27xmloff: remove duplicate XML_NAMESPACE_##prefix##_IDX macrosMichael Stahl1-2/+2
2017-06-27loplugin:oncevar in starmath..svlNoel Grandin4-16/+7
2017-06-26Fix typosAndrea Gelmini1-1/+1
2017-06-21convert ErrCode to strong typedefNoel Grandin4-10/+10
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann2-19/+12
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke6-6/+0
2017-06-17TransferableObjectDescriptor::mnOle2Misc field is unusedNoel Grandin1-6/+0
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann3-7/+5
2017-06-16starmath: SfxObjectShell::GetMiscStatus() returns sal_uIntPtrTakeshi Abe1-1/+1
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin4-5/+5
2017-06-14Let CreateItemSet return unique_ptrStephan Bergmann1-3/+6
2017-06-14starmath: Use sal_uInt32 for ERRCODE instead of sal_uLongTakeshi Abe3-10/+10
2017-06-13Use unique_ptr for SfxPrinter::pOptionsStephan Bergmann2-5/+10
2017-06-13starmath: SvStream::Seek()/Tell() uses sal_uInt64, not sal_uLongTakeshi Abe2-9/+9
2017-06-13starmath: SvStream::ReadBytes() returns std::size_t, not sal_uLongTakeshi Abe1-1/+1
2017-06-12pass comphelper::PropertySetInfo around using rtl::ReferenceNoel Grandin1-3/+2
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin2-3/+3
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin2-4/+4
2017-05-31disambiguate dual use of toolbar idsCaolán McNamara1-1/+1
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-2/+0
2017-05-30teach redundantcast plugin about functional castsNoel Grandin2-3/+3
2017-05-19loplugin:stringcopy: starmathStephan Bergmann6-7/+7
2017-05-19make string translation loading more uniformCaolán McNamara10-70/+70
2017-05-18Revert "Fix typos"Stephan Bergmann5-6/+6