summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist2017-09-267-17/+17
* ofz#3483 Floating-point-exceptionCaolán McNamara2017-09-261-1/+4
* tighten up the pict filter a tadCaolán McNamara2017-09-251-9/+18
* ofz: divide-by-zeroCaolán McNamara2017-09-251-3/+13
* Rename GetSelectEntryData -> GetSelectedEntryDataSamuel Mehrbrodt2017-09-251-1/+1
* ofz#3476 oom in tiff readerCaolán McNamara2017-09-241-0/+32
* move sanity checks before allocationCaolán McNamara2017-09-241-35/+35
* new loplugin unnecessarycatchthrowNoel Grandin2017-09-231-16/+4
* Use const reference instead of copyEike Rathke2017-09-221-9/+9
* GraphicExportFilter: adding FilterData defaults is unnecessaryEike Rathke2017-09-222-63/+2
* Apply replaceFirst() only onceEike Rathke2017-09-221-4/+9
* Group member variables and functions and fix naming nitpicksEike Rathke2017-09-222-31/+29
* No using namespace in header fileEike Rathke2017-09-222-23/+19
* Export to PNG: selected shapes via drawing::GraphicExportFilter, tdf#108317Eike Rathke2017-09-222-0/+63
* Move implementation to filterRenderDocument()Eike Rathke2017-09-222-0/+7
* Remember XComponentContextEike Rathke2017-09-222-2/+4
* ofz#2902 eps timeoutCaolán McNamara2017-09-221-1/+1
* Ditch now unused GraphicExportDialog, GraphicExportOptionsDialogEike Rathke2017-09-225-252/+0
* loplugin:flatten in filter..i18npoolNoel Grandin2017-09-221-9/+2
* Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt2017-09-211-2/+2
* Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt2017-09-211-1/+1
* restore zero init of mpGroupLevel membersCaolán McNamara2017-09-212-12/+10
* improve scoping, etcCaolán McNamara2017-09-201-9/+9
* ofz#2298 don't reuse previous frame alpha is this frame has no alphaCaolán McNamara2017-09-201-2/+3
* xAcc always exists at this pointCaolán McNamara2017-09-201-15/+12
* convert to a vectorCaolán McNamara2017-09-201-14/+13
* Get the comments rightEike Rathke2017-09-201-3/+3
* fix another memory leakCaolán McNamara2017-09-201-39/+39
* repeat for StripOffsetsCaolán McNamara2017-09-201-23/+8
* use aStripOffsets.size instead of nNumStripOffsetsCaolán McNamara2017-09-201-23/+13
* valgrind: leak of pStripOffsetsCaolán McNamara2017-09-201-20/+17
* ofz#3439: Direct-leakCaolán McNamara2017-09-201-55/+47
* Clean up xsl filesSamuel Mehrbrodt2017-09-2043-53776/+53772
* improve scopingCaolán McNamara2017-09-201-2/+2
* filter,sc: try to prevent potential SeekToEndOfRecord infinite loopsMichael Stahl2017-09-202-9/+29
* unused maFilterService in filter_info_implNoel Grandin2017-09-202-2/+0
* Writer Web export to PNG,JPG: switch to proper SvFilterOptionsDialogEike Rathke2017-09-192-2/+2
* Writer does not support selection, so don't claim it wouldEike Rathke2017-09-191-1/+1
* Writer export to PNG,JPG: switch to proper SvFilterOptionsDialogEike Rathke2017-09-192-2/+2
* Rename getCurrentPageWriter() to getCurrentPage()Eike Rathke2017-09-191-1/+1
* 'a'CurrentPage gets on my nervesEike Rathke2017-09-191-3/+3
* ofz#2538 avoid oomCaolán McNamara2017-09-191-9/+13
* Calc: support export to JPEG, just because we can.. tdf#108317 relatedEike Rathke2017-09-182-0/+21
* Export to PNG: use proper dialog and filter options, tdf#108317Eike Rathke2017-09-183-8/+62
* convert SvxDateFormat to scoped enumNoel Grandin2017-09-183-46/+49
* convert SvxTimeFormat to scoped enumNoel Grandin2017-09-162-13/+13
* convert SvxTimeType to scoped enumNoel Grandin2017-09-161-1/+1
* convert SvxURLFormat to scoped enumNoel Grandin2017-09-161-3/+3
* Fraction: make conversion operators and constructor explicitNoel Grandin2017-09-131-2/+2
* EPUB export: initial UI componentMiklos Vajna2017-09-121-1/+1