summaryrefslogtreecommitdiff
path: root/sw/source/filter/ascii
AgeCommit message (Expand)AuthorFilesLines
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
2014-11-09constLuboš Luňák1-1/+1
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-23sw: fix undefined casts of SwTxtInputFldMichael Stahl1-1/+2
2014-09-26remove unnecessary casts'sNoel Grandin1-3/+3
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-08-27Don't pointlessly make it harder to git grep for this messageTor Lillqvist1-2/+1
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-2/+3
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-2/+2
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin1-3/+2
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-7/+7
2014-06-24new compilerplugin returnbyrefNoel Grandin1-4/+4
2014-06-19Do not call SwASC_AttrIter::NextPos when nAktSwPos is already SAL_MAX_INT32Stephan Bergmann1-2/+6
2014-06-03Removed IDocumentDeviceAccess.hxx include in SwDoc.hxxValentin Kettner1-0/+1
2014-06-03Made SwDoc::getDocumentDeviceAccess return a reference.Valentin Kettner1-2/+2
2014-06-03Started cleaning up of IDocumentDeviceAccess methods in SwDoc.Valentin Kettner1-2/+2
2014-04-15sw: clean up inter-module includesThomas Arnhold1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-02-28sw: hey, don't forget about big-endian parts in wrtasc.cxx!Douglas Mencken1-1/+1
2014-02-27Remove visual noise from swAlexander Wilms4-14/+0
2014-02-23Remove unneccessary commentsAlexander Wilms2-3/+3
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-17bool improvementsStephan Bergmann1-2/+2
2014-01-15starting chopping out aEmptyOUStrCaolán McNamara1-1/+1
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara1-2/+2
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-3/+2
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann1-0/+1
2013-11-24Use std::min + rename Ende to EndMatteo Casalin1-9/+8
2013-11-23xub_StrLen to sal_Int32Matteo Casalin1-10/+10
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann2-15/+42
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin2-4/+5
2013-11-05fixincludeguards.sh: swThomas Arnhold1-3/+3
2013-11-01Related: #i33737# some minor refactoring in advanceOliver-Rainer Wittmann1-2/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist2-4/+4
2013-10-21remove unnecessary tools/string.hxx includesCaolán McNamara1-2/+2
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin2-7/+7
2013-10-12Test _WIN32 instead of WNT and UNXTor Lillqvist1-2/+2
2013-10-08Related: fdo#38838 remove UniString::SearchAndReplaceAllCaolán McNamara1-3/+3
2013-09-04String to OUStringThomas Arnhold1-3/+3
2013-08-22SwASCWriter: out of bounds substring accessMiklos Vajna1-1/+1
2013-08-15String to OUString, some formattingMatteo Casalin3-23/+18
2013-08-14String to OUString + prefix names of data membersMatteo Casalin1-1/+1
2013-04-19sw: missing prefix for global pBreakItMiklos Vajna1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+4
2013-02-18sw: let SwTxtNode::GetTxt() return OUStringMichael Stahl1-2/+1
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2012-12-20sal_Bool to boolTakeshi Abe2-9/+9
2012-11-30re-base on ALv2 code. Includes:Michael Meeks3-69/+42
2012-08-11fdo#53328: sw: ascii import: fix crash:Michael Stahl1-1/+1