Searched refs:aGraphList (Results 1 – 3 of 3) sorted by relevance
290 for ( ScHTMLGraphEntry* pE = aGraphList.First(); pE; pE = aGraphList.Next() ) in ~ScHTMLExport()788 for ( ScHTMLGraphEntry* pE = aGraphList.First(); pE; pE = aGraphList.Next() ) in WriteTables()794 aGraphList.Clear(); in WriteTables()822 for ( pGraphEntry = aGraphList.First(); pGraphEntry; in WriteCell()823 pGraphEntry = aGraphList.Next() ) in WriteCell()
66 for ( ScHTMLGraphEntry* pE = aGraphList.First(); pE; in PrepareGraphics()67 pE = aGraphList.Next() ) in PrepareGraphics()125 aGraphList.Insert( pE, LIST_APPEND ); in FillGraphList()
100 ScHTMLGraphList aGraphList; member in ScHTMLExport
Completed in 28 milliseconds