summaryrefslogtreecommitdiff
path: root/sw/source/filter/ascii
AgeCommit message (Expand)AuthorFilesLines
2018-03-09sw: fix some IWYU warningsMiklos Vajna1-0/+1
2018-02-17Translate German variable namesJohnny_M1-5/+5
2018-02-08Fix some IWYU warningsMiklos Vajna1-0/+1
2018-01-19tdf#115088: Pasting multi-line text from external source behaves strangelyTamás Zolnai1-1/+4
2017-11-22drop duplicate methodCaolán McNamara1-3/+3
2017-10-06filters: always use "" for includes in current source's directoryMike Kaganski2-2/+2
2017-09-13tdf#112191: Don't export bullets when only one paragraph is selected.Jan Holesovsky1-1/+3
2017-08-27convert code-class in ErrCode to scoped enumNoel Grandin1-1/+1
2017-08-22Convert ErrCode area to scoped enumNoel Grandin1-1/+1
2017-08-21remove dead sw error codesNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara2-2/+2
2017-07-17Remove duplicated includesAndrea Gelmini1-1/+0
2017-07-11loplugin:useuniqueptr in swNoel Grandin1-19/+13
2017-06-21convert ErrCode to strong typedefNoel Grandin3-10/+10
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-3/+2
2017-06-14Use unique_ptr for SwASCIIParser::pItemSetStephan Bergmann1-5/+5
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin2-2/+2
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin1-1/+1
2017-05-10sw txt export: Greatly improve the export of bullets & numbering.Jan Holesovsky1-5/+24
2017-04-26use strong_int for LanguageTypeNoel Grandin1-2/+1
2017-04-25Optimize plain-text import.Michael Meeks1-3/+1
2017-03-29sw: plain-text ASCII export: filter out all CH_TXT_ATR_*Michael Stahl1-0/+12
2017-01-23tdf#63673 Never ignore detected BOMMaxim Monastirsky1-1/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-1/+1
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist1-1/+1
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann1-1/+1
2016-08-18cppcheck: noCopyConstructorCaolán McNamara1-0/+3
2016-08-17convert SvxBreak to scoped enumNoel Grandin1-1/+1
2016-07-04remove comphelper::string::removeNoel Grandin1-1/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-2/+2
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin1-4/+8
2016-04-14loplugin:passstuffbyref in swNoel Grandin1-1/+1
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-1/+2
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-8/+8
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-01Fix typosAndrea Gelmini1-1/+1
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin1-2/+2
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier3-42/+42
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-8/+8
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose1-1/+1
2015-03-11convert SetAttrMode to enum classNoel Grandin1-2/+2
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-2/+2