Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx819 ScHTMLGraphEntry* pGraphEntry = NULL; in WriteCell() local
822 for ( pGraphEntry = aGraphList.First(); pGraphEntry; in WriteCell()
823 pGraphEntry = aGraphList.Next() ) in WriteCell()
825 if ( pGraphEntry->bInCell && pGraphEntry->aRange.In( aPos ) ) in WriteCell()
827 if ( pGraphEntry->aRange.aStart == aPos ) in WriteCell()
875 if ( pGraphEntry || rMergeAttr.IsMerged() ) in WriteCell()
880 if ( pGraphEntry ) in WriteCell()
881 nC = Max( SCCOL(pGraphEntry->aRange.aEnd.Col() - nCol + 1), in WriteCell()
896 if ( pGraphEntry ) in WriteCell()
1146 if ( pGraphEntry ) in WriteCell()
[all …]

Completed in 14 milliseconds