summaryrefslogtreecommitdiffstats
path: root/sw/source
Commit message (Expand)AuthorAgeFilesLines
* DOCX export: handle SDT around floating tablesMiklos Vajna2014-08-191-0/+3
* DOCX export: handle multi-para SDT's ending right before a tableMiklos Vajna2014-08-191-0/+3
* Typo: loop on all Marks instead of processing Mark(0) over and overMatteo Casalin2014-08-181-1/+1
* Consistency around XColorItem in svx/sdshcitm.hxxStephan Bergmann2014-08-181-1/+1
* DOCX export: don't forget to close SDT elements inside the TextBoxes of shapesMiklos Vajna2014-08-181-0/+9
* Consistency around SdrOnOffItem in svx/sdtcfitm.hxxStephan Bergmann2014-08-182-2/+2
* drop unnecessary shl.hxx includesCaolán McNamara2014-08-1826-27/+0
* Change inline-edit mouse input handlingJan-Marek Glogowski2014-08-182-44/+117
* fdo#82492 : DOCX: Corruption: File was getting corrupt fafter RTPallavi Jadhav2014-08-183-26/+39
* DOCX filter: improve qFormat export handlingMiklos Vajna2014-08-181-3/+50
* Fix missing prefixMiklos Vajna2014-08-182-4/+4
* Consistency around SdrMetricItem in svx/sdsxyitm.hxxStephan Bergmann2014-08-183-8/+8
* Test compiling before committing is overratedTor Lillqvist2014-08-181-1/+1
* include app.hrcThomas Arnhold2014-08-182-0/+2
* fix buildThomas Arnhold2014-08-184-6/+5
* fix string resourceThomas Arnhold2014-08-181-0/+1
* fix buildThomas Arnhold2014-08-181-1/+2
* InfoBox to String finalThomas Arnhold2014-08-186-23/+22
* InfoBox REG_WRONG_PASSWORD and REG_WRONG_PASSWD_REPEAT to StringThomas Arnhold2014-08-183-13/+10
* move strings to global fileThomas Arnhold2014-08-187-90/+20
* InfoBox MSG_WRONG_TABLENAME and MSG_ERR_TABLE_MERGE to StringThomas Arnhold2014-08-185-10/+12
* InfoBox STR_SRTERR to StringThomas Arnhold2014-08-183-6/+5
* InfoBox MSG_DOUBLE_SHORTNAME and MSG_NO_GLOSSARIES to StringThomas Arnhold2014-08-183-9/+9
* InfoBox MSG_ERR_INSERT_GLOS to StringThomas Arnhold2014-08-184-10/+6
* InfoBox MSG_ILLEGAL_PAGENUM to StringThomas Arnhold2014-08-182-5/+5
* InfoBoxes to StringThomas Arnhold2014-08-183-12/+13
* InfoBox MSG_ERROR_PASSWD to StringThomas Arnhold2014-08-182-5/+4
* Fix input field tab handlingJan-Marek Glogowski2014-08-171-4/+30
* fdo#76565 Allow pasting into input fieldsJan-Marek Glogowski2014-08-171-4/+2
* fdo#81750 MM: correctly convert inline-edit fieldsJan-Marek Glogowski2014-08-171-11/+38
* Input fields are always editable...Jan-Marek Glogowski2014-08-171-2/+1
* fix reading a .doc that has frame anchored to the end of page (bnc#787942)Luboš Luňák2014-08-172-1/+15
* coverity#1158079 Unchecked dynamic_castCaolán McNamara2014-08-171-2/+2
* Hyperlink dialog: Don't close if it's already openThomas Arnhold2014-08-171-1/+1
* remove executable bitsThomas Arnhold2014-08-172-0/+0
* oupsThomas Arnhold2014-08-171-2/+2
* warning C4800: 'int' : forcing value to bool 'true' or 'false'Thomas Arnhold2014-08-171-6/+6
* warning C4800: 'int' : forcing value to bool 'true' or 'false'Thomas Arnhold2014-08-171-12/+12
* use bool directlyThomas Arnhold2014-08-172-12/+12
* Missing ; (unsuccessful merge)Matteo Casalin2014-08-161-1/+1
* Consistently use size_t and SAL_MAX_SIZEMatteo Casalin2014-08-1612-44/+44
* Avoid redundant cehck and unneeded local scopeMatteo Casalin2014-08-161-14/+8
* Consistently use size_t and SAL_MAX_SIZEMatteo Casalin2014-08-1614-50/+46
* sal_uInt16 to size_t, avoid temporaries and hardcoded constantsMatteo Casalin2014-08-161-14/+9
* Fix indentation/formatMatteo Casalin2014-08-161-32/+30
* Use more proper integer types, avoid temporaries and constifyMatteo Casalin2014-08-163-8/+7
* Fix indentation/formatMatteo Casalin2014-08-161-91/+85
* sal_uInt16 to sal_uInt16, constifyMatteo Casalin2014-08-161-9/+9
* This array can be staticMatteo Casalin2014-08-162-2/+1
* Group more code in local helper function and simplify itMatteo Casalin2014-08-161-22/+26