LibreOffice Module sc (master) 1
Classes | Namespaces | Functions
queryparam.hxx File Reference
#include <unotools/textsearch.hxx>
#include "address.hxx"
#include "queryentry.hxx"
#include "types.hxx"
#include <vector>
#include <ostream>
Include dependency graph for queryparam.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ScQueryParamBase
 
struct  ScQueryParamTable
 
struct  ScQueryParam
 
struct  ScDBQueryParamBase
 
struct  ScDBQueryParamInternal
 
struct  ScDBQueryParamMatrix
 

Namespaces

namespace  svl
 These need to be in global namespace just like their respective types are.
 

Functions

template<typename charT , typename traits >
std::basic_ostream< charT, traits > & operator<< (std::basic_ostream< charT, traits > &stream, const ScQueryParamBase &rParam)
 
template<typename charT , typename traits >
std::basic_ostream< charT, traits > & operator<< (std::basic_ostream< charT, traits > &stream, const ScQueryParamTable &rParam)
 
template<typename charT , typename traits >
std::basic_ostream< charT, traits > & operator<< (std::basic_ostream< charT, traits > &stream, const ScQueryParam &rParam)
 

Function Documentation

◆ operator<<() [1/3]

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

Definition at line 133 of file queryparam.hxx.

◆ operator<<() [2/3]

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

Definition at line 41 of file queryparam.hxx.

◆ operator<<() [3/3]

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

Definition at line 101 of file queryparam.hxx.