Home
last modified time | relevance | path

Searched refs:pCurrCol (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/access/
H A Daccdoc.cxx771 SwFrm* pCurrCol=((SwFrm*)pCurrFrm)->FindColFrm(); in getExtendedAttributes() local
777 if(pCurrCol!=NULL) in getExtendedAttributes()
838 if(pCurrCol!=NULL) in getExtendedAttributes()
840 SwLayoutFrm* pParent = pCurrCol->GetUpper(); in getExtendedAttributes()
844 while(pCol&&(pCol!=pCurrCol)) in getExtendedAttributes()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx461 SwFrm* pCurrCol=((SwFrm*)pCurrFrm)->FindColFrm(); in bColumnChange() local
463 while(pCurrCol== NULL && pCurrFrm!=NULL ) in bColumnChange()
468 pCurrCol=((SwFrm*)pParent)->FindColFrm(); in bColumnChange()
476 if(oldColFrm == pCurrCol) in bColumnChange()
480 oldColFrm = pCurrCol; in bColumnChange()

Completed in 36 milliseconds