Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunoobj2.cxx1150 lcl_IsStartNodeInFormat(const bool bHeader, SwStartNode *const pSttNode, in lcl_IsStartNodeInFormat() argument
1170 if (pCurSttNode && (pCurSttNode == pSttNode)) in lcl_IsStartNodeInFormat()
1208 SwStartNode* pSttNode = rPos.nNode.GetNode().StartOfSectionNode(); in CreateParentXText() local
1209 while(pSttNode && pSttNode->IsSectionNode()) in CreateParentXText()
1211 pSttNode = pSttNode->StartOfSectionNode(); in CreateParentXText()
1213 SwStartNodeType eType = pSttNode->GetStartNodeType(); in CreateParentXText()
1218 SwTableNode const*const pTblNode = pSttNode->FindTableNode(); in CreateParentXText()
1221 SwTableBox *const pBox = pSttNode->GetTblBox(); in CreateParentXText()
1225 : new SwXCell( pTableFmt, *pSttNode ); in CreateParentXText()
1230 SwFrmFmt *const pFmt = pSttNode->GetFlyFmt(); in CreateParentXText()
[all …]
H A Dunocrsrhelper.cxx383 SwStartNode* pSttNode = rPam.GetNode()->StartOfSectionNode(); in getCrsrPropertyValue() local
384 SwStartNodeType eType = pSttNode->GetStartNodeType(); in getCrsrPropertyValue()
389 const SwTableNode* pTblNode = pSttNode->FindTableNode(); in getCrsrPropertyValue()
399 SwTableBox* pBox = pSttNode->GetTblBox(); in getCrsrPropertyValue()
412 SwStartNode* pSttNode = rPam.GetNode()->StartOfSectionNode(); in getCrsrPropertyValue() local
413 SwStartNodeType eType = pSttNode->GetStartNodeType(); in getCrsrPropertyValue()
416 if(eType == SwFlyStartNode && 0 != (pFmt = pSttNode->GetFlyFmt())) in getCrsrPropertyValue()
H A Dunotbl.cxx1724 SwStartNode* pSttNode = pUnoCrsr->GetNode()->StartOfSectionNode(); in setPropertyValue() local
1725 const SwTableNode* pTblNode = pSttNode->FindTableNode(); in setPropertyValue()
1786 SwStartNode* pSttNode = pUnoCrsr->GetNode()->StartOfSectionNode(); in getPropertyValue() local
1787 const SwTableNode* pTblNode = pSttNode->FindTableNode(); in getPropertyValue()
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx625 SwStartNode* pSttNode = aIdx.GetNode().pStartOfSection; in _MoveNodes() local
653 pNd->pStartOfSection = pSttNode; in _MoveNodes()
661 pSttNode = (SwStartNode*)pNd; in _MoveNodes()
664 pSttNode->pEndOfSection = (SwEndNode*)pNd; in _MoveNodes()
665 if( pSttNode->IsSectionNode() ) in _MoveNodes()
666 ((SwSectionNode*)pSttNode)->NodesArrChgd(); in _MoveNodes()
667 pSttNode = pSttNode->pStartOfSection; in _MoveNodes()
/trunk/main/editeng/source/editeng/
H A Deertfpar.cxx311 ContentNode* pSttNode = ((EditNodeIdx&)rSet.GetSttNode()).GetNode(); in SetAttrInDoc() local
314 EditPaM aStartPaM( pSttNode, rSet.GetSttCnt() ); in SetAttrInDoc()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx1626 SwStartNode* pSttNode = pPam->GetNode()->StartOfSectionNode(); in NextToken() local
1627 while(pSttNode && pSttNode->IsSectionNode()) in NextToken()
1629 pSttNode = pSttNode->StartOfSectionNode(); in NextToken()
1631 if( SwFootnoteStartNode == pSttNode->GetStartNodeType() ) in NextToken()
/trunk/main/sw/source/core/doc/
H A Ddocredln.cxx255 SwNode* pSttNode = &pStt->nNode.GetNode(); in CheckPosition() local
257 SwNode* pSttTab = pSttNode->StartOfSectionNode()->FindTableNode(); in CheckPosition()
259 SwNode* pSttStart = pSttNode; in CheckPosition()

Completed in 93 milliseconds