Searched refs:pMatchFunc (Results 1 – 1 of 1) sorted by relevance
1242 bool (*pMatchFunc)(xub_StrLen const, xub_StrLen const, xub_StrLen const)=0; in lcl_GetTxtAttrs() local1245 case SwTxtNode::DEFAULT: pMatchFunc = &lcl_GetTxtAttrDefault; break; in lcl_GetTxtAttrs()1246 case SwTxtNode::EXPAND: pMatchFunc = &lcl_GetTxtAttrExpand; break; in lcl_GetTxtAttrs()1247 case SwTxtNode::PARENT: pMatchFunc = &lcl_GetTxtAttrParent; break; in lcl_GetTxtAttrs()1270 ? (*pMatchFunc)(nIndex, nHintStart, *pEndIdx) in lcl_GetTxtAttrs()
Completed in 209 milliseconds