Home
last modified time | relevance | path

Searched refs:xIntDims (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddpobject.cxx135 uno::Reference<container::XIndexAccess> xIntDims = new ScNameToIndexAccess( xDimsName ); in lcl_GetDataGetOrientation() local
136 long nIntCount = xIntDims->getCount(); in lcl_GetDataGetOrientation()
141 ScUnoHelpFunctions::AnyToInterface( xIntDims->getByIndex(nIntDim) ); in lcl_GetDataGetOrientation()
956 uno::Reference<container::XIndexAccess> xIntDims = new ScNameToIndexAccess( xDimsName ); in FillPageList() local
957 long nIntCount = xIntDims->getCount(); in FillPageList()
961 xIntDims->getByIndex(nField) ); in FillPageList()
1339 sal_Int32 nDimCount = xIntDims->getCount(); in ParseFilters()
1543 uno::Reference<container::XIndexAccess> xIntDims = new ScNameToIndexAccess( xDimsName ); in ToggleDetails() local
1544 long nIntCount = xIntDims->getCount(); in ToggleDetails()
1548 xIntDims->getByIndex(rElemDesc.Dimension) ); in ToggleDetails()
[all …]
H A Ddpsave.cxx1064 uno::Reference<container::XIndexAccess> xIntDims = new ScNameToIndexAccess( xDimsName ); in lcl_ResetOrient() local
1065 long nIntCount = xIntDims->getCount(); in lcl_ResetOrient()
1068 …uno::Reference<uno::XInterface> xIntDim = ScUnoHelpFunctions::AnyToInterface( xIntDims->getByIndex… in lcl_ResetOrient()
1135 uno::Reference<container::XIndexAccess> xIntDims = new ScNameToIndexAccess( xDimsName ); in WriteToSource() local
1136 long nIntCount = xIntDims->getCount(); in WriteToSource()
1140 …uno::Reference<uno::XInterface> xIntDim = ScUnoHelpFunctions::AnyToInterface( xIntDims->getByIndex… in WriteToSource()
1361 uno::Reference<container::XIndexAccess> xIntDims = new ScNameToIndexAccess( xDimsName ); in Refresh() local
1362 long nIntCount = xIntDims->getCount(); in Refresh()
1366 …eference<uno::XInterface> xIntDim = ScUnoHelpFunctions::AnyToInterface( xIntDims->getByIndex(nIntD… in Refresh()
H A Ddpoutput.cxx1421 uno::Reference<container::XIndexAccess> xIntDims = new ScNameToIndexAccess( xDimsName ); in lcl_GetSubTotals() local
1422 sal_Int32 nIntCount = xIntDims->getCount(); in lcl_GetSubTotals()
1426 xIntDims->getByIndex( rField.nDim ) ); in lcl_GetSubTotals()
/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx1602 Reference<XIndexAccess> xIntDims(new ScNameToIndexAccess( xDimsName )); in lcl_GetFieldCount() local
1603 sal_Int32 nIntCount = xIntDims->getCount(); in lcl_GetFieldCount()
1610 xDim.set(xIntDims->getByIndex(i), UNO_QUERY); in lcl_GetFieldCount()
1622 xDim.set(xIntDims->getByIndex(i), UNO_QUERY); in lcl_GetFieldCount()
1639 Reference<XIndexAccess> xIntDims(new ScNameToIndexAccess( xDimsName )); in lcl_GetFieldDataByIndex() local
1640 sal_Int32 nIntCount = xIntDims->getCount(); in lcl_GetFieldDataByIndex()
1647 xDim.set(xIntDims->getByIndex(i), UNO_QUERY); in lcl_GetFieldDataByIndex()
1666 xDim.set(xIntDims->getByIndex(i), UNO_QUERY); in lcl_GetFieldDataByIndex()
1683 xDim.set( xIntDims->getByIndex(nDimIndex), UNO_QUERY ); in lcl_GetFieldDataByIndex()
1701 xPrevName.set( xIntDims->getByIndex(i), UNO_QUERY ); in lcl_GetFieldDataByIndex()

Completed in 56 milliseconds