summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-05-03vcl: remove MetricVectorChris Sherlock5-11/+9
2021-05-03vcl: move SalLayoutFlags to own headerChris Sherlock2-20/+45
2021-05-03const Point& overloads for some BitmapReadAccess functionsLuboš Luňák1-0/+9
2021-05-03tdf#102255 add .uno:PasteTransposedscito1-0/+1
2021-05-03sal_uLong->sal_uInt32 in SvTreeListNoel Grandin6-68/+65
2021-05-03sal_uLong->sal_Int32 in IMapCircleObjectNoel Grandin1-5/+4
2021-05-03tdf#76258 Filter by colorsSamuel Mehrbrodt1-0/+4
2021-05-03sal_uLong->sal_Int32 in ButtonNoel Grandin1-2/+1
2021-05-03sal_uLong->sal_uInt32 in HTMLOutFuncsNoel Grandin1-3/+2
2021-05-03Implemented CTRL + A selects all the cellsmerttumer2-0/+3
2021-05-02sal_uLong->sal_uInt32 in SvxFontHeightItemNoel Grandin1-2/+1
2021-05-02finally 'Change return value to Rectangle in next incompatible build'Caolán McNamara2-2/+2
2021-05-02sal_uLong->sal_Int32 in SvxNumberFormatNoel Grandin1-2/+1
2021-05-02sal_uLong->sal_Int32 in TextHintNoel Grandin2-6/+4
2021-05-02sal_uLong->sal_uInt32 in SvParserNoel Grandin1-8/+7
2021-05-02sal_uLong->sal_uInt32 in ImplFontAttrsNoel Grandin1-2/+1
2021-05-02sal_uLong->sal_uInt32 in OutlinerNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann105-537/+537
2021-05-02GraphicAttributes: put const. and op. '=' into the header fileTomaž Vajngerl1-2/+30
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin5-52/+46
2021-05-01Fix typoAndrea Gelmini1-1/+1
2021-04-30throw() -> noexcept, part 1/3: Manual scaffoldingStephan Bergmann1-0/+16
2021-04-30simplify WallpaperNoel Grandin1-10/+15
2021-04-30tdf#79049 speed up OOXML workbook loadNoel Grandin3-6/+11
2021-04-30allow dnd into weldeditviewCaolán McNamara1-0/+4
2021-04-30Reshuffle code a bitStephan Bergmann1-13/+9
2021-04-29rename A field in ::Color to TNoel Grandin1-6/+6
2021-04-29do not apply line dashing in drawinglayer (tdf#136957)Luboš Luňák2-24/+24
2021-04-29rename ECKEN -> CORNERNoel Grandin4-4/+4
2021-04-29Fix typo SID_TEMPLATE_ADDRESSBOKSOURCE->SID_TEMPLATE_ADDRESSBOOKSOURCEJulien Nabet1-1/+1
2021-04-29cid#1477405 Initialize membersTor Lillqvist1-0/+2
2021-04-29Add SAL_WARN in case ProfileZones are overlapping and not hierarchicalTor Lillqvist2-3/+12
2021-04-29allow push/pop multiple levels of freeze/thawCaolán McNamara1-0/+12
2021-04-29Make the nested AsyncEvent work more reliablyTor Lillqvist1-15/+46
2021-04-29Add AsyncEvent::finish() to end a nested AsyncEvent before its parent endsTor Lillqvist1-2/+16
2021-04-29Fix syntax error in generated JSONTor Lillqvist1-2/+2
2021-04-29Introduce Async trace events and a unit testTor Lillqvist2-6/+115
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin2-15/+7
2021-04-29tdf#135997: make sure that the two lists are same lengthMike Kaganski1-3/+14
2021-04-28createPixelProcessor2DFromOutputDevice won't return nullCaolán McNamara1-4/+2
2021-04-28Introduce a new class NamedEvent to be used by the upcoming AsyncEvent, tooTor Lillqvist2-5/+17
2021-04-28Re-think what the nesting means in ProfileZonesTor Lillqvist2-13/+14
2021-04-28Make the console logging in ProfileZone work more sanelyTor Lillqvist1-8/+6
2021-04-28use string_view in INetURLObject::encodeNoel Grandin4-45/+45
2021-04-28Move some static functions from ProfileZone to TraceEvent where they belongTor Lillqvist2-5/+5
2021-04-28Make ProfileZone non-copyableTor Lillqvist1-0/+4
2021-04-28Extend the trace event API with instant eventsTor Lillqvist2-11/+45
2021-04-28Add API to LibreOfficeKit to set arbitrary run-time options in coreTor Lillqvist3-0/+38
2021-04-27use string_view in INetURLObject::decodeNoel Grandin3-19/+6
2021-04-27tdf#138883 Prevent renaming TemplatesVert D2-0/+7