summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-06-16Move enable_if from dummy template parameter to return typeStephan Bergmann1-4/+4
2021-06-16tdf#59323: pptx export: add initial support for lstStyles in textboxesSarper Akdemir2-3/+12
2021-06-16Add Active App Name Field To Crash ReportGopi Krishna Menon1-0/+10
2021-06-16tdf#59323: pptx export: add datetime field type helpersSarper Akdemir1-0/+18
2021-06-16sw HTML export: allow larger bitmaps for shapes than the vcl defaultMiklos Vajna1-1/+1
2021-06-16basegfx: use namespace for "ftools", make sure input is FP numberTomaž Vajngerl1-13/+20
2021-06-15editengine-columns: add sidebar property panelMike Kaganski1-0/+3
2021-06-15vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxxChris Sherlock2-22/+11
2021-06-14tdf#59323: ooxml import: hasNonInheritedShapePropertiesSarper Akdemir1-0/+7
2021-06-14Workaround internal compiler error on tb77Mike Kaganski1-18/+0
2021-06-14tdf#59323: ooxml import: hasShapeStyleRefsSarper Akdemir1-0/+1
2021-06-13Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski1-4/+35
2021-06-11MetaAction::Clone() -> constLuboš Luňák1-54/+54
2021-06-11loplugin:unnecessaryreturn in SvxColorValueSet::layoutToGivenHeightNoel Grandin1-1/+1
2021-06-11"drawinglayer" -> "drawinglayer.emf" log area for some emf codeLuboš Luňák1-0/+1
2021-06-11tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)1-1/+1
2021-06-10loplugin:unnecessaryreturn SotStorageStream::CommitNoel Grandin1-1/+1
2021-06-10loplugin:unnecessaryreturn SvtListener::EndListeningNoel Grandin1-1/+1
2021-06-10tdf#142713 OOXML: export secondary axis of all chart typesBalazs Varga1-2/+2
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