Home
last modified time | relevance | path

Searched refs:xLevels (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/sc/source/core/data/
H A Ddpsave.cxx633 uno::Reference<container::XIndexAccess> xLevels; in WriteToSource() local
638 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()
H A Ddpobject.cxx988 uno::Reference<container::XIndexAccess> xLevels; in FillPageList() local
993 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() local
1588 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 …]
H A Ddpoutput.cxx425 uno::Reference<container::XIndexAccess> xLevels = in ScDPOutput() local
427 long nLevCount = xLevels->getCount(); in ScDPOutput()
432 xLevels->getByIndex(nLev) ); in ScDPOutput()
1445 uno::Reference<container::XIndexAccess> xLevels; in lcl_GetSubTotals() local
1450 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()

Completed in 40 milliseconds