LibreOffice Module sc (master) 1
Classes | Typedefs | Functions
rangelst.hxx File Reference
#include "global.hxx"
#include "address.hxx"
#include <ostream>
#include <vector>
#include <sal/types.h>
Include dependency graph for rangelst.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ScRangeList
 
class  ScRangePairList
 

Typedefs

typedef tools::SvRef< ScRangeListScRangeListRef
 
typedef tools::SvRef< ScRangePairListScRangePairListRef
 

Functions

template<typename charT , typename traits >
std::basic_ostream< charT, traits > & operator<< (std::basic_ostream< charT, traits > &stream, const ScRangeList &rRangeList)
 
int ScRangePairList_QsortNameCompare (const void *, const void *)
 

Typedef Documentation

◆ ScRangeListRef

Definition at line 110 of file rangelst.hxx.

◆ ScRangePairListRef

Definition at line 160 of file rangelst.hxx.

Function Documentation

◆ operator<<()

template<typename charT , typename traits >
std::basic_ostream< charT, traits > & operator<< ( std::basic_ostream< charT, traits > &  stream,
const ScRangeList rRangeList 
)
inline

Definition at line 110 of file rangelst.hxx.

References i, ScRangeList::size(), and stream.

◆ ScRangePairList_QsortNameCompare()

int ScRangePairList_QsortNameCompare ( const void *  ,
const void *   
)