Searched refs:pNds (Results 1 – 5 of 5) sorted by relevance
218 const SwNodes* pNds = 0; in IsLinkInServer() local232 pNds = &pStt->nNode.GetNodes(); in IsLinkInServer()248 pNds = &pNd->GetNodes(); in IsLinkInServer()254 const ::sfx2::SvBaseLinks& rLnks = pNds->GetDoc()->GetLinkManager().GetLinks(); in IsLinkInServer()
225 SwNodes *const pNds = &rDoc.GetNodes(); in NewSwPaM() local227 SwNodeIndex aStt( *pNds, nStartIdx ); in NewSwPaM()229 if( !pCNode && 0 == ( pCNode = pNds->GoNext( &aStt )) ) in NewSwPaM()238 0 == (pCNode = pNds->GoPrevious( &aStt )) ) in NewSwPaM()
111 SwAutoFmtGetDocNode::SwAutoFmtGetDocNode( const SwNodes* pNds ) in SwAutoFmtGetDocNode() argument113 pCntntNode( 0 ), pNodes( pNds ) in SwAutoFmtGetDocNode()
209 SwNodes* pNds = &rFldType.GetDoc()->GetNodes(); in IsInRange() local230 if( pNd && pNds == &pNd->GetNodes() ) in IsInRange()
195 SwAutoFmtGetDocNode( const SwNodes* pNds );
Completed in 26 milliseconds