summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski2021-08-194-10/+10
* undo changes to TextAlignCaolán McNamara2021-08-183-7/+7
* Move GDIMetaFile::GetChecksum to SvmWriter::GetChecksumpanoskorovesis2021-08-171-1/+2
* pass OutlinerParaObject around by valueNoel Grandin2021-08-162-4/+4
* rtl::Static -> thread-safe static localNoel Grandin2021-08-137-51/+36
* tdf#105575 Slow rendering when using a Logo commandNoel Grandin2021-08-131-4/+2
* split SvNumberFormatter into it's own headerNoel Grandin2021-08-131-0/+1
* Replace ReadGDIMetaFile with SvmReader::Readpanoskorovesis2021-08-131-1/+3
* add some --disable-scripting fixesCaolán McNamara2021-08-101-2/+2
* Missing includeStephan Bergmann2021-08-101-0/+1
* create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin2021-08-074-8/+8
* Replace GDIMetaFile::Read with SvmReader::Read in svgexport.cxxpanoskorovesis2021-08-061-1/+3
* drop unneeded forward declareCaolán McNamara2021-08-052-3/+0
* Pass context and resource string down to boost::locale separatelyNoel Grandin2021-08-057-9/+12
* convert #defines to OUStringLiteralNoel Grandin2021-08-024-21/+21
* convert TextAlign to scoped enumCaolán McNamara2021-07-303-7/+7
* Related: ofz#36348 ubsan runtime error: value outside representable rangeCaolán McNamara2021-07-283-20/+40
* ofz#36348 Integer-overflowCaolán McNamara2021-07-271-0/+3
* tdf#143543 Fix extended tip for pdflinkspage.uiOlivier Hallot2021-07-261-1/+1
* Bump Glade version to 3.38 for pdflinkspage.uiOlivier Hallot2021-07-261-53/+53
* IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike Kaganski2021-07-211-1/+1
* tdf#143315: restore the stylesheet after clearing outliner objectMike Kaganski2021-07-151-0/+3
* tdf#126665 Remember last used file picker directorySamuel Mehrbrodt2021-07-121-0/+2
* Fix extended tip after translation cycle for filter/Olivier Hallot2021-07-063-211/+157
* ofz#35800 TimeoutCaolán McNamara2021-07-051-1/+1
* can allocate these SfxItemSet on the stackNoel Grandin2021-07-021-3/+3
* ofz#35504 clamp input values in cgm filterCaolán McNamara2021-06-301-1/+6
* reduce cost of allocating and copying SvxNumRuleNoel Grandin2021-06-301-1/+1
* indexing: add indexing export as an export filter for WriterTomaž Vajngerl2021-06-304-0/+46
* filter: remove rReserved1 completely in WrapOle1InOle2()Miklos Vajna2021-06-291-3/+2
* filter: avoid unnecessary string copyMiklos Vajna2021-06-291-3/+3
* loplugin:indentation improve checks for brace alignmentNoel Grandin2021-06-287-99/+99
* ofz#30930 each picture triggers accumulating codesetsCaolán McNamara2021-06-251-2/+2
* no need to make copies of these map entriesNoel Grandin2021-06-221-7/+17
* use more TellEnd()Noel Grandin2021-06-191-2/+1
* use string_view in the Translate APINoel Grandin2021-06-173-5/+5
* only one of the radiobuttons in a group should be activeCaolán McNamara2021-06-141-1/+0
* spurious image position of right in CheckBoxes that don't use imagesCaolán McNamara2021-06-142-11/+0
* ofz#33769 Integer-overflowCaolán McNamara2021-06-141-79/+110
* Simplify Sequence/vector initializationsJulien Nabet2021-06-111-5/+7
* Simplify Sequences initializations (desktop/e*/filter/forms/formula/fpicker)Julien Nabet2021-06-083-18/+13
* tdf#142483 filter: xhtml: fix substitution of fo:border attributeMichael Stahl2021-06-041-4/+4
* no need to allocate these on the heapNoel Grandin2021-06-037-43/+45
* no need to allocate SvxNumRule separately in SvxNumBulletItemNoel Grandin2021-05-311-20/+17
* add Toggleable as a separate thing to a ButtonCaolán McNamara2021-05-212-30/+30
* fix leak in XSLTFilterNoel Grandin2021-05-211-29/+37
* Improve loplugin:stringviewStephan Bergmann2021-05-141-4/+4
* dispose component in testNoel Grandin2021-05-131-0/+1
* tdf#123476: also use filter by extension when its service is the sameMike Kaganski2021-05-031-3/+15
* loplugin:stringadd improvement for appending numbersNoel Grandin2021-05-031-10/+10