Lines Matching refs:xIntDims

135 		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()
1338 uno::Reference<container::XIndexAccess> xIntDims = new ScNameToIndexAccess( xDimsName ); in ParseFilters() local
1339 sal_Int32 nDimCount = xIntDims->getCount(); in ParseFilters()
1342 …uno::Reference<uno::XInterface> xIntDim = ScUnoHelpFunctions::AnyToInterface( xIntDims->getByIndex… 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()
2016 uno::Reference<container::XIndexAccess> xIntDims(new ScNameToIndexAccess( xDimsName )); in GetHierarchiesNA() local
2017 if( xIntDims.is() ) in GetHierarchiesNA()
2019 …uno::Reference<sheet::XHierarchiesSupplier> xHierSup(xIntDims->getByIndex( nDim ), uno::UNO_QUERY); in GetHierarchiesNA()
2045 uno::Reference<container::XIndexAccess> xIntDims(new ScNameToIndexAccess( xDimsName )); in GetUsedHierarchy() local
2046 uno::Reference<beans::XPropertySet> xDim(xIntDims->getByIndex( nDim ), uno::UNO_QUERY); in GetUsedHierarchy()
2061 uno::Reference<container::XIndexAccess> xIntDims(new ScNameToIndexAccess( xDimsName )); in GetMembersNA() local
2062 uno::Reference<beans::XPropertySet> xDim(xIntDims->getByIndex( nDim ), uno::UNO_QUERY); in GetMembersNA()