summaryrefslogtreecommitdiff
path: root/svtools/source/table/tablecontrol_impl.hxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-19 11:11:29 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-19 11:11:29 +0100
commite8f649b5ad64a2a3f07dfab1a52033d126da211b (patch)
tree9015cddba0832bf60328d0f804150c1373f40253 /svtools/source/table/tablecontrol_impl.hxx
parent37b53c32ec5320838721ee209d259f41427f8335 (diff)
gridsort: render indicator for current column sort
Diffstat (limited to 'svtools/source/table/tablecontrol_impl.hxx')
-rwxr-xr-xsvtools/source/table/tablecontrol_impl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/table/tablecontrol_impl.hxx b/svtools/source/table/tablecontrol_impl.hxx
index 0975368a88a2..747ffc8a36fa 100755
--- a/svtools/source/table/tablecontrol_impl.hxx
+++ b/svtools/source/table/tablecontrol_impl.hxx
@@ -282,7 +282,7 @@ namespace svt { namespace table
virtual void setPointer( Pointer const & i_pointer );
virtual void captureMouse();
virtual void releaseMouse();
- virtual void invalidate();
+ virtual void invalidate( TableArea const i_what );
virtual long pixelWidthToAppFont( long const i_pixels ) const;
virtual void hideTracking();
virtual void showTracking( Rectangle const & i_location, sal_uInt16 const i_flags );
@@ -429,14 +429,14 @@ namespace svt { namespace table
As a result of respecting the partial visibility of rows and columns,
the returned area might be larger than the data window's output size.
*/
- void impl_getAllVisibleCellsArea( Rectangle& _rCellArea ) const;
+ Rectangle impl_getAllVisibleCellsArea() const;
/** retrieves the area occupied by all (at least partially) visible data cells.
Effectively, the returned area is the same as returned by ->impl_getAllVisibleCellsArea,
minus the row and column header areas.
*/
- void impl_getAllVisibleDataCellArea( Rectangle& _rCellArea ) const;
+ Rectangle impl_getAllVisibleDataCellArea() const;
/** retrieves the column which covers the given ordinate
*/