LibreOffice Module sc (master)
1
|
#include "scdllapi.h"
#include "global.hxx"
#include "address.hxx"
#include "dpcache.hxx"
#include "dptypes.hxx"
#include "pivot.hxx"
#include "calcmacros.hxx"
#include <com/sun/star/sheet/DataPilotFieldOrientation.hpp>
#include <o3tl/sorted_vector.hxx>
#include <memory>
#include <vector>
#include <map>
Go to the source code of this file.
Classes | |
struct | ScDPServiceDesc |
class | ScDPObject |
class | ScDPCollection |
class | ScDPCollection::SheetCaches |
Stores and manages all caches from internal sheets. More... | |
class | ScDPCollection::NameCaches |
Data caches for range name based source data. More... | |
struct | ScDPCollection::DBType |
Defines connection type to external data source. More... | |
struct | ScDPCollection::DBType::less |
class | ScDPCollection::DBCaches |
Data caches for external database sources. More... | |
Namespaces | |
com::sun::star | |
com::sun::star::container | |
com::sun::star::sdbc | |
com::sun::star::sheet | |
tools | |
Functions | |
bool | operator< (const ScDPCollection::DBType &left, const ScDPCollection::DBType &right) |
bool operator< | ( | const ScDPCollection::DBType & | left, |
const ScDPCollection::DBType & | right | ||
) |
Definition at line 3928 of file dpobject.cxx.
References ScDPCollection::DBType::maCommand, ScDPCollection::DBType::maDBName, and ScDPCollection::DBType::mnSdbType.