summaryrefslogtreecommitdiff
path: root/sw/source/core
AgeCommit message (Collapse)AuthorFilesLines
2010-06-13CWS swlayoutrefactoring: #i81480#: enable sw code to use multiple layoutsMathias Bauer151-1120/+1360
2010-05-21CWS-TOOLING: integrate CWS sw33bf03Ivo Hinkelmann9-261/+296
Notes: split repo tag: writer_ooo/DEV300_m79
2010-05-17#i10000# removed useless includeIvo Hinkelmann1-1/+1
Notes: split repo tag: writer_ooo/DEV300_m78
2010-05-11#i10000# #i111317# linux non-pro build breakIvo Hinkelmann2-1/+2
2010-05-11CWS-TOOLING: integrate CWS sw33a11y01Ivo Hinkelmann45-1471/+2553
2010-05-10CWS-TOOLING: integrate CWS odfmetadata4Ivo Hinkelmann37-817/+1312
2010-04-28merge DEV300_m77Michael Stahl50-2881/+1503
2010-04-27merge DEV300_m77Michael Stahl567-5793/+2702
2010-04-26sw33bf03: #i108345# SwTxtNode::FmtToTxtAttr(): apply patch by dtardon:Michael Stahl1-68/+233
create automatic char. styles correctly
2010-04-26sw33bf03: #i108345#: SwpHintsArray::Check(): check for overlapping AUTOFMTMichael Stahl1-4/+12
2010-04-20DEV300 masterfix: #i10000#: fix include because SvxPaperBinItem has been ↵Jens-Heiner Rechtien1-1/+1
moved to editeng Notes: split repo tag: writer_ooo/DEV300_m77
2010-04-19sw33bf03: #i110655#: SwRect::Justify(): fix regression from #i106401#Michael Stahl1-1/+1
2010-04-19sw33bf03: #i110586#: use proper which range for autoformat item setMichael Stahl1-1/+2
2010-04-19sw33bf03: #i104585#: copy outline numbering rule to clipboardMichael Stahl1-0/+6
2010-04-19sw33bf03: #i110241#: revert change from writerfilter32bugfixes01Michael Stahl1-2/+1
this will break import of certain "format" redlines.
2010-03-26sw33bf03: #i110408#: SwXFlatParagraph: apply patch by dtardonMichael Stahl1-5/+25
2010-03-19c07v027: #i10000# change include svl/svstdarr.hxx to svtools/svstdarr.hxxKurt Zenker1-1/+1
2010-03-17sw33bf03: #i109921#: sw: unnecessary null checks: apply patch by cmcMichael Stahl1-4/+1
2010-03-16sw33bf03: #i110140#: SwFldFmt::Modify: apply patch by cmcMichael Stahl1-2/+6
2010-03-16sw33bf03: #i110140#: sw: ~SwTxtFld: unregister at field formatMichael Stahl1-0/+5
2010-03-16odfmetadata4: #i109600#: SwXDocumentIndex: add support for xml:id.Michael Stahl1-0/+19
2010-03-16odfmetadata4: #i109599#: SwXTextSection: add support for xml:id.Michael Stahl1-0/+19
2010-03-16odfmetadata4: #i109599#,#i109600#: copy and undo for section xml:id.Michael Stahl2-3/+11
SwSectionNode::MakeCopy(): copy xml:id. SwUndoDelSection: store xml:id.
2010-03-16odfmetadata4: #i109599#,#i109600#: SwSectionFmt: support for xml:id at section.Michael Stahl1-0/+44
2010-03-16odfmetadata4: #i109599#: remove SwSection::_GetSection()Michael Stahl1-2/+2
2010-03-16odfmetadata4: #i109117#: fix crash in SwXTextSection::setPropertyToDefault()Michael Stahl1-62/+78
2010-03-16odfmetadata4: remove obsolete macros OUT_HSTR_HINT and OUT_UNDOBJMichael Stahl1-2/+0
2010-03-16odfmetadata4: #i109599#: clean up SwUndoChgSection, and move it to unsect.cxxMichael Stahl2-25/+48
2010-03-16odfmetadata4: #i109599#: clean up SwUndoDelSection, and move it to unsect.cxxMichael Stahl2-26/+49
2010-03-16odfmetadata4: #i109599#: clean up SwUndoInsSectionMichael Stahl1-45/+54
2010-03-16odfmetadata4: #i109599#: make SwSectionNode::pSection member constMichael Stahl1-29/+45
2010-03-16odfmetadata4: #i109599#: rename SwSection membersMichael Stahl1-22/+30
2010-03-16odfmetadata4: #i109599#: rename SwSection::[GS]etName() to [GS]etSectionName()Michael Stahl8-22/+35
2010-03-16odfmetadata4: #i109599#: remove SwSection::operator=():Michael Stahl12-303/+410
move most SwSection members to new class SwSectionData. replace evil SwSection::operator=() with SwSection::SetSectionData(). various method signatures changed to take SwSectionData parameter. rename SwDoc::ChgSection() to UpdateSection(). SwUnodo{Ins,Chg,Del}Section: adapt to store SwSectionData/SwTOXBase. regionsw.hxx: SectRepr: change SwSection member to SwSectionData.
2010-03-16odfmetadata4: #i109600#: refactor insertion of TOX:Michael Stahl7-134/+106
SwDoc::InsertTableOf(): do not create a SwTOXBaseSection. SwNodes::InsertTextSection(): take SwTOXBase parameter. SwSectionNode ctor: if SwTOXBase is given, create SwTOXBaseSection. remove gross hack SwSectionNode::SetNewSection(). SwUnodo{Ins,Del}Section: adapt to store SwSection/SwTOXBase.
2010-03-16sw321bf01: #b6921213# - No keep of footnote portion with previous portion, ↵Oliver-Rainer Wittmann4-3/+16
if text line only contains footnote portions
2010-04-12CWS-TOOLING: integrate CWS writerfilter07Jens-Heiner Rechtien2-1/+83
2010-04-12CWS-TOOLING: integrate CWS ppp02Jens-Heiner Rechtien5-556/+609
2010-03-23writerfilter07: merged DEV300_m75Henning Brinkmann566-3061/+1640
2010-03-23CWS-TOOLING: integrate CWS autorecoveryVladimir Glazunov3-13/+4
2010-03-23CWS-TOOLING: integrate CWS sw33bf02Vladimir Glazunov28-2147/+343
2010-03-22CWS-TOOLING: integrate CWS aw079Vladimir Glazunov2-15/+11
2010-03-18aw079: rebase to m75Armin Le Grand566-3061/+1640
2010-03-15odfmetadata4: sfx2::Metadatable: split CreateUndo() into 2 methodsMichael Stahl3-8/+11
2010-03-15odfmetadata4: #i109983#: SwXDocumentIndexMark:Michael Stahl1-15/+28
prevent setPropertyValue() and setMarkEntry() from calling disposing() on listeners, and from un-registering at the SwTOXType.
2010-03-15odfmetadata4: #i107672#: SwXDocumentIndexMark: fix regressionMichael Stahl1-11/+13
2010-03-11autorecovery: merged changes from m74. Still need to find out how to re-do ↵Frank Schoenheit [fs]566-3060/+1639
two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore.
2010-03-10sw33bf02: adjustments due to merge with DEV300_m74Oliver-Rainer Wittmann1-1/+1
2010-03-10sw33bf02: merge with DEV300_m74Oliver-Rainer Wittmann564-3048/+1633
2010-03-10sw33a11y01: merge with DEV300_m74Oliver-Rainer Wittmann13-146/+437