summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski55-287/+267
2021-08-11tdf#143583 DOCX import: fix lost empty paragraphs of footnotesLászló Németh3-1/+16
2021-08-11no need to allocate KeyedValues separatelyNoel Grandin1-3/+4
2021-08-11gtk4: use monitor size for workareaCaolán McNamara1-2/+6
2021-08-11no need to allocate the lookupTableItem separatelyNoel Grandin6-27/+27
2021-08-11no need to allocate changedValue_ separatelyNoel Grandin2-4/+5
2021-08-11tdf#143769 don't crash on null XFillColorItemCaolán McNamara1-2/+3
2021-08-11backendtest:Irregular HalfEllipse test via various drawing methodshomeboy4458-251/+559
2021-08-11tdf#135247: sw_uiwriter3: Add unittestXisco Fauli1-5/+6
2021-08-11Add Handler for Hatch Writepanoskorovesis2-0/+21
2021-08-11Add Handler for GradientEx Writepanoskorovesis2-0/+22
2021-08-11Add Handler for Gradient Writepanoskorovesis2-0/+17
2021-08-11Add Handler for MaskScalePart Writepanoskorovesis2-0/+24
2021-08-11Add Handler for MaskScale Writepanoskorovesis2-0/+21
2021-08-11Add Handler for Mask Writepanoskorovesis2-0/+20
2021-08-11svx: cleanup formatting of svdglue.hxxTomaž Vajngerl1-47/+127
2021-08-11sw: preserve the value in original units to minimize conv. errorTomaž Vajngerl2-10/+14
2021-08-11no need to allocate AllSettings separately in ImplSVAppDataNoel Grandin4-17/+18
2021-08-11CppunitTest_sw_ooxmlexport2..5: avoid DECLARE_OOXMLEXPORT_EXPORTONLY_TEST()Miklos Vajna4-166/+324
2021-08-11Deduplicate number read/writeMike Kaganski2-155/+33
2021-08-11tdf#143577 check node is a text node before use as suchJim Raykowski1-23/+26
2021-08-11convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl33-91/+110
2021-08-11There is no LANGUAGE_ENGLISH {en} locale but LANGUAGE_ENGLISH_US {en-US}Eike Rathke1-4/+4
2021-08-10No need in this functionMike Kaganski1-14/+9
2021-08-10tdf#136610 Add Clone/Clear Direct Format buttons to LO Draw tabbed interfaceRafael Lima1-2/+163
2021-08-10add some --disable-scripting fixesCaolán McNamara7-4/+31
2021-08-10tdf#143148 Use pragma once in sdextYildiray1-4/+1
2021-08-10embeddedobj: implement XServiceInfo in the various embedded obj implementationsMiklos Vajna8-2/+128
2021-08-10Use boost::make_sharedStephan Bergmann3-17/+18
2021-08-10Clean up remaining uses of boost::logic::triboolStephan Bergmann4-50/+17
2021-08-10tdf#143148:Use pragma once in storeEmircan Agac6-24/+6
2021-08-10Use nStringSize instead of nStringOffMike Kaganski1-1/+1
2021-08-10gtk4: remove training wheelsCaolán McNamara2-335/+5
2021-08-10use o3tl::hash_combineCaolán McNamara2-4/+3
2021-08-10boost::make_tuple->std::make_tupleCaolán McNamara2-7/+7
2021-08-10drop final boost::noncopyable useCaolán McNamara1-3/+5
2021-08-10Simplify init-/deInitSysTray even furtherStephan Bergmann1-35/+14
2021-08-10tdf#143148 Replaced #include guards with #pragma once.Ankur Khandelwal1-4/+1
2021-08-10use rtl::math::expm1 instead of boost::math::expm1Caolán McNamara1-3/+2
2021-08-10pAvailGrammarSvcs can never be null hereStephan Bergmann1-13/+10
2021-08-10can return OInterfaceIteratorHelper2 by value hereNoel Grandin3-15/+14
2021-08-10flatten ImplImageTree a littleNoel Grandin2-4/+4
2021-08-10Replace a use of boost::logic::tribool with std::call_onceStephan Bergmann2-17/+8
2021-08-10tdf#136991 Open RTF with colored textNoel Grandin1-18/+36
2021-08-10Revert "tdf#58521 DOCX import: enable ContinuousEndnotes compat flag"Xisco Fauli4-18/+1
2021-08-10Revert "tdf#58521 Enable ContinuousEndnotes compat option for RTF too"Xisco Fauli4-236/+1
2021-08-10no need to use unique_ptr for SvxRTFStyleType hereNoel Grandin3-25/+26
2021-08-10Catch exceptions when setting up linguistic extensionsStephan Bergmann1-65/+51
2021-08-10for DISABLE_DYNLOADING support linking to static .a system libsCaolán McNamara1-0/+2
2021-08-10flatten Accelerator a littleNoel Grandin2-37/+27