summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2020-05-11remove archaic Content.xml fallbackCaolán McNamara4-23/+5
2020-05-10compact namespace in sal..svgioNoel Grandin5-7/+7
2020-05-07tdf#118418 implement scrollSubstringTo() for gtkColomban Wendling2-0/+7
2020-05-07fix memory leak of xmlDoc objectsNoel Grandin1-6/+6
2020-04-29simplify handling of comparing XML_NAMESPACE valuesNoel Grandin1-1/+1
2020-04-29weld SfxTemplatePanelControlCaolán McNamara1-0/+1
2020-04-28move the castToFastAttributeList functionNoel Grandin1-27/+13
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-26update pchesCaolán McNamara1-1/+2
2020-04-25loplugin:unusedenumconstantsNoel Grandin1-84/+0
2020-04-24tdf#132305: Teach Starmath MS_COMBOVERLINE = 0x0305Julien Nabet2-0/+4
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen3-0/+3
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara1-2/+2
2020-04-16loplugin:buriedassign in starmath..svlNoel Grandin7-25/+54
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin3-7/+6
2020-04-12improve fastparser loggingNoel Grandin1-7/+7
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin2-2/+2
2020-04-09tdf#129372: PPTX: error at SfxBaseModel::storeToStorage: 0x20d(row,col)Julien Nabet1-2/+7
2020-04-07loplugin:unusedvariableplus in starmathNoel Grandin1-11/+7
2020-03-19loplugin:redundantpointerops add some more smart pointer typesNoel Grandin1-1/+1
2020-03-13Revert "loplugin:constfields in starmath"Noel Grandin14-26/+26
2020-02-21Drop o3tl::optional wrapperStephan Bergmann3-3/+3
2020-02-16use fwd declsCaolán McNamara1-0/+1
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-3/+10
2020-01-29push/pop mapmode to avoid 'incorrect MapMode?' warningCaolán McNamara1-0/+4
2020-01-29bInterim is always trueCaolán McNamara1-1/+1
2020-01-29weld SmElementsDockingWindowCaolán McNamara9-370/+253
2020-01-28tdf#96505: Get rid of cargo cult long integer literalsOnur Yilmaz1-30/+30
2020-01-28tdf#96505: Get rid of cargo cult long integer literalsOnur Yilmaz2-5/+5
2020-01-28remove some unused local varsNoel Grandin1-1/+0
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-2/+3
2020-01-21Use FastParser in XMLDocumentSettingsContextNoel Grandin1-22/+5
2020-01-15rework SvxUndoRedoControl to be a PopupWindowControllerCaolán McNamara1-2/+0
2020-01-12convert mathml to FastParserNoel Grandin2-876/+341
2020-01-11loplugin:finalclasses in starmathNoel Grandin10-54/+54
2020-01-10use more std::make_sharedNoel Grandin1-2/+2
2020-01-07extract some common code from ImportContext classesNoel Grandin1-5/+1
2019-12-25use FastParser in starmathNoel Grandin1-4/+4
2019-12-22sal_Char->char in sot..storeNoel Grandin9-22/+22
2019-12-17make approximate_char_width private and use approximate_digit_widthCaolán McNamara1-2/+2
2019-12-04some std::set->o3tl::sorted_vectorNoel Grandin1-2/+2
2019-12-03Adapt SAL_WARN to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann1-2/+2
2019-12-03Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann2-0/+3
2019-12-03remove some useless comment linesNoel Grandin1-1/+0
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann3-3/+3
2019-11-25Turn on clang-format for these filesMiklos Vajna1-22/+11
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann3-4/+77
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+4
2019-11-03loplugin:stringaddNoel Grandin3-9/+6
2019-11-02New loplugin:conditionalstringStephan Bergmann1-1/+1