summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-03-16bLoadLowResGrf is never readMatteo Casalin2-4/+3
2014-03-16sal_Bool to boolMatteo Casalin8-27/+30
2014-03-16Simplify evaluation of returned booleansMatteo Casalin1-34/+18
2014-03-16sal_Bool to boolMatteo Casalin28-72/+72
2014-03-16sal_Bool to boolMatteo Casalin4-22/+22
2014-03-16Simplify expression and fix typo in a commentMatteo Casalin1-2/+2
2014-03-16sal_Bool to boolMatteo Casalin8-10/+10
2014-03-16sal_Bool to bool and minor optimizationsMatteo Casalin17-51/+41
2014-03-15coverity#708518 Uninitialized scalar fieldCaolán McNamara1-4/+5
2014-03-15coverity#738913 Uninitialized pointer fieldCaolán McNamara1-1/+2
2014-03-15coverity#704903 Unchecked dynamic_castCaolán McNamara1-6/+4
2014-03-15coverity#1000605 Dereference after null checkCaolán McNamara1-2/+7
2014-03-15coverity#982477 Dereference after null checkCaolán McNamara1-2/+1
2014-03-15coverity#982475 Dereference after null checkCaolán McNamara1-1/+1
2014-03-15coverity#704923 Dereference after null checkCaolán McNamara1-1/+1
2014-03-15coverity#704921 Dereference after null checkCaolán McNamara1-1/+1
2014-03-15coverity#704920 Dereference after null checkCaolán McNamara1-1/+1
2014-03-15coverity#704919 Dereference after null checkCaolán McNamara1-1/+1
2014-03-15coverity#704918 Dereference after null checkCaolán McNamara1-1/+1
2014-03-15coverity#704914 Dereference after null checkCaolán McNamara1-2/+6
2014-03-15coverity#704908 Dereference after null checkCaolán McNamara1-31/+35
2014-03-15coverity#704897 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-03-15coverity#1078651 Missing break in switchCaolán McNamara1-0/+1
2014-03-15fdo#75040 fix application of help's stylesheetAndras Timar1-1/+1
2014-03-15fdo#57950: Replace some chained appends in swAlexandre Vicenzi1-5/+1
2014-03-15fdo#76016 Changed oox/CustomTarget_generated.mkVinaya Mandke2-0/+10
2014-03-14replace ugly number with SAL_WHEELMOUSE_EVENT_PAGESCROLLMichael Stahl1-1/+2
2014-03-14fdo#75460: sw: fix AutoScrollMichael Stahl1-10/+5
2014-03-14RTF import: fix ordering of old-style dhght in case of equal valuesMiklos Vajna2-0/+27
2014-03-14fdo#68779: RTF import: set borders without explicit widthMichael Stahl2-0/+87
2014-03-14SvxMultiFileDialog is never createdCaolán McNamara3-29/+0
2014-03-14make glossary edit categories a little tallerCaolán McNamara1-0/+1
2014-03-14Related: rhbz#1075951 abrt crash in MSWordExportBase::OutputFormatCaolán McNamara1-2/+5
2014-03-14RTF import: anchor drawing objects at-character by defaultMiklos Vajna2-0/+10
2014-03-14sw: deploy a couple of doxygen commentsMiklos Vajna4-0/+6
2014-03-14RTF import: fix dobxpage before dptxbxMiklos Vajna2-0/+11
2014-03-14fdo#69289 RTF import: handle cells with zero widthMiklos Vajna2-0/+16
2014-03-14fdo#74775: Preseved Citation after round trip.Rohit Deshmukh24-11/+112
2014-03-14ooxml: round-trip test of w14 elements contained in styles.xmlTomaž Vajngerl2-3/+239
2014-03-14WaE: expression result unusedTor Lillqvist1-1/+1
2014-03-14"prefix" and "postfix" are single wordsTor Lillqvist1-22/+22
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-3/+3
2014-03-14sfx2: sal_Bool->boolNoel Grandin8-15/+15
2014-03-14sfx2: sal_Bool->boolNoel Grandin14-36/+36
2014-03-14svx: sal_Bool->boolNoel Grandin2-5/+5
2014-03-13SwFEShell::InsertRow: forgot to comment what that -2 doesMiklos Vajna1-0/+2
2014-03-13coverity#708846 Unused pointer valueCaolán McNamara1-3/+1
2014-03-13coverity#708843 Unused pointer valueCaolán McNamara1-1/+1
2014-03-13fdo#76078: LO Crashes while saving the docx file containing only opening braceDinesh Patil4-0/+19
2014-03-13fdo#75898 SwFEShell::InsertRow: fix this in case bSelectAll == trueMiklos Vajna4-1/+27