Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddpsave.cxx1153 uno::Reference<container::XNamed> xDimName( xIntDim, uno::UNO_QUERY ); in WriteToSource() local
1154 if ( xDimName.is() && xDimName->getName() == aName ) in WriteToSource()
1367 uno::Reference<container::XNamed> xDimName( xIntDim, uno::UNO_QUERY ); in Refresh() local
1368 if ( xDimName.is() && xDimName->getName() == aName ) in Refresh()
H A Ddpobject.cxx864 uno::Reference<container::XNamed> xDimName( xIntDim, uno::UNO_QUERY ); in GetDimName() local
866 if ( xDimName.is() && xDimProp.is() ) in GetDimName()
875 aName = xDimName->getName(); in GetDimName()
1965 uno::Reference<container::XNamed> xDimName( xIntDim, uno::UNO_QUERY ); in FillLabelData() local
1968 if ( xDimName.is() && xDimProp.is() ) in FillLabelData()
1977 aFieldName = String( xDimName->getName() ); in FillLabelData()
2107 uno::Reference<container::XNamed> xDimName( xIntDim, uno::UNO_QUERY ); in lcl_GetDimName() local
2108 if (xDimName.is()) in lcl_GetDimName()
2112 aName = xDimName->getName(); in lcl_GetDimName()
H A Ddpoutput.cxx207 uno::Reference<container::XNamed> xDimName( xDim, uno::UNO_QUERY ); in lcl_FillNumberFormats() local
208 if ( xDimProp.is() && xDimName.is() ) in lcl_FillNumberFormats()
216 aDataNames[nDataCount] = String( xDimName->getName() ); in lcl_FillNumberFormats()
1708 uno::Reference<container::XNamed> xDimName( xDim, uno::UNO_QUERY ); in GetDataDimensionNames() local
1709 if ( xDimProp.is() && xDimName.is() ) in GetDataDimensionNames()
1713 rSourceName = xDimName->getName(); in GetDataDimensionNames()
/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx1684 Reference<XNamed> xDimName( xDim, UNO_QUERY ); in lcl_GetFieldDataByIndex() local
1685 if ( xDimName.is() ) in lcl_GetFieldDataByIndex()
1687 OUString sOriginalName( lcl_GetOriginalName( xDimName ) ); in lcl_GetFieldDataByIndex()

Completed in 75 milliseconds