Lines Matching refs:rProperty
316 beans::PropertyValue const& rProperty ) throw (uno::RuntimeException);
1061 void operator()( beans::PropertyValue const& rProperty ) const { in operator ()()
1062 if (rProperty.Name.equalsAsciiL( in operator ()()
1066 if ((rProperty.Value >>= seq) && seq.getLength() == 2) in operator ()()
1072 else if (rProperty.Name.equalsAsciiL( in operator ()()
1075 rProperty.Value >>= mrbSkipAllMainSequenceEffects; in operator ()()
1077 else if (rProperty.Name.equalsAsciiL( in operator ()()
1080 rProperty.Value >>= mrbSkipSlideTransition; in operator ()()
1085 rProperty.Name, RTL_TEXTENCODING_UTF8 ).getStr() ); in operator ()()
1580 sal_Bool SlideShowImpl::setProperty( beans::PropertyValue const& rProperty ) in setProperty() argument
1591 if (rProperty.Name.equalsAsciiL( in setProperty()
1595 mbAutomaticAdvancementMode = (rProperty.Value >>= nTimeout); in setProperty()
1604 if (rProperty.Name.equalsAsciiL( in setProperty()
1608 if (rProperty.Value >>= nColor) in setProperty()
1635 if (rProperty.Name.equalsAsciiL( in setProperty()
1639 if (rProperty.Value >>= nEraseAllInk) in setProperty()
1652 if (rProperty.Name.equalsAsciiL( in setProperty()
1656 if (rProperty.Value >>= nSwitchPenMode) in setProperty()
1671 if (rProperty.Name.equalsAsciiL( in setProperty()
1675 if (rProperty.Value >>= nSwitchEraserMode) in setProperty()
1691 if (rProperty.Name.equalsAsciiL( in setProperty()
1695 if (rProperty.Value >>= nEraseInk) in setProperty()
1709 if (rProperty.Name.equalsAsciiL( in setProperty()
1713 if (rProperty.Value >>= nWidth) in setProperty()
1724 if (rProperty.Name.equalsAsciiL( in setProperty()
1728 if (! (rProperty.Value >>= bAdvanceOnClick)) in setProperty()
1734 if (rProperty.Name.equalsAsciiL( in setProperty()
1738 if (! (rProperty.Value >>= bDisableAnimationZOrder)) in setProperty()
1744 if (rProperty.Name.equalsAsciiL( in setProperty()
1747 if (! (rProperty.Value >>= mbImageAnimationsAllowed)) in setProperty()
1762 if (rProperty.Name.equalsAsciiL( in setProperty()
1765 if (! (rProperty.Value >>= mbMouseVisible)) in setProperty()
1773 if (rProperty.Name.equalsAsciiL( in setProperty()
1776 return (rProperty.Value >>= mbForceManualAdvance); in setProperty()
1779 if (rProperty.Name.equalsAsciiL( in setProperty()
1783 if (! (rProperty.Value >>= bRehearseTimings)) in setProperty()
1810 if (rProperty.Name.equalsAsciiL( in setProperty()
1814 if (! (rProperty.Value >>= xBitmap)) in setProperty()
1825 if (rProperty.Name.equalsAsciiL( in setProperty()
1828 return (rProperty.Value >>= mbNoSlideTransitions); in setProperty()
1831 if (rProperty.Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("IsSoundEnabled"))) in setProperty()
1836 if ((rProperty.Value >>= aValues) in setProperty()