Searched refs:pHyp (Results 1 – 1 of 1) sorted by relevance
1616 const SfxHyphenRegionItem *pHyp = NULL; in Reset() local1619 pHyp = &( (const SfxHyphenRegionItem &) rSet.Get( nWhich ) ); in Reset()1623 if (pHyp) in Reset()1624 nVal = (sal_Int16) pHyp->GetMinLead(); in Reset()1631 if (pHyp) in Reset()1632 nVal = (sal_Int16) pHyp->GetMinTrail(); in Reset()
Completed in 20 milliseconds