Home
last modified time | relevance | path

Searched refs:pActNode (Results 1 – 3 of 3) sorted by path

/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx1156 SwRect SwTxtFrm::_AutoSpell( const SwCntntNode* pActNode, const SwViewOption& rViewOpt, xub_StrLen … in _AutoSpell() argument
1167 if( pNode != pActNode || !nActPos ) in _AutoSpell()
1468 void SwTxtFrm::CollectAutoCmplWrds( SwCntntNode* pActNode, xub_StrLen nActPos ) in CollectAutoCmplWrds() argument
1471 if( pNode != pActNode || !nActPos ) in CollectAutoCmplWrds()
/trunk/main/vcl/inc/
H A Dimpoct.hxx130 OctreeNode* pActNode; member in ImpNodeCache
151 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()
/trunk/main/vcl/source/gdi/
H A Doctree.cxx45 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()

Completed in 24 milliseconds