summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-06-03vcl: VectorGraphicSearch - move SearchContext into ImplementationTomaž Vajngerl1-3/+0
2020-06-03pdfium: only init pdfium library one and destroy on LO exitTomaž Vajngerl1-0/+43
2020-06-03vcl: add search start position support for VectorGraphicSearchTomaž Vajngerl1-2/+10
2020-06-03loplugin:simplifypointertobool improveNoel Grandin1-1/+1
2020-06-03vcl: add "previous" search to VectorGraphicSearchTomaž Vajngerl1-0/+1
2020-06-03tdf#88109 improve autofill perf (2)Noel Grandin1-0/+8
2020-06-02OOXML support for shadow blurA_GAN2-1/+4
2020-06-02svx: add ability to show sub-selections in a marked objectTomaž Vajngerl1-1/+9
2020-06-02Use "Radius" instead of "Rad" for new propertiesTomaž Vajngerl3-7/+7
2020-06-02tdf#133589 AutoCorrect: transliterate to Old HungarianLászló Németh2-1/+5
2020-06-02add separators to TreeViewCaolán McNamara2-1/+6
2020-06-02tdf#133271 sw textbox: handle TextRotateAngle shape propertyMiklos Vajna1-0/+1
2020-06-02tdf#74702 vcl: extract GetButtonBorderSize()Chris Sherlock2-0/+3
2020-06-02tdf#74702 vcl: extract GetSyncCount()Chris Sherlock2-0/+3
2020-06-02lok: add "Remove" param to .uno:ChangeTabStopTomaž Vajngerl1-3/+4
2020-06-02inline some use-once typedefsNoel Grandin1-2/+1
2020-06-02svx: convert ImplMarkingOverlay and friends to use unique_ptrTomaž Vajngerl1-3/+3
2020-06-01svx:unit tests for adding, acquiring, counting objects into gallery themeAditya1-1/+1
2020-06-01support hover-selection in SvTreeListBoxCaolán McNamara1-2/+6
2020-06-01Revert "tdf#125609 c10 vcl/button: enforce only one radio selected on init"Justin Luth1-1/+1
2020-06-01allow sorting buttons via weld::BoxCaolán McNamara2-1/+9
2020-06-01vcl: move GraphicAttr into its own header fileTomaž Vajngerl2-94/+123
2020-06-01vcl: convert to use "pragma once" in GraphicObject.hxxTomaž Vajngerl1-4/+1
2020-06-01vcl: add conversion point to twip int64 & double valuesTomaž Vajngerl1-1/+5
2020-06-01vcl: VectorGraphicSearch return text rectangles in 100th mmTomaž Vajngerl1-0/+2
2020-06-01vcl: add conversion point to 100th mm for double valuesTomaž Vajngerl1-2/+7
2020-06-01vcl: VectorGraphicSearch - add search result selection rectanglesTomaž Vajngerl1-0/+3
2020-06-01vcl: Add internal "Implementation" class for VectorGraphicSearchTomaž Vajngerl1-3/+3
2020-06-01vcl: VectorGraphicSearch - for searching text inside PDFTomaž Vajngerl1-0/+39
2020-06-01tdf#74702 vcl: extract SetMetafileMapMode()Chris Sherlock2-0/+3
2020-06-01tdf#133547 Fix breaking of PDF graphic objectsTomaž Vajngerl1-1/+2
2020-05-31tdf#128860 AutoCorrect: fix apostrophe in Czech, German,László Németh1-0/+1
2020-05-31tdf#133524 AutoCorrect: support double angle quotesLászló Németh1-0/+1
2020-05-31AutoCorrect: clean-up InsertQuoteLászló Németh1-1/+9
2020-05-29Related: tdf#131423 CHOOSE() supports only 30 jump targets, limit in dialogEike Rathke1-0/+1
2020-05-29loplugin:simplifybool in hwpfilter..lotuswordproNoel Grandin1-1/+1
2020-05-29change TreeView toggle signal to provide an iter instead of a row indexCaolán McNamara1-25/+18
2020-05-29tdf#103602 xmloff: ODF export: draw:background-size attributeMichael Stahl1-0/+1
2020-05-29improve pahole script and pack a few classesNoel Grandin9-27/+47
2020-05-29Add blur attributies and definitons into shadow classes and properitiesA_GAN4-2/+8
2020-05-29tdf#101181: use buffer device with alpha in glow effectMike Kaganski1-5/+0
2020-05-29Add AlphaMask::BlendWith method to blend 8-bit alpha masksMike Kaganski1-0/+1
2020-05-28pack SfxItemPropertyMapEntry and SfxItemPropertySimpleEntryNoel Grandin1-7/+7
2020-05-28Resolves: tdf#133411 drop CONTENT_FLOWS_TO from dialog to search resultsCaolán McNamara4-46/+0
2020-05-28Related: tdf#133411 SetDocWin is using the previous search success stateCaolán McNamara1-5/+1
2020-05-27Add LCIDs of [MS-LCID] from 3/4/2020 14.0 revisionEike Rathke1-0/+3
2020-05-27ofz#22222 avoid calling DbgGetCaughtException if unnecessaryCaolán McNamara1-0/+21
2020-05-27WB_LISTBOX_POPUP is newly unusedCaolán McNamara1-2/+0
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann2-4/+4
2020-05-26make highlight of get_dest_row_at_pos optionalCaolán McNamara1-1/+3