summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2013-11-24Remove temporary and update assertion conditionMatteo Casalin1-4/+2
2013-11-24Bail out earlyMatteo Casalin1-23/+21
2013-11-24Reduce scope of some variablesMatteo Casalin1-7/+3
2013-11-24STRING_LEN is no more the maximum string length + some cleanupsMatteo Casalin1-6/+4
2013-11-24xub_StrLen to sal_Int32Matteo Casalin7-25/+25
2013-11-24Avoid temporary, just return the resultMatteo Casalin1-5/+1
2013-11-24Improve formattingMatteo Casalin1-5/+5
2013-11-24Prefer += and -=Matteo Casalin1-2/+2
2013-11-24Use std::min + rename Ende to EndMatteo Casalin1-9/+8
2013-11-24Remove unneeded xub_StrLen castMatteo Casalin1-2/+1
2013-11-23widht -> widthJulien Nabet2-2/+2
2013-11-23rigth -> right (other occurences)Julien Nabet2-2/+2
2013-11-23rigth -> rightMiklos Vajna1-1/+1
2013-11-23DocxAttributeOutput: m_i -> m_nMiklos Vajna2-11/+11
2013-11-23Remove STRING_MAXLEN and cleanup codeMatteo Casalin1-15/+11
2013-11-23DocxAttributeOutput: vpt -> pointMiklos Vajna2-3/+3
2013-11-23else is not needed after continue or returnMatteo Casalin1-2/+2
2013-11-23Reduce scopeMatteo Casalin1-3/+2
2013-11-23Bail out earlyMatteo Casalin1-10/+8
2013-11-23No need for an else after a breakMatteo Casalin1-5/+3
2013-11-23Reduce scope of some variables and simplify checksMatteo Casalin1-17/+23
2013-11-23Simplify lcl_getMinPosMatteo Casalin1-12/+6
2013-11-23xub_StrLen to sal_Int32Matteo Casalin9-47/+45
2013-11-23ww8: remove unused AttribHere classMatteo Casalin1-12/+0
2013-11-23xub_StrLen to sal_Int32Matteo Casalin2-15/+10
2013-11-23Don't subtract 1 to just add it backMatteo Casalin1-4/+2
2013-11-23xub_StrLen to sal_Int32 and some optimizationsMatteo Casalin13-77/+71
2013-11-23xub_StrLen to sal_Int32Matteo Casalin1-10/+10
2013-11-23Clarify loop conditionMatteo Casalin1-4/+8
2013-11-23Bail out earlyMatteo Casalin1-21/+12
2013-11-23Share common code of if/else branchesMatteo Casalin1-13/+5
2013-11-23int/sal_Bool to bool, bEnde to bEndMatteo Casalin1-31/+32
2013-11-23SwPaM: xub_StrLen to sal_Int32Matteo Casalin5-16/+16
2013-11-23SwNumRule: rename member variables missing their prefixesMiklos Vajna2-150/+150
2013-11-23WaE: macro is not usedTor Lillqvist1-2/+0
2013-11-23Mark as const / staticTakeshi Abe2-6/+6
2013-11-22cp#1000016 DOCX/RTF import: fix RemoveLastParagraph() on WindowsMiklos Vajna1-2/+17
2013-11-22DOCX drawingML shape filter: import wps:txbx inside the shapeMiklos Vajna2-0/+8
2013-11-22Improve exception messagesStephan Bergmann1-3/+9
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin6-10/+7
2013-11-21Related: rhbz#1033108 how did pAnchoredObj end up as NULLCaolán McNamara1-1/+3
2013-11-21longparas: nTxtBreak is really a xub_StrLenCaolán McNamara1-1/+1
2013-11-21Resolves: fdo#67263 CRASH when deleting applied bulleted paragraph styleJulien Nabet1-1/+1
2013-11-21longparas: these are really xub_StrLensCaolán McNamara2-11/+11
2013-11-21longparas: this should be xub_StrlenCaolán McNamara1-1/+1
2013-11-21longparas: these are really xub_StrLensCaolán McNamara1-2/+2
2013-11-21longparas: ditch unused argumentCaolán McNamara1-2/+2
2013-11-21longparas: safe xub_Strlen->sal_Int32Caolán McNamara1-1/+1
2013-11-21DOCX drawingML shape import: fix position when CustomShapeGeometry is setMiklos Vajna2-0/+7
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin3-15/+15