summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore
AgeCommit message (Expand)AuthorFilesLines
2020-06-05tdf#120394: list format string can be emptyVasily Melenchuk1-3/+4
2020-05-18tdf#128665: sw: set unique name for shape formatVasily Melenchuk1-1/+10
2020-05-13tdf#94628: sw: allow setting for bullet for outline paragraphsVasily Melenchuk1-509/+386
2020-05-05tdf#116883: sw: support for lists level format stringVasily Melenchuk1-1/+14
2020-03-25ofz#21168 sw,writerfilter: limit writerfilter hack to writerfilterCaolán McNamara1-0/+1
2020-03-11tdf#131184 Allow comparing text ranges in table with body textSamuel Mehrbrodt1-4/+8
2020-01-23tdf#129382: sw: assign names to shape object stylesVasily Melenchuk1-1/+1
2020-01-22tdf#128782: sw: assign name to draw objectVasily Melenchuk1-1/+5
2020-01-21tdf#129582 sw: fix copying of flys in header/footer in DOCX/RTF importMichael Stahl1-2/+2
2020-01-21DOCX import: fix lost objects anchored to the single para of a linked headerMiklos Vajna1-2/+5
2020-01-17tdf#129839: pass initialized shared_ptr to SwDoc::GetBoxAttrMike Kaganski1-1/+2
2020-01-08tdf#129841: fix GetTextTableCursorPropertyMap cell background valuesMike Kaganski1-3/+3
2019-12-17tdf#112202 writerfilter,sw: fix loss of headersMichael Stahl1-1/+35
2019-12-07ofz#18563 sw: remove SwXFrame::m_pCopySource to fix ~SwIndexReg assertMichael Stahl2-36/+34
2019-12-07tdf#121658 Add option to not hyphenate words in CAPSSamuel Mehrbrodt1-0/+2
2019-12-06sw: add getter for RES_PARATR_LIST_AUTOFMTMichael Stahl1-11/+71
2019-11-29tdf#128898 import text from file with text-decode failedNoel Grandin1-3/+3
2019-11-20sw: revert change in expanding hints in SwXText::insertTextContent()Michael Stahl1-3/+11
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-1/+1
2019-11-04loplugin:finalclasses in sw/incNoel Grandin1-1/+1
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-4/+2
2019-10-30sw: SwXFrame::attach(): re-anchoring AS_CHAR flys does not workMichael Stahl1-0/+8
2019-10-30sw: UNO API: do not allow inserting control characters into nodesMichael Stahl1-0/+12
2019-10-28tdf#121441 improve DOCX footnote importJan-Marek Glogowski1-11/+1
2019-10-24sw UNO API: remove unused IsLayoutInCell propertyMiklos Vajna4-10/+1
2019-10-23sw: fix crash after SwXFieldmark::SetFieldType()Michael Stahl1-0/+2
2019-10-22sw: what is that exception aboutMichael Stahl1-1/+2
2019-10-18lopligin:virtualdead unused params in IDocumentRedlineAccessNoel Grandin1-2/+2
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann2-10/+10
2019-10-14tdf#128076: throw exception only if it's not alive and it's not a descriptionXisco Fauli1-3/+3
2019-10-12Modify GetBookmark to get rid of const_cast (sw)Julien Nabet1-7/+4
2019-10-04sw: SwXTextPortion "TextFieldSeparator"Michael Stahl2-1/+11
2019-10-04sw: add IDocumentMarkAccess::getFieldmarkAt()Michael Stahl1-3/+3
2019-10-03DOCX import: fix interaction of table and paragraph style in table cellsMiklos Vajna1-1/+10
2019-10-02loplugin:stringadd in swNoel Grandin1-7/+3
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski1-3/+1
2019-09-28loplugin:constmethod in swNoel Grandin6-13/+13
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin5-12/+12
2019-09-23UnoBaseClass: remove remaining leftover SwClient bitsBjoern Michaelsen2-31/+5
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov9-102/+36
2019-09-23SwXFrame: SwClient no moreBjoern Michaelsen1-15/+30
2019-09-22SwXDocumentIndexMark::Impl: MultiWriterListener no moreBjoern Michaelsen1-24/+25
2019-09-20convert SwFieldTypesEnum to scoped enumNoel Grandin1-3/+3
2019-09-19Related: tdf#124600 sw anchored object allow overlap: add UNO APIMiklos Vajna4-2/+10
2019-09-17sw: Mark uno property ParaChapterNumberingLevel as MAYBEVOIDThomas Viehmann2-2/+2
2019-09-17tdf#64222 sw: better DOCX import/export of paragraph marker formattingMichael Stahl3-0/+37
2019-09-07kill SwXShape SwClientBjoern Michaelsen3-12/+15
2019-09-07make page bookkeep the SwXShapesBjoern Michaelsen1-43/+40
2019-09-06Fixing '....' and '..'Andrea Gelmini1-1/+1
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin2-4/+3