summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Expand)AuthorFilesLines
2023-03-30loplugin:stringadd in starmath..svlNoel Grandin2-9/+6
2023-03-23rtl::Static to thread-safe-staticNoel Grandin1-3/+1
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-26no need to hold SvtSysLocale by std::unique_ptrNoel Grandin1-3/+3
2023-02-21tdf#152850: Fix bad scoping of MathML frac commandDowwdyJ1-2/+2
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 McNamara5-26/+26
2023-02-16SfxViewShell never takes a null SfxViewFrame*Caolán McNamara1-3/+3
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 McNamara1-1/+2
2023-02-01tdf#107841 oox: rename ambiguous and confusing ECMA_DIALECTMichael Stahl1-1/+1
2023-01-23use more concrete SmModel typeNoel Grandin5-54/+34
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski1-2/+1
2023-01-14XUnoTunnel->dynamic_cast in SvXMLExportNoel Grandin2-27/+3
2023-01-14XUnoTunnel->dynamic_cast in SvXMLImportNoel Grandin2-27/+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
2022-12-19loplugin:unocast (oox::ForumlaImExportBase)Stephan Bergmann1-0/+1
2022-12-18Combine oox::FormulaIm-/ExportBaseStephan Bergmann2-8/+8
2022-12-16ofz#54365 Integer-overflowCaolán McNamara1-2/+9
2022-12-14starmath: React to touchpad zoom gestures in SmGraphicWidgetPovilas Kanapickas1-1/+28
2022-12-07Resolves: tdf#152411 clear before freeze to let gtk a11y drop referenceCaolán McNamara1-1/+1
2022-12-07Resolves: tdf#152392 use sidebar text color for COL_AUTO in examplesCaolán McNamara1-0/+33
2022-12-06tdf#150940: Store frame reference in the panelMike Kaganski3-7/+14
2022-12-05tdf#148505 Fix COL_AUTO in embedded Math formulasRafael Lima1-1/+2
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara1-2/+3
2022-12-02tdf#151842: Revert "Connect new import / export to starmath"Xisco Fauli1-13/+14
2022-11-23lok: take borders into account in in-place Math cursor/selectionMike Kaganski1-0/+4
2022-11-07Use o3tl::convert instead of temporary FractionsMike Kaganski1-2/+4
2022-11-05lok: show Math selectionMike Kaganski3-25/+49
2022-11-05lok: show Math cursorMike Kaganski3-37/+124
2022-11-04lok: use twips in MathMike Kaganski11-50/+63
2022-11-04Reinstate removal of lcl_GuessPaperSizeStephan Bergmann1-24/+3
2022-11-04Use o3tl::convert in MathMike Kaganski7-22/+22
2022-11-02Simplify LokStarMathHelperMike Kaganski1-1/+2
2022-10-25Address a constexpr template point of instantiation issueStephan Bergmann1-11/+11
2022-10-22loplugin:unusedmethodsNoel Grandin1-9/+0
2022-10-17simplify SmModel::queryInterfaceNoel Grandin1-3/+0
2022-09-30use more string_view in starmathNoel Grandin3-10/+10
2022-09-15cid#1500440 Use after freeCaolán McNamara1-2/+4
2022-09-15Conditional jump or move depends on uninitialised valueCaolán McNamara1-2/+2
2022-09-05Connect new import / export to starmathdante1-14/+13
2022-09-05Identify OOo2OasisTransformer and act in consequencedante1-1/+4
2022-09-03cid#1509261 Dereference after null checkCaolán McNamara1-6/+9
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn2-9/+9
2022-09-01cid#1509261 Dereference after null checkCaolán McNamara1-11/+14