Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/view/
H A Dprevloc.cxx52 struct ScPreviewLocationEntry struct
60ScPreviewLocationEntry( ScPreviewLocationType eNewType, const Rectangle& rPixel, const ScRange& rR… in ScPreviewLocationEntry() function
194 delete (ScPreviewLocationEntry*) pEntry; in Clear()
206 …aEntries.Insert( new ScPreviewLocationEntry( SC_PLOC_CELLRANGE, aPixelRect, rRange, bRepCol, bRepR… in AddCellRange()
232 …aEntries.Insert( new ScPreviewLocationEntry( SC_PLOC_COLHEADER, aPixelRect, aRange, bRepCol, sal_F… in AddColHeaders()
240 …aEntries.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()
258 …aEntries.Insert( new ScPreviewLocationEntry( SC_PLOC_NOTEMARK, aPixelRect, aRange, sal_False, sal_… in AddNoteMark()
265 …aEntries.Insert( new ScPreviewLocationEntry( SC_PLOC_NOTETEXT, aPixelRect, aRange, sal_False, sal_… in AddNoteText()
281 ScPreviewLocationEntry* lcl_GetEntryByAddress( const List& rEntries, const ScAddress& rPos, ScPrevi… in lcl_GetEntryByAddress()
[all …]