|
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 <unotools/resmgr.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 | |
| namespace | com |
| namespace | com::sun |
| namespace | com::sun::star |
| namespace | com::sun::star::container |
| namespace | com::sun::star::sdbc |
| namespace | com::sun::star::sheet |
| namespace | 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 3969 of file dpobject.cxx.