Home
last modified time | relevance | path

Searched refs:pNds (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dswserv.cxx218 const SwNodes* pNds = 0; in IsLinkInServer() local
232 pNds = &pStt->nNode.GetNodes(); in IsLinkInServer()
248 pNds = &pNd->GetNodes(); in IsLinkInServer()
254 const ::sfx2::SvBaseLinks& rLnks = pNds->GetDoc()->GetLinkManager().GetLinks(); in IsLinkInServer()
/trunk/main/sw/source/filter/writer/
H A Dwriter.cxx225 SwNodes *const pNds = &rDoc.GetNodes(); in NewSwPaM() local
227 SwNodeIndex aStt( *pNds, nStartIdx ); in NewSwPaM()
229 if( !pCNode && 0 == ( pCNode = pNds->GoNext( &aStt )) ) in NewSwPaM()
238 0 == (pCNode = pNds->GoPrevious( &aStt )) ) in NewSwPaM()
/trunk/main/sw/source/core/attr/
H A Dhints.cxx111 SwAutoFmtGetDocNode::SwAutoFmtGetDocNode( const SwNodes* pNds ) in SwAutoFmtGetDocNode() argument
113 pCntntNode( 0 ), pNodes( pNds ) in SwAutoFmtGetDocNode()
/trunk/main/sw/source/core/fields/
H A Dddefld.cxx209 SwNodes* pNds = &rFldType.GetDoc()->GetNodes(); in IsInRange() local
230 if( pNd && pNds == &pNd->GetNodes() ) in IsInRange()
/trunk/main/sw/inc/
H A Dhints.hxx195 SwAutoFmtGetDocNode( const SwNodes* pNds );

Completed in 30 milliseconds