summaryrefslogtreecommitdiff
path: root/sw/source/core/text/itratr.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-04-10wrap more stuff in VclPtrNoel Grandin1-1/+1
2015-04-10wrap more stuff in VclPtrNoel Grandin1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-8/+8
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-1/+1
2015-01-05Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee1-2/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-21fdo#39468 Translate German comments - sw/source/core/{unocore|text}Philipp Weissenbacher1-30/+39
2014-10-03Speed up SwAttrIter::GetNextAttr()Matthew J. Francis1-4/+12
2014-09-06Simplify by early bailoutMatteo Casalin1-91/+82
2014-09-06sal_uInt16 to more proper types, group a test into a boolMatteo Casalin1-5/+6
2014-08-19Refactored SwDoc::GetEditShell .Valentin Kettner1-6/+4
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-0/+1
2014-07-22Massive KSHORT/MSHORT to sal_uInt16Matteo Casalin1-6/+6
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin1-4/+8
2014-07-22sal_uInt16/MSHORT to SwTwips/sal_Int32Matteo Casalin1-5/+4
2014-06-27DBG_ASSERT->assertCaolán McNamara1-2/+2
2014-06-24new compilerplugin returnbyrefNoel Grandin1-4/+4
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-06-03Removed IDocumentDeviceAccess.hxx include in SwDoc.hxxValentin Kettner1-0/+1
2014-06-03Removed IDocumentSettingAccess.hxx include in SwDoc.hxxValentin Kettner1-0/+1
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-04-19Finish removing ASCII art from sw/source/core/textChris Laplante1-34/+22
2014-02-21Translate German comments and remove superfluous ones as well as visual noiseAlexander Wilms1-66/+28
2014-02-16sal_Bool to bool and minor optimizationsMatteo Casalin1-1/+1
2014-02-08sal_Bool to boolMatteo Casalin1-20/+20
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-28Apparently missing "cChar =="Stephan Bergmann1-1/+1
2014-01-23coverity#1158514 Unused pointer valueCaolán McNamara1-2/+2
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara1-18/+18
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann1-13/+18
2013-12-15xub_StrLen/sal_uLong to sal_Int32 + minor optimizationsMatteo Casalin1-10/+7
2013-11-23Clarify loop conditionMatteo Casalin1-4/+8
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-2/+2
2013-11-08longparas: these sal_uInt16s are really xub_StrLensCaolán McNamara1-2/+2
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-11-01Related: #i33737# some minor refactoring in advanceOliver-Rainer Wittmann1-2/+2
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-6/+6
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-3/+3
2013-10-22Bin useless swmod commentsTor Lillqvist1-3/+3
2013-09-10String to OUStringThomas Arnhold1-12/+12
2013-08-18CharBrd 4.1: merge borders of text portionsZolnai Tamás1-70/+2
2013-08-12Fix char border mergeZolnai Tamás1-4/+4
2013-08-02CharBrd 4.2: vertical textZolnai Tamás1-0/+1
2013-08-02CharBrd 4.1: merge borders of text portionsZolnai Tamás1-1/+70
2013-06-20fdo#52028: sw: let text formatting ignore RSID in automatic stylesMichael Stahl1-5/+19
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-2/+2
2013-04-19sw: missing prefix for global pBreakItMiklos Vajna1-6/+6
2013-02-18sw: let SwTxtNode::GetTxt() return OUStringMichael Stahl1-4/+8
2013-02-18sw; convert SwTxtNode::m_Text to OUStringMichael Stahl1-3/+3