summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-06-09scale VCL's scale cache according to the number of Online viewsLuboš Luňák1-0/+4
2021-06-09allow altering the max size of o3tl::lru_cacheLuboš Luňák1-1/+8
2021-06-09WMF tdf#55058 tdf#142722 Add implementation of BitBlt and StretchBltBartosz Kosiorek1-1/+1
2021-06-09tdf#142629 import psd image with transparent backgroundNoel Grandin1-0/+6
2021-06-09Avoid empty std::map constructorTor Lillqvist2-20/+39
2021-06-09Fix syntax error in the "arguments" of a TraceEventTor Lillqvist1-1/+1
2021-06-09Add the possibility to include a set of arguments in Trace EventsTor Lillqvist2-28/+63
2021-06-08tdf#47365 PPTX export: support loop attributeTibor Nagy1-0/+1
2021-06-08Resolves tdf#131817 - Option to globally switch toolbar locking on/offHeiko Tietze2-0/+4
2021-06-08editengine-columns: PPTX support (tdf#118458)Mike Kaganski2-4/+1
2021-06-08editengine-columns: Implement layoutMike Kaganski2-0/+4
2021-06-08editengine-columns: ODF support [API CHANGE]Mike Kaganski4-2/+32
2021-06-08editengine-columns: Create document model and dialog pageMike Kaganski6-1/+17
2021-06-08Remove SfxItemState::READONLYArmin Le Grand1-3/+0
2021-06-07Resolves tdf#140360 - Provide option to turn off sidebar's minimum widthHeiko Tietze1-0/+1
2021-06-06Fix and unify the two methods that get scaled text sizeMike Kaganski1-1/+1
2021-06-04loplugin:virtualdeadNoel Grandin1-1/+1
2021-06-04sw HTML export: allow custom DPI for the bitmaps of shapesMiklos Vajna2-2/+4
2021-06-04sw HTML export: fix pixel size of shapesMiklos Vajna1-1/+2
2021-06-04test: introduce XmlTestTools::registerOOXMLNamespaces() to reduce copy&pasteMiklos Vajna1-0/+1
2021-06-03HtmlWriter: add end tag checking and helper for attribute writingTomaž Vajngerl1-0/+5
2021-06-03use std::make_unique instead of newCaolán McNamara1-0/+3
2021-06-02Revert "sb138: #i115619# fix for MinGW"Mike Kaganski1-2/+2
2021-06-01Add Sesotho {st-LS} 0x8030 to language listEike Rathke1-0/+1
2021-06-01loplugin:noexceptmoveStephan Bergmann1-2/+2
2021-06-01Avoid -Werror,-Wdeprecated-copyStephan Bergmann1-1/+0
2021-06-01drop unused Widget::set_secondaryCaolán McNamara1-2/+0
2021-05-31no need to allocate EditNodeIdx separatelyNoel Grandin1-6/+6
2021-05-31EditPosition does not need to be allocated separatelyNoel Grandin1-4/+2
2021-05-31no need to allocate SvxNumRule separately in SvxNumBulletItemNoel Grandin2-4/+7
2021-05-31Drop Window::IsDisposedNoel2-3/+8
2021-05-31Clean redundant SvxBackgroundColorItem and use SvxColorItem instead.Gülşah Köse3-37/+1
2021-05-31flatten SvxItemPropertySet a littleNoel Grandin1-1/+1
2021-05-31vcl::Font is already a copy-on-write structureNoel Grandin1-1/+1
2021-05-31no need to allocate these vectors separatelyNoel Grandin1-2/+2
2021-05-30no need to allocate this separatelyNoel Grandin1-1/+1
2021-05-29std::unique_ptr -> std::optionalNoel Grandin2-3/+5
2021-05-29flatten ValueSet item arrayNoel Grandin1-5/+3
2021-05-28Select svl crypto backend in configure.acJan-Marek Glogowski1-0/+15
2021-05-28no need to allocate SfxStyleFamilies on the heapNoel Grandin1-1/+2
2021-05-27tdf#60382 sw xmloff: import/export tracked table/row deletionLászló Németh1-0/+1
2021-05-27we can search std::set without allocating on the heapNoel Grandin1-0/+14
2021-05-27tdf#47065 Add new file open UI options and implement a new threadMatt K1-0/+12
2021-05-26Refactor module media item handlingJan-Marek Glogowski1-0/+39
2021-05-26Seperate SvxBackgroundColorItem from SvxColorItemGülşah Köse1-2/+22
2021-05-25tdf#131390 PPTX: fix custom slide show is not imported.Tibor Nagy1-0/+1
2021-05-25Deprecate osl_demultiplexSocketEvents et alStephan Bergmann1-0/+16
2021-05-24fix leak in SfxTabDialogControllerNoel Grandin1-0/+1
2021-05-22document how the on-demand treeview entries workCaolán McNamara1-7/+37
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara16-39/+46