summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/ndtbl.cxx
AgeCommit message (Expand)AuthorFilesLines
5 daysdo less OString->OUString conversion in tools datetime functionsNoel Grandin1-1/+1
2024-05-03WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-1/+1
2024-04-30SwModify::Add/Remove always derefs argCaolán McNamara1-2/+2
2024-03-22tdf#157241 sw: assert when importing ToX in table in rhbz589883-2.docxMichael Stahl1-6/+9
2024-03-14tdf#157241 sw: fix crash on RTF paste or insert of nested tablesMichael Stahl1-1/+35
2024-02-16Deduplicate and unify SwNodes::Go(Next|Prev)(Section)Mike Kaganski1-6/+6
2024-01-08Revert "Related tdf#76007: Make it possible to insert a Table in a Footnote o...Julien Nabet1-0/+5
2024-01-07Related tdf#76007: Make it possible to insert a Table in a Footnote or EndnoteJulien Nabet1-5/+0
2023-11-24sw: rename the rest of the SwHistory Add() member functionsMichael Stahl1-1/+1
2023-09-28tdf#157492 sw: fix tracked drag & drop of table rowLászló Németh1-2/+2
2023-09-28tdf#155846 sw tracked table column: fix drag & dropLászló Németh1-2/+2
2023-07-23cid#1538889 Pointer to local outside scopeCaolán McNamara1-1/+2
2023-07-19tdf#153115 sw: SwDoc::TextToTable(), first remove all redlinesMichael Stahl1-1/+10
2023-07-14tdf#156267 sw: remove DdeBookmarks in SwDoc::DelTable()Michael Stahl1-0/+5
2023-07-12Simplify a bitMike Kaganski1-11/+4
2023-06-15tdf#155685 sw: fix another ExtendedSelectAll Redo crash w table at endMichael Stahl1-10/+36
2023-06-06tdf#155685 sw: fix crash on undo of ExtendedSelectAll with table at endMichael Stahl1-127/+135
2023-04-28Revert "Revert "introduce sw::SpzFrameFormat ...""Bjoern Michaelsen1-2/+1
2023-04-27Revert "introduce sw::SpzFrameFormat ..."Stephan Bergmann1-1/+2
2023-04-24introduce sw::SpzFrameFormat ...Bjoern Michaelsen1-2/+1
2023-04-20introduce sw::FrameFormats<>Bjoern Michaelsen1-4/+4
2023-04-04RES_TBLHEADINGCHG no more ...Bjoern Michaelsen1-2/+1
2023-03-31tdf#154486: Use known name when inserting the table into the documentMike Kaganski1-2/+5
2023-03-30SwTableFormulaUpdate: SwMsgPoolItem no moreBjoern Michaelsen1-2/+1
2023-03-27refactor table splitBjoern Michaelsen1-17/+6
2023-03-27refactor table mergeBjoern Michaelsen1-5/+1
2023-03-16Related: tdf#154205 skip Invalidating content a11y relations when closing docCaolán McNamara1-0/+1
2023-03-15Add SwTable::SwitchFormulasToInternalRepresentationBjoern Michaelsen1-23/+6
2023-03-06tdf#153819 sw: fix crashing MakeFramesForAdjacentContentNode()László Németh1-2/+5
2023-03-03Refactor TBL_{REL,}BOXNAME to SwTableBjoern Michaelsen1-3/+1
2023-02-15check GetFEShell()Xisco Fauli1-7/+15
2023-02-08editeng: remove SvxLRSpaceItem::nTxtLeftMichael Stahl1-1/+1
2023-02-03sw layout xml dump: extract SwTable::dumpAsXml() from SwTableNodeMiklos Vajna1-11/+1
2022-12-22check GetEditShell()Caolán McNamara1-5/+3
2022-11-25tdf#141438 Clean old comments //FEATURE::CONDCOLLBogdan B1-4/+0
2022-11-24add SwFormatAnchor::GetAnchorNode methodNoel Grandin1-4/+4
2022-10-11use more string_view in swNoel Grandin1-3/+3
2022-10-09use more SwPosition::AssignNoel Grandin1-2/+1
2022-10-08use more SwPosition::AssignNoel Grandin1-2/+2
2022-10-07use more SwPositionNoel Grandin1-3/+3
2022-10-07use more SwPosition::AssignNoel Grandin1-3/+2
2022-09-16create less SwPosition temporariesNoel Grandin1-2/+2
2022-09-05add InsertText and EraseText overloads that take SwPositionNoel Grandin1-1/+1
2022-09-04the mode parameter to MergeTable is unusedNoel Grandin1-9/+4
2022-08-26make the parameter to SwTableNode::MakeOwnFrames optionalNoel Grandin1-11/+7
2022-08-24pass SwNode to FindPrvNxtFrameNode instead of SwNodeIndexNoel Grandin1-5/+8
2022-08-23use more SwPosition::GetNodeNoel Grandin1-4/+4
2022-08-20SwNodeIndex->SwNode in ClearBoxNumAttrsNoel Grandin1-2/+2
2022-08-17convert more nNode to SwPosition::GetNodeNoel Grandin1-2/+2
2022-08-14rename SwPaM::GetContentNode to GetPointContentNode/GetMarkContentNodeNoel Grandin1-1/+1