Searched refs:pActNode (Results 1 – 3 of 3) sorted by relevance
130 OctreeNode* pActNode; member in ImpNodeCache151 if ( !pActNode ) in ImplGetFreeNode()153 pActNode = new NODE; in ImplGetFreeNode()154 pActNode->pNextInCache = NULL; in ImplGetFreeNode()157 pNode = pActNode; in ImplGetFreeNode()158 pActNode = pNode->pNextInCache; in ImplGetFreeNode()168 pNode->pNextInCache = pActNode; in ImplReleaseNode()169 pActNode = pNode; in ImplReleaseNode()
45 pActNode( NULL ) in ImpNodeCache()53 pNewNode->pNextInCache = pActNode; in ImpNodeCache()54 pActNode = pNewNode; in ImpNodeCache()62 while( pActNode ) in ~ImpNodeCache()64 OctreeNode* pNode = pActNode; in ~ImpNodeCache()66 pActNode = pNode->pNextInCache; in ~ImpNodeCache()
1156 SwRect SwTxtFrm::_AutoSpell( const SwCntntNode* pActNode, const SwViewOption& rViewOpt, xub_StrLen … in _AutoSpell() argument1167 if( pNode != pActNode || !nActPos ) in _AutoSpell()1468 void SwTxtFrm::CollectAutoCmplWrds( SwCntntNode* pActNode, xub_StrLen nActPos ) in CollectAutoCmplWrds() argument1471 if( pNode != pActNode || !nActPos ) in CollectAutoCmplWrds()
Completed in 42 milliseconds