Lines Matching refs:nHierarchy
968 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()
1668 xHiers->getByIndex(nHierarchy) ); in lcl_FirstSubTotal()
1908 long nHierarchy = ScUnoHelpFunctions::GetLongProperty( xDimProp, in lcl_FillLabelData() local
1910 if ( nHierarchy >= xHiers->getCount() ) in lcl_FillLabelData()
1911 nHierarchy = 0; in lcl_FillLabelData()
1912 rData.mnUsedHier = nHierarchy; in lcl_FillLabelData()
1915 xHiers->getByIndex(nHierarchy) ); in lcl_FillLabelData()