Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/txtnode/
H A Dndtxt.cxx1247 bool (*pMatchFunc)(xub_StrLen const, xub_StrLen const, xub_StrLen const)=0; in lcl_GetTxtAttrs() local
1250 case SwTxtNode::DEFAULT: pMatchFunc = &lcl_GetTxtAttrDefault; break; in lcl_GetTxtAttrs()
1251 case SwTxtNode::EXPAND: pMatchFunc = &lcl_GetTxtAttrExpand; break; in lcl_GetTxtAttrs()
1252 case SwTxtNode::PARENT: pMatchFunc = &lcl_GetTxtAttrParent; break; in lcl_GetTxtAttrs()
1275 ? (*pMatchFunc)(nIndex, nHintStart, *pEndIdx) in lcl_GetTxtAttrs()

Completed in 32 milliseconds