summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-09-10unique_ptr->optional for GraphicNoel Grandin1-3/+3
2022-09-10basegfx: add Size2D template class - subclass Tuple2DTomaž Vajngerl2-0/+117
2022-09-10basegfx: simplify Tuple2D, B2DPoint, B2DVector, B2DTupleTomaž Vajngerl4-41/+59
2022-09-10unique_ptr->optional for AllSettingsNoel Grandin1-3/+4
2022-09-10vcl: Use vector instead of array for FontCharMap rangesKhaled Hosny1-1/+2
2022-09-09tdf#150719 PPTX import: fix hyperlink format (lost underline)Tibor Nagy4-20/+1
2022-09-08vcl: Drop CmapResult indirectionKhaled Hosny1-15/+2
2022-09-08vcl: Drop now unused ParseCMAP()Khaled Hosny1-1/+0
2022-09-08loplugin:unnecessaryvirtualNoel Grandin2-4/+2
2022-09-08Rework of SoftEdgePrimitive2DArmin Le Grand (allotropia)1-5/+29
2022-09-08vcl: Drop now unused FontCharMap::GetGlyphIndex()Khaled Hosny1-2/+0
2022-09-07tdf#150808: General error importing svgz fileJulien Nabet1-0/+1
2022-09-07cid#1500419 rearrange to silence Use after freeCaolán McNamara1-2/+2
2022-09-07vcl: convert ImplGetEmphasisMark() to EmphasisMark classChris Sherlock1-2/+0
2022-09-07Use exactly two comparisons in froundMike Kaganski1-4/+8
2022-09-06svx: fix description of SdrTextObjTomaž Vajngerl1-6/+6
2022-09-06tdf#150682 - bad shortcut in french langageNoel Grandin1-0/+1
2022-09-06Related: tdf#150307 Use SfxHintId::ScAreasChanged, tdf#137577 follow-upEike Rathke1-2/+0
2022-09-05vcl: Rename LongPress event to GestureLongPressPovilas Kanapickas1-6/+6
2022-09-05vcl: Rename Swipe event to GestureSwipePovilas Kanapickas1-6/+6
2022-09-05vcl: Use #pragma once on GestureEventPan.hxxPovilas Kanapickas1-4/+1
2022-09-05vcl: Rename Gesture event to GesturePanPovilas Kanapickas3-19/+21
2022-09-05Avoid dup in include/xmloff/families.hxx by renumbering a bitJulien Nabet1-9/+9
2022-09-05tdf#150756 Assertion when opening report for editingNoel Grandin1-1/+1
2022-09-02Fix typoAndrea Gelmini1-1/+1
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn12-51/+51
2022-09-02no need to use unique_ptr for this map in SvxAutoCorrectNoel Grandin1-1/+1
2022-09-02tdf#150712 reduce cost of SharedString::getStringNoel Grandin1-3/+4
2022-09-02tdf#150712 limit the dialog to only a sample of the dataNoel Grandin1-1/+2
2022-09-01Related: tdf#142293 Introduce a protected FormulaCompiler::GetFinalOpCodeMap()Eike Rathke1-0/+23
2022-09-01Added BufferedDecompositionGroupPrimitive2DArmin Le Grand (allotropia)2-18/+74
2022-09-01fix limiting drawing of softedge effect (tdf#141981)Luboš Luňák1-0/+2
2022-09-01Resolves: tdf#150370 Accept 'art-x-...' private-use input in language boxEike Rathke1-2/+4
2022-09-01cid#1500508 Using a moved objectNoel Grandin1-1/+1
2022-09-01cid#1500502,cid#1500623,cid#1500659 Resource leakNoel Grandin1-0/+3
2022-08-31glyph cache considered artificial italic the same as regularCaolán McNamara1-0/+2
2022-08-31Related: tdf#150370 Convert isValidBcp47() bool to enum LanguageTag::PrivateUseEike Rathke1-5/+12
2022-08-31Fix typoAndrea Gelmini1-1/+1
2022-08-31Rework of GlowPrimitive2DArmin Le Grand (allotropia)2-0/+77
2022-08-31tdf#30731: Improve caret travelling in WriterKhaled Hosny2-3/+5
2022-08-31tdf#144092 pptx import: correct table height during importSarper Akdemir1-0/+7
2022-08-30Add SAL_INFOs for the recorded and pruned font substitutionsTor Lillqvist1-0/+1
2022-08-30tdf#149956 Rework toolbar image flippingMaxim Monastirsky2-3/+22
2022-08-30tdf#149741 tdf#149956 Make flipping work also in the sidebarMaxim Monastirsky2-0/+2
2022-08-30tdf#149956 Remove previous vcl only solutionMaxim Monastirsky1-9/+0
2022-08-29crashtesting: various checkGlyphsEqual assertsCaolán McNamara1-0/+1
2022-08-29ref-count SdrObjectNoel Grandin52-209/+176
2022-08-29avmedia: implement video crop support in the ODP filterMiklos Vajna1-0/+2
2022-08-26vcl: implement rotate gesture infrastructurePovilas Kanapickas2-0/+67
2022-08-26vcl: implement zoom gesture infrastructurePovilas Kanapickas2-0/+66