Home
last modified time | relevance | path

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

/AOO41X/main/xmloff/source/draw/
H A Dsdxmlexp.cxx2094 Reference< XPropertySet > xPresProps( xPresSupplier->getPresentation(), UNO_QUERY ); in exportPresentationSettings() local
2095 if( !xPresProps.is() ) in exportPresentationSettings()
2103xPresProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "IsShowAll" ) ) ) >>= bTemp; in exportPresentationSettings()
2107xPresProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "FirstPage" ) ) ) >>= aFirstP… in exportPresentationSettings()
2116xPresProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "CustomShow" ) ) ) >>= aCusto… in exportPresentationSettings()
2125xPresProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "IsEndless" ) ) ) >>= bTemp; in exportPresentationSettings()
2132xPresProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Pause" ) ) ) >>= nPause; in exportPresentationSettings()
2141xPresProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "AllowAnimations" ) ) ) >>= b… in exportPresentationSettings()
2148xPresProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "IsAlwaysOnTop" ) ) ) >>= bTe… in exportPresentationSettings()
2155xPresProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "IsAutomatic" ) ) ) >>= bTemp; in exportPresentationSettings()
[all …]