Searched refs:pSNd (Results 1 – 7 of 7) sorted by relevance
579 SwStartNode* pSNd; in lcl_ChkFlyFly() local581 0 == ( pSNd = rCntnt.GetCntntIdx()->GetNode().GetStartNode() )) in lcl_ChkFlyFly()584 if( pSNd->GetIndex() < nInsNd && in lcl_ChkFlyFly()585 nInsNd < pSNd->EndOfSectionIndex() ) in lcl_ChkFlyFly()588 if( lcl_ChkFlyFly( pDoc, pSNd->GetIndex(), in lcl_ChkFlyFly()589 pSNd->EndOfSectionIndex(), nInsNd ) ) in lcl_ChkFlyFly()1594 const SwStartNode* pSNd; in CopyFlyInFlyImpl() local1596 0 != ( pSNd = rCntnt.GetCntntIdx()->GetNode().GetStartNode() ) && in CopyFlyInFlyImpl()1597 pSNd->GetIndex() < rStartIdx.GetIndex() && in CopyFlyInFlyImpl()1598 rStartIdx.GetIndex() < pSNd->EndOfSectionIndex() ) in CopyFlyInFlyImpl()
1686 SwSectionNode *pSNd; in TableToText() local1699 else if( 0 != ( pSNd = aDelRg.aStart.GetNode().GetSectionNode())) in TableToText()1701 if( !pSNd->GetSection().IsHidden() && !pSNd->IsCntntHidden() ) in TableToText()1703 pSNd->MakeFrms( &aFrmIdx, &aDelRg.aEnd ); in TableToText()1704 pFrmNd = pSNd; in TableToText()1707 aDelRg.aStart = *pSNd->EndOfSectionNode(); in TableToText()
697 const SwSectionNode* pSNd = pNd->GetSectionNode(); in HasReadonlySel() local698 if ( pSNd != NULL in HasReadonlySel()699 && ( pSNd->GetSection().IsProtectFlag() in HasReadonlySel()701 && !pSNd->GetSection().IsEditInReadonlyFlag()) ) ) in HasReadonlySel()729 const SwSectionNode* pSNd = pNd->GetSectionNode(); in HasReadonlySel() local730 if ( pSNd != NULL in HasReadonlySel()731 && ( pSNd->GetSection().IsProtectFlag() in HasReadonlySel()733 && !pSNd->GetSection().IsEditInReadonlyFlag()) ) ) in HasReadonlySel()
2945 const SwSectionNode* pSNd = pCNd->FindSectionNode(); in FindValidCntntNode() local2946 if( !pSNd || !pSNd->GetSection().IsHiddenFlag() in FindValidCntntNode()2948 pSNd->GetSection().IsProtectFlag() )) in FindValidCntntNode()
297 SwSectionNode * pSNd = pCurPam->GetNode()->FindSectionNode(); in WriteStream() local298 while( pSNd ) in WriteStream()303 pCurPam->GetPoint()->nNode = *pSNd; in WriteStream()307 ASSERT( FILE_LINK_SECTION != pSNd->GetSection().GetType(), in WriteStream()313 pSNd->GetSection().GetSectionName(), in WriteStream()325 pSNd = pSNd->StartOfSectionNode()->FindSectionNode(); in WriteStream()
1266 const SwSectionNode* pSNd; in NextIdx() local1268 ( 0 != (pSNd = pNd->GetSectionNode() ) && in NextIdx()1269 ( CONTENT_SECTION != pSNd->GetSection().GetType() || in NextIdx()1270 pSNd->GetSection().IsProtect() ) ) ) in NextIdx()1280 const SwSectionNode* pSNd; in PrevIdx() local1282 ( 0 != (pSNd = pNd->StartOfSectionNode()->GetSectionNode() ) && in PrevIdx()1283 ( CONTENT_SECTION != pSNd->GetSection().GetType() || in PrevIdx()1284 pSNd->GetSection().IsProtect() ) ) ) in PrevIdx()
2528 SwStartNode* pSNd = rDoc.GetNodes()[ nSttPos ]->StartOfSectionNode(); in UndoImpl() local2530 pTblNd = pSNd->FindTableNode(); in UndoImpl()2679 SwStartNode* pSNd = rDoc.GetNodes()[ nSttPos ]->StartOfSectionNode(); in RedoImpl() local2681 pTblNd = pSNd->FindTableNode(); in RedoImpl()
Completed in 154 milliseconds