summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* 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
* move UOF and Office 2003 filters to xsltfilter moduleDavid Tardon2014-06-091-6/+9
* rebuild filter config. after makefile changeDavid Tardon2014-06-091-1/+2
* rhbz#1105376 move FlatODF filter config to right placeDavid Tardon2014-06-091-8/+8
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-0910-25/+5
* ...which empirically shows that LateInitThread is uselessStephan Bergmann2014-06-057-376/+2
* Make warning more usefulStephan Bergmann2014-06-051-5/+4
* ...and so m_lDetectServices is never readStephan Bergmann2014-06-052-12/+0
* impl_resolveItem4TypeRegistration can be staticStephan Bergmann2014-06-051-0/+1
* ...and so m_lChangedDetectServices is alway emptyStephan Bergmann2014-06-052-5/+0
* ...and E_DETECTSERVICE is just as unusedStephan Bergmann2014-06-053-17/+1
* E_CONTAINS_DETECTSERVICES does nothingStephan Bergmann2014-06-052-5/+3
* Simplify SAL_WARNStephan Bergmann2014-06-051-10/+4
* coverity#705169 Missing break in switch, assuming its intentionalCaolán McNamara2014-06-051-0/+2