Home
last modified time | relevance | path

Searched refs:aXCPSup (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/minimizer/
H A Dpagecollector.cxx42 Reference< XCustomPresentationSupplier > aXCPSup( rxModel, UNO_QUERY_THROW ); in CollectCustomShowPages() local
43 Reference< XNameContainer > aXCont( aXCPSup->getCustomPresentations() ); in CollectCustomShowPages()
H A Doptimizerdialogcontrols.cxx451 Reference< XCustomPresentationSupplier > aXCPSup( xModel, UNO_QUERY_THROW ); in InitPage1() local
452 Reference< XNameContainer > aXCont( aXCPSup->getCustomPresentations() ); in InitPage1()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/minimizer/
H A Dpagecollector.cxx42 Reference< XCustomPresentationSupplier > aXCPSup( rxModel, UNO_QUERY_THROW ); in CollectCustomShowPages() local
43 Reference< XNameContainer > aXCont( aXCPSup->getCustomPresentations() ); in CollectCustomShowPages()
H A Doptimizerdialogcontrols.cxx451 Reference< XCustomPresentationSupplier > aXCPSup( xModel, UNO_QUERY_THROW ); in InitPage1() local
452 Reference< XNameContainer > aXCont( aXCPSup->getCustomPresentations() ); in InitPage1()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/eppt/
H A Dpptx-epptooxml.cxx476 Reference<XCustomPresentationSupplier> aXCPSup(mXModel, css::uno::UNO_QUERY); in WriteCustomSlideShow() local
477 if (aXCPSup.is() && aXCPSup->getCustomPresentations()->hasElements()) in WriteCustomSlideShow()
483 Reference<XNameContainer> aXNameCont(aXCPSup->getCustomPresentations()); in WriteCustomSlideShow()
H A Deppt.cxx835 …css::uno::Reference< css::presentation::XCustomPresentationSupplier > aXCPSup( mXModel, css::uno::… in ImplCreateDocument() local
836 if ( aXCPSup.is() ) in ImplCreateDocument()
838 … css::uno::Reference< css::container::XNameContainer > aXCont( aXCPSup->getCustomPresentations() ); in ImplCreateDocument()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/eppt/
H A Deppt.cxx832 …css::uno::Reference< css::presentation::XCustomPresentationSupplier > aXCPSup( mXModel, css::uno::… in ImplCreateDocument() local
833 if ( aXCPSup.is() ) in ImplCreateDocument()
835 … css::uno::Reference< css::container::XNameContainer > aXCont( aXCPSup->getCustomPresentations() ); in ImplCreateDocument()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/qa/unit/
H A Dimport-tests.cxx517 css::uno::Reference<css::presentation::XCustomPresentationSupplier> aXCPSup( in testCustomSlideShow() local
519 css::uno::Reference<css::container::XNameContainer> aXCont(aXCPSup->getCustomPresentations()); in testCustomSlideShow()