summaryrefslogtreecommitdiff
path: root/filter/source
AgeCommit message (Expand)AuthorFilesLines
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 Grandin3-109/+109
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-13warning C4189: local variable is initialized but not referencedThomas Arnhold1-0/+4
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-09valgrind + bff: Integer divide by zeroCaolán McNamara1-9/+22
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-05Consistency around SdrOnOffItem in svx/sdshitm.hxxStephan Bergmann1-1/+1
2014-08-04Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann2-10/+10
2014-08-04Consistency around SdrMetricItem in svx/sdtditm.hxxStephan Bergmann2-17/+17
2014-08-03Fix showing calc/draw types in some file pickersMaxim Monastirsky12-12/+12
2014-08-03Fix calc_MS_Works_Document extensionsMaxim Monastirsky1-1/+1
2014-08-01typo: more then -> more thanTakeshi Abe4-4/+4
2014-07-31Consistency around SdrMetricItemStephan Bergmann2-4/+4
2014-07-24remove some unused headers from svgfilter.hxxMichael Stahl1-13/+0
2014-07-21fdo#78663 : The File gets corrupted when saved in LOBisal Nayal1-0/+12
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud7-23/+23
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna2-25/+26
2014-07-18coverity#704477 Division or modulo by float zeroCaolán McNamara1-2/+2
2014-07-11new loplugin: externalandnotdefinedNoel Grandin2-2/+2
2014-07-11Clean up usage of 'this' and constness.Matúš Kukan1-1/+1
2014-07-10Head cleanup - use forward declarations.Kohei Yoshida2-0/+3
2014-07-08avoid problems detecting HTML files with .xls ext.David Tardon2-4/+37
2014-07-08Include <algorithm> for std::min()Tor Lillqvist1-0/+1
2014-07-08Include <algorithm> for std::min() and max()Tor Lillqvist1-1/+1
2014-07-07fdo#78989 set preferred filters for ODF typesDavid Tardon7-7/+7
2014-07-07don't terminate via unhandled exception on loading rhbz1013280-2.pptCaolán McNamara2-4/+19
2014-07-07fdo#80955 make calc_MS_Excel_97 filter default for xls ext.David Tardon1-1/+1
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-5/+2
2014-07-04Resolves: #i124825# secure usage of object ID...Armin Le Grand1-2/+10
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin1-1/+1
2014-07-01New loplugin:stringconcatStephan Bergmann1-12/+8
2014-07-01Resolves: #i125187# more precision where the BLIP graphic is locatedArmin Le Grand1-8/+29
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+1
2014-06-29Typo: habe->haveJulien Nabet1-1/+1
2014-06-29Typo: beeing->beingJulien Nabet3-3/+3
2014-06-29Typo: easiear->easierJulien Nabet1-1/+1
2014-06-28filters: Batch fetch filter config properties.Michael Meeks2-50/+91
2014-06-27filter: remove redundant macro wasting time.Michael Meeks4-93/+81
2014-06-27integrate libpagemakerDavid Tardon2-0/+25
2014-06-26clang: Dead incrementCaolán McNamara1-4/+4