Lines Matching refs:mpImpl

84 	mpImpl = new ShowsImpImpl( rImport );  in SdXMLShowsContext()
89 mpImpl->mxShows = xShowsSupplier->getCustomPresentations(); in SdXMLShowsContext()
90 mpImpl->mxShowFactory = Reference< XSingleServiceFactory >::query( mpImpl->mxShows ); in SdXMLShowsContext()
95 mpImpl->mxPages = Reference< XNameAccess >::query( xDrawPagesSupplier->getDrawPages() ); in SdXMLShowsContext()
99mpImpl->mxPresProps = Reference< XPropertySet >::query( xPresentationSupplier->getPresentation() ); in SdXMLShowsContext()
102 if( mpImpl->mxPresProps.is() ) in SdXMLShowsContext()
122mpImpl->mxPresProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "FirstPage" ) ), aAn… in SdXMLShowsContext()
127 mpImpl->maCustomShowName = sValue; in SdXMLShowsContext()
138mpImpl->mxPresProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Pause" ) ), aAny ); in SdXMLShowsContext()
143mpImpl->mxPresProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "AllowAnimations" ) … in SdXMLShowsContext()
148mpImpl->mxPresProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "IsAlwaysOnTop" ) ),… in SdXMLShowsContext()
153mpImpl->mxPresProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "IsAutomatic" ) ), a… in SdXMLShowsContext()
158mpImpl->mxPresProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "IsEndless" ) ), aAn… in SdXMLShowsContext()
163mpImpl->mxPresProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "IsFullScreen" ) ), … in SdXMLShowsContext()
168mpImpl->mxPresProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "IsMouseVisible" ) )… in SdXMLShowsContext()
173mpImpl->mxPresProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "StartWithNavigator"… in SdXMLShowsContext()
178mpImpl->mxPresProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "UsePen" ) ), aAny ); in SdXMLShowsContext()
183mpImpl->mxPresProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "IsTransitionOnClick… in SdXMLShowsContext()
188mpImpl->mxPresProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "IsShowLogo" ) ), aA… in SdXMLShowsContext()
193mpImpl->mxPresProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "IsShowAll" ) ), aAn… in SdXMLShowsContext()
199 if( mpImpl && mpImpl->maCustomShowName.getLength() ) in ~SdXMLShowsContext()
202 aAny <<= mpImpl->maCustomShowName; in ~SdXMLShowsContext()
203mpImpl->mxPresProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "CustomShow" ) ), aA… in ~SdXMLShowsContext()
206 delete mpImpl; in ~SdXMLShowsContext()
211 if( mpImpl && p_nPrefix == XML_NAMESPACE_PRESENTATION && IsXMLToken( rLocalName, XML_SHOW ) ) in CreateChildContext()
241 Reference< XIndexContainer > xShow( mpImpl->mxShowFactory->createInstance(), UNO_QUERY ); in CreateChildContext()
250 if( !mpImpl->mxPages->hasByName( sPageName ) ) in CreateChildContext()
254 mpImpl->mxPages->getByName( sPageName ) >>= xPage; in CreateChildContext()
264 if( mpImpl->mxShows->hasByName( aName ) ) in CreateChildContext()
266 mpImpl->mxShows->replaceByName( aName, aAny ); in CreateChildContext()
270 mpImpl->mxShows->insertByName( aName, aAny ); in CreateChildContext()