summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2-2/+2
2014-08-19DOCX export: handle SDT around floating tablesMiklos Vajna2-0/+3
2014-08-19DOCX export: handle multi-para SDT's ending right before a tableMiklos Vajna2-0/+3
2014-08-18Typo: loop on all Marks instead of processing Mark(0) over and overMatteo Casalin1-1/+1
2014-08-18Consistency around XColorItem in svx/sdshcitm.hxxStephan Bergmann1-1/+1
2014-08-18DOCX export: don't forget to close SDT elements inside the TextBoxes of shapesMiklos Vajna5-0/+18
2014-08-18Consistency around SdrOnOffItem in svx/sdtcfitm.hxxStephan Bergmann2-2/+2
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara26-27/+0
2014-08-18Change inline-edit mouse input handlingJan-Marek Glogowski2-44/+117
2014-08-18fdo#82492 : DOCX: Corruption: File was getting corrupt fafter RTPallavi Jadhav5-26/+49
2014-08-18DOCX filter: improve qFormat export handlingMiklos Vajna2-3/+56
2014-08-18Fix missing prefixMiklos Vajna2-4/+4
2014-08-18Consistency around SdrMetricItem in svx/sdsxyitm.hxxStephan Bergmann3-8/+8
2014-08-18Test compiling before committing is overratedTor Lillqvist1-1/+1
2014-08-18include app.hrcThomas Arnhold2-0/+2
2014-08-18fix buildThomas Arnhold5-6/+6
2014-08-18fix string resourceThomas Arnhold1-0/+1
2014-08-18fix buildThomas Arnhold1-1/+2
2014-08-18InfoBox to String finalThomas Arnhold6-23/+22
2014-08-18InfoBox REG_WRONG_PASSWORD and REG_WRONG_PASSWD_REPEAT to StringThomas Arnhold3-13/+10
2014-08-18move strings to global fileThomas Arnhold8-93/+20
2014-08-18InfoBox MSG_WRONG_TABLENAME and MSG_ERR_TABLE_MERGE to StringThomas Arnhold5-10/+12
2014-08-18InfoBox STR_SRTERR to StringThomas Arnhold3-6/+5
2014-08-18InfoBox MSG_DOUBLE_SHORTNAME and MSG_NO_GLOSSARIES to StringThomas Arnhold3-9/+9
2014-08-18InfoBox MSG_ERR_INSERT_GLOS to StringThomas Arnhold5-11/+6
2014-08-18InfoBox MSG_ILLEGAL_PAGENUM to StringThomas Arnhold3-6/+6
2014-08-18InfoBoxes to StringThomas Arnhold5-15/+16
2014-08-18InfoBox MSG_ERROR_PASSWD to StringThomas Arnhold3-6/+5
2014-08-17Fix input field tab handlingJan-Marek Glogowski1-4/+30
2014-08-17fdo#76565 Allow pasting into input fieldsJan-Marek Glogowski1-4/+2
2014-08-17fdo#81750 MM: correctly convert inline-edit fieldsJan-Marek Glogowski1-11/+38
2014-08-17Input fields are always editable...Jan-Marek Glogowski1-2/+1
2014-08-17fix reading even/odd page breaks from .docx (bnc#519228)Luboš Luňák2-0/+31
2014-08-17fix reading a .doc that has frame anchored to the end of page (bnc#787942)Luboš Luňák4-1/+22
2014-08-17coverity#1158079 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-08-17Hyperlink dialog: Don't close if it's already openThomas Arnhold1-1/+1
2014-08-17remove executable bitsThomas Arnhold17-0/+0
2014-08-17oupsThomas Arnhold1-2/+2
2014-08-17warning C4800: 'int' : forcing value to bool 'true' or 'false'Thomas Arnhold1-6/+6
2014-08-17warning C4800: 'int' : forcing value to bool 'true' or 'false'Thomas Arnhold1-12/+12
2014-08-17use bool directlyThomas Arnhold2-12/+12
2014-08-16Related: fdo#45588 Use of different items for Formatting MarksJulien Nabet1-1/+1
2014-08-16Missing ; (unsuccessful merge)Matteo Casalin1-1/+1
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin14-48/+48
2014-08-16Avoid redundant cehck and unneeded local scopeMatteo Casalin1-14/+8
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin14-50/+46
2014-08-16sal_uInt16 to size_t, avoid temporaries and hardcoded constantsMatteo Casalin1-14/+9
2014-08-16Fix indentation/formatMatteo Casalin1-32/+30
2014-08-16Use more proper integer types, avoid temporaries and constifyMatteo Casalin3-8/+7
2014-08-16Fix indentation/formatMatteo Casalin1-91/+85