Home
last modified time | relevance | path

Searched refs:pSttNode (Results 1 – 12 of 12) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunoobj2.cxx1058 lcl_IsStartNodeInFormat(const bool bHeader, SwStartNode const *const pSttNode, in lcl_IsStartNodeInFormat() argument
1078 if (pCurSttNode && (pCurSttNode == pSttNode)) in lcl_IsStartNodeInFormat()
1115 SwStartNode* pSttNode = rPos.nNode.GetNode().StartOfSectionNode(); in CreateParentXText() local
1116 while(pSttNode && pSttNode->IsSectionNode()) in CreateParentXText()
1118 pSttNode = pSttNode->StartOfSectionNode(); in CreateParentXText()
1120 SwStartNodeType eType = pSttNode ? pSttNode->GetStartNodeType() : SwNormalStartNode; in CreateParentXText()
1125 SwTableNode const*const pTableNode = pSttNode->FindTableNode(); in CreateParentXText()
1128 SwTableBox *const pBox = pSttNode->GetTableBox(); in CreateParentXText()
1132 : new SwXCell( pTableFormat, *pSttNode ); in CreateParentXText()
1137 SwFrameFormat *const pFormat = pSttNode->GetFlyFormat(); in CreateParentXText()
[all …]
H A Dunocrsrhelper.cxx604 SwStartNode* pSttNode = rPam.GetNode().StartOfSectionNode(); in getCursorPropertyValue() local
605 SwStartNodeType eType = pSttNode->GetStartNodeType(); in getCursorPropertyValue()
610 const SwTableNode* pTableNode = pSttNode->FindTableNode(); in getCursorPropertyValue()
620 SwTableBox* pBox = pSttNode->GetTableBox(); in getCursorPropertyValue()
632 SwStartNode* pSttNode = rPam.GetNode().StartOfSectionNode(); in getCursorPropertyValue() local
633 SwStartNodeType eType = pSttNode->GetStartNodeType(); in getCursorPropertyValue()
636 if(eType == SwFlyStartNode && nullptr != (pFormat = pSttNode->GetFlyFormat())) in getCursorPropertyValue()
H A Dunotbl.cxx1695 auto pSttNode = rUnoCursor.GetNode().StartOfSectionNode(); in setPropertyValue() local
1696 const SwTableNode* pTableNode = pSttNode->FindTableNode(); in setPropertyValue()
1745 auto pSttNode = rUnoCursor.GetNode().StartOfSectionNode(); in getPropertyValue() local
1746 const SwTableNode* pTableNode = pSttNode->FindTableNode(); in getPropertyValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunoobj2.cxx1192 lcl_IsStartNodeInFormat(const bool bHeader, SwStartNode const *const pSttNode, in lcl_IsStartNodeInFormat() argument
1212 if (pCurSttNode && (pCurSttNode == pSttNode)) in lcl_IsStartNodeInFormat()
1249 SwStartNode* pSttNode = rPos.nNode.GetNode().StartOfSectionNode(); in CreateParentXText() local
1250 while(pSttNode && pSttNode->IsSectionNode()) in CreateParentXText()
1252 pSttNode = pSttNode->StartOfSectionNode(); in CreateParentXText()
1254 SwStartNodeType eType = pSttNode ? pSttNode->GetStartNodeType() : SwNormalStartNode; in CreateParentXText()
1259 SwTableNode const*const pTableNode = pSttNode->FindTableNode(); in CreateParentXText()
1262 SwTableBox *const pBox = pSttNode->GetTableBox(); in CreateParentXText()
1266 : new SwXCell( pTableFormat, *pSttNode ); in CreateParentXText()
1271 SwFrameFormat *const pFormat = pSttNode->GetFlyFormat(); in CreateParentXText()
[all …]
H A Dunocrsrhelper.cxx603 SwStartNode* pSttNode = rPam.GetNode().StartOfSectionNode(); in getCursorPropertyValue() local
604 SwStartNodeType eType = pSttNode->GetStartNodeType(); in getCursorPropertyValue()
609 const SwTableNode* pTableNode = pSttNode->FindTableNode(); in getCursorPropertyValue()
619 SwTableBox* pBox = pSttNode->GetTableBox(); in getCursorPropertyValue()
631 SwStartNode* pSttNode = rPam.GetNode().StartOfSectionNode(); in getCursorPropertyValue() local
632 SwStartNodeType eType = pSttNode->GetStartNodeType(); in getCursorPropertyValue()
635 if(eType == SwFlyStartNode && nullptr != (pFormat = pSttNode->GetFlyFormat())) in getCursorPropertyValue()
H A Dunotbl.cxx1647 auto pSttNode = rUnoCursor.GetNode().StartOfSectionNode(); in setPropertyValue() local
1648 const SwTableNode* pTableNode = pSttNode->FindTableNode(); in setPropertyValue()
1697 auto pSttNode = rUnoCursor.GetNode().StartOfSectionNode(); in getPropertyValue() local
1698 const SwTableNode* pTableNode = pSttNode->FindTableNode(); in getPropertyValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/docnode/
H A Dnodes.cxx539 SwStartNode* pSttNode = aIdx.GetNode().m_pStartOfSection; in MoveNodes() local
556 pNd->m_pStartOfSection = pSttNode; in MoveNodes()
564 pSttNode = static_cast<SwStartNode*>(pNd); in MoveNodes()
567 pSttNode->m_pEndOfSection = static_cast<SwEndNode*>(pNd); in MoveNodes()
568 if( pSttNode->IsSectionNode() ) in MoveNodes()
569 static_cast<SwSectionNode*>(pSttNode)->NodesArrChgd(); in MoveNodes()
570 pSttNode = pSttNode->m_pStartOfSection; in MoveNodes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/docnode/
H A Dnodes.cxx526 SwStartNode* pSttNode = aIdx.GetNode().m_pStartOfSection; in MoveNodes() local
543 pNd->m_pStartOfSection = pSttNode; in MoveNodes()
551 pSttNode = static_cast<SwStartNode*>(pNd); in MoveNodes()
554 pSttNode->m_pEndOfSection = static_cast<SwEndNode*>(pNd); in MoveNodes()
555 if( pSttNode->IsSectionNode() ) in MoveNodes()
556 static_cast<SwSectionNode*>(pSttNode)->NodesArrChgd(); in MoveNodes()
557 pSttNode = pSttNode->m_pStartOfSection; in MoveNodes()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Deertfpar.cxx303 ContentNode* pSttNode = const_cast<EditNodeIdx&>(rSet.GetSttNode()).GetNode(); in SetAttrInDoc() local
306 EditPaM aStartPaM( pSttNode, rSet.GetSttCnt() ); in SetAttrInDoc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Deertfpar.cxx303 ContentNode* pSttNode = const_cast<EditNodeIdx&>(rSet.GetSttNode()).GetNode(); in SetAttrInDoc() local
306 EditPaM aStartPaM( pSttNode, rSet.GetSttCnt() ); in SetAttrInDoc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Ddocredln.cxx106 SwNode* pSttNode = &pStt->nNode.GetNode(); in CheckPosition() local
108 SwNode* pSttTab = pSttNode->StartOfSectionNode()->FindTableNode(); in CheckPosition()
110 SwNode* pSttStart = pSttNode; in CheckPosition()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddocredln.cxx109 SwNode* pSttNode = &pStt->nNode.GetNode(); in CheckPosition() local
111 SwNode* pSttTab = pSttNode->StartOfSectionNode()->FindTableNode(); in CheckPosition()
113 SwNode* pSttStart = pSttNode; in CheckPosition()