summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
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 Tardon3-4/+38
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#80955 - add a unit test.Michael Meeks4-5/+138
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 Grandin2-1/+2
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 Tardon3-0/+27
2014-06-26clang: Dead incrementCaolán McNamara1-4/+4
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin2-8/+8
2014-06-24coverity#706534 Uncaught exceptionCaolán McNamara1-41/+40
2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper4-5/+5
2014-06-17coverity#736036 Missing break in switchCaolán McNamara1-10/+10
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin9-47/+6
2014-06-13loplugin:staticcallStephan Bergmann8-21/+21
2014-06-12Unnecessary #includeStephan Bergmann1-1/+0
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann2-24/+24
2014-06-11callcatcher: update unused codeCaolán McNamara2-58/+0
2014-06-11No need for PCT_DLLIMPLEMENTATION any more.Jan Holesovsky1-4/+0
2014-06-11Access code under test via gb_Library_use_library_objectsStephan Bergmann3-20/+17
2014-06-10pct import: Fix build on Windows.Jan Holesovsky4-3/+19
2014-06-10pct import: Unit test for the clipping import fix.Jan Holesovsky4-2/+69
2014-06-10pct import: Reset clip region before closing the metafile.Jan Holesovsky1-0/+1
2014-06-10pct import: Add logging.Jan Holesovsky1-8/+49
2014-06-09move UOF and Office 2003 filters to xsltfilter moduleDavid Tardon1-6/+9
2014-06-09rebuild filter config. after makefile changeDavid Tardon1-1/+2
2014-06-09rhbz#1105376 move FlatODF filter config to right placeDavid Tardon1-8/+8
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin10-25/+5
2014-06-05...which empirically shows that LateInitThread is uselessStephan Bergmann7-376/+2
2014-06-05Make warning more usefulStephan Bergmann1-5/+4
2014-06-05...and so m_lDetectServices is never readStephan Bergmann2-12/+0
2014-06-05impl_resolveItem4TypeRegistration can be staticStephan Bergmann1-0/+1
2014-06-05...and so m_lChangedDetectServices is alway emptyStephan Bergmann2-5/+0
2014-06-05...and E_DETECTSERVICE is just as unusedStephan Bergmann3-17/+1