Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/txtnode/
H A Dndtxt.cxx1242 bool (*pMatchFunc)(xub_StrLen const, xub_StrLen const, xub_StrLen const)=0; in lcl_GetTxtAttrs() local
1245 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 32 milliseconds