LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
oox::xls::BinRangeList Class Reference

A 2D cell range address list for binary filters. More...

#include <addressconverter.hxx>

Public Member Functions

 BinRangeList ()
 
::std::vector< BinRange >::const_iterator begin () const
 
::std::vector< BinRange >::const_iterator end () const
 
void read (SequenceInputStream &rStrm)
 

Private Attributes

::std::vector< BinRangemvRanges
 

Detailed Description

A 2D cell range address list for binary filters.

Definition at line 73 of file addressconverter.hxx.

Constructor & Destructor Documentation

◆ BinRangeList()

oox::xls::BinRangeList::BinRangeList ( )
inlineexplicit

Definition at line 76 of file addressconverter.hxx.

Member Function Documentation

◆ begin()

::std::vector< BinRange >::const_iterator oox::xls::BinRangeList::begin ( ) const
inline

Definition at line 78 of file addressconverter.hxx.

References mvRanges.

◆ end()

::std::vector< BinRange >::const_iterator oox::xls::BinRangeList::end ( ) const
inline

Definition at line 79 of file addressconverter.hxx.

References mvRanges.

◆ read()

void oox::xls::BinRangeList::read ( SequenceInputStream rStrm)

Definition at line 64 of file addressconverter.cxx.

References mvRanges, nCount, and rStrm.

Referenced by oox::xls::operator>>().

Member Data Documentation

◆ mvRanges

::std::vector< BinRange > oox::xls::BinRangeList::mvRanges
private

Definition at line 84 of file addressconverter.hxx.

Referenced by begin(), end(), and read().


The documentation for this class was generated from the following files: