Lines Matching refs:xDims

829     Reference<container::XNameAccess> xDims = xSource->getDimensions();  in IsDimNameInUse()  local
830 Sequence<OUString> aDimNames = xDims->getElementNames(); in IsDimNameInUse()
838 Reference<beans::XPropertySet> xPropSet(xDims->getByName(rDimName), UNO_QUERY); in IsDimNameInUse()
858 uno::Reference<container::XIndexAccess> xDims = new ScNameToIndexAccess( xDimsName ); in GetDimName() local
859 long nDimCount = xDims->getCount(); in GetDimName()
863 ScUnoHelpFunctions::AnyToInterface( xDims->getByIndex(nDim) ); in GetDimName()
901 uno::Reference<container::XIndexAccess> xDims = new ScNameToIndexAccess( xDimsName ); in IsDuplicated() local
902 long nDimCount = xDims->getCount(); in IsDuplicated()
906 ScUnoHelpFunctions::AnyToInterface( xDims->getByIndex(nDim) ); in IsDuplicated()
1733 uno::Reference<container::XIndexAccess> xDims = new ScNameToIndexAccess( xDimsName ); in lcl_FillOldFields() local
1734 long nDimCount = xDims->getCount(); in lcl_FillOldFields()
1738 ScUnoHelpFunctions::AnyToInterface( xDims->getByIndex(nDim) ); in lcl_FillOldFields()
1953 uno::Reference<container::XIndexAccess> xDims = new ScNameToIndexAccess( xDimsName ); in FillLabelData() local
1954 long nDimCount = xDims->getCount(); in FillLabelData()
1964 ScUnoHelpFunctions::AnyToInterface( xDims->getByIndex(nDim) ); in FillLabelData()
2101 uno::Reference<container::XIndexAccess> xDims = new ScNameToIndexAccess( xDimsName ); in lcl_GetDimName() local
2102 long nDimCount = xDims->getCount(); in lcl_GetDimName()
2106 ScUnoHelpFunctions::AnyToInterface( xDims->getByIndex(nDim) ); in lcl_GetDimName()