summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode
AgeCommit message (Expand)AuthorFilesLines
2022-07-26tdf#150086 DOCX import: fix ToC redline with lost contentLászló Németh1-1/+2
2022-07-19tdf#54703 fix unhiding at PDF export of cond. hidden sectionsTomaž Vajngerl1-0/+1
2022-06-23tdf#134759 sw: do CopyToModify() for both start and end nodeMichael Stahl1-1/+0
2022-06-10sw doc model xml dump: show table row propertiesMiklos Vajna2-7/+27
2022-06-08tdf#133957 sw: don't delete flys on Backspace/Delete keysMichael Stahl2-2/+2
2022-06-02elide some unnecessary null checksNoel Grandin1-1/+1
2022-05-17tdf#148461 sw_redlinehide: fix assert in SwContentNode::DelFrames()Michael Stahl1-0/+6
2022-05-05loplugin:unusedvariableplusNoel Grandin1-1/+0
2022-05-05tdf#148299 Don't unmotivatedly mess with spaces in file namesStephan Bergmann1-18/+1
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin1-1/+2
2022-04-08use just one shared global SalLayoutGlyphsCacheLuboš Luňák1-1/+0
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin1-2/+2
2022-04-08use more subView when converting to Int32Noel Grandin1-1/+2
2022-04-06sw: fix expansion of SetGetExpField in headers with split table rowsMichael Stahl1-14/+63
2022-03-28Recheck sw/ cxx files with IWYUGabor Kelemen2-2/+0
2022-03-10Recheck sw headers with IWYUGabor Kelemen1-1/+0
2022-03-02use SfxItemSet::GetItemIfSet in sw/source/core/docnodeNoel Grandin6-85/+58
2022-02-22Fix typosAndrea Gelmini1-1/+1
2022-02-16tdf#146622 sw crash fix: don't delete already deleted rowsLászló Németh1-0/+22
2022-02-08add template versions of SwContentNode::GetAttrNoel Grandin1-4/+3
2022-02-03related tdf#90805 sw table: ensure border when setting border styleJustin Luth1-2/+5
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)3-0/+18
2022-01-11tdf#146605 sw: try to fix SwSectionFormat notificationsMichael Stahl1-0/+8
2022-01-10sw: stop inheriting SwSectionData::m_bProtectFlag from parent sectionMichael Stahl1-20/+3
2022-01-01osl::Mutex->std::mutex in ThreadManagerNoel Grandin2-10/+11
2022-01-01osl::Mutex->std::mutex in SwRetrievedInputStreamDataManagerNoel Grandin1-8/+5
2022-01-01osl::Mutex->std::mutex in SwThreadJoinerNoel Grandin1-3/+3
2021-12-22tdf#135061 sw_redlinehide: create frames following hidden tableMichael Stahl1-50/+95
2021-12-22sw: simplify SwNodes::FindPrvNxtFrameNode(), de-golf conditionalsMichael Stahl1-17/+32
2021-12-22sw: simplify SwNodes::FindPrvNxtFrameNode(), pEnd is always passedMichael Stahl1-17/+8
2021-12-22sw: simplify SwNodes::FindPrvNxtFrameNode(), improve commentsMichael Stahl1-13/+12
2021-12-21tdf#90805 sw tables: use veryThin instead of hairline bordersJustin Luth1-5/+5
2021-12-17tdf#146244 sw: update HasTextChangesOnly in modified rowsLászló Németh1-1/+3
2021-12-16tdf#99027 Set default table border width to 0.5ptSamuel Mehrbrodt1-1/+2
2021-12-16related tdf#90805 sw table: ensure border when setting border colorJustin Luth1-12/+22
2021-12-01sw doc model xml dump: show the format of section nodesMiklos Vajna3-3/+30
2021-11-19rtl::Static->thread-safe static in swNoel Grandin1-6/+2
2021-11-15tdf#121546 sw: don't use undo array's m_pOutlineNodesMichael Stahl2-6/+14
2021-11-10just call erase directly rather than look up index and delete via indexCaolán McNamara1-5/+1
2021-11-10use a less tortured syntax for the checkCaolán McNamara1-1/+1
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin1-2/+2
2021-11-05tdf#134294: fix Chapter heading updatesBjoern Michaelsen1-0/+2
2021-11-04tdf#48622 Add new border line width defaultsSamuel Mehrbrodt1-2/+1
2021-10-31Prepare for removal of non-const operator[] from Sequence in swMike Kaganski1-5/+6
2021-10-24cid#1493242 silence Copy-paste errorCaolán McNamara1-1/+1
2021-10-24cid#1493239 silence bogus Use after freeCaolán McNamara1-0/+1
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin9-193/+194
2021-10-16Simplify vector initialization in swJulien Nabet1-6/+2
2021-10-15tdf#144843 call to GetBoxBackground requires incarnated itemArmin Le Grand (Allotropia)1-0/+2
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-2/+1