Home
last modified time | relevance | path

Searched refs:m_pLastAnchorPos (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8par6.cxx872 …if (!maSegments.empty() && mrReader.m_pLastAnchorPos && *mrReader.m_pLastAnchorPos == *mrReader.m_… in CreateSep()
875 SwPaM pam( *mrReader.m_pLastAnchorPos ); in CreateSep()
1954 rIo.m_pLastAnchorPos.reset( new SwPosition(*rPaM.GetPoint())); in WW8SwFlyPara()
2540 if (m_pLastAnchorPos || m_pPreviousNode || (m_xSFlyPara && m_xSFlyPara->xMainTextPos)) in JoinNode()
2544 if (m_pLastAnchorPos) in JoinNode()
2553 SwNodeIndex aLastAnchorPos(m_pLastAnchorPos->nNode); in JoinNode()
2555 m_pLastAnchorPos.reset(); in JoinNode()
2666 if (m_pLastAnchorPos) in StopApo()
2675 SwNodeIndex aLastAnchorPos(m_pLastAnchorPos->nNode); in StopApo()
2678 m_pLastAnchorPos.reset(); in StopApo()
H A Dww8par2.cxx202 …std::shared_ptr<SwUnoCursor> xLastAnchorCursor(m_pLastAnchorPos ? m_rDoc.CreateUnoCursor(*m_pLastA… in End_Footnote()
203 m_pLastAnchorPos.reset(); in End_Footnote()
207 m_pLastAnchorPos.reset(new SwPosition(*xLastAnchorCursor->GetPoint())); in End_Footnote()
H A Dww8par.hxx1386 std::unique_ptr< SwPosition > m_pLastAnchorPos; member in SwWW8ImplReader
H A Dww8par.cxx5377 m_pLastAnchorPos.reset();//ensure this is deleted before UpdatePageDescs in CoreLoad()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8par6.cxx854 …if (!maSegments.empty() && mrReader.m_pLastAnchorPos.get() && *mrReader.m_pLastAnchorPos == *mrRea… in CreateSep()
857 SwPaM pam( *mrReader.m_pLastAnchorPos ); in CreateSep()
1935 rIo.m_pLastAnchorPos.reset( new SwPosition(*rPaM.GetPoint())); in WW8SwFlyPara()
2518 if (m_pLastAnchorPos || m_pPreviousNode || (m_xSFlyPara && m_xSFlyPara->xMainTextPos)) in JoinNode()
2522 if (m_pLastAnchorPos) in JoinNode()
2531 SwNodeIndex aLastAnchorPos(m_pLastAnchorPos->nNode); in JoinNode()
2533 m_pLastAnchorPos.reset(); in JoinNode()
2644 if (m_pLastAnchorPos) in StopApo()
2653 SwNodeIndex aLastAnchorPos(m_pLastAnchorPos->nNode); in StopApo()
2656 m_pLastAnchorPos.reset(); in StopApo()
H A Dww8par2.cxx206 …std::shared_ptr<SwUnoCursor> xLastAnchorCursor(m_pLastAnchorPos ? m_rDoc.CreateUnoCursor(*m_pLastA… in End_Footnote()
207 m_pLastAnchorPos.reset(); in End_Footnote()
211 m_pLastAnchorPos.reset(new SwPosition(*xLastAnchorCursor->GetPoint())); in End_Footnote()
H A Dww8par.hxx1370 std::unique_ptr< SwPosition > m_pLastAnchorPos; member in SwWW8ImplReader
H A Dww8par.cxx5371 m_pLastAnchorPos.reset();//ensure this is deleted before UpdatePageDescs in CoreLoad()