summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* vcl: PDFiumLibrary: add PDFiumDocument::getFileVersion()Miklos Vajna2020-10-091-2/+1
* use sal_Int32 for style-sheet indexNoel Grandin2020-10-082-17/+15
* CustomWeld::Paint rRect is in logical units, not pixelsCaolán McNamara2020-10-081-0/+1
* add EditViewCallbacks handler to support updating scrollbar stateCaolán McNamara2020-10-081-0/+5
* Resolves tdf#117463 - Dialog to show UI optionsHeiko Tietze2020-10-072-0/+3
* let a subclass destroy and recreate its EditViewCaolán McNamara2020-10-071-4/+16
* CustomWeld is finalCaolán McNamara2020-10-071-1/+1
* Online: Copy hyperlink location. / Core side.gokaysatir2020-10-062-5/+8
* loplugin:const* make some params and methods constNoel2020-10-063-3/+3
* move set_user_managed_scrolling to an initial weld argumentCaolán McNamara2020-10-061-3/+6
* loplugin:const& make some params and methods constNoel2020-10-065-13/+14
* drop ownership argumentCaolán McNamara2020-10-061-69/+38
* loplugin:const* make some params and methods constNoel2020-10-0612-21/+22
* fix allocating thread pool workersLuboš Luňák2020-10-051-2/+5
* use more TOOLS_WARN_EXCEPTIONMike Kaganski2020-10-041-0/+1
* pdfium: Support for InkStrokes and VerticesTomaž Vajngerl2020-10-041-0/+2
* pdfium: add getObject, getValueType for PDFiumAnnotationTomaž Vajngerl2020-10-041-0/+5
* fix header guardLuboš Luňák2020-10-021-2/+2
* tdf#134566 gtk IM support for custom widgetsCaolán McNamara2020-10-026-0/+54
* vcl: add more PDFiumTextPage and PDFiumPage wrappersMiklos Vajna2020-10-021-0/+8
* tdf#136728: Revert "tdf#136238 speed up deleting large cross page table"Xisco Fauli2020-10-011-1/+1
* loplugin:unusedfieldsNoel2020-10-012-2/+0
* vcl: remove duplicate forwardThorsten Behrens2020-10-011-1/+0
* tdf#134566 accept input engine commands in editview in custom widgetCaolán McNamara2020-09-305-20/+30
* vcl: add PDFiumAnnotation::getObjectCount()Miklos Vajna2020-09-301-0/+1
* tdf#137013 fix Writer find toolbar ui regressionsJim Raykowski2020-09-301-0/+2
* tdf#136520 allow color popdowns to be tearable againCaolán McNamara2020-09-291-1/+1
* disentangle AA and B2D use in VCL drawingLuboš Luňák2020-09-291-4/+2
* rename for disentangling AA and B2D use in VCL drawingLuboš Luňák2020-09-282-3/+3
* revert recent Polygon commitsNoel Grandin2020-09-264-20/+0
* tools::PolyPolygon -> basegfx in canvasNoel Grandin2020-09-261-0/+9
* tools::PolyPolygon -> basegfx in filterNoel Grandin2020-09-264-0/+11
* remove ImpClearVars, set values in the constructorTomaž Vajngerl2020-09-256-11/+0
* cid#1448292 coverity has difficulty with css::uno::SequenceCaolán McNamara2020-09-251-9/+0
* don't write metafile action twice in DrawPolyLineDirect()Luboš Luňák2020-09-251-0/+10
* fix Graphic duplication in import and add GraphicMapperTomaž Vajngerl2020-09-252-2/+11
* xmlsecurity: fold pdfio into pdfsignaturehelperMiklos Vajna2020-09-251-2/+2
* tdf#124176 Use #pragma once in some include/Andrea Gelmini2020-09-253-11/+3
* tdf#134782 sw,unotools,officecfg: adapt configuration and UIMichael Stahl2020-09-241-0/+4
* Add English Kenya LCID 0xAC09 {en-KE} langtag mapping, tdf#115436Eike Rathke2020-09-241-0/+1
* Consolidate on a single sal_UCS4 declaration in vcl/vclenum.hxxStephan Bergmann2020-09-232-2/+1
* tdf#136949: Revert "tdf#115753 fix table border missing when there are merged...Xisco Fauli2020-09-231-1/+1
* tdf#136566 XLSX export: fix lost scheme based line colorsRegényi Balázs2020-09-231-0/+2
* Related: tdf#132970 handle more places with potentially utf16 bulletsCaolán McNamara2020-09-222-3/+4
* Simplify those assertLayout checksStephan Bergmann2020-09-222-16/+11
* __coverity_tainted_data_sanitize__ can't be constCaolán McNamara2020-09-221-2/+2
* tdf#132970 SMP bullets mangledCaolán McNamara2020-09-221-3/+4
* Fix symbols already defined MSVC link errorMike Kaganski2020-09-221-1/+6
* Avoid unique_ptr(nullptr_t) ctor for incomplete argument typeStephan Bergmann2020-09-221-1/+1
* static_assert that O[U]StringLiteral are layout compatible with rtl_[u]StringStephan Bergmann2020-09-212-0/+41