summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-12-03Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann1-0/+27
2019-12-03weld OAddFieldWindowCaolán McNamara2-2/+5
2019-12-03Adapt to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann1-1/+1
2019-12-03remove some useless comment linesNoel Grandin59-102/+0
2019-12-03Simplify a bit B2DPolyRange::appendElement (basegfx)Julien Nabet1-1/+1
2019-12-03tdf#129134 ApplicationColors Scrolled List moves too littleCaolán McNamara1-0/+2
2019-12-03lok: calc - store zoom in the view itself.Michael Meeks1-4/+0
2019-12-03lok: formula bar: function completionMarco Cecchetti3-0/+18
2019-12-02Simplify SQLError::ParamValue to just o3tl::optional<OUString>Stephan Bergmann1-6/+6
2019-12-02tdf#42949 Replace property_tre/ptree.hpp with fw declaration headerGabor Kelemen4-4/+4
2019-12-01weld FmFieldWinCaolán McNamara4-7/+23
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann34-129/+175
2019-12-01Don't use boost::optional forward declarationsStephan Bergmann7-16/+19
2019-11-30lok: add viewId to window painting, to allow special-casing on render.Michael Meeks2-3/+13
2019-11-30loplugin:unusedmethodsNoel Grandin1-4/+0
2019-11-30Rewrite uses of boost::optionalStephan Bergmann2-2/+2
2019-11-30Let getPageViewOutputDevice return const OutputDevice*Stephan Bergmann1-2/+1
2019-11-30Rewrite ParamValue::isStephan Bergmann1-1/+1
2019-11-30Fix typoAndrea Gelmini1-4/+4
2019-11-30merge classes VCLXTopWindow_Base and VCLXTopWindowNoel Grandin1-42/+16
2019-11-29missing includeStephan Bergmann1-0/+1
2019-11-29Enable O[U]String move ctor/assignment for WinMike Kaganski2-8/+0
2019-11-29jsdialogs: send fill transparency type updatesSzymon Kłos1-0/+3
2019-11-29Fix some -Werror=deprecated-copy-dtorStephan Bergmann2-0/+10
2019-11-29tdf#123206 Import/Export chart custom label textTamas Bunth1-0/+1
2019-11-29jsdialog: migrate left/right margin to generic items dumpSzymon Kłos1-0/+2
2019-11-29jsdialog: migrate after/before spacing to generic items dumpSzymon Kłos1-0/+2
2019-11-29make some function symbols module privateNoel Grandin4-6/+3
2019-11-28NFC tdf#120412 cleanup: use DFLT_ESC_* moreJustin Luth1-6/+3
2019-11-28jsdialog: dump Sfx_Int__Items to JSONSzymon Kłos1-0/+3
2019-11-28jsdialogs: send graphic items updatesSzymon Kłos1-0/+3
2019-11-28jsdialogs: dumpAsJSON for FillStyleSzymon Kłos1-0/+1
2019-11-28jsdialogs: share the commands updates sending codeSzymon Kłos3-0/+6
2019-11-28tdf#128898 import text from file with text-decode failedNoel Grandin2-21/+8
2019-11-28Resolves: tdf#129045 add Guadeloupean Creole French [gcf-GP] to language listEike Rathke1-0/+1
2019-11-27jsdialogs: dumpAsJSON for SfxItems with FillGradient exampleSzymon Kłos3-0/+9
2019-11-27don't put focus into unmapped windowsCaolán McNamara3-1/+6
2019-11-27get_active should be true when activated but menu not yet shownCaolán McNamara1-1/+2
2019-11-27jsdiloag: export SvxColorBox to JSONSzymon Kłos1-0/+2
2019-11-27Resolves tdf# 129052 - Misspelled gradientHeiko Tietze1-1/+1
2019-11-27fix memory leakLuboš Luňák1-1/+1
2019-11-27make Skia VCL backend fall back to raster if vulkan doesn't workLuboš Luňák1-0/+13
2019-11-27add SAL log group vcl.skia for tracing Skia usageLuboš Luňák1-0/+1
2019-11-27vcl: allow creating a VirtualDevice with alpha sufraceTomaž Vajngerl1-2/+7
2019-11-27add GUI and configuration options for SkiaLuboš Luňák1-0/+3
2019-11-27initial empty Skia VCL implementationLuboš Luňák1-0/+26
2019-11-27Better handling of text rotation attribute.Tamás Zolnai4-4/+18
2019-11-27jsdialogs: export FillStyle command to JSONSzymon Kłos1-0/+1
2019-11-27tdf#108642 rate-limit progress paintingNoel Grandin1-0/+1
2019-11-27tdf#108642 simplify comparison data calculationNoel Grandin1-0/+10