summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2021-09-17Some test-code simplifications, using starts/endsWith rest parameterStephan Bergmann1-3/+2
2021-09-16ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-1/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski1-4/+3
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski1-2/+3
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski3-6/+6
2021-09-14ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-3/+3
2021-09-12clang:optin.performance.PaddingNoel Grandin1-2/+2
2021-09-08simplify static_cast after dynamic_castNoel Grandin1-2/+3
2021-09-08Drop unused rUsedDetectors argumentMike Kaganski2-19/+1
2021-09-06ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-1/+1
2021-09-04dynamic_cast -> static_cast (tdf#130795)Noel Grandin1-2/+1
2021-09-04use std::vector for fetching DX array dataNoel Grandin1-4/+4
2021-09-03cgm bounding box was originally Point and SizeCaolán McNamara1-2/+2
2021-09-03check stream stateCaolán McNamara1-1/+1
2021-09-03no need to allocat PptFontEntityAtom separately hereNoel Grandin1-31/+30
2021-09-02do the same check on the same code pattern as was done earlierCaolán McNamara1-0/+2
2021-09-02ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-7/+10
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin2-9/+6
2021-09-01ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-1/+1
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin8-26/+3
2021-08-30ofz#37831 avoid Integer-overflowCaolán McNamara1-7/+26
2021-08-30ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-1/+1
2021-08-30ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-1/+1
2021-08-29ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-0/+5
2021-08-28avoid unnecessary OString to OUString conversionNoel Grandin1-14/+33
2021-08-27ofz: Integer-overflowCaolán McNamara1-3/+17
2021-08-26tdf#143526 Korean numbering import/export supportDaeHyun Sung2-5/+9
2021-08-25tdf#113240 Fill imissing pdfgeneralpage.ui extended tipsOlivier Hallot1-0/+50
2021-08-25Bump Glade release for pdfgeneralpage.uiOlivier Hallot1-271/+271
2021-08-24ofz: cgm Integer-overflowCaolán McNamara1-6/+12
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin1-1/+1
2021-08-22don't store vcl::Font with unique_ptrNoel Grandin1-2/+2
2021-08-22no need to use unique_ptr for PolygonNoel Grandin1-2/+2
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann2-3/+3
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski4-10/+10
2021-08-18undo changes to TextAlignCaolán McNamara3-7/+7
2021-08-17Move GDIMetaFile::GetChecksum to SvmWriter::GetChecksumpanoskorovesis1-1/+2
2021-08-16pass OutlinerParaObject around by valueNoel Grandin2-4/+4
2021-08-13rtl::Static -> thread-safe static localNoel Grandin7-51/+36
2021-08-13tdf#105575 Slow rendering when using a Logo commandNoel Grandin1-4/+2
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-08-13Replace ReadGDIMetaFile with SvmReader::Readpanoskorovesis1-1/+3
2021-08-10add some --disable-scripting fixesCaolán McNamara1-2/+2
2021-08-10Missing includeStephan Bergmann1-0/+1
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin4-8/+8
2021-08-06Replace GDIMetaFile::Read with SvmReader::Read in svgexport.cxxpanoskorovesis1-1/+3
2021-08-05drop unneeded forward declareCaolán McNamara2-3/+0
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin7-9/+12
2021-08-02convert #defines to OUStringLiteralNoel Grandin4-21/+21
2021-07-30convert TextAlign to scoped enumCaolán McNamara3-7/+7