Searched refs:pMatchFunc (Results 1 – 1 of 1) sorted by relevance
1247 bool (*pMatchFunc)(xub_StrLen const, xub_StrLen const, xub_StrLen const)=0; in lcl_GetTxtAttrs() local1250 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 21 milliseconds