Searched refs:AttrSpan_t (Results 1 – 1 of 1) sorted by relevance
2313 typedef std::pair<sal_uInt16, sal_uInt16> AttrSpan_t; typedef2314 typedef std::multimap<AttrSpan_t, const SwTxtAttr*> AttrSpanMap_t;2389 const AttrSpan_t aSpan(*pHint->GetStart(), *pHint->End()); in lcl_CollectHintSpans()2397 AttrSpan_t(nLastEnd, aSpan.first), 0)); in lcl_CollectHintSpans()2408 AttrSpanMap_t::value_type(AttrSpan_t(nLastEnd, nLength), 0)); in lcl_CollectHintSpans()
Completed in 36 milliseconds