summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2022-05-17tdf#105972: pdf form: export numeric and currency fields as number typeXisco Fauli1-4/+43
2022-05-17vcl/GetTextBreak(): don't add extra width if char width is 0.Mark Hung1-4/+10
2022-05-17Drop pointless and misleading copypasta commentsTor Lillqvist1-6/+5
2022-05-17std::map -> std::unordered_map (tdf#149112)Luboš Luňák1-2/+2
2022-05-16use FontMetric as SalLayoutGlyphsCache key rather than vcl::FontLuboš Luňák2-6/+44
2022-05-16pdfwriter: validator: fix rule 6.4-3Xisco Fauli1-4/+1
2022-05-16Revert "use more string_view in getNameNoExtension"Stephan Bergmann1-11/+11
2022-05-16optimise common case of reading a single-pass PNGNoel Grandin1-7/+29
2022-05-16ofz#46070 handle unknown line stylesCaolán McNamara1-10/+21
2022-05-15vcl/tiff-import-ccitt: Pragma once + prefix private membersJulien Nabet2-144/+140
2022-05-15vcl/tiff-import-lzw various changesJulien Nabet2-107/+106
2022-05-15use comphelper::WeakComponentImplHelper in GenericClipboardNoel Grandin1-20/+11
2022-05-14Fix typoAndrea Gelmini1-1/+1
2022-05-14use more string_view in getNameNoExtensionNoel Grandin1-11/+11
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin4-5/+6
2022-05-12make the expand/collapse node drawing easier to readCaolán McNamara1-35/+32
2022-05-12tdf#119686: fix tiff with 1 bit per pixelJulien Nabet1-0/+1
2022-05-12tdf#148740 draw expanders instead of using iconsCaolán McNamara1-4/+27
2022-05-12tdf#143612: map SecondaryRefValue in form pdf exportXisco Fauli1-0/+41
2022-05-12related: tdf#148442: do not replace 'Yes' if onValue is emptyXisco Fauli1-22/+28
2022-05-12we already know the length of the string we pass to hb_language_from_stringCaolán McNamara1-2/+2
2022-05-12merge SetNodeBitmaps and SetNodeDefaultImagesCaolán McNamara1-3/+3
2022-05-11tdf#148442: map RefValue property to onValue in pdfXisco Fauli1-0/+20
2022-05-11elide temporary OString in GenericSalLayout::LayoutTextNoel Grandin1-5/+9
2022-05-11GetDontKnowNodeBmp is always emptyCaolán McNamara1-14/+2
2022-05-11fix HB_GLYPH_FLAG_UNSAFE_TO_BREAK for RTL in cloneCharRange() (tdf#148954)Luboš Luňák1-4/+26
2022-05-11Don't leave ImplFontMetricData::mnHangingBaseline uninitializedStephan Bergmann1-0/+4
2022-05-10tdf#104930 Implement TextMetric::GetHangingBaseline.Mark Hung2-0/+22
2022-05-09crashtesting: use of negative return indication failure as lengthCaolán McNamara1-2/+6
2022-05-09Related: tdf#148433 experiment with SAL_DISABLE_CURSOR_INDICATORCaolán McNamara1-1/+7
2022-05-09osl::Mutex->std::mutex in SalUserEventListNoel Grandin1-8/+8
2022-05-08drop special fuzzing pathCaolán McNamara1-15/+1
2022-05-07ofz#47289 attempt to allocate negative lenCaolán McNamara1-1/+1
2022-05-06ofz#47268 Integer-overflowCaolán McNamara1-0/+11
2022-05-06Related: tdf#148433 use a slightly different cursor directional indicatorCaolán McNamara1-5/+9
2022-05-06tdf#103954: Z compressed graphic formats support for EMF/WMFofftkp3-80/+82
2022-05-05ofz#47241 don't use hardcoded SalLayoutFlags::BiDiStrong mode for fuzzingCaolán McNamara2-13/+0
2022-05-05tdf#148771 in scrollable dropdowns show some lines before selected entryCaolán McNamara1-0/+5
2022-05-05loplugin:unusedvariableplusNoel Grandin3-7/+0
2022-05-05use more o3tl::getTokenNoel Grandin2-4/+5
2022-05-04remove unused layout callLuboš Luňák1-2/+0
2022-05-04ofz#47199 AbortCaolán McNamara1-1/+4
2022-05-04Related: tdf#131725 match the basegfx translation to the mirror logicCaolán McNamara1-32/+71
2022-05-04use more string_view in unotoolsNoel Grandin1-1/+1
2022-05-04Related: tdf#131725 if SvTreeListBox RTL set, set scrollbars to matchCaolán McNamara1-0/+8
2022-05-04remove completed TODOCaolán McNamara1-1/+0
2022-05-04reset cached SalLayoutGlyphs when statusbar text changesLuboš Luňák1-0/+1
2022-05-04lay out entire strings in SalLayoutGlyphsCache more often (tdf#148911)Luboš Luňák1-21/+39
2022-05-04don't lay out entire strings for Writer layout testsLuboš Luňák1-1/+10
2022-05-04tidy up SalLayoutGlyphs usage in StatusBarLuboš Luňák1-24/+23