Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx579 SwStartNode* pSNd; in lcl_ChkFlyFly() local
581 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() local
1596 0 != ( pSNd = rCntnt.GetCntntIdx()->GetNode().GetStartNode() ) && in CopyFlyInFlyImpl()
1597 pSNd->GetIndex() < rStartIdx.GetIndex() && in CopyFlyInFlyImpl()
1598 rStartIdx.GetIndex() < pSNd->EndOfSectionIndex() ) in CopyFlyInFlyImpl()
H A Dndtbl.cxx1686 SwSectionNode *pSNd; in TableToText() local
1699 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()
/trunk/main/sw/source/core/crsr/
H A Dpam.cxx697 const SwSectionNode* pSNd = pNd->GetSectionNode(); in HasReadonlySel() local
698 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() local
730 if ( pSNd != NULL in HasReadonlySel()
731 && ( pSNd->GetSection().IsProtectFlag() in HasReadonlySel()
733 && !pSNd->GetSection().IsEditInReadonlyFlag()) ) ) in HasReadonlySel()
H A Dcrsrsh.cxx2945 const SwSectionNode* pSNd = pCNd->FindSectionNode(); in FindValidCntntNode() local
2946 if( !pSNd || !pSNd->GetSection().IsHiddenFlag() in FindValidCntntNode()
2948 pSNd->GetSection().IsProtectFlag() )) in FindValidCntntNode()
/trunk/main/sw/source/filter/html/
H A Dwrthtml.cxx297 SwSectionNode * pSNd = pCurPam->GetNode()->FindSectionNode(); in WriteStream() local
298 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()
/trunk/main/sw/source/core/doc/
H A Ddoccomp.cxx1266 const SwSectionNode* pSNd; in NextIdx() local
1268 ( 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() local
1282 ( 0 != (pSNd = pNd->StartOfSectionNode()->GetSectionNode() ) && in PrevIdx()
1283 ( CONTENT_SECTION != pSNd->GetSection().GetType() || in PrevIdx()
1284 pSNd->GetSection().IsProtect() ) ) ) in PrevIdx()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx2528 SwStartNode* pSNd = rDoc.GetNodes()[ nSttPos ]->StartOfSectionNode(); in UndoImpl() local
2530 pTblNd = pSNd->FindTableNode(); in UndoImpl()
2679 SwStartNode* pSNd = rDoc.GetNodes()[ nSttPos ]->StartOfSectionNode(); in RedoImpl() local
2681 pTblNd = pSNd->FindTableNode(); in RedoImpl()

Completed in 108 milliseconds