Home
last modified time | relevance | path

Searched refs:xDim (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/sc/source/core/data/
H A Ddpobject.cxx954 uno::Reference<container::XNamed> xDim; in FillPageList() local
962 xDim = uno::Reference<container::XNamed>( xIntDim, uno::UNO_QUERY ); in FillPageList()
964 DBG_ASSERT( xDim.is(), "dimension not found" ); in FillPageList()
965 if ( !xDim.is() ) return; in FillPageList()
967 uno::Reference<beans::XPropertySet> xDimProp( xDim, uno::UNO_QUERY ); in FillPageList()
1541 uno::Reference<container::XNamed> xDim; in ToggleDetails() local
1551 DBG_ASSERT( xDim.is(), "dimension not found" ); in ToggleDetails()
1552 if ( !xDim.is() ) return; in ToggleDetails()
1553 String aDimName = xDim->getName(); in ToggleDetails()
2047 if (xDim.is()) in GetUsedHierarchy()
[all …]
H A Ddpoutput.cxx204 uno::Reference<uno::XInterface> xDim = in lcl_FillNumberFormats() local
206 uno::Reference<beans::XPropertySet> xDimProp( xDim, uno::UNO_QUERY ); in lcl_FillNumberFormats()
207 uno::Reference<container::XNamed> xDimName( xDim, uno::UNO_QUERY ); in lcl_FillNumberFormats()
272 uno::Reference<uno::XInterface> xDim = in lcl_GetFirstNumberFormat() local
274 uno::Reference<beans::XPropertySet> xDimProp( xDim, uno::UNO_QUERY ); in lcl_GetFirstNumberFormat()
391 uno::Reference<uno::XInterface> xDim = in ScDPOutput() local
393 uno::Reference<beans::XPropertySet> xDimProp( xDim, uno::UNO_QUERY ); in ScDPOutput()
394 uno::Reference<sheet::XHierarchiesSupplier> xDimSupp( xDim, uno::UNO_QUERY ); in ScDPOutput()
1117 uno::Reference<uno::XInterface> xDim = in lcl_GetTableVars() local
1707 uno::Reference<beans::XPropertySet> xDimProp( xDim, uno::UNO_QUERY ); in GetDataDimensionNames()
[all …]
H A Ddpsave.cxx561 void ScDPSaveDimension::WriteToSource( const uno::Reference<uno::XInterface>& xDim ) in WriteToSource() argument
563 uno::Reference<beans::XPropertySet> xDimProp( xDim, uno::UNO_QUERY ); in WriteToSource()
618 uno::Reference<sheet::XHierarchiesSupplier> xHierSupp( xDim, uno::UNO_QUERY ); in WriteToSource()
/aoo42x/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx397 Reference< XPropertySet > xDimProps( xDim, UNO_QUERY ); in lcl_GetOriginalName()
411 xOriginal = xDim; in lcl_GetOriginalName()
1607 Reference<XPropertySet> xDim; in lcl_GetFieldCount() local
1610 xDim.set(xIntDims->getByIndex(i), UNO_QUERY); in lcl_GetFieldCount()
1611 …if (xDim.is() && (xDim->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_ORIENTAT))) =… in lcl_GetFieldCount()
1619 Reference<XPropertySet> xDim; in lcl_GetFieldCount() local
1623 if ( xDim.is() && !lcl_IsDuplicated( xDim ) ) in lcl_GetFieldCount()
1641 Reference<XPropertySet> xDim; in lcl_GetFieldDataByIndex() local
1648 …if (xDim.is() && (xDim->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_ORIENTAT))) =… in lcl_GetFieldDataByIndex()
1667 if ( xDim.is() && !lcl_IsDuplicated( xDim ) ) in lcl_GetFieldDataByIndex()
[all …]
/aoo42x/main/sc/inc/
H A Ddpoutput.hxx165 com::sun::star::uno::XInterface>& xDim );
H A Ddpsave.hxx178 com::sun::star::uno::XInterface>& xDim );

Completed in 61 milliseconds