LibreOffice Module sc (master) 1
|
#include <dptabsrc.hxx>
Public Member Functions | |
ScDPSource (ScDPTableData *pD) | |
virtual | ~ScDPSource () override |
ScDPTableData * | GetData () |
const ScDPTableData * | GetData () const |
const std::optional< OUString > & | GetGrandTotalName () const |
css::sheet::DataPilotFieldOrientation | GetOrientation (sal_Int32 nColumn) |
void | SetOrientation (sal_Int32 nColumn, css::sheet::DataPilotFieldOrientation nNew) |
sal_Int32 | GetPosition (sal_Int32 nColumn) |
sal_Int32 | GetDataDimensionCount () const |
ScDPDimension * | GetDataDimension (sal_Int32 nIndex) |
OUString | GetDataDimName (sal_Int32 nIndex) |
const ScDPCache * | GetCache () |
const ScDPItemData * | GetItemDataById (sal_Int32 nDim, sal_Int32 nId) |
bool | IsDataLayoutDimension (sal_Int32 nDim) |
css::sheet::DataPilotFieldOrientation | GetDataLayoutOrientation () |
bool | IsDateDimension (sal_Int32 nDim) |
bool | SubTotalAllowed (sal_Int32 nColumn) |
ScDPDimension * | AddDuplicated (std::u16string_view rNewName) |
move to ScDPResultData More... | |
sal_Int32 | GetDupCount () const |
sal_Int32 | GetSourceDim (sal_Int32 nDim) |
const css::uno::Sequence< css::sheet::MemberResult > * | GetMemberResults (const ScDPLevel *pLevel) |
ScDPDimensions * | GetDimensionsObject () |
virtual css::uno::Reference< css::container::XNameAccess > SAL_CALL | getDimensions () override |
virtual css::uno::Sequence< css::uno::Sequence< css::sheet::DataResult > > SAL_CALL | getResults () override |
virtual css::uno::Sequence< double > SAL_CALL | getFilteredResults (const css::uno::Sequence< css::sheet::DataPilotFieldFilter > &aFilters) override |
virtual void SAL_CALL | refresh () override |
virtual void SAL_CALL | addRefreshListener (const css::uno::Reference< css::util::XRefreshListener > &l) override |
virtual void SAL_CALL | removeRefreshListener (const css::uno::Reference< css::util::XRefreshListener > &l) override |
virtual css::uno::Sequence< css::uno::Sequence< css::uno::Any > > SAL_CALL | getDrillDownData (const css::uno::Sequence< css::sheet::DataPilotFieldFilter > &aFilters) override |
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () override |
virtual void SAL_CALL | setPropertyValue (const OUString &aPropertyName, const css::uno::Any &aValue) override |
virtual css::uno::Any SAL_CALL | getPropertyValue (const OUString &PropertyName) override |
virtual void SAL_CALL | addPropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &xListener) override |
virtual void SAL_CALL | removePropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) override |
virtual void SAL_CALL | addVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override |
virtual void SAL_CALL | removeVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
void | DumpResults () const |
Private Member Functions | |
void | CreateRes_Impl () |
void | FillMemberResults () |
void | FillLevelList (css::sheet::DataPilotFieldOrientation nOrientation, std::vector< ScDPLevel * > &rList) |
void | FillCalcInfo (bool bIsRow, ScDPTableData::CalcInfo &rInfo, bool &bHasAutoShow) |
void | GetCategoryDimensionIndices (std::unordered_set< sal_Int32 > &rCatDims) |
Compile a list of dimension indices that are either, column, row or page dimensions (i.e. More... | |
void | FilterCacheByPageDimensions () |
Set visibilities of individual rows in the cache table based on the page field data. More... | |
void | SetDupCount (tools::Long nNew) |
OUString | getDataDescription () |
void | setIgnoreEmptyRows (bool bSet) |
??? More... | |
void | setRepeatIfEmpty (bool bSet) |
void | disposeData () |
Private Attributes | |
ScDPTableData * | pData |
rtl::Reference< ScDPDimensions > | pDimensions |
std::vector< sal_Int32 > | maColDims |
std::vector< sal_Int32 > | maRowDims |
std::vector< sal_Int32 > | maDataDims |
std::vector< sal_Int32 > | maPageDims |
ScDPResultTree | maResFilterSet |
bool | bColumnGrand |
bool | bRowGrand |
bool | bIgnoreEmptyRows |
bool | bRepeatIfEmpty |
sal_Int32 | nDupCount |
std::unique_ptr< ScDPResultData > | pResData |
std::unique_ptr< ScDPResultMember > | pColResRoot |
std::unique_ptr< ScDPResultMember > | pRowResRoot |
std::unique_ptr< css::uno::Sequence< css::sheet::MemberResult >[]> | pColResults |
std::unique_ptr< css::uno::Sequence< css::sheet::MemberResult >[]> | pRowResults |
std::vector< ScDPLevel * > | aColLevelList |
std::vector< ScDPLevel * > | aRowLevelList |
bool | bResultOverflow |
bool | bPageFiltered |
std::optional< OUString > | mpGrandTotalName |
Definition at line 74 of file dptabsrc.hxx.
ScDPSource::ScDPSource | ( | ScDPTableData * | pD | ) |
Definition at line 94 of file dptabsrc.cxx.
References bIgnoreEmptyRows, bRepeatIfEmpty, pData, pData, and ScDPTableData::SetEmptyFlags().
|
overridevirtual |
Definition at line 107 of file dptabsrc.cxx.
References pColResRoot, pColResults, pResData, pRowResRoot, and pRowResults.
ScDPDimension * ScDPSource::AddDuplicated | ( | std::u16string_view | rNewName | ) |
move to ScDPResultData
Definition at line 311 of file dptabsrc.cxx.
References ScDPDimension::getName(), i, nDupCount, pDimensions, and SetDupCount().
Referenced by ScDPDimension::CreateCloneObject().
|
overridevirtual |
|
overridevirtual |
Definition at line 420 of file dptabsrc.cxx.
|
overridevirtual |
|
private |
Definition at line 732 of file dptabsrc.cxx.
References ScDPTableData::CalcInfo::aColDims, ScDPTableData::CalcInfo::aColLevels, ScDPTableData::CalcInfo::aDataSrcCols, ScDPInitState::AddMember(), ScDPTableData::CalcInfo::aPageDims, ScDPTableData::CalcInfo::aRowDims, ScDPTableData::CalcInfo::aRowLevels, AUTO, bColumnGrand, bResultOverflow, bRowGrand, ScDPTableData::CalcResults(), DumpResults(), FillCalcInfo(), FilterCacheByPageDimensions(), comphelper::findValue(), ScDPLevels::getByIndex(), ScDPDimensions::getByIndex(), ScDPHierarchies::getByIndex(), GetCache(), ScDPTableData::GetColumnCount(), ScDPHierarchies::getCount(), ScDPLevels::getCount(), GetDataLayoutOrientation(), GetDimensionsObject(), ScDPDimension::getFunction(), ScDPDimension::GetHierarchiesObject(), ScDPHierarchy::GetLevelsObject(), ScDPLevel::GetMembersObject(), ScDPDimension::getName(), GetOrientation(), ScDPDimension::GetReferenceValue(), ScDPDimension::GetSelectedData(), ScDPDimension::GetSourceDim(), ScDPUtil::getSourceDimensionName(), ScDPDimension::getUsedHierarchy(), ScDPDimension::HasSelectedPage(), lcl_CountMinMembers(), maColDims, maDataDims, maPageDims, maRowDims, MAXCOLCOUNT, nCount, pColResRoot, ScDPTableData::CalcInfo::pColRoot, pData, ScDPTableData::CalcInfo::pInitState, pResData, pRowResRoot, ScDPTableData::CalcInfo::pRowRoot, SC_MINCOUNT_LIMIT, SetOrientation(), SUM, and ScDPUtil::toSubTotalFunc().
Referenced by FillMemberResults(), getDataDescription(), and getResults().
|
private |
Definition at line 499 of file dptabsrc.cxx.
References aColLevelList, aRowLevelList, bPageFiltered, bResultOverflow, ScDPResultTree::clear(), ScDPTableData::DisposeData(), maColDims, maDataDims, maPageDims, maResFilterSet, maRowDims, pColResRoot, pColResults, pData, pDimensions, pResData, pRowResRoot, pRowResults, and SetDupCount().
Referenced by refresh().
void ScDPSource::DumpResults | ( | ) | const |
Referenced by CreateRes_Impl().
|
private |
Definition at line 590 of file dptabsrc.cxx.
References ScDPTableData::CalcInfo::aColDims, ScDPTableData::CalcInfo::aColLevelDims, ScDPTableData::CalcInfo::aColLevels, ScDPTableData::CalcInfo::aRowDims, ScDPTableData::CalcInfo::aRowLevelDims, ScDPTableData::CalcInfo::aRowLevels, ScDPLevel::EvaluateSortOrder(), ScDPLevel::GetAutoShow(), ScDPLevels::getByIndex(), ScDPDimensions::getByIndex(), ScDPHierarchies::getByIndex(), ScDPHierarchies::getCount(), ScDPLevels::getCount(), GetDimensionsObject(), ScDPDimension::GetHierarchiesObject(), ScDPDimension::getIsDataLayoutDimension(), ScDPHierarchy::GetLevelsObject(), ScDPLevel::GetMembersObject(), ScDPDimension::getUsedHierarchy(), maColDims, maDataDims, maRowDims, nCount, and ScDPLevel::SetEnableLayout().
Referenced by CreateRes_Impl().
|
private |
Definition at line 947 of file dptabsrc.cxx.
References ScDPLevels::getByIndex(), ScDPDimensions::getByIndex(), ScDPHierarchies::getByIndex(), ScDPHierarchies::getCount(), ScDPLevels::getCount(), GetDimensionsObject(), ScDPDimension::GetHierarchiesObject(), ScDPHierarchy::GetLevelsObject(), ScDPDimension::getOrientation(), ScDPDimension::getUsedHierarchy(), maColDims, maDataDims, maPageDims, and maRowDims.
Referenced by FillMemberResults().
|
private |
Definition at line 997 of file dptabsrc.cxx.
References aColLevelList, aRowLevelList, bResultOverflow, CreateRes_Impl(), FillLevelList(), i, nPos, pColResRoot, pColResults, pResData, pRowResRoot, and pRowResults.
Referenced by GetMemberResults().
|
private |
Set visibilities of individual rows in the cache table based on the page field data.
Definition at line 668 of file dptabsrc.cxx.
References aData, ScDPFilteredCache::GroupFilter::addMatchItem(), bPageFiltered, ScDPTableData::CreateCacheTable(), ScDPTableData::DisposeData(), ScDPMember::FillItemData(), ScDPTableData::FilterCacheTable(), ScDPMembers::getByIndex(), ScDPDimensions::getByIndex(), ScDPHierarchies::getByIndex(), GetCategoryDimensionIndices(), ScDPMembers::getCount(), ScDPDimension::GetDimension(), GetDimensionsObject(), ScDPDimension::GetHierarchiesObject(), ScDPFilteredCache::GroupFilter::getMatchItemCount(), ScDPDimension::GetSelectedData(), ScDPDimension::HasSelectedPage(), ScDPMember::isVisible(), o3tl::make_unsigned(), maPageDims, ScDPFilteredCache::Criterion::mnFieldIndex, ScDPFilteredCache::Criterion::mpFilter, pData, and SAL_WARN.
Referenced by CreateRes_Impl().
const ScDPCache * ScDPSource::GetCache | ( | ) |
Definition at line 2582 of file dptabsrc.cxx.
References GetData.
Referenced by CreateRes_Impl(), ScDPMembers::getByIndex(), and ScDPMember::IsNamedItem().
|
private |
Compile a list of dimension indices that are either, column, row or page dimensions (i.e.
all but data dimensions).
Definition at line 656 of file dptabsrc.cxx.
References maColDims, maPageDims, and maRowDims.
Referenced by FilterCacheByPageDimensions(), and getDrillDownData().
|
inline |
Definition at line 143 of file dptabsrc.hxx.
References pData.
Referenced by ScDPMember::Compare(), ScDPDimensions::CountChanged(), ScDPResultVisibilityData::fillFieldFilters(), ScDPResultMember::FillMemberResults(), ScDPMembers::getByIndex(), ScDPResultMember::GetDisplayName(), getDrillDownData(), ScDPResultData::GetGroupBase(), ScDPDimension::getIsDataLayoutDimension(), GetItemDataById(), ScDPDimension::getName(), ScDPMember::GetNameStr(), ScDPDimension::getPropertyValue(), ScDPMembers::GetSrcItemDataByIndex(), ScDPResultData::HasCommonElement(), ScDPResultData::IsBaseForGroup(), ScDPResultData::IsInGroup(), ScDPMember::IsNamedItem(), ScDPResultData::IsNumOrDateGroup(), ScDPDimensions::ScDPDimensions(), and ScDPMembers::ScDPMembers().
|
inline |
Definition at line 144 of file dptabsrc.hxx.
References pData.
|
private |
Definition at line 471 of file dptabsrc.cxx.
References CreateRes_Impl(), pResData, and SUBTOTAL_FUNC_NONE.
Referenced by getPropertyValue().
ScDPDimension * ScDPSource::GetDataDimension | ( | sal_Int32 | nIndex | ) |
Definition at line 146 of file dptabsrc.cxx.
References ScDPDimensions::getByIndex(), GetDimensionsObject(), maDataDims, o3tl::make_unsigned(), and nIndex.
Referenced by GetDataDimName(), and ScDPResultData::GetMeasureString().
sal_Int32 ScDPSource::GetDataDimensionCount | ( | ) | const |
Definition at line 141 of file dptabsrc.cxx.
References maDataDims.
Referenced by ScDPLevel::EvaluateSortOrder(), and ScDPMembers::ScDPMembers().
OUString ScDPSource::GetDataDimName | ( | sal_Int32 | nIndex | ) |
Definition at line 155 of file dptabsrc.cxx.
References GetDataDimension(), ScDPDimension::getName(), and nIndex.
Referenced by ScDPLevel::EvaluateSortOrder(), and ScDPResultData::GetMeasureDimensionName().
sheet::DataPilotFieldOrientation ScDPSource::GetDataLayoutOrientation | ( | ) |
Definition at line 282 of file dptabsrc.cxx.
References ScDPTableData::GetColumnCount(), GetOrientation(), and pData.
Referenced by CreateRes_Impl().
|
overridevirtual |
Definition at line 301 of file dptabsrc.cxx.
References GetDimensionsObject().
ScDPDimensions * ScDPSource::GetDimensionsObject | ( | ) |
Definition at line 292 of file dptabsrc.cxx.
References pDimensions.
Referenced by CreateRes_Impl(), FillCalcInfo(), ScDPResultVisibilityData::fillFieldFilters(), FillLevelList(), FilterCacheByPageDimensions(), GetDataDimension(), getDimensions(), getDrillDownData(), ScDPMembers::getElementNames(), ScDPLevel::getName(), ScDPDimension::getPropertyValue(), and ScDPLevel::getPropertyValue().
|
overridevirtual |
Definition at line 430 of file dptabsrc.cxx.
References ScDPResultVisibilityData::fillFieldFilters(), ScDPMember::FillItemData(), ScDPMembers::getByIndex(), ScDPDimensions::getByIndex(), ScDPHierarchies::getByIndex(), GetCategoryDimensionIndices(), ScDPTableData::GetColumnCount(), GetData(), ScDPTableData::getDimensionName(), GetDimensionsObject(), ScDPTableData::GetDrillDownData(), ScDPDimension::GetHierarchiesObject(), ScDPMembers::GetIndexFromName(), nIndex, pColResRoot, pData, and pRowResRoot.
|
inline |
Definition at line 168 of file dptabsrc.hxx.
References nDupCount.
Referenced by ScDPDimensions::CountChanged(), and ScDPDimensions::ScDPDimensions().
|
overridevirtual |
Definition at line 389 of file dptabsrc.cxx.
References comphelper::containerToSequence(), ScDPResultTree::empty(), ScDPResultTree::getLeafResult(), getResults(), ScDPResultTree::getResults(), and maResFilterSet.
const std::optional< OUString > & ScDPSource::GetGrandTotalName | ( | ) | const |
Definition at line 119 of file dptabsrc.cxx.
References mpGrandTotalName.
Referenced by ScDPResultMember::FillMemberResults().
|
overridevirtual |
const ScDPItemData * ScDPSource::GetItemDataById | ( | sal_Int32 | nDim, |
sal_Int32 | nId | ||
) |
Definition at line 2595 of file dptabsrc.cxx.
References GetData(), ScDPTableData::GetMemberById(), and nId.
Referenced by ScDPMember::GetItemData(), ScDPMembers::GetSrcItemDataByIndex(), ScDPResultData::HasCommonElement(), and ScDPResultData::IsInGroup().
const uno::Sequence< sheet::MemberResult > * ScDPSource::GetMemberResults | ( | const ScDPLevel * | pLevel | ) |
Definition at line 1040 of file dptabsrc.cxx.
References aColLevelList, aRowLevelList, FillMemberResults(), i, pColResults, and pRowResults.
Referenced by ScDPLevel::getResults().
sheet::DataPilotFieldOrientation ScDPSource::GetOrientation | ( | sal_Int32 | nColumn | ) |
Definition at line 124 of file dptabsrc.cxx.
References maColDims, maDataDims, maPageDims, and maRowDims.
Referenced by CreateRes_Impl(), GetDataLayoutOrientation(), and ScDPDimension::getOrientation().
sal_Int32 ScDPSource::GetPosition | ( | sal_Int32 | nColumn | ) |
Definition at line 164 of file dptabsrc.cxx.
References maColDims, maDataDims, maPageDims, and maRowDims.
Referenced by ScDPDimension::getPropertyValue().
|
overridevirtual |
Definition at line 1064 of file dptabsrc.cxx.
References cppu::UnoType< typename T >::get(), READONLY, SC_UNO_DP_COLGRAND, SC_UNO_DP_COLUMNFIELDCOUNT, SC_UNO_DP_DATADESC, SC_UNO_DP_DATAFIELDCOUNT, SC_UNO_DP_GRANDTOTAL_NAME, SC_UNO_DP_IGNOREEMPTY, SC_UNO_DP_REPEATEMPTY, SC_UNO_DP_ROWFIELDCOUNT, and SC_UNO_DP_ROWGRAND.
|
overridevirtual |
Definition at line 1108 of file dptabsrc.cxx.
References bColumnGrand, bIgnoreEmptyRows, bRepeatIfEmpty, bRowGrand, getDataDescription(), maColDims, maDataDims, maRowDims, mpGrandTotalName, SC_UNO_DP_COLGRAND, SC_UNO_DP_COLUMNFIELDCOUNT, SC_UNO_DP_DATADESC, SC_UNO_DP_DATAFIELDCOUNT, SC_UNO_DP_GRANDTOTAL_NAME, SC_UNO_DP_IGNOREEMPTY, SC_UNO_DP_REPEATEMPTY, SC_UNO_DP_ROWFIELDCOUNT, and SC_UNO_DP_ROWGRAND.
|
overridevirtual |
Definition at line 355 of file dptabsrc.cxx.
References aSeq, bResultOverflow, CreateRes_Impl(), ScDPResultFilterContext::maFilterSet, maResFilterSet, pColResRoot, pResData, pRowResRoot, and ScDPResultTree::swap().
Referenced by getFilteredResults().
sal_Int32 ScDPSource::GetSourceDim | ( | sal_Int32 | nDim | ) |
Definition at line 334 of file dptabsrc.cxx.
References ScDPDimension::GetSourceDim(), and pDimensions.
Referenced by ScDPMember::Compare(), ScDPMembers::getByIndex(), ScDPLevel::getName(), ScDPLevel::getPropertyValue(), ScDPLevel::getSubTotals(), ScDPMember::IsNamedItem(), ScDPLevels::ScDPLevels(), and ScDPMembers::ScDPMembers().
|
overridevirtual |
bool ScDPSource::IsDataLayoutDimension | ( | sal_Int32 | nDim | ) |
Definition at line 277 of file dptabsrc.cxx.
References ScDPTableData::GetColumnCount(), and pData.
Referenced by ScDPMembers::getByIndex(), and ScDPMembers::ScDPMembers().
bool ScDPSource::IsDateDimension | ( | sal_Int32 | nDim | ) |
Definition at line 287 of file dptabsrc.cxx.
References ScDPTableData::IsDateDimension(), and pData.
Referenced by ScDPMembers::getByIndex(), ScDPLevel::getName(), ScDPMember::IsNamedItem(), ScDPLevels::ScDPLevels(), and ScDPMembers::ScDPMembers().
|
overridevirtual |
Definition at line 415 of file dptabsrc.cxx.
References disposeData().
|
overridevirtual |
|
overridevirtual |
Definition at line 425 of file dptabsrc.cxx.
|
overridevirtual |
|
private |
Definition at line 306 of file dptabsrc.cxx.
References nDupCount.
Referenced by AddDuplicated(), and disposeData().
|
private |
???
Definition at line 487 of file dptabsrc.cxx.
References bIgnoreEmptyRows, bRepeatIfEmpty, pData, and ScDPTableData::SetEmptyFlags().
Referenced by setPropertyValue().
void ScDPSource::SetOrientation | ( | sal_Int32 | nColumn, |
css::sheet::DataPilotFieldOrientation | nNew | ||
) |
Definition at line 243 of file dptabsrc.cxx.
References maColDims, maDataDims, maPageDims, and maRowDims.
Referenced by CreateRes_Impl(), and ScDPDimension::setPropertyValue().
|
overridevirtual |
Definition at line 1085 of file dptabsrc.cxx.
References aName, bColumnGrand, bRowGrand, lcl_GetBoolFromAny(), mpGrandTotalName, SC_UNO_DP_COLGRAND, SC_UNO_DP_GRANDTOTAL_NAME, SC_UNO_DP_IGNOREEMPTY, SC_UNO_DP_REPEATEMPTY, SC_UNO_DP_ROWGRAND, setIgnoreEmptyRows(), and setRepeatIfEmpty().
|
private |
Definition at line 493 of file dptabsrc.cxx.
References bIgnoreEmptyRows, bRepeatIfEmpty, pData, and ScDPTableData::SetEmptyFlags().
Referenced by setPropertyValue().
bool ScDPSource::SubTotalAllowed | ( | sal_Int32 | nColumn | ) |
Definition at line 232 of file dptabsrc.cxx.
References maColDims, and maRowDims.
Referenced by ScDPLevel::getSubTotals().
|
overridevirtual |
|
private |
Definition at line 106 of file dptabsrc.hxx.
Referenced by disposeData(), FillMemberResults(), and GetMemberResults().
|
private |
Definition at line 107 of file dptabsrc.hxx.
Referenced by disposeData(), FillMemberResults(), and GetMemberResults().
|
private |
Definition at line 93 of file dptabsrc.hxx.
Referenced by CreateRes_Impl(), getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 95 of file dptabsrc.hxx.
Referenced by getPropertyValue(), ScDPSource(), setIgnoreEmptyRows(), and setRepeatIfEmpty().
|
private |
Definition at line 109 of file dptabsrc.hxx.
Referenced by disposeData(), and FilterCacheByPageDimensions().
|
private |
Definition at line 96 of file dptabsrc.hxx.
Referenced by getPropertyValue(), ScDPSource(), setIgnoreEmptyRows(), and setRepeatIfEmpty().
|
private |
Definition at line 108 of file dptabsrc.hxx.
Referenced by CreateRes_Impl(), disposeData(), FillMemberResults(), and getResults().
|
private |
Definition at line 94 of file dptabsrc.hxx.
Referenced by CreateRes_Impl(), getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 87 of file dptabsrc.hxx.
Referenced by CreateRes_Impl(), disposeData(), FillCalcInfo(), FillLevelList(), GetCategoryDimensionIndices(), GetOrientation(), GetPosition(), getPropertyValue(), SetOrientation(), and SubTotalAllowed().
|
private |
Definition at line 89 of file dptabsrc.hxx.
Referenced by CreateRes_Impl(), disposeData(), FillCalcInfo(), FillLevelList(), GetDataDimension(), GetDataDimensionCount(), GetOrientation(), GetPosition(), getPropertyValue(), and SetOrientation().
|
private |
Definition at line 90 of file dptabsrc.hxx.
Referenced by CreateRes_Impl(), disposeData(), FillLevelList(), FilterCacheByPageDimensions(), GetCategoryDimensionIndices(), GetOrientation(), GetPosition(), and SetOrientation().
|
private |
Definition at line 91 of file dptabsrc.hxx.
Referenced by disposeData(), getFilteredResults(), and getResults().
|
private |
Definition at line 88 of file dptabsrc.hxx.
Referenced by CreateRes_Impl(), disposeData(), FillCalcInfo(), FillLevelList(), GetCategoryDimensionIndices(), GetOrientation(), GetPosition(), getPropertyValue(), SetOrientation(), and SubTotalAllowed().
|
private |
Definition at line 111 of file dptabsrc.hxx.
Referenced by GetGrandTotalName(), getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 98 of file dptabsrc.hxx.
Referenced by AddDuplicated(), GetDupCount(), and SetDupCount().
|
private |
Definition at line 102 of file dptabsrc.hxx.
Referenced by CreateRes_Impl(), disposeData(), FillMemberResults(), getDrillDownData(), getResults(), and ~ScDPSource().
|
private |
Definition at line 104 of file dptabsrc.hxx.
Referenced by disposeData(), FillMemberResults(), GetMemberResults(), and ~ScDPSource().
|
private |
Definition at line 83 of file dptabsrc.hxx.
Referenced by CreateRes_Impl(), disposeData(), FilterCacheByPageDimensions(), GetData(), GetDataLayoutOrientation(), getDrillDownData(), IsDataLayoutDimension(), IsDateDimension(), ScDPSource(), setIgnoreEmptyRows(), and setRepeatIfEmpty().
|
private |
Definition at line 84 of file dptabsrc.hxx.
Referenced by AddDuplicated(), disposeData(), GetDimensionsObject(), and GetSourceDim().
|
private |
Definition at line 101 of file dptabsrc.hxx.
Referenced by CreateRes_Impl(), disposeData(), FillMemberResults(), getDataDescription(), getResults(), and ~ScDPSource().
|
private |
Definition at line 103 of file dptabsrc.hxx.
Referenced by CreateRes_Impl(), disposeData(), FillMemberResults(), getDrillDownData(), getResults(), and ~ScDPSource().
|
private |
Definition at line 105 of file dptabsrc.hxx.
Referenced by disposeData(), FillMemberResults(), GetMemberResults(), and ~ScDPSource().