Searched refs:ScHighlightEntry (Results 1 – 4 of 4) sorted by relevance
33 struct ScHighlightEntry struct38 ScHighlightEntry( const ScRange& rR, const Color& rC ) : in ScHighlightEntry() function51 void Insert( ScHighlightEntry* pNew ) { aEntries.Insert(pNew, LIST_APPEND); } in Insert()52 ScHighlightEntry* GetObject( sal_uLong nIndex ) const in GetObject()53 { return (ScHighlightEntry*)aEntries.GetObject(nIndex); } in GetObject()
42 delete (ScHighlightEntry*) aEntries.Remove( pEntry ); in ~ScHighlightRanges()
2186 pHighlightRanges->Insert( new ScHighlightEntry( rRange, rColor ) ); in AddHighlightRange()2205 ScHighlightEntry* pEntry = pTemp->GetObject( i ); in ClearHighlightRanges()
278 ScHighlightEntry* pEntry = rHighlightRanges.GetObject( i ); in lcl_DrawHighlight()
Completed in 42 milliseconds