Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/core/doc/
H A Ddocedt.cxx2146 SwHyphArgs *pHyphArgs = (SwHyphArgs*)pArgs; in lcl_HyphenateNode() local
2152 sal_uInt16 *pPageSt = pHyphArgs->GetPageSt(); in lcl_HyphenateNode()
2153 sal_uInt16 *pPageCnt = pHyphArgs->GetPageCnt(); in lcl_HyphenateNode()
2167 pHyphArgs->SetRange( rpNd ); in lcl_HyphenateNode()
2168 if( pNode->Hyphenate( *pHyphArgs ) ) in lcl_HyphenateNode()
2170 pHyphArgs->SetNode( rpNd ); in lcl_HyphenateNode()
2175 pHyphArgs->NextNode(); in lcl_HyphenateNode()