summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* java: remove some casting in lib.TestParameters#getMSFNoel Grandin2014-08-041-1/+1
* Consistency around SdrMetricItem in svx/sdtditm.hxxStephan Bergmann2014-08-042-17/+17
* Fix showing calc/draw types in some file pickersMaxim Monastirsky2014-08-0312-12/+12
* Fix calc_MS_Works_Document extensionsMaxim Monastirsky2014-08-031-1/+1
* typo: more then -> more thanTakeshi Abe2014-08-014-4/+4
* Consistency around SdrMetricItemStephan Bergmann2014-07-312-4/+4
* cppunittest_filter_xslt: fix "filter_xslt unit test failed" for OSX <10.6Douglas Mencken2014-07-241-0/+2
* remove some unused headers from svgfilter.hxxMichael Stahl2014-07-241-13/+0
* fdo#78663 : The File gets corrupted when saved in LOBisal Nayal2014-07-211-0/+12
* vcl consitent use of long for corrdinateNorbert Thiebaud2014-07-207-23/+23
* XFillStyle -> css::drawing::FillStyleMiklos Vajna2014-07-192-25/+26
* coverity#704477 Division or modulo by float zeroCaolán McNamara2014-07-181-2/+2
* new loplugin: externalandnotdefinedNoel Grandin2014-07-112-2/+2
* Clean up usage of 'this' and constness.Matúš Kukan2014-07-111-1/+1
* Head cleanup - use forward declarations.Kohei Yoshida2014-07-102-0/+3
* avoid problems detecting HTML files with .xls ext.David Tardon2014-07-083-4/+38
* Include <algorithm> for std::min()Tor Lillqvist2014-07-081-0/+1
* Include <algorithm> for std::min() and max()Tor Lillqvist2014-07-081-1/+1
* fdo#80955 - add a unit test.Michael Meeks2014-07-074-5/+138
* fdo#78989 set preferred filters for ODF typesDavid Tardon2014-07-077-7/+7
* don't terminate via unhandled exception on loading rhbz1013280-2.pptCaolán McNamara2014-07-072-4/+19
* fdo#80955 make calc_MS_Excel_97 filter default for xls ext.David Tardon2014-07-071-1/+1
* DBG_ASSERT->assert when followed by dereferenceCaolán McNamara2014-07-071-5/+2
* Resolves: #i124825# secure usage of object ID...Armin Le Grand2014-07-041-2/+10
* drop UniReference in favour of rtl::ReferenceNoel Grandin2014-07-022-1/+2
* New loplugin:stringconcatStephan Bergmann2014-07-011-12/+8
* Resolves: #i125187# more precision where the BLIP graphic is locatedArmin Le Grand2014-07-011-8/+29
* clang scan-build: various warningsCaolán McNamara2014-07-011-1/+1
* Typo: habe->haveJulien Nabet2014-06-291-1/+1
* Typo: beeing->beingJulien Nabet2014-06-293-3/+3
* Typo: easiear->easierJulien Nabet2014-06-291-1/+1
* filters: Batch fetch filter config properties.Michael Meeks2014-06-282-50/+91
* filter: remove redundant macro wasting time.Michael Meeks2014-06-274-93/+81
* integrate libpagemakerDavid Tardon2014-06-273-0/+27
* clang: Dead incrementCaolán McNamara2014-06-261-4/+4
* fixes for up-casting to Reference<XInterface>Noel Grandin2014-06-252-8/+8
* coverity#706534 Uncaught exceptionCaolán McNamara2014-06-241-41/+40
* fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper2014-06-234-5/+5
* coverity#736036 Missing break in switchCaolán McNamara2014-06-171-10/+10
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-179-47/+6
* loplugin:staticcallStephan Bergmann2014-06-138-21/+21
* Unnecessary #includeStephan Bergmann2014-06-121-1/+0
* Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann2014-06-112-24/+24
* callcatcher: update unused codeCaolán McNamara2014-06-112-58/+0
* No need for PCT_DLLIMPLEMENTATION any more.Jan Holesovsky2014-06-111-4/+0
* Access code under test via gb_Library_use_library_objectsStephan Bergmann2014-06-113-20/+17
* pct import: Fix build on Windows.Jan Holesovsky2014-06-104-3/+19
* pct import: Unit test for the clipping import fix.Jan Holesovsky2014-06-104-2/+69
* pct import: Reset clip region before closing the metafile.Jan Holesovsky2014-06-101-0/+1
* pct import: Add logging.Jan Holesovsky2014-06-101-8/+49