summaryrefslogtreecommitdiffstats
path: root/sw
Commit message (Expand)AuthorAgeFilesLines
* Added dump of 'redline' objects in 'node dump' XMLAdam Co2013-11-262-0/+133
* Moved 'DateTimeToOString' from 'filter' package to 'tools' packageAdam Co2013-11-261-3/+4
* Mailmerge shows wrong number of emails to be sentRodolfo Ribeiro Gomes2013-11-261-1/+1
* DOCX import: default para style has priority over table stylesMiklos Vajna2013-11-261-0/+3
* mbTiledRendering is uninitializedCaolán McNamara2013-11-261-0/+1
* DOCX import: tblHeader implies firstRowMiklos Vajna2013-11-251-0/+3
* CppunitTest_sw_ooxmlexport: make it possible to use ..._TEST_ONLY with -WerrorMiklos Vajna2013-11-251-3/+4
* DOCX import: handle NS_sprm::LN_CFSmallCaps == 0 after NS_sprm::LN_CFCapsMiklos Vajna2013-11-251-0/+6
* Fixed for libreoffice crashes while opening file.PriyankaGaikwad2013-11-253-1/+6
* Remove temporary and update assertion conditionMatteo Casalin2013-11-241-4/+2
* Bail out earlyMatteo Casalin2013-11-241-23/+21
* Reduce scope of some variablesMatteo Casalin2013-11-241-7/+3
* STRING_LEN is no more the maximum string length + some cleanupsMatteo Casalin2013-11-241-6/+4
* xub_StrLen to sal_Int32Matteo Casalin2013-11-247-25/+25
* Avoid temporary, just return the resultMatteo Casalin2013-11-241-5/+1
* Improve formattingMatteo Casalin2013-11-241-5/+5
* Prefer += and -=Matteo Casalin2013-11-241-2/+2
* Use std::min + rename Ende to EndMatteo Casalin2013-11-241-9/+8
* Remove unneeded xub_StrLen castMatteo Casalin2013-11-241-2/+1
* widht -> widthJulien Nabet2013-11-232-2/+2
* rigth -> right (other occurences)Julien Nabet2013-11-232-2/+2
* rigth -> rightMiklos Vajna2013-11-231-1/+1
* DocxAttributeOutput: m_i -> m_nMiklos Vajna2013-11-232-11/+11
* Remove STRING_MAXLEN and cleanup codeMatteo Casalin2013-11-231-15/+11
* DocxAttributeOutput: vpt -> pointMiklos Vajna2013-11-232-3/+3
* else is not needed after continue or returnMatteo Casalin2013-11-231-2/+2
* Reduce scopeMatteo Casalin2013-11-231-3/+2
* Bail out earlyMatteo Casalin2013-11-231-10/+8
* No need for an else after a breakMatteo Casalin2013-11-231-5/+3
* Reduce scope of some variables and simplify checksMatteo Casalin2013-11-231-17/+23
* Simplify lcl_getMinPosMatteo Casalin2013-11-231-12/+6
* xub_StrLen to sal_Int32Matteo Casalin2013-11-239-47/+45
* ww8: remove unused AttribHere classMatteo Casalin2013-11-231-12/+0
* xub_StrLen to sal_Int32Matteo Casalin2013-11-232-15/+10
* Don't subtract 1 to just add it backMatteo Casalin2013-11-231-4/+2
* xub_StrLen to sal_Int32 and some optimizationsMatteo Casalin2013-11-2313-77/+71
* xub_StrLen to sal_Int32Matteo Casalin2013-11-231-10/+10
* Clarify loop conditionMatteo Casalin2013-11-231-4/+8
* Bail out earlyMatteo Casalin2013-11-231-21/+12
* Share common code of if/else branchesMatteo Casalin2013-11-231-13/+5
* int/sal_Bool to bool, bEnde to bEndMatteo Casalin2013-11-231-31/+32
* SwPaM: xub_StrLen to sal_Int32Matteo Casalin2013-11-235-16/+16
* SwNumRule: rename member variables missing their prefixesMiklos Vajna2013-11-232-150/+150
* WaE: macro is not usedTor Lillqvist2013-11-231-2/+0
* Mark as const / staticTakeshi Abe2013-11-232-6/+6
* cp#1000016 DOCX/RTF import: fix RemoveLastParagraph() on WindowsMiklos Vajna2013-11-221-2/+17
* DOCX drawingML shape filter: import wps:txbx inside the shapeMiklos Vajna2013-11-222-0/+8
* Improve exception messagesStephan Bergmann2013-11-221-3/+9
* remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2013-11-226-10/+7
* Related: rhbz#1033108 how did pAnchoredObj end up as NULLCaolán McNamara2013-11-211-1/+3