Searched refs:xIntDims (Results 1 – 4 of 4) sorted by relevance
135 uno::Reference<container::XIndexAccess> xIntDims = new ScNameToIndexAccess( xDimsName ); in lcl_GetDataGetOrientation() local136 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() local957 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() local1544 long nIntCount = xIntDims->getCount(); in ToggleDetails()1548 xIntDims->getByIndex(rElemDesc.Dimension) ); in ToggleDetails()[all …]
1064 uno::Reference<container::XIndexAccess> xIntDims = new ScNameToIndexAccess( xDimsName ); in lcl_ResetOrient() local1065 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() local1136 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() local1362 long nIntCount = xIntDims->getCount(); in Refresh()1366 …eference<uno::XInterface> xIntDim = ScUnoHelpFunctions::AnyToInterface( xIntDims->getByIndex(nIntD… in Refresh()
1421 uno::Reference<container::XIndexAccess> xIntDims = new ScNameToIndexAccess( xDimsName ); in lcl_GetSubTotals() local1422 sal_Int32 nIntCount = xIntDims->getCount(); in lcl_GetSubTotals()1426 xIntDims->getByIndex( rField.nDim ) ); in lcl_GetSubTotals()
1602 Reference<XIndexAccess> xIntDims(new ScNameToIndexAccess( xDimsName )); in lcl_GetFieldCount() local1603 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() local1640 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 108 milliseconds