summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-11-16Drop redundant 'using rtl::OUString'Mike Kaganski1-5/+0
2021-11-16svl: fix misleading commentMichael Stahl1-1/+1
2021-11-16Use basegfx::deg2rad instead of *0.01745329251994Hossein1-4/+0
2021-11-16Support reading back theme color from an ooxml documentTomaž Vajngerl1-0/+2
2021-11-16add a vcl backend test that draws a sheared bitmapLuboš Luňák1-0/+1
2021-11-16Theme color and tint/shade attribute for SvxColorItemTomaž Vajngerl2-2/+28
2021-11-16Resolves: tdf#143511 SysObj is clipped out if the widget is out of viewCaolán McNamara1-0/+7
2021-11-15OUStringConstExpr should convert to 'const OUString&'Noel Grandin1-2/+2
2021-11-15Avoid some -Werror,-Wdeprecated-copy-with-user-provided-dtorStephan Bergmann2-3/+2
2021-11-13rtl::Static->thread-safe staticNoel Grandin1-3/+1
2021-11-13rtl::Static->thread-safe static in StaticNamespaceMapNoel Grandin1-5/+2
2021-11-13add more tests for OutputDev::DrawOutDev()Luboš Luňák1-0/+2
2021-11-13rtl::Static->thread-safe static in OPropertyArrayUsageHelperNoel Grandin2-9/+8
2021-11-13osl::Mutex->std::mutex in OIdPropertyArrayUsageHelperNoel Grandin1-6/+6
2021-11-13rtl::Static->thread-safe static in OIdPropertyArrayUsageHelperNoel Grandin1-7/+8
2021-11-13modernise IdPropArrayHelper a littleNoel Grandin1-20/+11
2021-11-12introduce OUStringConstExprNoel Grandin1-0/+35
2021-11-12Add a comment clarifying intended replacement for non-const operator[]Mike Kaganski1-0/+2
2021-11-12Fix typoAndrea Gelmini1-1/+1
2021-11-12Resolves tdf#70519 - Make wavy lines depend on zoom factorHeiko Tietze1-1/+1
2021-11-12make it explicit whether to ignore the result of getLOKPayload()Luboš Luňák1-2/+3
2021-11-12make it possible to find out what fonts are actually really usedLuboš Luňák1-0/+19
2021-11-12improve mergeToSinglePolyPolygonNoel Grandin1-1/+1
2021-11-12simplify construction of XMLPropertyMapEntryNoel Grandin1-3/+20
2021-11-11Drop the OUString vs. OUStringLiteral comparison operator overloadsStephan Bergmann1-107/+0
2021-11-11sw, out of order undo: allow a subset of a non-empty redo listMiklos Vajna1-1/+1
2021-11-10Add SAL_INFO of what paper sizes the printer (driver) advertisesTor Lillqvist1-0/+1
2021-11-10sw: allow undo of typing in 2 views independent from each otherMiklos Vajna1-0/+6
2021-11-09Add DC_PAPERSIZE_array_to_stringTor Lillqvist1-0/+25
2021-11-09Add Printer::GetSizeOfPaper() with semantics to match GetPaper()Tor Lillqvist1-0/+3
2021-11-08Add DMPAPER_to_string()Tor Lillqvist1-0/+245
2021-11-08extend XML dumpig for primitives to support fontwork objectsTomaž Vajngerl2-0/+22
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin1-44/+44
2021-11-08rtl::Instance->thread-safe static in PropertyNameVectorNoel Grandin2-18/+5
2021-11-07forward decls go after #includeNoel Grandin1-3/+4
2021-11-07return XShape from SdrObject::getUnoShapeNoel Grandin2-6/+7
2021-11-05use more DECL_DLLPRIVATE_STATIC_LINKNoel Grandin13-14/+14
2021-11-05Drop non-const Sequence::operator[] in internal codeMike Kaganski2-0/+4
2021-11-05rename mxTextEditObj -> mxWeakTextEditObjNoel Grandin1-2/+2
2021-11-05rename mpTextObj -> mxWeakTextObjNoel Grandin1-1/+1
2021-11-04comphelper : use std::mutex in enumhelperArnaud Versini1-13/+10
2021-11-04use more DECL_DLLPRIVATE_LINKNoel Grandin80-305/+305
2021-11-04backendtest: Open Cubic-Bezier Curve Draw Testhomeboy4451-0/+2
2021-11-04Simplify SvtCompatibilityEntry::setValueMike Kaganski1-8/+1
2021-11-04fix potential out-of-bounds access in LocaleDataWrapperNoel Grandin1-2/+1
2021-11-04tdf#48622 Add new border line width defaultsSamuel Mehrbrodt1-10/+13
2021-11-03Introduce 'scale' to Point/Size/Rectangle, to simplify anisotropic scalingMike Kaganski1-15/+44
2021-11-03Drop TWIPS_PER_PIXEL and use o3tl::convertMike Kaganski1-0/+3
2021-11-03loplugin:finalclassesNoel Grandin3-3/+1
2021-11-03loplugin:constparamsNoel Grandin2-2/+2