Lines Matching refs:mpSet

1152 	const STLPropertySet* mpSet;  member in sd::CustomAnimationEffectTabPage
1200 : TabPage( pParent, rResId ), mbHasText( sal_False ), mpSet(pSet ) in CustomAnimationEffectTabPage()
1592 if( mpSet->getPropertyState( nHandleProperty1Value ) != STLPropertyState_AMBIGUOUS) in update()
1593 aOldValue = mpSet->getPropertyValue( nHandleProperty1Value ); in update()
1603 if( mpSet->getPropertyState( nHandleProperty2Value ) != STLPropertyState_AMBIGUOUS) in update()
1604 aOldValue = mpSet->getPropertyValue( nHandleProperty2Value ); in update()
1617 if(mpSet->getPropertyState( nHandleAccelerate ) != STLPropertyState_AMBIGUOUS) in update()
1618 mpSet->getPropertyValue( nHandleAccelerate ) >>= fOldTemp; in update()
1628 if(mpSet->getPropertyState( nHandleDecelerate ) != STLPropertyState_AMBIGUOUS) in update()
1629 mpSet->getPropertyValue( nHandleDecelerate ) >>= fOldTemp; in update()
1644 if(mpSet->getPropertyState( nHandleHasAfterEffect ) != STLPropertyState_AMBIGUOUS) in update()
1645 mpSet->getPropertyValue( nHandleHasAfterEffect ) >>= bOldAfterEffect; in update()
1662 if( (mpSet->getPropertyState( nHandleDimColor ) == STLPropertyState_AMBIGUOUS) || in update()
1663 (mpSet->getPropertyValue( nHandleDimColor ) != aDimColor) ) in update()
1669 if( mpSet->getPropertyState( nHandleAfterEffectOnNextEffect ) != STLPropertyState_AMBIGUOUS) in update()
1670 mpSet->getPropertyValue( nHandleAfterEffectOnNextEffect ) >>= bOldAfterEffectOnNextEffect; in update()
1693 if(mpSet->getPropertyState( nHandleIterateType ) != STLPropertyState_AMBIGUOUS) in update()
1694 mpSet->getPropertyValue( nHandleIterateType ) >>= nOldIterateType; in update()
1706 if( mpSet->getPropertyState( nHandleIterateInterval ) != STLPropertyState_AMBIGUOUS ) in update()
1707 mpSet->getPropertyValue( nHandleIterateInterval ) >>= fOldIterateInterval; in update()
1733 if( mpSet->getPropertyState( nHandleSoundURL ) != STLPropertyState_AMBIGUOUS ) in update()
1734 mpSet->getPropertyValue( nHandleSoundURL ) >>= aOldSoundURL; in update()
1870 const STLPropertySet* mpSet; member in sd::CustomAnimationDurationTabPage
1888 : TabPage( pParent, rResId ), mpSet( pSet ) in CustomAnimationDurationTabPage()
2094 if(mpSet->getPropertyState( nHandleStart ) != STLPropertyState_AMBIGUOUS) in update()
2095 mpSet->getPropertyValue( nHandleStart ) >>= nOldStart; in update()
2107 if( mpSet->getPropertyState( nHandleBegin ) != STLPropertyState_AMBIGUOUS ) in update()
2108 mpSet->getPropertyValue( nHandleBegin ) >>= fOldBegin; in update()
2146 if( mpSet->getPropertyState( nHandleRepeat ) != STLPropertyState_AMBIGUOUS ) in update()
2147 aOldRepeatCount = mpSet->getPropertyValue( nHandleRepeat ); in update()
2153 if( mpSet->getPropertyState( nHandleEnd ) != STLPropertyState_AMBIGUOUS ) in update()
2154 aOldEnd = mpSet->getPropertyValue( nHandleEnd ); in update()
2181 if( mpSet->getPropertyState( nHandleDuration ) != STLPropertyState_AMBIGUOUS ) in update()
2182 mpSet->getPropertyValue( nHandleDuration ) >>= fOldDuration; in update()
2196 if( mpSet->getPropertyState( nHandleRewind ) != STLPropertyState_AMBIGUOUS ) in update()
2199 mpSet->getPropertyValue( nHandleRewind ) >>= nOldFill; in update()
2217 mpSet->getPropertyValue( nHandleCurrentPage ) >>= xCurrentPage; in update()
2230 if( mpSet->getPropertyState( nHandleTrigger ) != STLPropertyState_AMBIGUOUS ) in update()
2231 aOldValue = mpSet->getPropertyValue( nHandleTrigger ); in update()
2256 const STLPropertySet* mpSet; member in sd::CustomAnimationTextAnimTabPage
2269 mpSet( pSet ), in CustomAnimationTextAnimTabPage()
2350 if(mpSet->getPropertyState( nHandleTextGrouping ) != STLPropertyState_AMBIGUOUS) in update()
2351 mpSet->getPropertyValue( nHandleTextGrouping ) >>= nOldGrouping; in update()
2362 if(mpSet->getPropertyState( nHandleTextReverse ) != STLPropertyState_AMBIGUOUS) in update()
2363 mpSet->getPropertyValue( nHandleTextReverse ) >>= bOldTextReverse; in update()
2373 if(mpSet->getPropertyState( nHandleTextGroupingAuto ) != STLPropertyState_AMBIGUOUS) in update()
2374 mpSet->getPropertyValue( nHandleTextGroupingAuto ) >>= fOldTextGroupingAuto; in update()
2388 if(mpSet->getPropertyState( nHandleAnimateForm ) != STLPropertyState_AMBIGUOUS) in update()
2389 mpSet->getPropertyValue( nHandleAnimateForm ) >>= bOldAnimateForm; in update()
2424 : TabDialog( pParent, SdResId( DLG_CUSTOMANIMATION ) ), mpSet( pSet ), mpResultSet( 0 ) in CustomAnimationDialog()
2433 … new CustomAnimationEffectTabPage( mpTabControl, SdResId( RID_TP_CUSTOMANIMATION_EFFECT ), mpSet ); in CustomAnimationDialog()
2435 … CustomAnimationDurationTabPage( mpTabControl, SdResId( RID_TP_CUSTOMANIMATION_DURATION ), mpSet ); in CustomAnimationDialog()
2444 … new CustomAnimationTextAnimTabPage( mpTabControl, SdResId( RID_TP_CUSTOMANIMATION_TEXT ), mpSet ); in CustomAnimationDialog()
2468 delete mpSet; in ~CustomAnimationDialog()