Home
last modified time | relevance | path

Searched refs:xShow (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sd/source/core/
H A Dcusshow.cxx63 …awDocument* pDrawDoc, ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > xShow ) in SdCustomShow() argument
66 mxUnoCustomShow( xShow ) in SdCustomShow()
77 uno::Reference< uno::XInterface > xShow( mxUnoCustomShow ); in ~SdCustomShow() local
78 uno::Reference< lang::XComponent > xComponent( xShow, uno::UNO_QUERY ); in ~SdCustomShow()
88 uno::Reference< uno::XInterface > xShow( mxUnoCustomShow ); in getUnoCustomShow() local
90 if( !xShow.is() ) in getUnoCustomShow()
92 xShow = createUnoCustomShow( this ); in getUnoCustomShow()
95 return xShow; in getUnoCustomShow()
/trunk/main/xmloff/source/draw/
H A Dximpshow.cxx241 Reference< XIndexContainer > xShow( mpImpl->mxShowFactory->createInstance(), UNO_QUERY ); in CreateChildContext() local
242 if( xShow.is() ) in CreateChildContext()
258 xShow->insertByIndex( xShow->getCount(), aAny ); in CreateChildContext()
262 aAny <<= xShow; in CreateChildContext()
H A Dsdxmlexp.cxx2228 Reference< XIndexContainer > xShow; in exportPresentationSettings() local
2237 xShows->getByName( *pShowNames ) >>= xShow; in exportPresentationSettings()
2238 DBG_ASSERT( xShow.is(), "invalid custom show!" ); in exportPresentationSettings()
2239 if( !xShow.is() ) in exportPresentationSettings()
2242 const sal_Int32 nPageCount = xShow->getCount(); in exportPresentationSettings()
2245 xShow->getByIndex( nPage ) >>= xPageName; in exportPresentationSettings()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx168 void displayCurrentSlide( const Reference< XSlideShow >& xShow,
488 void AnimationSlideController::displayCurrentSlide( const Reference< XSlideShow >& xShow, in displayCurrentSlide() argument
494 if( xShow.is() && (nCurrentSlideNumber != -1 ) ) in displayCurrentSlide()
539 xShow->displaySlide( xSlide, xDrawPages, xAnimNode, aPropertySequence ); in displayCurrentSlide()
1963 Reference< XSlideShow > xShow( mxShow ); in updateSlideShow() local
1964 if ( ! xShow.is()) in updateSlideShow()
1979 if( !xShow->update(fUpdate) ) in updateSlideShow()
2530 Reference< XSlideShow > xShow; in createSlideShow() local
2541 xShow.set( xInt, UNO_QUERY_THROW ); in createSlideShow()
2554 return xShow; in createSlideShow()
/trunk/main/sd/inc/
H A Dcusshow.hxx56 …wDocument* pDrawDoc, ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > xShow );

Completed in 55 milliseconds