summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-19loplugin:unocast (oox::ForumlaImExportBase)Stephan Bergmann1-0/+1
2022-12-18Combine oox::FormulaIm-/ExportBaseStephan Bergmann3-14/+11
2022-12-16ofz#54365 Integer-overflowCaolán McNamara1-2/+9
2022-12-14starmath: React to touchpad zoom gestures in SmGraphicWidgetPovilas Kanapickas2-1/+30
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: starmath_import: Add unittestXisco Fauli4-2/+20
2022-12-02tdf#151842: Revert "Connect new import / export to starmath"Xisco Fauli2-37/+14
2022-11-24loplugin:unusedfields make some fields privateNoel Grandin1-2/+0
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 Kaganski5-34/+68
2022-11-05lok: show Math cursorMike Kaganski6-53/+179
2022-11-04lok: use twips in MathMike Kaganski12-50/+76
2022-11-04Reinstate removal of lcl_GuessPaperSizeStephan Bergmann1-24/+3
2022-11-04Use o3tl::convert in MathMike Kaganski8-51/+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 Grandin2-12/+0
2022-10-17simplify SmModel::queryInterfaceNoel Grandin1-3/+0
2022-10-05tdf#126917 menu: OpenXMLFilterSettings != MacrosJustin Luth1-2/+1
2022-09-30use more string_view in starmathNoel Grandin4-11/+11
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-1/+1
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-14move ErrCode to comphelper and improve debug output stringNoel Grandin3-3/+3
2022-09-05Connect new import / export to starmathdante2-14/+37
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
2022-08-31cid#1509247 reserve here can't be rightCaolán McNamara1-1/+1
2022-08-30its not ideal to wait until Paint to set the bg colorCaolán McNamara1-0/+8
2022-08-26tdf#150489: Drop Elements docking windowMike Kaganski9-248/+9
2022-08-26automatically set TextRenderModeForResolutionIndependentLayout if we scaleCaolán McNamara1-1/+0
2022-08-18Use combobox for category list on Elements sidebar panelMike Kaganski3-49/+19
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann7-7/+7
2022-08-17Return std::optional instead of using bool* argumentMike Kaganski2-5/+3
2022-08-17lok: register view callback also for nested sm viewMike Kaganski2-0/+22