|
LibreOffice Module sc (master) 1
|
#include <prevloc.hxx>
Public Member Functions | |
| void | Set (bool bHeader, SCCOLROW nIndex, tools::Long nStart, tools::Long nEnd) |
Public Attributes | |
| bool | bIsHeader |
| SCCOLROW | nDocIndex |
| tools::Long | nPixelStart |
| tools::Long | nPixelEnd |
Definition at line 43 of file prevloc.hxx.
|
inline |
Definition at line 50 of file prevloc.hxx.
References bIsHeader, nDocIndex, nIndex, nPixelEnd, and nPixelStart.
Referenced by ScPreviewLocationData::GetTableInfo().
| bool ScPreviewColRowInfo::bIsHeader |
Definition at line 45 of file prevloc.hxx.
Referenced by ScAccessiblePreviewTable::getAccessibleCellAt(), ScAccessiblePreviewTable::getAccessibleColumnExtentAt(), ScAccessiblePreviewTable::getAccessibleRowExtentAt(), ScPreviewLocationData::GetHeaderCellOutputRect(), and Set().
| SCCOLROW ScPreviewColRowInfo::nDocIndex |
Definition at line 46 of file prevloc.hxx.
Referenced by ScAccessiblePreviewTable::getAccessibleCellAt(), ScAccessiblePreviewTable::getAccessibleColumnExtentAt(), ScAccessiblePreviewTable::getAccessibleRowExtentAt(), and Set().
| tools::Long ScPreviewColRowInfo::nPixelEnd |
Definition at line 48 of file prevloc.hxx.
Referenced by ScAccessiblePreviewHeaderCell::GetBoundingBox(), ScAccessiblePreviewHeaderCell::GetBoundingBoxOnScreen(), ScPreviewLocationData::GetHeaderCellOutputRect(), and Set().
| tools::Long ScPreviewColRowInfo::nPixelStart |
Definition at line 47 of file prevloc.hxx.
Referenced by ScAccessiblePreviewTable::getAccessibleAtPoint(), ScAccessiblePreviewHeaderCell::GetBoundingBox(), ScAccessiblePreviewHeaderCell::GetBoundingBoxOnScreen(), ScPreviewLocationData::GetHeaderCellOutputRect(), and Set().