summaryrefslogtreecommitdiffstats
path: root/sw
Commit message (Expand)AuthorAgeFilesLines
* warning C4928: illegal copy-initialization:Michael Stahl2012-07-161-6/+6
* implement docx import/export of SwPostItField::aInitialsMiklos Vajna2012-07-163-1/+8
* SwPostItField: added aInitials memberMiklos Vajna2012-07-1611-10/+22
* sw: disable CheckBookmarks on WNTMichael Stahl2012-07-151-1/+7
* Resolves: fdo#52013 use vector::insert insteadCaolán McNamara2012-07-151-2/+1
* fdo#52013: Writer will crash when the undo-redoing if it contains dummy textTakeshi Abe2012-07-151-0/+2
* Remove unused HIDsThomas Arnhold2012-07-141-9/+0
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2012-07-141-2/+2
* Remove unused HIDsThomas Arnhold2012-07-141-382/+0
* WaE: possibly uninitialized valuesCaolán McNamara2012-07-141-2/+2
* Format paintbrush default behaviourMaxime de Roucy2012-07-141-2/+5
* hrc cleanup: Remove include guards from src filesThomas Arnhold2012-07-145-18/+0
* fix ambiguous template parameter in testMarkus Mohrhard2012-07-141-1/+1
* getParagraph helperLuboš Luňák2012-07-133-61/+36
* helper for XPropertySetLuboš Luňák2012-07-134-14/+25
* testcase for the recent fix with (not) exporting default tab stop to styleLuboš Luňák2012-07-132-0/+15
* do not write default tab stop into the default style in .docxLuboš Luňák2012-07-133-3/+15
* add constLuboš Luňák2012-07-132-2/+2
* forgot to rename this oneMiklos Vajna2012-07-131-0/+0
* sw/qa/extras: rename import tests from *tok to *importMiklos Vajna2012-07-1375-56/+56
* add testcase for fc508908f55cc1fe5a22adcba710cebb75fc979cLuboš Luňák2012-07-132-0/+8
* sw: add initial odftok testMiklos Vajna2012-07-134-0/+161
* DocxAttributeOutput: overwrite WritePostitFieldStart/EndMiklos Vajna2012-07-132-0/+39
* MSWordExportBase::OutputTextNode: recognize COMMENTRANGE fieldmarksMiklos Vajna2012-07-132-3/+20
* MSWordExportBase::GetBookmarks: COMMENTRANGE fieldmarks are not bookmarksMiklos Vajna2012-07-131-0/+4
* SwXTextField: make sure we always insert the field at the endMiklos Vajna2012-07-131-1/+2
* java: printStackTrace always to stderrThomas Arnhold2012-07-131-1/+1
* DocxAttributeOutput: unneeded sal_BoolMiklos Vajna2012-07-132-3/+3
* SwWW8ImplReader::Read_GrafLayer: appease MSVC:Michael Stahl2012-07-121-5/+5
* SwContentArr: fix C++11ismMichael Stahl2012-07-121-1/+3
* Convert SV_DECL_PTRARR_SORT_DEL(SwContentArr) to o3tl::sorted_vectorNoel Grandin2012-07-121-45/+47
* Convert SV_DECL_PTRARR_SORT_VISIBILITY(SvxMSDffShapeTxBxSort) to std::setNoel Grandin2012-07-121-13/+13
* fix previous STL conversion commit:Michael Stahl2012-07-124-15/+17
* Convert SV_DECL_PTRARR_SORT_DEL_VISIBILITY(MSDffImportRecords) to std::setNoel Grandin2012-07-123-14/+10
* SwTxtPaintInfo::_DrawBackBrush: color comment rangesMiklos Vajna2012-07-121-2/+25
* SwXTextField::attachToRange: use a fieldmark for annotation range insertMiklos Vajna2012-07-121-2/+15
* SwXText::insertTextContent: allow attaching an annotation field to a rangeMiklos Vajna2012-07-121-1/+5
* SwXTextField: add getter method for m_nServiceIdMiklos Vajna2012-07-122-0/+6
* SwPostItMgr: these can be staticMiklos Vajna2012-07-121-3/+3
* fdo#38785: preview window should be paint transparentIvan Timofeev2012-07-111-0/+1
* add a testcase for the recent writerfilter numbering fixLuboš Luňák2012-07-112-0/+58
* Decrease header files dependenciesMatteo Casalin2012-07-113-3/+3
* Add some explanation (thank you David!)Julien Nabet2012-07-101-0/+5
* fdo#51793: FormatNumber can handle sal_uInt32 values after all...Cédric Bosdonnat2012-07-103-3/+3
* sal_Bool => bool if internal use only (in sw/source/core/crsr/)Philipp Riemer2012-07-092-5/+5
* renamed German variables (in sw/source/core/crsr/)Philipp Riemer2012-07-094-82/+92
* adjusted existing comments (in sw/source/core/crsr/)Philipp Riemer2012-07-0914-195/+167
* fdo#39468: translate German comments (=> sw/source/core/crsr)Philipp Riemer2012-07-0917-956/+783
* Resolves: fdo#51908 drop word/char count cache when numbering rule changesCaolán McNamara2012-07-091-0/+4
* add SwFrm::OnFirstPage to avoid copy&pasteMiklos Vajna2012-07-094-4/+20