summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2023-11-14Resolves: tdf#158121 Math - Print settings not read after changingCaolán McNamara1-0/+2
2023-10-30tdf#157966: fix "Fit to page" printing optionMike Kaganski1-1/+1
2023-10-30pPrinter may be nullptrMike Kaganski1-6/+12
2023-08-11tdf#80467: Fix math rendering in elements dock with RTL UIKhaled Hosny1-0/+1
2023-07-06starmath: check GetEditWindow()Xisco Fauli2-69/+73
2023-06-23tdf#146547 sfx2: allow read-only documents to be modifiedMichael Stahl3-0/+3
2023-06-06Revert "tdf#146547 Mark read-only docs as modified"Julien Nabet3-3/+0
2023-06-04Remove unused starmathdatabase::Identify_Color_HTMLJulien Nabet2-19/+0
2023-06-04MathType::HandleNodes: SmNodeType::Expression does the same as default oneJulien Nabet1-10/+1
2023-06-04Related tdf#155630: deduplicate in starmath/visitors (2)Julien Nabet1-63/+13
2023-06-04Related tdf#155630: deduplicate in starmath/visitorsJulien Nabet1-63/+12
2023-06-03Remove unused SmStructureNode::SetSubNodesBinMo with plain pointers (starmath)Julien Nabet2-37/+0
2023-06-01Revert "Convert XFastParser into a normal C++ interface"Noel Grandin2-15/+14
2023-06-01Convert XFastParser into a normal C++ interfaceNoel Grandin2-14/+15
2023-05-26use more TypedWhichIdNoel Grandin1-1/+2
2023-05-25use more TypedWhichIdNoel Grandin4-13/+11
2023-05-23a11y: Fix returning unpaired surrogates when retrieving charactersColomban Wendling1-10/+18
2023-05-22tdf#146547 Mark read-only docs as modifiedSamuel Mehrbrodt3-0/+3
2023-04-18tdf#154773 Fix Symbols dialog in dark modeRafael Lima1-2/+2
2023-04-17tdf#154016: use ScopedVclPtrMike Kaganski1-1/+1
2023-04-12loplugin:stringview whitelist getLength and isEmptyNoel Grandin1-2/+2
2023-04-10Use more *string_viewMike Kaganski1-2/+2
2023-04-09new loplugin:unnecessarygetstrNoel Grandin1-2/+2
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski3-48/+49
2023-03-30loplugin:stringadd in starmath..svlNoel Grandin2-9/+6
2023-03-23rtl::Static to thread-safe-staticNoel Grandin1-3/+1
2023-03-20Fix C++20 buildStephan Bergmann1-0/+1
2023-03-16CppunitTest_starmath_export: inherit from UnoApiXmlTestXisco Fauli2-90/+40
2023-03-16CppunitTest_starmath_import: inherit from UnoApiTestXisco Fauli2-102/+55
2023-03-16CppunitTest_starmath_export: move code to methodXisco Fauli1-32/+27
2023-03-13make more use of OUStringBuffer::append(OUStringConcat)Noel Grandin1-8/+4
2023-03-10Revert "Resolves: tdf#152411 clear before freeze to let gtk a11y ...Michael Weghorn1-1/+1
2023-02-27mpLocSymbolData is unusedNoel Grandin1-9/+5
2023-02-26no need to hold SvtSysLocale by std::unique_ptrNoel Grandin2-4/+5
2023-02-21tdf#152850: Fix bad scoping of MathML frac commandDowwdyJ2-10/+12
2023-02-17check SmGetActiveView()Xisco Fauli3-10/+12
2023-02-17SfxViewFrame* arg of SfxRequest ctor always dereferencedCaolán McNamara1-2/+2
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara6-27/+27
2023-02-16SfxViewShell never takes a null SfxViewFrame*Caolán McNamara2-4/+4
2023-02-16Drop 'using namespace ::std' in dirs s*Gabor Kelemen1-2/+1
2023-02-01Resolves: tdf#152845 AutoText preview not readable in high contrast modeCaolán McNamara2-2/+4
2023-02-01tdf#107841 oox: rename ambiguous and confusing ECMA_DIALECTMichael Stahl1-1/+1
2023-01-23use more concrete SmModel typeNoel Grandin8-61/+44
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski1-2/+1
2023-01-14XUnoTunnel->dynamic_cast in SvXMLExportNoel Grandin4-35/+3
2023-01-14XUnoTunnel->dynamic_cast in SvXMLImportNoel Grandin4-35/+3
2023-01-13XUnoTunnel->dynamic_cast in TransferableHelperNoel Grandin1-1/+1
2023-01-13XUnoTunnel->dynamic_cast in VCLXDeviceNoel Grandin1-1/+1
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann2-3/+1
2022-12-20loplugin:unocast (weld::TransportAsXWindow)Stephan Bergmann1-1/+2