Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/inc/
H A Dhiranges.hxx33 struct ScHighlightEntry struct
38 ScHighlightEntry( const ScRange& rR, const Color& rC ) : in ScHighlightEntry() argument
51 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()
/trunk/main/sc/source/ui/docshell/
H A Dhiranges.cxx42 delete (ScHighlightEntry*) aEntries.Remove( pEntry ); in ~ScHighlightRanges()
/trunk/main/sc/source/ui/view/
H A Dtabview3.cxx2186 pHighlightRanges->Insert( new ScHighlightEntry( rRange, rColor ) ); in AddHighlightRange()
2205 ScHighlightEntry* pEntry = pTemp->GetObject( i ); in ClearHighlightRanges()
H A Dgridwin4.cxx278 ScHighlightEntry* pEntry = rHighlightRanges.GetObject( i ); in lcl_DrawHighlight()

Completed in 37 milliseconds