summaryrefslogtreecommitdiff
path: root/sw/inc
AgeCommit message (Collapse)Author
2010-05-31#i10000# added missing headersVladimir Glazunov
Notes: split repo tag: writer_ooo/DEV300_m80
2010-05-28CWS-TOOLING: integrate CWS hb33tablebylayoutVladimir Glazunov
2010-05-21CWS-TOOLING: integrate CWS sw33bf03Ivo Hinkelmann
Notes: split repo tag: writer_ooo/DEV300_m79
2010-05-11CWS-TOOLING: integrate CWS sw33a11y01Ivo Hinkelmann
2010-04-30hb33tablebylayou: #i110135# transplanted changes from OOO320Henning Brinkmann
2010-04-29sw33bf03: #i110454#: fix wntmsci12 buildMichael Stahl
2010-04-28merge DEV300_m77Michael Stahl
2010-04-28sw33bf03: #i110454#: try to fix harebrained lifecycle of Writer_ImplMichael Stahl
2010-04-28sw33bf03: #i110454#: fix warning by moving member to Impl structMichael Stahl
2010-04-27merge DEV300_m77Michael Stahl
2010-04-26sw33bf03: #i108345# SwTxtNode::FmtToTxtAttr(): apply patch by dtardon:Michael Stahl
create automatic char. styles correctly
2010-03-30sw33bf03: #i110454#: fix ASSERT from WW8Export::ExportDocument_Impl()Michael Stahl
2010-03-26sw33bf03: #i110408#: SwXFlatParagraph: apply patch by dtardonMichael Stahl
2010-03-16odfmetadata4: #i109600#: SwXDocumentIndex: add support for xml:id.Michael Stahl
2010-03-16odfmetadata4: #i109599#: SwXTextSection: add support for xml:id.Michael Stahl
2010-03-16odfmetadata4: #i109599#,#i109600#: SwSectionFmt: support for xml:id at section.Michael Stahl
2010-03-16odfmetadata4: #i109599#: remove SwSection::_GetSection()Michael Stahl
2010-03-16odfmetadata4: remove obsolete macros OUT_HSTR_HINT and OUT_UNDOBJMichael Stahl
2010-03-16odfmetadata4: #i109599#: clean up SwUndoChgSection, and move it to unsect.cxxMichael Stahl
2010-03-16odfmetadata4: #i109599#: clean up SwUndoDelSection, and move it to unsect.cxxMichael Stahl
2010-03-16odfmetadata4: #i109599#: clean up SwUndoInsSectionMichael Stahl
2010-03-16odfmetadata4: #i109599#: make SwSectionNode::pSection member constMichael Stahl
2010-03-16odfmetadata4: #i109599#: rename SwSection membersMichael Stahl
2010-03-16odfmetadata4: #i109599#: rename SwSection::[GS]etName() to [GS]etSectionName()Michael Stahl
2010-03-16odfmetadata4: #i109599#: remove SwSection::operator=():Michael Stahl
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 Stahl
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-04-12CWS-TOOLING: integrate CWS writerfilter07Jens-Heiner Rechtien
2010-04-12CWS-TOOLING: integrate CWS ppp02Jens-Heiner Rechtien
2010-03-23writerfilter07: merged DEV300_m75Henning Brinkmann
2010-03-23CWS-TOOLING: integrate CWS autorecoveryVladimir Glazunov
2010-03-23CWS-TOOLING: integrate CWS sw33bf02Vladimir Glazunov
2010-03-22CWS-TOOLING: integrate CWS aw079Vladimir Glazunov
2010-03-18aw079: rebase to m75Armin Le Grand
2010-03-11autorecovery: merged changes from m74. Still need to find out how to re-do ↵Frank Schoenheit [fs]
two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore.
2010-03-10sw33bf02: merge with DEV300_m74Oliver-Rainer Wittmann
2010-03-10sw33a11y01: merge with DEV300_m74Oliver-Rainer Wittmann
2010-03-09odfmetadata4: #i109601#: add parent link to SwXMeta:Michael Stahl
SwTxtNode::GetTxtAttrAt: add another mode for getting parent of a meta. SwXMeta: implement interface css::container::XChild. SwXMeta::getText(): return this (for consistency with other XTexts). TextPortionEnumerationTest: add test for XChild and NestedTextContent.
2010-03-09odfmetadata4: #i109601#: add cursor property "NestedTextContent":Michael Stahl
cmdid.h: add FN_UNO_NESTED_TEXT_CONTENT. SwUnoCursorHelper: add GetNestedTextContent(). enum SwPropNameIds: add UNO_NAME_NESTED_TEXT_CONTENT. SwUnoCursorHelper::getCrsrPropertyValue(): handle "NestedTextContent".
2010-03-09odfmetadata4: #i107672#: SwX{Reference,DocumentIndex}Mark attach to right fmt:Michael Stahl
replace SwTxtNode::GetTxtAttr() with methods: GetTxtAttrAt() handles only those hints where only 1 can be at same position. GetTxtAttrsAt() handles all hints and returns a vector. refactor SwXDocumentIndexMark to create InsertTOXMark() method.
2010-03-09odfmetadata4: #i109787#: make SwIndex constructor explicitMichael Stahl
2010-03-02CWS-TOOLING: integrate CWS cbosdo02Ivo Hinkelmann
2010-02-25sw33a11y01: merge with DEV300_m72, resolution of merge conflicts, ↵Oliver-Rainer Wittmann
adjustments due to changes on master
2010-02-24sw33a11y01: #i108125# - provide tracked changes of type insertion, deletion ↵Oliver-Rainer Wittmann
and format change at a paragraph as text markup at the UNO-A11y-API
2010-02-19Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33eFrank Schoenheit [fs]
2010-02-18fix a return value issuePhilipp Lohmann [pl]
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov
Notes: split repo tag: writer_ooo/DEV300_m72 split repo tag: writer_ooo/DEV300_m73
2010-02-17sw33a11y01: #i104008# method <SwTxtFrm::Modify(..)> - notify accessible ↵Oliver-Rainer Wittmann
object about attribute change of paragraph's characters
2010-02-16CWS-TOOLING: integrate CWS cbosdo01Vladimir Glazunov
2010-02-16#108327# handling of paper tray for printingThomas Lange [tl]
2010-02-16sw33a11y01: #i88070# - accessible Writer comments - part 4Oliver-Rainer Wittmann