summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski1-2/+1
2021-01-22tdf#135550 ListBox should triger an event when changed non-interactivelyCaolán McNamara1-7/+19
2021-01-22tdf#135590 rotated paper sizes reported as portrait size they are notCaolán McNamara1-1/+1
2021-01-22improve loplugin:pointerboolNoel1-1/+1
2021-01-22tdf#139590 Drag and drop doesn't work in SdrObjEditViewCaolán McNamara1-0/+1
2021-01-22tdf#135590 MapUnit::Map100thMM fallback is inappropiate for writerCaolán McNamara1-1/+7
2021-01-22find-can-be-private-symbolsNoel4-6/+6
2021-01-22vcl: support creating a Graphic with only GfxLink as swapped-outTomaž Vajngerl1-0/+1
2021-01-21avmedia: add doc model for bitmap fill of slide narrationsMiklos Vajna1-2/+6
2021-01-21merge pair of duplicate blocks together into one functionCaolán McNamara2-2/+7
2021-01-21drop RadioButton arg defaultsCaolán McNamara1-1/+1
2021-01-21tdf#114441: Convert use of sal_uLong to better integer typessiddheshpatil7771-2/+2
2021-01-21lok: fix incorrect invalidate cursor positionHenry Castro2-0/+2
2021-01-21pdfium: use PDFiumDocument in VectorGraphicSearch::ImplementationMiklos Vajna1-0/+1
2021-01-21Use C++20 consteval for the Color(sal_uInt32) ctorStephan Bergmann1-2/+8
2021-01-21jsdialog: remove unnecessary handlerSzymon Kłos1-1/+1
2021-01-20make crashreports include info about the system (CPU,memory)Luboš Luňák1-0/+1
2021-01-20tdf#139115 vcl tree list: add new toggle behaviorsAttila Szűcs2-0/+8
2021-01-20ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara2-8/+0
2021-01-20vcl: add an UNO interface and impl. for BinaryDataContainerTomaž Vajngerl1-0/+23
2021-01-20pdfium: rework to eliminate FPDF_PAGEOBJECT from the public interfaceMiklos Vajna1-31/+22
2021-01-19loplugin:unusedmethodsNoel1-6/+0
2021-01-19tdf#124176 Use pragma once instead of include guardsprincesinghtomar4-19/+4
2021-01-19add OutputDevice::GetOutputRectPixel methodNoel Grandin1-0/+4
2021-01-19vcl: remove or rename too long methods names in VectorGraphicDataTomaž Vajngerl1-10/+8
2021-01-19vcl: remove VectorGraphicDataArray, use BinaryDataContainer insteadTomaž Vajngerl2-4/+5
2021-01-19vcl: a way to create data for BinaryDataContainer without copyingTomaž Vajngerl1-2/+3
2021-01-18make internals of ::Color privateNoel2-3/+4
2021-01-18Fix typoSamuel Mehrbrodt1-1/+1
2021-01-18devtools: handle the doc. model tree with attached obectsTomaž Vajngerl1-18/+3
2021-01-18Bring uno:RefreshView to CalcSamuel Mehrbrodt1-0/+1
2021-01-18devtools: separate DocumentModelTreeHandler into its own file(s)Tomaž Vajngerl2-41/+64
2021-01-18devtools: separate handling of document model tree into own classTomaž Vajngerl1-13/+39
2021-01-17use ::Color in ColorSet::addNoel Grandin1-2/+2
2021-01-17return Color from BGRToRGBNoel Grandin1-1/+1
2021-01-17tools: support reading xml namespace with XmlWalkerTomaž Vajngerl1-0/+2
2021-01-16transparency->alpha in vcl::RawBitmapNoel Grandin1-2/+2
2021-01-16tdf#138829 don't grab focus to roadmap label when sync timer firesCaolán McNamara1-1/+1
2021-01-16devtools: Add more elements to the document model tree viewTomaž Vajngerl1-0/+7
2021-01-16Fix o3tl::checked_multiply for Raspberry pi 4bJulien Nabet1-1/+1
2021-01-16make the Color constructors explicitly specify transparencyNoel8-18/+58
2021-01-16devtools: change to on-expand filling of the doc. model tree-viewTomaž Vajngerl1-7/+11
2021-01-16devtools: fill left-side document model view for all document typesTomaž Vajngerl1-0/+5
2021-01-16transparency->alpha in BitmapExNoel Grandin1-4/+4
2021-01-15tdf#135641 update DataBrowser has-focus when child widget gains focusCaolán McNamara2-0/+4
2021-01-15replace stock button imagesCaolán McNamara1-10/+6
2021-01-15Fix handling of the OBJECTDESCRIPTOR clipboard (pasteboard) type on macOSTor Lillqvist1-0/+1
2021-01-15OUString::matchAsciiL() can be used instead of the fresh startsWithAsciiL()Tor Lillqvist1-20/+0
2021-01-15pdfium: add wrapper for FPDF_FILLMODE_* definesMiklos Vajna2-0/+26
2021-01-15Use value comparison hereMike Kaganski1-1/+1