Home
last modified time | relevance | path

Searched refs:m_pCurPam (Results 1 – 18 of 18) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dwrtww8.cxx1826 m_pCurPam = pOldPam; // delete Pam in WriteSpecialText()
1889 m_pCurPam->Exchange(); in SetCurPam()
1900 aData.pOldPam = m_pCurPam; in SaveData()
1928 m_pCurPam = rData.pOldPam; in RestoreData()
2740 SwPaM *m_pCurPam; member in __anon57755e140111::TrackContentToExport
2744 : m_pCurPam(pCurPam) in TrackContentToExport()
2752 bool bSimpleContentRemains = m_pCurPam->GetPoint()->nNode < m_pCurPam->GetMark()->nNode || in contentRemainsToExport()
2753 (m_pCurPam->GetPoint()->nNode == m_pCurPam->GetMark()->nNode && in contentRemainsToExport()
2754m_pCurPam->GetPoint()->nContent.GetIndex() <= m_pCurPam->GetMark()->nContent.GetIndex()); in contentRemainsToExport()
2958 if (m_pCurPam != nullptr) in IsInTable()
[all …]
H A Drtfexport.cxx445 SwTableNode* pTableNode = m_pCurPam->GetNode().FindTableNode(); in WriteMainText()
448 m_pCurPam->GetPoint()->nNode = *pTableNode; in WriteMainText()
449 m_pCurPam->GetMark()->nNode = *(pTableNode->EndOfSectionNode()); in WriteMainText()
453 m_pCurPam->GetPoint()->nNode in WriteMainText()
H A Dwrtw8sty.cxx987 const SwNode* pNd = rExport.m_pCurPam->GetContentNode(); in MSWordSections()
992 const SwTableNode* pTableNd = rExport.m_pCurPam->GetNode().FindTableNode(); in MSWordSections()
1010 rExport.m_pCurPam->GetPoint()->nNode = *pNd; in MSWordSections()
H A Dwrtww8.hxx576 std::shared_ptr<SwUnoCursor> & m_pCurPam; member in MSWordExportBase
H A Ddocxattributeoutput.cxx350 if (!pPosition || ! rExport.m_pCurPam->GetNode().GetTextNode()) in checkAndWriteFloatingTables()
353 if (pPosition->nNode != rExport.m_pCurPam->GetNode().GetTextNode()->GetIndex()) in checkAndWriteFloatingTables()
462 SwTextNode* pTextNode = m_rExport.m_pCurPam->GetNode().GetTextNode(); in StartParagraph()
1311 SwTextNode* pTextNode = m_rExport.m_pCurPam->GetNode().GetTextNode(); in EndParagraphProperties()
6728 SwNodeIndex aCurrentNode(m_rExport.m_pCurPam->GetNode()); in SectionBreak()
H A Ddocxexport.cxx1687m_pCurPam->GetPoint()->nNode = m_rDoc.GetNodes().GetEndOfContent().StartOfSectionNode()->GetIndex(… in WriteMainText()
H A Dww8atr.cxx3253 pTextNd = GetExport().m_pCurPam->GetNode().GetTextNode(); in TextField()
5252 …const bool bTabsRelativeToIndex = m_rWW8Export.m_pCurPam->GetDoc().getIDocumentSettingAccess().get… in ParaTabStop()
H A Drtfattributeoutput.cxx284 && m_rExport.GetCurrentNodeIndex() == m_rExport.m_pCurPam->End()->nNode.GetIndex(); in EndParagraph()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dwrtww8.cxx1853 m_pCurPam = pOldPam; // delete Pam in WriteSpecialText()
1916 m_pCurPam->Exchange(); in SetCurPam()
1927 aData.pOldPam = m_pCurPam; in SaveData()
1955 m_pCurPam = rData.pOldPam; in RestoreData()
2671 SwPaM *m_pCurPam; member in TrackContentToExport
2675 : m_pCurPam(pCurPam) in TrackContentToExport()
2683 bool bSimpleContentRemains = m_pCurPam->GetPoint()->nNode < m_pCurPam->GetMark()->nNode || in contentRemainsToExport()
2684 (m_pCurPam->GetPoint()->nNode == m_pCurPam->GetMark()->nNode && in contentRemainsToExport()
2685m_pCurPam->GetPoint()->nContent.GetIndex() <= m_pCurPam->GetMark()->nContent.GetIndex()); in contentRemainsToExport()
2887 if (m_pCurPam != nullptr) in IsInTable()
[all …]
H A Drtfexport.cxx450 SwTableNode* pTableNode = m_pCurPam->GetNode().FindTableNode(); in WriteMainText()
453 m_pCurPam->GetPoint()->nNode = *pTableNode; in WriteMainText()
454 m_pCurPam->GetMark()->nNode = *(pTableNode->EndOfSectionNode()); in WriteMainText()
458 m_pCurPam->GetPoint()->nNode in WriteMainText()
H A Dwrtw8sty.cxx985 const SwNode* pNd = rExport.m_pCurPam->GetContentNode(); in MSWordSections()
990 const SwTableNode* pTableNd = rExport.m_pCurPam->GetNode().FindTableNode(); in MSWordSections()
1008 rExport.m_pCurPam->GetPoint()->nNode = *pNd; in MSWordSections()
H A Dwrtww8.hxx579 std::shared_ptr<SwUnoCursor> & m_pCurPam; member in MSWordExportBase
H A Ddocxattributeoutput.cxx338 if (!pPosition || ! rExport.m_pCurPam->GetNode().GetTextNode()) in checkAndWriteFloatingTables()
341 if (pPosition->nNode != rExport.m_pCurPam->GetNode().GetTextNode()->GetIndex()) in checkAndWriteFloatingTables()
443 SwTextNode* pTextNode = m_rExport.m_pCurPam->GetNode().GetTextNode(); in StartParagraph()
1235 SwTextNode* pTextNode = m_rExport.m_pCurPam->GetNode().GetTextNode(); in EndParagraphProperties()
6060 SwNodeIndex aCurrentNode(m_rExport.m_pCurPam->GetNode()); in SectionBreak()
H A Ddocxexport.cxx1513m_pCurPam->GetPoint()->nNode = m_pDoc->GetNodes().GetEndOfContent().StartOfSectionNode()->GetIndex… in WriteMainText()
H A Dww8atr.cxx3237 pTextNd = GetExport().m_pCurPam->GetNode().GetTextNode(); in TextField()
5157 …const bool bTabsRelativeToIndex = m_rWW8Export.m_pCurPam->GetDoc()->getIDocumentSettingAccess().ge… in ParaTabStop()
H A Drtfattributeoutput.cxx279 && m_rExport.GetCurrentNodeIndex() == m_rExport.m_pCurPam->End()->nNode.GetIndex(); in EndParagraph()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog567878 The m_pCurPam will be deleted anyway, and the m_pOrigPam usually also
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog829927 The m_pCurPam will be deleted anyway, and the m_pOrigPam usually also