Searched refs:AttrSpan_t (Results 1 – 1 of 1) sorted by relevance
2320 typedef std::pair<sal_uInt16, sal_uInt16> AttrSpan_t; typedef2321 typedef std::multimap<AttrSpan_t, const SwTxtAttr*> AttrSpanMap_t;2396 const AttrSpan_t aSpan(*pHint->GetStart(), *pHint->End()); in lcl_CollectHintSpans()2404 AttrSpan_t(nLastEnd, aSpan.first), 0)); in lcl_CollectHintSpans()2415 AttrSpanMap_t::value_type(AttrSpan_t(nLastEnd, nLength), 0)); in lcl_CollectHintSpans()
Completed in 31 milliseconds