LibreOffice Module svx (master) 1
|
#include <celltypes.hxx>
Public Member Functions | |
RangeIterator (const T &rStart, const T &rEnd, bool bForward) | |
creates an iterator from rStart (including) to rEnd (excluding) if bForward is true or from nEnd (excluding to nStart (including). More... | |
bool | next (T &rValue) |
Private Attributes | |
T | maEnd |
T | maIter |
Definition at line 42 of file celltypes.hxx.
|
inline |
creates an iterator from rStart (including) to rEnd (excluding) if bForward is true or from nEnd (excluding to nStart (including).
rStart must be <= rEnd.
Definition at line 49 of file celltypes.hxx.
References sdr::table::RangeIterator< T >::maEnd, and sdr::table::RangeIterator< T >::maIter.
|
inline |
Definition at line 65 of file celltypes.hxx.
References sdr::table::RangeIterator< T >::maEnd, and sdr::table::RangeIterator< T >::maIter.
Referenced by sdr::table::TableLayouter::LayoutTableWidth().
|
private |
Definition at line 79 of file celltypes.hxx.
Referenced by sdr::table::RangeIterator< T >::next(), and sdr::table::RangeIterator< T >::RangeIterator().
|
private |
Definition at line 80 of file celltypes.hxx.
Referenced by sdr::table::RangeIterator< T >::next(), and sdr::table::RangeIterator< T >::RangeIterator().