Lines Matching refs:bTemp

2100 		sal_Bool bTemp = false;  in exportPresentationSettings()  local
2103 xPresProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "IsShowAll" ) ) ) >>= bTemp; in exportPresentationSettings()
2104 if( !bTemp ) in exportPresentationSettings()
2125 xPresProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "IsEndless" ) ) ) >>= bTemp; in exportPresentationSettings()
2126 if( bTemp ) in exportPresentationSettings()
2141 …sProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "AllowAnimations" ) ) ) >>= bTemp; in exportPresentationSettings()
2142 if( !bTemp ) in exportPresentationSettings()
2148 …resProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "IsAlwaysOnTop" ) ) ) >>= bTemp; in exportPresentationSettings()
2149 if( bTemp ) in exportPresentationSettings()
2155 …xPresProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "IsAutomatic" ) ) ) >>= bTemp; in exportPresentationSettings()
2156 if( bTemp ) in exportPresentationSettings()
2162 …PresProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "IsFullScreen" ) ) ) >>= bTemp; in exportPresentationSettings()
2163 if( !bTemp ) in exportPresentationSettings()
2169 …esProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "IsMouseVisible" ) ) ) >>= bTemp; in exportPresentationSettings()
2170 if( !bTemp ) in exportPresentationSettings()
2176 …ops->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "StartWithNavigator" ) ) ) >>= bTemp; in exportPresentationSettings()
2177 if( bTemp ) in exportPresentationSettings()
2183 xPresProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "UsePen" ) ) ) >>= bTemp; in exportPresentationSettings()
2184 if( bTemp ) in exportPresentationSettings()
2190 …ps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "IsTransitionOnClick" ) ) ) >>= bTemp; in exportPresentationSettings()
2191 if( !bTemp ) in exportPresentationSettings()
2197 xPresProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "IsShowLogo" ) ) ) >>= bTemp; in exportPresentationSettings()
2198 if( bTemp ) in exportPresentationSettings()