Home
last modified time | relevance | path

Searched defs:PivotTableSources (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A Dpivotsource.hxx26 struct PivotTableSources struct
30 struct SelectedPages
38 struct SheetSource
46 struct DBSource
54 struct ServiceSource
64 typedef std::vector<SheetSource> SheetSourcesType;
65 typedef std::vector<DBSource> DBSourcesType;
68 SelectedPagesListType maSelectedPagesList;
70 SheetSourcesType maSheetSources;
71 DBSourcesType maDBSources;
[all …]
H A Dpivotsource.cxx30 PivotTableSources::PivotTableSources() {} in PivotTableSources() function in sc::PivotTableSources
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A Dpivotsource.hxx25 struct PivotTableSources struct
27 typedef std::unordered_map<OUString, OUString> SelectedPagesType;
29 struct SelectedPages
37 struct SheetSource
45 struct DBSource
53 struct ServiceSource
61 std::vector<SelectedPages> maSelectedPagesList;
62 std::vector<SheetSource> maSheetSources;
63 std::vector<DBSource> maDBSources;
64 std::vector<ServiceSource> maServiceSources;
H A Dpivotsource.cxx30 PivotTableSources::PivotTableSources() {} in PivotTableSources() function in sc::PivotTableSources