summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2017-09-29ofz: timeoutCaolán McNamara1-2/+1
2017-09-27ofz#3499 oom in tiff readerCaolán McNamara1-0/+27
2017-09-26ofz#3121 check bounds betterCaolán McNamara1-3/+3
2017-09-26ofz timeouts in pptfuzzerCaolán McNamara1-3/+2
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist7-17/+17
2017-09-26ofz#3483 Floating-point-exceptionCaolán McNamara1-1/+4
2017-09-25tighten up the pict filter a tadCaolán McNamara1-9/+18
2017-09-25ofz: divide-by-zeroCaolán McNamara1-3/+13
2017-09-25Rename GetSelectEntryData -> GetSelectedEntryDataSamuel Mehrbrodt1-1/+1
2017-09-24ofz#3476 oom in tiff readerCaolán McNamara1-0/+32
2017-09-24move sanity checks before allocationCaolán McNamara1-35/+35
2017-09-23new loplugin unnecessarycatchthrowNoel Grandin1-16/+4
2017-09-22Use const reference instead of copyEike Rathke1-9/+9
2017-09-22GraphicExportFilter: adding FilterData defaults is unnecessaryEike Rathke2-63/+2
2017-09-22Apply replaceFirst() only onceEike Rathke1-4/+9
2017-09-22Group member variables and functions and fix naming nitpicksEike Rathke2-31/+29
2017-09-22No using namespace in header fileEike Rathke2-23/+19
2017-09-22Export to PNG: selected shapes via drawing::GraphicExportFilter, tdf#108317Eike Rathke2-0/+63
2017-09-22Move implementation to filterRenderDocument()Eike Rathke2-0/+7
2017-09-22Remember XComponentContextEike Rathke2-2/+4
2017-09-22ofz#2902 eps timeoutCaolán McNamara1-1/+1
2017-09-22Ditch now unused GraphicExportDialog, GraphicExportOptionsDialogEike Rathke5-252/+0
2017-09-22loplugin:flatten in filter..i18npoolNoel Grandin1-9/+2
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-2/+2
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-1/+1
2017-09-21restore zero init of mpGroupLevel membersCaolán McNamara2-12/+10
2017-09-20improve scoping, etcCaolán McNamara1-9/+9
2017-09-20ofz#2298 don't reuse previous frame alpha is this frame has no alphaCaolán McNamara1-2/+3
2017-09-20xAcc always exists at this pointCaolán McNamara1-15/+12
2017-09-20convert to a vectorCaolán McNamara1-14/+13
2017-09-20Get the comments rightEike Rathke1-3/+3
2017-09-20fix another memory leakCaolán McNamara1-39/+39
2017-09-20repeat for StripOffsetsCaolán McNamara1-23/+8
2017-09-20use aStripOffsets.size instead of nNumStripOffsetsCaolán McNamara1-23/+13
2017-09-20valgrind: leak of pStripOffsetsCaolán McNamara1-20/+17
2017-09-20ofz#3439: Direct-leakCaolán McNamara1-55/+47
2017-09-20Clean up xsl filesSamuel Mehrbrodt43-53776/+53772
2017-09-20improve scopingCaolán McNamara1-2/+2
2017-09-20filter,sc: try to prevent potential SeekToEndOfRecord infinite loopsMichael Stahl2-9/+29
2017-09-20unused maFilterService in filter_info_implNoel Grandin2-2/+0
2017-09-19Writer Web export to PNG,JPG: switch to proper SvFilterOptionsDialogEike Rathke2-2/+2
2017-09-19Writer does not support selection, so don't claim it wouldEike Rathke1-1/+1
2017-09-19Writer export to PNG,JPG: switch to proper SvFilterOptionsDialogEike Rathke2-2/+2
2017-09-19Rename getCurrentPageWriter() to getCurrentPage()Eike Rathke1-1/+1
2017-09-19'a'CurrentPage gets on my nervesEike Rathke1-3/+3
2017-09-19ofz#2538 avoid oomCaolán McNamara1-9/+13
2017-09-18Calc: support export to JPEG, just because we can.. tdf#108317 relatedEike Rathke2-0/+21
2017-09-18Export to PNG: use proper dialog and filter options, tdf#108317Eike Rathke3-8/+62
2017-09-18convert SvxDateFormat to scoped enumNoel Grandin3-46/+49
2017-09-16convert SvxTimeFormat to scoped enumNoel Grandin2-13/+13