Searched refs:xLevels (Results 1 – 3 of 3) sorted by relevance
988 uno::Reference<container::XIndexAccess> xLevels; in FillPageList() local993 xLevels = new ScNameToIndexAccess( xLevsName ); in FillPageList()994 nLevCount = xLevels->getCount(); in FillPageList()998 xLevel = ScUnoHelpFunctions::AnyToInterface( xLevels->getByIndex(nLevel) ); in FillPageList()1376 …uno::Reference<container::XIndexAccess> xLevels = new ScNameToIndexAccess( xHierSupp->getLevels() … in ParseFilters() local1377 sal_Int32 nLevCount = xLevels->getCount(); in ParseFilters()1381 xLevels->getByIndex(nLev) ); in ParseFilters()1583 uno::Reference<container::XIndexAccess> xLevels; in ToggleDetails() local1588 xLevels = new ScNameToIndexAccess( xLevsName ); in ToggleDetails()1589 nLevCount = xLevels->getCount(); in ToggleDetails()[all …]
425 uno::Reference<container::XIndexAccess> xLevels = in ScDPOutput() local427 long nLevCount = xLevels->getCount(); in ScDPOutput()432 xLevels->getByIndex(nLev) ); in ScDPOutput()1445 uno::Reference<container::XIndexAccess> xLevels; in lcl_GetSubTotals() local1450 xLevels = new ScNameToIndexAccess( xLevsName ); in lcl_GetSubTotals()1451 nLevCount = xLevels->getCount(); in lcl_GetSubTotals()1455 xLevel = ScUnoHelpFunctions::AnyToInterface( xLevels->getByIndex( rField.nLevel ) ); in lcl_GetSubTotals()
633 uno::Reference<container::XIndexAccess> xLevels; in WriteToSource() local638 xLevels = new ScNameToIndexAccess( xLevelsName ); in WriteToSource()639 nLevCount = xLevels->getCount(); in WriteToSource()644 …uno::Reference<uno::XInterface> xLevel = ScUnoHelpFunctions::AnyToInterface( xLevels->getByIndex(n… in WriteToSource()