summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2013-11-26oox: avoid crash in ContextHandler2Helper::processCollectedChars()Miklos Vajna
2013-11-26Added dump of 'redline' objects in 'node dump' XMLAdam Co
2013-11-26Moved 'DateTimeToOString' from 'filter' package to 'tools' packageAdam Co
2013-11-26Mailmerge shows wrong number of emails to be sentRodolfo Ribeiro Gomes
2013-11-26DOCX import: default para style has priority over table stylesMiklos Vajna
2013-11-26mbTiledRendering is uninitializedCaolán McNamara
2013-11-25DOCX import: tblHeader implies firstRowMiklos Vajna
2013-11-25CppunitTest_sw_ooxmlexport: make it possible to use ..._TEST_ONLY with -WerrorMiklos Vajna
2013-11-25DOCX import: handle NS_sprm::LN_CFSmallCaps == 0 after NS_sprm::LN_CFCapsMiklos Vajna
2013-11-25Fixed for libreoffice crashes while opening file.PriyankaGaikwad
2013-11-24Remove temporary and update assertion conditionMatteo Casalin
2013-11-24Bail out earlyMatteo Casalin
2013-11-24Reduce scope of some variablesMatteo Casalin
2013-11-24STRING_LEN is no more the maximum string length + some cleanupsMatteo Casalin
2013-11-24xub_StrLen to sal_Int32Matteo Casalin
2013-11-24Avoid temporary, just return the resultMatteo Casalin
2013-11-24Improve formattingMatteo Casalin
2013-11-24Prefer += and -=Matteo Casalin
2013-11-24Use std::min + rename Ende to EndMatteo Casalin
2013-11-24Remove unneeded xub_StrLen castMatteo Casalin
2013-11-23widht -> widthJulien Nabet
2013-11-23rigth -> right (other occurences)Julien Nabet
2013-11-23rigth -> rightMiklos Vajna
2013-11-23DocxAttributeOutput: m_i -> m_nMiklos Vajna
2013-11-23Remove STRING_MAXLEN and cleanup codeMatteo Casalin
2013-11-23DocxAttributeOutput: vpt -> pointMiklos Vajna
2013-11-23else is not needed after continue or returnMatteo Casalin
2013-11-23Reduce scopeMatteo Casalin
2013-11-23Bail out earlyMatteo Casalin
2013-11-23No need for an else after a breakMatteo Casalin
2013-11-23Reduce scope of some variables and simplify checksMatteo Casalin
2013-11-23Simplify lcl_getMinPosMatteo Casalin
2013-11-23xub_StrLen to sal_Int32Matteo Casalin
2013-11-23ww8: remove unused AttribHere classMatteo Casalin
2013-11-23xub_StrLen to sal_Int32Matteo Casalin
2013-11-23Don't subtract 1 to just add it backMatteo Casalin
2013-11-23xub_StrLen to sal_Int32 and some optimizationsMatteo Casalin
2013-11-23xub_StrLen to sal_Int32Matteo Casalin
2013-11-23Clarify loop conditionMatteo Casalin
2013-11-23Bail out earlyMatteo Casalin
2013-11-23Share common code of if/else branchesMatteo Casalin
2013-11-23int/sal_Bool to bool, bEnde to bEndMatteo Casalin
2013-11-23SwPaM: xub_StrLen to sal_Int32Matteo Casalin
2013-11-23SwNumRule: rename member variables missing their prefixesMiklos Vajna
2013-11-23WaE: macro is not usedTor Lillqvist
2013-11-23Mark as const / staticTakeshi Abe
2013-11-22cp#1000016 DOCX/RTF import: fix RemoveLastParagraph() on WindowsMiklos Vajna
2013-11-22DOCX drawingML shape filter: import wps:txbx inside the shapeMiklos Vajna
2013-11-22Improve exception messagesStephan Bergmann
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin