Home
last modified time | relevance | path

Searched refs:MoveTableLineHint (Results 1 – 3 of 3) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dhints.hxx154 class MoveTableLineHint final : public SfxHint class
159MoveTableLineHint(const SwFrameFormat& rNewFormat, const SwTableLine& rTableLine): m_rNewFormat(rN… in MoveTableLineHint() function in sw::MoveTableLineHint
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/undo/
H A Duntbl.cxx1092 pOldFormat->CallSwClientNotify(sw::MoveTableLineHint(*pFormat, rTableLn)); in NewFrameFormatForLine()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dtabfrm.cxx3914 if(auto pMoveTableLineHint = dynamic_cast<const sw::MoveTableLineHint*>(&rHint)) in SwClientNotify()