summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2-2/+2
2014-09-11create a master document template typeCaolán McNamara5-0/+52
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet2-3/+3
2014-09-10fdo#55380 replaced use of obsolete interfacesDaniel Sikeler2-9/+9
2014-09-05fdo#81592 Use 24-bit color depth, not 256 colors when converting an EPS-file.Björgvin Ragnarsson1-1/+1
2014-09-03pict filter depends on truncating 1-foo to 16bit unsignedCaolán McNamara1-1/+1
2014-09-03coverity#1209824 Unintended sign extensionCaolán McNamara1-8/+10
2014-08-29Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann1-2/+2
2014-08-29We don't check the extension for htmlMaxim Monastirsky1-9/+7
2014-08-25convert RID_PDF_WARNPDFAPASSWORD to MessageDialog + stringCaolán McNamara3-7/+6
2014-08-25fdo#82290: avoid pipe deadlock by executing write(2) in a new threadHiroto Kagotani1-3/+35
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist2-4/+4
2014-08-22Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann1-2/+3
2014-08-22The bLastBoxInChain fields are unusedTor Lillqvist1-16/+0
2014-08-22bHasUDefProp is unusedTor Lillqvist1-3/+0
2014-08-21Avoid undefined MSO_LineStyle values outside the enum's value rangeStephan Bergmann1-1/+1
2014-08-21Avoid undefined left shift of negative valuesStephan Bergmann1-1/+1
2014-08-21These "newly added" record types are publicly documented nowadaysTor Lillqvist1-10/+10
2014-08-21staruno -> css::unoThomas Arnhold1-5/+3
2014-08-21stario -> css::ioThomas Arnhold3-11/+10
2014-08-21staruno -> css::unoThomas Arnhold1-4/+4
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin1-3/+3
2014-08-19guard against division by 0Caolán McNamara1-12/+17
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin4-112/+112
2014-08-18Consistency around XColorItem in svx/sdshcitm.hxxStephan Bergmann1-2/+2
2014-08-18Consistency around SdrPercentItem in svx/sdshtitm.hxxStephan Bergmann1-1/+1
2014-08-18Downcast to wrong SfxPoolItem sub-typeStephan Bergmann1-1/+1
2014-08-18Consistency around SdrOnOffItem in svx/sdtcfitm.hxxStephan Bergmann1-1/+1
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-2/+2
2014-08-18Consistency around SdrMetricItem in svx/sdsxyitm.hxxStephan Bergmann1-6/+6
2014-08-14clean upo runner.lib.TestParametersNoel Grandin1-1/+4
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold1-0/+4
2014-08-13java: reduce scope, make some methods privateNoel Grandin1-4/+4
2014-08-13java: reduce scope, make fields privateNoel Grandin1-6/+6
2014-08-12Revert "Resolves: #i125187# more precision where the BLIP graphic is located"Kohei Yoshida1-29/+8
2014-08-12Scope reduction in GetBLIP() & remove non-ASCII character (degree symbol).Kohei Yoshida1-69/+74
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin1-0/+1
2014-08-09valgrind + bff: Integer divide by zeroCaolán McNamara1-9/+22
2014-08-09add test-case for CVE-2010-1681Caolán McNamara1-0/+0
2014-08-09add dxf import testsCaolán McNamara6-0/+116
2014-08-08[API CHANGE] Removed two cppuhelper deprecated headers.Matthew Pottage5-5/+0
2014-08-06fdo#45418 xslt: Make sure we're reading from the beginningMaxim Monastirsky1-0/+5
2014-08-06Consistency around SdrOnOffItem in svx/sdasitm.hxxStephan Bergmann2-2/+2
2014-08-05Better names for several filtersMaxim Monastirsky12-12/+12
2014-08-05java: remove commented out codeNoel Grandin2-22/+0
2014-08-05java: remove various unused variablesNoel Grandin1-1/+0
2014-08-05Consistency around SdrOnOffItem in svx/sdshitm.hxxStephan Bergmann1-1/+1
2014-08-04Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann2-10/+10
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin1-1/+1
2014-08-04Consistency around SdrMetricItem in svx/sdtditm.hxxStephan Bergmann2-17/+17