summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2017-08-23convert message box style bits to scoped enumNoel Grandin2-2/+2
2017-08-18Fix typosAndrea Gelmini1-2/+2
2017-08-17tdf#50097: DOCX: export form controls as MSO ActiveX controlsTamás Zolnai1-1/+19
2017-08-17Fix typosAndrea Gelmini5-7/+7
2017-08-17drop unused SdrCustomShapeAdjustmentItemJochen Nitschke1-1/+0
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin3-7/+7
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2-3/+3
2017-08-16rename some unnecessary contractions, Lft-Left, etc.Noel Grandin1-1/+1
2017-08-15remove redundant SvxFrameDirection castsJochen Nitschke1-1/+1
2017-08-11tdf#95178 Homogeneous columns are a huge waste of spaceAdolfo Jayme Barrientos4-4/+0
2017-08-11Typos about "translate"Julien Nabet1-2/+2
2017-08-11tdf#111492 Honor ODF 1.2 style tab indentation in XHTML exportSamuel Mehrbrodt1-23/+7
2017-08-09send this MapMode scale thing back to where it came fromCaolán McNamara1-1/+48
2017-08-09tdf#111480 Circular text was imported horizontallySzymon Kłos1-1/+1
2017-08-09tdf#66212 - Hebrew numbering import/export supportYossi Zahn5-7/+23
2017-08-08loplugin:constantparamNoel Grandin2-7/+4
2017-08-04rename Anz->Cnt in filterNoel Grandin2-61/+61
2017-08-02remove unnecessary use of 'this->'Noel Grandin3-13/+13
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara7-69/+23
2017-08-01writerperfect: add initial EPUB export filterMiklos Vajna3-0/+61
2017-08-01move resmgr to unotoolsCaolán McNamara6-10/+10
2017-08-01loplugin:checkunusedparamsNoel Grandin4-47/+31
2017-07-31loplugin:constparams in filterNoel Grandin4-10/+10
2017-07-28Export to PNG: also Calc has MeasureUnitEike Rathke1-0/+4
2017-07-27loplugin:constparams in filterNoel Grandin33-112/+112
2017-07-27tdf#109202 Add mimetype to image elementSamuel Mehrbrodt2-23/+32
2017-07-26tdf#109364: fix assert in LibXSLTTransformer.cxxJulien Nabet1-3/+4
2017-07-26loplugin:unusedfieldsNoel Grandin2-2/+0
2017-07-25Export to PNG: add SUPPORTSSELECTION flag to Calc and Writer filter fragmentsEike Rathke2-2/+2
2017-07-25fix some "deffer" spellingNoel Grandin1-1/+1
2017-07-24Export to PNG: use selection if Selection is selectedEike Rathke4-4/+17
2017-07-24loplugin:unusedfields readonly fieldsNoel Grandin3-14/+0
2017-07-22loplugin:unusedfields in extensions..frameworkNoel Grandin1-8/+0
2017-07-21sd pptm: Add a separate PPTM filter.Jan Holesovsky5-2/+62
2017-07-21de-hrc various thingsCaolán McNamara1-36/+0
2017-07-21migrate to boost::gettextCaolán McNamara54-977/+384
2017-07-18CppunitTest_filter_eps_test add missing componentMiklos Vajna1-0/+1
2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin1-16/+10
2017-07-13convert pXRelTo/pYRelTo to boost::optionalNoel Grandin1-29/+7
2017-07-13ofz#2332 fix dangling pCObjCaolán McNamara1-0/+2
2017-07-13unused ResMgrCaolán McNamara1-16/+11
2017-07-13Show document title for embedded documentsSzymon Kłos1-0/+8
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin11-83/+77
2017-07-13loplugin:oncevar: empty strings: filterStephan Bergmann3-6/+3
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin1-1/+1
2017-07-11simplify some OUString::concat usageNoel Grandin1-3/+1
2017-07-11ofz#2538: avoid oomCaolán McNamara3-27/+0
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin3-4/+4
2017-07-11simplify some OUString::copy callsNoel Grandin1-4/+4
2017-07-11use more range-for on uno::SequenceNoel Grandin2-16/+7