Home
last modified time | relevance | path

Searched refs:nHierarchy (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/sc/source/core/data/
H A Ddpobject.cxx968 long nHierarchy = ScUnoHelpFunctions::GetLongProperty( xDimProp, in FillPageList() local
982 if ( nHierarchy < nHierCount ) in FillPageList()
983 xHier = ScUnoHelpFunctions::AnyToInterface( xHiers->getByIndex(nHierarchy) ); in FillPageList()
1366 sal_Int32 nHierarchy = ScUnoHelpFunctions::GetLongProperty( xDimProp, in ParseFilters() local
1368 if ( nHierarchy >= xHiers->getCount() ) in ParseFilters()
1369 nHierarchy = 0; in ParseFilters()
1372 xHiers->getByIndex(nHierarchy) ); in ParseFilters()
1662 long nHierarchy = ScUnoHelpFunctions::GetLongProperty( xDimProp, in lcl_FirstSubTotal() local
1664 if ( nHierarchy >= xHiers->getCount() ) in lcl_FirstSubTotal()
1665 nHierarchy = 0; in lcl_FirstSubTotal()
[all …]
H A Ddptabsrc.cxx673 long nHierarchy = pDim->getUsedHierarchy(); in FillCalcInfo() local
674 if ( nHierarchy >= pDim->GetHierarchiesObject()->getCount() ) in FillCalcInfo()
675 nHierarchy = 0; in FillCalcInfo()
676 … ScDPLevels* pLevels = pDim->GetHierarchiesObject()->getByIndex(nHierarchy)->GetLevelsObject(); in FillCalcInfo()
945 long nHierarchy = pDim->getUsedHierarchy(); in CreateRes_Impl() local
946 if ( nHierarchy >= pDim->GetHierarchiesObject()->getCount() ) in CreateRes_Impl()
947 nHierarchy = 0; in CreateRes_Impl()
949 … ScDPLevels* pLevels = pDim->GetHierarchiesObject()->getByIndex(nHierarchy)->GetLevelsObject(); in CreateRes_Impl()
1077 long nHierarchy = pDim->getUsedHierarchy(); in FillLevelList() local
1078 if ( nHierarchy >= pHiers->getCount() ) in FillLevelList()
[all …]
H A Ddptabdat.cxx73 long ScDPTableData::GetDatePart( long nDateVal, long nHierarchy, long nLevel ) in GetDatePart() argument
75 if ( nDateVal == nLastDateVal && nHierarchy == nLastHier && nLevel == nLastLevel ) in GetDatePart()
82 switch (nHierarchy) in GetDatePart()
111 nLastHier = nHierarchy; in GetDatePart()
H A Ddpoutput.cxx413 long nHierarchy = ScUnoHelpFunctions::GetLongProperty( in ScDPOutput() local
416 if ( nHierarchy >= xHiers->getCount() ) in ScDPOutput()
417 nHierarchy = 0; in ScDPOutput()
421 xHiers->getByIndex(nHierarchy) ); in ScDPOutput()
451 pColFields[nColFieldCount].nHier = nHierarchy; in ScDPOutput()
463 pRowFields[nRowFieldCount].nHier = nHierarchy; in ScDPOutput()
478 pPageFields[nPageFieldCount].nHier = nHierarchy; in ScDPOutput()
/AOO41X/main/sc/inc/
H A Ddptabdat.hxx134 long GetDatePart( long nDateVal, long nHierarchy, long nLevel );