summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2012-07-15fdo#52013: Writer will crash when the undo-redoing if it contains dummy textTakeshi Abe1-0/+2
2012-07-14Remove unused HIDsThomas Arnhold1-9/+0
2012-07-14Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-2/+2
2012-07-14Remove unused HIDsThomas Arnhold1-382/+0
2012-07-14WaE: possibly uninitialized valuesCaolán McNamara1-2/+2
2012-07-14Format paintbrush default behaviourMaxime de Roucy1-2/+5
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold5-18/+0
2012-07-14fix ambiguous template parameter in testMarkus Mohrhard1-1/+1
2012-07-13getParagraph helperLuboš Luňák3-61/+36
2012-07-13helper for XPropertySetLuboš Luňák4-14/+25
2012-07-13testcase for the recent fix with (not) exporting default tab stop to styleLuboš Luňák2-0/+15
2012-07-13do not write default tab stop into the default style in .docxLuboš Luňák3-3/+15
2012-07-13add constLuboš Luňák2-2/+2
2012-07-13forgot to rename this oneMiklos Vajna1-0/+0
2012-07-13sw/qa/extras: rename import tests from *tok to *importMiklos Vajna75-56/+56
2012-07-13add testcase for fc508908f55cc1fe5a22adcba710cebb75fc979cLuboš Luňák2-0/+8
2012-07-13sw: add initial odftok testMiklos Vajna4-0/+161
2012-07-13DocxAttributeOutput: overwrite WritePostitFieldStart/EndMiklos Vajna2-0/+39
2012-07-13MSWordExportBase::OutputTextNode: recognize COMMENTRANGE fieldmarksMiklos Vajna2-3/+20
2012-07-13MSWordExportBase::GetBookmarks: COMMENTRANGE fieldmarks are not bookmarksMiklos Vajna1-0/+4
2012-07-13SwXTextField: make sure we always insert the field at the endMiklos Vajna1-1/+2
2012-07-13java: printStackTrace always to stderrThomas Arnhold1-1/+1
2012-07-13DocxAttributeOutput: unneeded sal_BoolMiklos Vajna2-3/+3
2012-07-12SwWW8ImplReader::Read_GrafLayer: appease MSVC:Michael Stahl1-5/+5
2012-07-12SwContentArr: fix C++11ismMichael Stahl1-1/+3
2012-07-12Convert SV_DECL_PTRARR_SORT_DEL(SwContentArr) to o3tl::sorted_vectorNoel Grandin1-45/+47
2012-07-12Convert SV_DECL_PTRARR_SORT_VISIBILITY(SvxMSDffShapeTxBxSort) to std::setNoel Grandin1-13/+13
2012-07-12fix previous STL conversion commit:Michael Stahl4-15/+17
2012-07-12Convert SV_DECL_PTRARR_SORT_DEL_VISIBILITY(MSDffImportRecords) to std::setNoel Grandin3-14/+10
2012-07-12SwTxtPaintInfo::_DrawBackBrush: color comment rangesMiklos Vajna1-2/+25
2012-07-12SwXTextField::attachToRange: use a fieldmark for annotation range insertMiklos Vajna1-2/+15
2012-07-12SwXText::insertTextContent: allow attaching an annotation field to a rangeMiklos Vajna1-1/+5
2012-07-12SwXTextField: add getter method for m_nServiceIdMiklos Vajna2-0/+6
2012-07-12SwPostItMgr: these can be staticMiklos Vajna1-3/+3
2012-07-11fdo#38785: preview window should be paint transparentIvan Timofeev1-0/+1
2012-07-11add a testcase for the recent writerfilter numbering fixLuboš Luňák2-0/+58
2012-07-11Decrease header files dependenciesMatteo Casalin3-3/+3
2012-07-10Add some explanation (thank you David!)Julien Nabet1-0/+5
2012-07-10fdo#51793: FormatNumber can handle sal_uInt32 values after all...Cédric Bosdonnat3-3/+3
2012-07-09sal_Bool => bool if internal use only (in sw/source/core/crsr/)Philipp Riemer2-5/+5
2012-07-09renamed German variables (in sw/source/core/crsr/)Philipp Riemer4-82/+92
2012-07-09adjusted existing comments (in sw/source/core/crsr/)Philipp Riemer14-195/+167
2012-07-09fdo#39468: translate German comments (=> sw/source/core/crsr)Philipp Riemer17-956/+783
2012-07-09Resolves: fdo#51908 drop word/char count cache when numbering rule changesCaolán McNamara1-0/+4
2012-07-09add SwFrm::OnFirstPage to avoid copy&pasteMiklos Vajna4-4/+20
2012-07-09sw layout: fix first page header/footer insertionMiklos Vajna2-4/+19
2012-07-09some UniString->rtl::OUStringCaolán McNamara96-219/+225
2012-07-09removed dead code (in sw/source/core/crsr/)Philipp Riemer8-38/+10
2012-07-09merge HeaderIsSharedFirst and FooterIsSharedFirst to FirstIsSharedMiklos Vajna12-76/+43
2012-07-08removed unused includesTakeshi Abe1-2/+0