summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2019-10-28tdf#125191 Give object copies unique namesJim Raykowski1-2/+2
2019-10-28sw: prefix members of SwTestItemMiklos Vajna3-41/+40
2019-10-28jsdialogs: make possible to set .uno:FontColorSzymon Kłos2-1/+18
2019-10-27tdf#128393 change sorting while thawedCaolán McNamara1-4/+18
2019-10-26ensure id is valid before useCaolán McNamara1-1/+1
2019-10-26tdf#128285 Only update Navigator heading tracking if document has focusJim Raykowski1-4/+6
2019-10-26tdf#128364 Navigator headings left arrow key behavior changeJim Raykowski1-0/+5
2019-10-25sw ContinuousEndnotes: fix moving them to the previous pageMiklos Vajna2-1/+31
2019-10-25ofz#18528 null derefCaolán McNamara1-1/+1
2019-10-25lok: Bullets and Numbering → disable Graphic selection in CustomizeHenry Castro1-1/+11
2019-10-24sw ContinuousEndnotes: fix moving them to the next pageMiklos Vajna2-1/+32
2019-10-24Introduce OStringCharStephan Bergmann2-5/+9
2019-10-24ODF-imported textboxes identify themselves as suchKatarina Behrens3-8/+15
2019-10-24tdf#97361: Removed getByIndex in calc and writerMayank Suman8-24/+24
2019-10-24replace some numbers with sprm idsCaolán McNamara1-2/+2
2019-10-24Resolves: ofz#18414 drop apo anchor if it will be deletedCaolán McNamara2-1/+10
2019-10-24Resolves tdf#128227 - Rename "Text Frame" to "FrameHeiko Tietze1-1/+1
2019-10-24tdf#115967: Revert "sw: Use primitive renderer for graphics"Xisco Fauli1-20/+3
2019-10-24sw UNO API: remove unused IsLayoutInCell propertyMiklos Vajna7-27/+1
2019-10-23Resolves: tdf#128313 disambiguate flow-to search resultsCaolán McNamara2-7/+8
2019-10-23put together the 'magic' flow-to constantsCaolán McNamara1-4/+3
2019-10-23realloc sequence to amount of inserted elementsCaolán McNamara1-1/+1
2019-10-23sw: add test for RTF/DOCX roundtrip of nested fieldsMichael Stahl3-0/+355
2019-10-23Add document-level option to lock down saveSamuel Mehrbrodt1-1/+3
2019-10-23Add document-level option to lock down printingSamuel Mehrbrodt1-1/+3
2019-10-23Add test for LockExport propertySamuel Mehrbrodt1-1/+3
2019-10-23Fix build; adapt to OUStringLiteral1 -> OUStringChar renameStephan Bergmann2-3/+3
2019-10-23sw: fix buildMichael Stahl1-3/+3
2019-10-23sw: let's insert some paragraph break character in SwPaM::GetText()Michael Stahl5-8/+18
2019-10-23sw: DOCX export of nested fieldmarksMichael Stahl4-6/+26
2019-10-23sw: RTF export: export fieldmarksMichael Stahl1-8/+13
2019-10-23sw: WW8/RTF/DOCX export: handle CH_TXT_ATR_FIELDSEPMichael Stahl3-4/+21
2019-10-23sw: WW8 import: be a little more flexible with FORMTEXT fieldsMichael Stahl2-2/+4
2019-10-23sw: fix crash after SwXFieldmark::SetFieldType()Michael Stahl1-0/+2
2019-10-23sw: remove checks for invalid document model wrt fieldmarks...Michael Stahl1-20/+19
2019-10-23writerfilter: adapt the "real" fieldmark path in CloseFieldCommand()Michael Stahl2-2/+2
2019-10-23sw: WW8/RTF/DOCX export: only export actual bookmarks as bookmarksMichael Stahl2-7/+24
2019-10-23sw: fix copying of fieldmarks in lcl_CopyBookmarks()Michael Stahl1-1/+4
2019-10-23sw: SwSubFont::GetTextSize_() assert on presumably dead codeMichael Stahl1-0/+2
2019-10-23sw: getFieldmarkFor() and GetCurrentFieldmark() return innermost oneMichael Stahl1-3/+13
2019-10-23sw: SwWrtShell: delete field command when deleting the fieldMichael Stahl3-2/+25
2019-10-23writerfilter: import nested generic fields from RTFMichael Stahl1-1/+1
2019-10-23sw: fieldmark insert/delete UndoMichael Stahl5-24/+118
2019-10-23sw: DateFieldmark separator position: hack to put it at the startMichael Stahl4-19/+14
2019-10-23sw: WW8: fix the separator positionMichael Stahl2-3/+5
2019-10-23sw: add CH_TXT_ATR_FIELDSEP position parameter when insertingMichael Stahl7-26/+51
2019-10-23sw: actually insert CH_TXT_ATR_FIELDSEPMichael Stahl7-14/+108
2019-10-23sw: DocumentContentOperationsManager::CopyImpl()Michael Stahl2-4/+74
2019-10-23sw: DelFullPara() and MoveRange() shouldn't do anything...Michael Stahl1-0/+18
2019-10-23sw: maintain fieldmarks in DeleteRange()/DeleteAndJoin()/ReplaceRange()Michael Stahl1-30/+114