Lines Matching refs:aEntries

191 	void* pEntry = aEntries.First();  in Clear()
195 pEntry = aEntries.Next(); in Clear()
197 aEntries.Clear(); in Clear()
206aEntries.Insert( new ScPreviewLocationEntry( SC_PLOC_CELLRANGE, aPixelRect, rRange, bRepCol, bRepR… in AddCellRange()
232aEntries.Insert( new ScPreviewLocationEntry( SC_PLOC_COLHEADER, aPixelRect, aRange, bRepCol, sal_F… in AddColHeaders()
240aEntries.Insert( new ScPreviewLocationEntry( SC_PLOC_ROWHEADER, aPixelRect, aRange, sal_False, bRe… in AddRowHeaders()
251 aEntries.Insert( new ScPreviewLocationEntry( eType, aPixelRect, aRange, sal_False, sal_False ) ); in AddHeaderFooter()
258aEntries.Insert( new ScPreviewLocationEntry( SC_PLOC_NOTEMARK, aPixelRect, aRange, sal_False, sal_… in AddNoteMark()
265aEntries.Insert( new ScPreviewLocationEntry( SC_PLOC_NOTETEXT, aPixelRect, aRange, sal_False, sal_… in AddNoteText()
363 ScPreviewLocationEntry* pEntry = lcl_GetEntryByAddress( aEntries, rCellPos, SC_PLOC_CELLRANGE ); in GetCellPosition()
378 sal_uLong nCount = aEntries.Count(); in HasCellsInRange()
381 ScPreviewLocationEntry* pEntry = (ScPreviewLocationEntry*)aEntries.GetObject(nListPos); in HasCellsInRange()
392 sal_uLong nCount = aEntries.Count(); in GetHeaderPosition()
395 ScPreviewLocationEntry* pEntry = (ScPreviewLocationEntry*)aEntries.GetObject(nListPos); in GetHeaderPosition()
407 sal_uLong nCount = aEntries.Count(); in GetFooterPosition()
410 ScPreviewLocationEntry* pEntry = (ScPreviewLocationEntry*)aEntries.GetObject(nListPos); in GetFooterPosition()
422 sal_uLong nCount = aEntries.Count(); in IsHeaderLeft()
425 ScPreviewLocationEntry* pEntry = (ScPreviewLocationEntry*)aEntries.GetObject(nListPos); in IsHeaderLeft()
436 sal_uLong nCount = aEntries.Count(); in IsFooterLeft()
439 ScPreviewLocationEntry* pEntry = (ScPreviewLocationEntry*)aEntries.GetObject(nListPos); in IsFooterLeft()
453 sal_uLong nCount = aEntries.Count(); in GetNoteCountInRange()
456 ScPreviewLocationEntry* pEntry = (ScPreviewLocationEntry*)aEntries.GetObject(nListPos); in GetNoteCountInRange()
469 sal_uLong nCount = aEntries.Count(); in GetNoteInRange()
472 ScPreviewLocationEntry* pEntry = (ScPreviewLocationEntry*)aEntries.GetObject(nListPos); in GetNoteInRange()
492 sal_uLong nCount = aEntries.Count(); in GetNoteInRangeOutputRect()
495 ScPreviewLocationEntry* pEntry = (ScPreviewLocationEntry*)aEntries.GetObject(nListPos); in GetNoteInRangeOutputRect()
532 sal_uLong nCount = aEntries.Count(); in GetTableInfo()
535 ScPreviewLocationEntry* pEntry = (ScPreviewLocationEntry*)aEntries.GetObject(nListPos); in GetTableInfo()
775 sal_uLong nCount = aEntries.Count(); in GetMainCellRange()
778 ScPreviewLocationEntry* pEntry = (ScPreviewLocationEntry*)aEntries.GetObject(nListPos); in GetMainCellRange()