summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-06-24BmpScaleFlag::Super is deadNoel Grandin1-2/+1
2021-06-24remove uno::Type move constructorNoel Grandin2-14/+0
2021-06-24uno::Type needs a move operatorNoel Grandin2-0/+26
2021-06-24Delete copy ctors/assignments for DLLEXPORT classMike Kaganski2-0/+19
2021-06-23tdf#135316 add SvFileStream::SetDontFlushOnCloseNoel Grandin1-1/+3
2021-06-23The Chrome Trace Event viewer doesn't support nested async eventsTor Lillqvist1-60/+12
2021-06-23tdf#92525 tdf#142398: fix export of simple custom shapesAttila Bakos (NISZ)1-0/+138
2021-06-22simplify and improve WildcardNoel Grandin1-5/+5
2021-06-21create SfxHintId::SwLegacyModify idNoel Grandin1-0/+1
2021-06-21Delete copy ctors/assignments for DLLEXPORT classMike Kaganski1-1/+8
2021-06-21bundle the FolderPicker instantiations behind a single callCaolán McNamara1-0/+4
2021-06-21tdf#142590 PPTX import: fix custom slide show use as defaultTibor Nagy1-0/+1
2021-06-21drawinglayer: put BufferedDecompositionPrimitive2D in its own fileTomaž Vajngerl34-101/+147
2021-06-20Fix typosAndrea Gelmini1-1/+1
2021-06-20Include the header to workaround MSVC bug (shows with disabled pch)Mike Kaganski1-1/+1
2021-06-20cid#1485150 suppress Uncaught exceptionCaolán McNamara1-21/+28
2021-06-20drawinglayer: remove ImplPrimitive2DIDBlock macroTomaž Vajngerl1-9/+0
2021-06-19SvMemoryStream::GetSize can be more efficientNoel Grandin1-1/+1
2021-06-19fix loading calc files with embedded form macrosNoel Grandin1-1/+4
2021-06-19loplugin:finalclassesNoel Grandin102-238/+190
2021-06-19svx: prefix member variables for SdrTextObj and othersTomaž Vajngerl2-59/+51
2021-06-19svx: use constexpr instead of a define for a constantTomaž Vajngerl1-1/+1
2021-06-19svx: prefix member variables for SdrCreateViewTomaž Vajngerl1-20/+24
2021-06-19svx: remove whitespace in member variablesTomaž Vajngerl6-62/+57
2021-06-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)24-34/+34
2021-06-18Add Last 4 UNO Commands To CrashReport DumpGopi Krishna Menon1-0/+12
2021-06-18Add Active Sfx Object Name To CrashReport DumpGopi Krishna Menon1-8/+8
2021-06-18VCL graphics rendering tests that a run on LO version changehomeboy4453-0/+163
2021-06-17tweak tools::Color::IsDark so it triggers on UbuntuNoel Grandin1-1/+2
2021-06-17use string_view in the Translate APINoel Grandin7-9/+12
2021-06-17Adapt o3tl::temporary to C++23 P2266R1Stephan Bergmann1-1/+1
2021-06-17Drop the "console" functionality of ProfileZoneTor Lillqvist1-20/+6
2021-06-17svx: prefix member variables SdrViewEvent SdrView SdrObjGroupTomaž Vajngerl2-34/+34
2021-06-17tdf#90401 xmloff: remove personal info of comments and changesLászló Németh2-0/+18
2021-06-17svx: pragma once for some SdrObject subclassesTomaž Vajngerl33-139/+35
2021-06-17basegfx: change template param to use int instead bool - Tuple2DTomaž Vajngerl1-8/+4
2021-06-17basegfx: generalise tuples with template class Tuple2D and Tuple3DTomaž Vajngerl7-512/+325
2021-06-17basegfx: change template param to use int instead boolTomaž Vajngerl1-9/+9
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