summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
2014-06-10fdo#79676: Initialize with a default chart only from the UI.Kohei Yoshida1-0/+8
2014-06-10fdo#79822 : Crash:LO Crashes while Saving the DOCX containing smartartPriyankaGaikwad1-1/+3
2014-06-10some SAL_OVERRIDEsBjoern Michaelsen1-5/+5
2014-06-10coverity#1222244 Uninitialized scalar fieldCaolán McNamara1-2/+11
2014-06-10Avoid possible memory leaks in case of exceptionsTakeshi Abe6-51/+35
2014-06-10decouple CntntStore so it can be refactoredBjoern Michaelsen7-60/+81
2014-06-10create factory function for encapsulationBjoern Michaelsen7-35/+41
2014-06-10typedef the internal typeBjoern Michaelsen6-11/+14
2014-06-09SwAddressControl_Impl: add SAL_OVERRIDEMichael Stahl1-1/+1
2014-06-09gbuild: remove config_libraries.h and gb_Helper_generate_config_librariesMichael Stahl1-2/+1
2014-06-09fallback to DefaultEncoding when eCurrentEncoding is unknownCaolán McNamara1-0/+2
2014-06-09use ok, cancel, help like everywhere elseCaolán McNamara1-1/+1
2014-06-09valgrind: conditional jump depends on uninitialized dataCaolán McNamara1-3/+5
2014-06-09DLG_MM_CREATEADDRESSLIST conversion to .uisk945-326/+155
2014-06-09fix fdo#40073 : look for translated frame stylesElie Roux1-0/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin36-237/+31
2014-06-09Avoid possible memory leaks in case of exceptionsTakeshi Abe6-72/+54
2014-06-08another blind fix for windowsDavid Tardon1-1/+1
2014-06-06Bin ugly (ab)use of preprocessor in headers (final part)Thomas Arnhold2-11/+0
2014-06-06coverity#735910 Dereference after null checkCaolán McNamara1-1/+1
2014-06-06fixincludeguards: fix include guardsThomas Arnhold4-9/+10
2014-06-06fdo#76281: Fix wrong square brackets in exported citationsJacobo Aragunde Pérez1-1/+1
2014-06-06sw html: Translate some german comments.Jan Holesovsky1-2/+2
2014-06-06revert sw part of "don't swap in all images when loading files"Michael Stahl1-3/+0
2014-06-06i#124999: - call <SwGrfNode::onGraphicChanged()> only when <Graphic>Oliver-Rainer Wittmann2-17/+33
2014-06-06TOX: Extract generation of tab stop attributes to its own class.Tobias Lippert3-87/+153
2014-06-06DOCX drawingML export: don't export textboxes of shapes twiceMiklos Vajna3-1/+16
2014-06-06DOCX drawingML export: avoid duplicated <wps:spPr> for textboxesMiklos Vajna1-78/+80
2014-06-06DOCX drawingML export: if shape has textbox, export its contents as shape textMiklos Vajna4-40/+59
2014-06-06SwTextBoxHelper::findTextBox: add an UNO versionMiklos Vajna1-0/+10
2014-06-06Unittest generation of text for chapter entries in the TOCTobias Lippert1-45/+84
2014-06-06fdo#79558: Do not overwrite w:shd valueJacobo Aragunde Pérez2-8/+11
2014-06-06fdo#79558: Preserve missing attributes in paragraph w:shdJacobo Aragunde Pérez1-6/+30
2014-06-06fdo#79691: Fix ppt files embedded in .docx documentsJacobo Aragunde Pérez1-1/+7
2014-06-06coverity#1219787 Explicit null dereferencedCaolán McNamara1-1/+1
2014-06-06coverity#1219791 Uncaught exceptionCaolán McNamara1-2/+3
2014-06-06coverity#1078570 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-06-06coverity#735905 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-06-06coverity#705041 Dereference after null checkCaolán McNamara1-3/+6
2014-06-06coverity#705013 Unchecked dynamic_castCaolán McNamara1-3/+4
2014-06-06new method INetURLObject::getData() for data urlsChr. Rossmanith1-9/+11
2014-06-06tweak to get building universallyCaolán McNamara1-1/+1
2014-06-06Unittest generation of page number placeholders in table of contentsTobias Lippert2-32/+44
2014-06-06missing mode-lines, stray semi-colonsCaolán McNamara1-0/+1
2014-06-06fdo#30732 Retain selected character attributes for table of contentsTobias Lippert1-6/+78
2014-06-05coverity#1213246 Dereference null return valueCaolán McNamara1-0/+3
2014-06-05coverity#705317 Missing break in switch, assuming intentionalCaolán McNamara1-0/+1
2014-06-05coverity#736056 Missing break in switch, assuming intentionalCaolán McNamara1-1/+1
2014-06-05coverity#736075 Missing break in switch, assuming its unintentionalCaolán McNamara1-0/+1
2014-06-05loplugin:implicitboolconversionMiklos Vajna1-1/+1