Home
last modified time | relevance | path

Searched refs:xDimSupp (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddpobject.cxx1345 uno::Reference<sheet::XHierarchiesSupplier> xDimSupp( xDim, uno::UNO_QUERY ); in ParseFilters() local
1365 …uno::Reference<container::XIndexAccess> xHiers = new ScNameToIndexAccess( xDimSupp->getHierarchies… in ParseFilters()
1658 uno::Reference<sheet::XHierarchiesSupplier> xDimSupp( xDimProp, uno::UNO_QUERY ); in lcl_FirstSubTotal() local
1659 if ( xDimProp.is() && xDimSupp.is() ) in lcl_FirstSubTotal()
1661 …uno::Reference<container::XIndexAccess> xHiers = new ScNameToIndexAccess( xDimSupp->getHierarchies… in lcl_FirstSubTotal()
1904 uno::Reference<sheet::XHierarchiesSupplier> xDimSupp( xDimProp, uno::UNO_QUERY ); in lcl_FillLabelData() local
1905 if ( xDimProp.is() && xDimSupp.is() ) in lcl_FillLabelData()
1907 …uno::Reference<container::XIndexAccess> xHiers = new ScNameToIndexAccess( xDimSupp->getHierarchies… in lcl_FillLabelData()
H A Ddpoutput.cxx394 uno::Reference<sheet::XHierarchiesSupplier> xDimSupp( xDim, uno::UNO_QUERY ); in ScDPOutput() local
395 if ( xDimProp.is() && xDimSupp.is() ) in ScDPOutput()
412 new ScNameToIndexAccess( xDimSupp->getHierarchies() ); in ScDPOutput()

Completed in 40 milliseconds