Lines Matching refs:ScPreviewLocationData

166 ScPreviewLocationData::ScPreviewLocationData( ScDocument* pDocument, OutputDevice* pWin ) :  in ScPreviewLocationData()  function in ScPreviewLocationData
174 ScPreviewLocationData::~ScPreviewLocationData() in ~ScPreviewLocationData()
179 void ScPreviewLocationData::SetCellMapMode( const MapMode& rMapMode ) in SetCellMapMode()
184 void ScPreviewLocationData::SetPrintTab( SCTAB nNew ) in SetPrintTab()
189 void ScPreviewLocationData::Clear() in Clear()
202 void ScPreviewLocationData::AddCellRange( const Rectangle& rRect, const ScRange& rRange, sal_Bool b… in AddCellRange()
227 void ScPreviewLocationData::AddColHeaders( const Rectangle& rRect, SCCOL nStartCol, SCCOL nEndCol, … in AddColHeaders()
235 void ScPreviewLocationData::AddRowHeaders( const Rectangle& rRect, SCROW nStartRow, SCROW nEndRow, … in AddRowHeaders()
243 void ScPreviewLocationData::AddHeaderFooter( const Rectangle& rRect, sal_Bool bHeader, sal_Bool bLe… in AddHeaderFooter()
254 void ScPreviewLocationData::AddNoteMark( const Rectangle& rRect, const ScAddress& rPos ) in AddNoteMark()
261 void ScPreviewLocationData::AddNoteText( const Rectangle& rRect, const ScAddress& rPos ) in AddNoteText()
270 void ScPreviewLocationData::GetDrawRange( sal_uInt16 nPos, Rectangle& rPixelRect, MapMode& rMapMode… in GetDrawRange()
332 Rectangle ScPreviewLocationData::GetOffsetPixel( const ScAddress& rCellPos, const ScRange& rRange )… in GetOffsetPixel()
361 sal_Bool ScPreviewLocationData::GetCellPosition( const ScAddress& rCellPos, Rectangle& rCellRect ) … in GetCellPosition()
376 sal_Bool ScPreviewLocationData::HasCellsInRange( const Rectangle& rVisiblePixel ) const in HasCellsInRange()
390 sal_Bool ScPreviewLocationData::GetHeaderPosition( Rectangle& rRect ) const in GetHeaderPosition()
405 sal_Bool ScPreviewLocationData::GetFooterPosition( Rectangle& rRect ) const in GetFooterPosition()
420 sal_Bool ScPreviewLocationData::IsHeaderLeft() const in IsHeaderLeft()
434 sal_Bool ScPreviewLocationData::IsFooterLeft() const in IsFooterLeft()
448 long ScPreviewLocationData::GetNoteCountInRange( const Rectangle& rVisiblePixel, sal_Bool bNoteMark… in GetNoteCountInRange()
463 sal_Bool ScPreviewLocationData::GetNoteInRange( const Rectangle& rVisiblePixel, long nIndex, sal_Bo… in GetNoteInRange()
487 Rectangle ScPreviewLocationData::GetNoteInRangeOutputRect(const Rectangle& rVisiblePixel, sal_Bool … in GetNoteInRangeOutputRect()
506 void ScPreviewLocationData::GetTableInfo( const Rectangle& rVisiblePixel, ScPreviewTableInfo& rInfo… in GetTableInfo()
735 Rectangle ScPreviewLocationData::GetHeaderCellOutputRect(const Rectangle& rVisRect, const ScAddress… in GetHeaderCellOutputRect()
762 Rectangle ScPreviewLocationData::GetCellOutputRect(const ScAddress& rCellPos) const in GetCellOutputRect()
773 sal_Bool ScPreviewLocationData::GetMainCellRange( ScRange& rRange, Rectangle& rPixRect ) const in GetMainCellRange()