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()1377 sal_Int32 nLevCount = xLevels->getCount(); in ParseFilters()1583 uno::Reference<container::XIndexAccess> xLevels; in ToggleDetails() local1588 xLevels = new ScNameToIndexAccess( xLevsName ); in ToggleDetails()1589 nLevCount = xLevels->getCount(); in ToggleDetails()1674 ScUnoHelpFunctions::AnyToInterface( xLevels->getByIndex( 0 ) ); in lcl_FirstSubTotal()1922 ScUnoHelpFunctions::AnyToInterface( xLevels->getByIndex( 0 ) ); in lcl_FillLabelData()2073 if (xLevels.is()) in GetMembersNA()[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()
Completed in 35 milliseconds