Lines Matching refs:pSet

1135 	CustomAnimationEffectTabPage( Window* pParent, const ResId& rResId, const STLPropertySet* pSet );
1138 void update( STLPropertySet* pSet );
1199 …e::CustomAnimationEffectTabPage( Window* pParent, const ResId& rResId, const STLPropertySet* pSet ) in CustomAnimationEffectTabPage() argument
1200 : TabPage( pParent, rResId ), mbHasText( sal_False ), mpSet(pSet ) in CustomAnimationEffectTabPage()
1279 if( pSet->getPropertyState( nHandlePresetId ) != STLPropertyState_AMBIGUOUS ) in CustomAnimationEffectTabPage()
1282 pSet->getPropertyValue( nHandlePresetId ) >>= aPresetId; in CustomAnimationEffectTabPage()
1288 if( pSet->getPropertyState( nHandleProperty1Type ) != STLPropertyState_AMBIGUOUS ) in CustomAnimationEffectTabPage()
1291 pSet->getPropertyValue( nHandleProperty1Type ) >>= nType; in CustomAnimationEffectTabPage()
1309 const Any aValue( pSet->getPropertyValue( nHandleProperty1Value ) ); in CustomAnimationEffectTabPage()
1323 if( pSet->getPropertyState( nHandleAccelerate ) == STLPropertyState_DIRECT ) in CustomAnimationEffectTabPage()
1334 pSet->getPropertyValue( nHandleAccelerate ) >>= fTemp; in CustomAnimationEffectTabPage()
1337 pSet->getPropertyValue( nHandleDecelerate ) >>= fTemp; in CustomAnimationEffectTabPage()
1382 if( (pSet->getPropertyState( nHandleHasAfterEffect ) != STLPropertyState_AMBIGUOUS) && in CustomAnimationEffectTabPage()
1383 (pSet->getPropertyState( nHandleAfterEffectOnNextEffect ) != STLPropertyState_AMBIGUOUS) && in CustomAnimationEffectTabPage()
1384 (pSet->getPropertyState( nHandleDimColor ) != STLPropertyState_AMBIGUOUS)) in CustomAnimationEffectTabPage()
1387 pSet->getPropertyValue( nHandleHasAfterEffect ) >>= bHasAfterEffect; in CustomAnimationEffectTabPage()
1395 pSet->getPropertyValue( nHandleAfterEffectOnNextEffect ) >>= bAfterEffectOnNextClick; in CustomAnimationEffectTabPage()
1396 Any aDimColor( pSet->getPropertyValue( nHandleDimColor ) ); in CustomAnimationEffectTabPage()
1421 if( pSet->getPropertyState( nHandleHasText ) != STLPropertyState_AMBIGUOUS ) in CustomAnimationEffectTabPage()
1422 pSet->getPropertyValue( nHandleHasText ) >>= mbHasText; in CustomAnimationEffectTabPage()
1426 if( pSet->getPropertyState( nHandleIterateType ) != STLPropertyState_AMBIGUOUS) in CustomAnimationEffectTabPage()
1431 pSet->getPropertyValue( nHandleIterateType ) >>= nIterateType; in CustomAnimationEffectTabPage()
1442 if( pSet->getPropertyState( nHandleIterateInterval ) ) in CustomAnimationEffectTabPage()
1445 pSet->getPropertyValue( nHandleIterateInterval ) >>= fIterateInterval; in CustomAnimationEffectTabPage()
1458 if( pSet->getPropertyState( nHandleSoundURL ) != STLPropertyState_AMBIGUOUS ) in CustomAnimationEffectTabPage()
1462 const Any aValue( pSet->getPropertyValue( nHandleSoundURL ) ); in CustomAnimationEffectTabPage()
1586 void CustomAnimationEffectTabPage::update( STLPropertySet* pSet ) in update() argument
1596 pSet->setPropertyValue( nHandleProperty1Value, aNewValue ); in update()
1607 pSet->setPropertyValue( nHandleProperty2Value, aNewValue ); in update()
1623 pSet->setPropertyValue( nHandleAccelerate, makeAny( fTemp ) ); in update()
1634 pSet->setPropertyValue( nHandleDecelerate, makeAny( fTemp ) ); in update()
1650 pSet->setPropertyValue( nHandleHasAfterEffect, makeAny( bAfterEffect ) ); in update()
1664 pSet->setPropertyValue( nHandleDimColor, makeAny( aDimColor ) ); in update()
1673 pSet->setPropertyValue( nHandleAfterEffectOnNextEffect, makeAny( bAfterEffectOnNextEffect ) ); in update()
1697 pSet->setPropertyValue( nHandleIterateType, makeAny( nIterateType ) ); in update()
1710 pSet->setPropertyValue( nHandleIterateInterval, makeAny( fIterateInterval ) ); in update()
1737 pSet->setPropertyValue( nHandleSoundURL, aNewSoundURL ); in update()
1862 CustomAnimationDurationTabPage( Window* pParent, const ResId& rResId, const STLPropertySet* pSet );
1865 void update( STLPropertySet* pSet );
1887 …e::CustomAnimationDurationTabPage(Window* pParent, const ResId& rResId, const STLPropertySet* pSet) in CustomAnimationDurationTabPage() argument
1888 : TabPage( pParent, rResId ), mpSet( pSet ) in CustomAnimationDurationTabPage()
1913 if( pSet->getPropertyState( nHandleStart ) != STLPropertyState_AMBIGUOUS ) in CustomAnimationDurationTabPage()
1916 pSet->getPropertyValue( nHandleStart ) >>= nStart; in CustomAnimationDurationTabPage()
1926 if( pSet->getPropertyState( nHandleBegin ) != STLPropertyState_AMBIGUOUS ) in CustomAnimationDurationTabPage()
1929 pSet->getPropertyValue( nHandleBegin ) >>= fBegin; in CustomAnimationDurationTabPage()
1933 if( pSet->getPropertyState( nHandleDuration ) != STLPropertyState_AMBIGUOUS ) in CustomAnimationDurationTabPage()
1936 pSet->getPropertyValue( nHandleDuration ) >>= fDuration; in CustomAnimationDurationTabPage()
1968 if( pSet->getPropertyState( nHandleRepeat ) != STLPropertyState_AMBIGUOUS ) in CustomAnimationDurationTabPage()
1970 Any aRepeatCount( pSet->getPropertyValue( nHandleRepeat ) ); in CustomAnimationDurationTabPage()
2000 if( pSet->getPropertyState( nHandleEnd ) != STLPropertyState_AMBIGUOUS ) in CustomAnimationDurationTabPage()
2001 aEnd = pSet->getPropertyValue( nHandleEnd ); in CustomAnimationDurationTabPage()
2007 if( pSet->getPropertyState( nHandleRewind ) != STLPropertyState_AMBIGUOUS ) in CustomAnimationDurationTabPage()
2010 if( pSet->getPropertyValue( nHandleRewind ) >>= nFill ) in CustomAnimationDurationTabPage()
2022 if( pSet->getPropertyState( nHandleTrigger ) != STLPropertyState_AMBIGUOUS ) in CustomAnimationDurationTabPage()
2024 pSet->getPropertyValue( nHandleTrigger ) >>= xTrigger; in CustomAnimationDurationTabPage()
2031 pSet->getPropertyValue( nHandleCurrentPage ) >>= xCurrentPage; in CustomAnimationDurationTabPage()
2078 void CustomAnimationDurationTabPage::update( STLPropertySet* pSet ) in update() argument
2098 pSet->setPropertyValue( nHandleStart, makeAny( nStart ) ); in update()
2111 pSet->setPropertyValue( nHandleBegin, makeAny( fBegin ) ); in update()
2150 pSet->setPropertyValue( nHandleRepeat, aRepeatCount ); in update()
2157 pSet->setPropertyValue( nHandleEnd, aEnd ); in update()
2185 pSet->setPropertyValue( nHandleDuration, makeAny( fDuration ) ); in update()
2204 pSet->setPropertyValue( nHandleRewind, makeAny( nFill ) ); in update()
2234 pSet->setPropertyValue( nHandleTrigger, aNewValue ); in update()
2241 CustomAnimationTextAnimTabPage( Window* pParent, const ResId& rResId, const STLPropertySet* pSet );
2243 void update( STLPropertySet* pSet );
2261 …e::CustomAnimationTextAnimTabPage(Window* pParent, const ResId& rResId, const STLPropertySet* pSet) in CustomAnimationTextAnimTabPage() argument
2269 mpSet( pSet ), in CustomAnimationTextAnimTabPage()
2276 if( pSet->getPropertyState( nHandleTextGrouping ) != STLPropertyState_AMBIGUOUS ) in CustomAnimationTextAnimTabPage()
2279 if( pSet->getPropertyValue( nHandleTextGrouping ) >>= nTextGrouping ) in CustomAnimationTextAnimTabPage()
2283 if( pSet->getPropertyState( nHandleHasVisibleShape ) != STLPropertyState_AMBIGUOUS ) in CustomAnimationTextAnimTabPage()
2284 pSet->getPropertyValue( nHandleHasVisibleShape ) >>= mbHasVisibleShapes; in CustomAnimationTextAnimTabPage()
2286 if( pSet->getPropertyState( nHandleTextGroupingAuto ) != STLPropertyState_AMBIGUOUS ) in CustomAnimationTextAnimTabPage()
2289 if( pSet->getPropertyValue( nHandleTextGroupingAuto ) >>= fTextGroupingAuto ) in CustomAnimationTextAnimTabPage()
2302 if( pSet->getPropertyState( nHandleAnimateForm ) != STLPropertyState_AMBIGUOUS ) in CustomAnimationTextAnimTabPage()
2305 if( pSet->getPropertyValue( nHandleAnimateForm ) >>= bAnimateForm ) in CustomAnimationTextAnimTabPage()
2316 if( pSet->getPropertyState( nHandleTextReverse ) != STLPropertyState_AMBIGUOUS ) in CustomAnimationTextAnimTabPage()
2319 if( pSet->getPropertyValue( nHandleTextReverse ) >>= bTextReverse ) in CustomAnimationTextAnimTabPage()
2325 if( pSet->getPropertyState( nHandleMaxParaDepth ) == STLPropertyState_DIRECT ) in CustomAnimationTextAnimTabPage()
2328 pSet->getPropertyValue( nHandleMaxParaDepth ) >>= nMaxParaDepth; in CustomAnimationTextAnimTabPage()
2342 void CustomAnimationTextAnimTabPage::update( STLPropertySet* pSet ) in update() argument
2354 pSet->setPropertyValue( nHandleTextGrouping, makeAny( nTextGrouping ) ); in update()
2366 pSet->setPropertyValue( nHandleTextReverse, makeAny( bTextReverse ) ); in update()
2377 pSet->setPropertyValue( nHandleTextGroupingAuto, makeAny( fTextGroupingAuto ) ); in update()
2392 pSet->setPropertyValue( nHandleAnimateForm, makeAny( bAnimateForm ) ); in update()
2423 CustomAnimationDialog::CustomAnimationDialog( Window* pParent, STLPropertySet* pSet, sal_uInt16 nPa… in CustomAnimationDialog() argument
2424 : TabDialog( pParent, SdResId( DLG_CUSTOMANIMATION ) ), mpSet( pSet ), mpResultSet( 0 ) in CustomAnimationDialog()
2439 if( pSet->getPropertyState( nHandleHasText ) != STLPropertyState_AMBIGUOUS ) in CustomAnimationDialog()
2440 pSet->getPropertyValue( nHandleHasText ) >>= bHasText; in CustomAnimationDialog()
2491 STLPropertySet* pSet = new STLPropertySet(); in createDefaultSet() local
2492 pSet->setPropertyDefaultValue( nHandleMaxParaDepth, makeAny( (sal_Int32)-1 ) ); in createDefaultSet()
2494 pSet->setPropertyDefaultValue( nHandleHasAfterEffect, makeAny( (sal_Bool)sal_False ) ); in createDefaultSet()
2495 pSet->setPropertyDefaultValue( nHandleAfterEffectOnNextEffect, makeAny( (sal_Bool)sal_False ) ); in createDefaultSet()
2496 pSet->setPropertyDefaultValue( nHandleDimColor, aEmpty ); in createDefaultSet()
2497 pSet->setPropertyDefaultValue( nHandleIterateType, makeAny( (sal_Int16)0 ) ); in createDefaultSet()
2498 pSet->setPropertyDefaultValue( nHandleIterateInterval, makeAny( (double)0.0 ) ); in createDefaultSet()
2500 pSet->setPropertyDefaultValue( nHandleStart, makeAny( (sal_Int16)EffectNodeType::ON_CLICK ) ); in createDefaultSet()
2501 pSet->setPropertyDefaultValue( nHandleBegin, makeAny( (double)0.0 ) ); in createDefaultSet()
2502 pSet->setPropertyDefaultValue( nHandleDuration, makeAny( (double)2.0 ) ); in createDefaultSet()
2503 pSet->setPropertyDefaultValue( nHandleRepeat, aEmpty ); in createDefaultSet()
2504 pSet->setPropertyDefaultValue( nHandleRewind, makeAny( AnimationFill::HOLD ) ); in createDefaultSet()
2506 pSet->setPropertyDefaultValue( nHandleEnd, aEmpty ); in createDefaultSet()
2508 pSet->setPropertyDefaultValue( nHandlePresetId, aEmpty ); in createDefaultSet()
2509 pSet->setPropertyDefaultValue( nHandleProperty1Type, makeAny( nPropertyTypeNone ) ); in createDefaultSet()
2510 pSet->setPropertyDefaultValue( nHandleProperty1Value, aEmpty ); in createDefaultSet()
2511 pSet->setPropertyDefaultValue( nHandleProperty2Type, makeAny( nPropertyTypeNone ) ); in createDefaultSet()
2512 pSet->setPropertyDefaultValue( nHandleProperty2Value, aEmpty ); in createDefaultSet()
2513 pSet->setPropertyDefaultValue( nHandleAccelerate, aEmpty ); in createDefaultSet()
2514 pSet->setPropertyDefaultValue( nHandleDecelerate, aEmpty ); in createDefaultSet()
2515 pSet->setPropertyDefaultValue( nHandleAutoReverse, aEmpty ); in createDefaultSet()
2516 pSet->setPropertyDefaultValue( nHandleTrigger, aEmpty ); in createDefaultSet()
2518 pSet->setPropertyDefaultValue( nHandleHasText, makeAny( sal_False ) ); in createDefaultSet()
2519 pSet->setPropertyDefaultValue( nHandleHasVisibleShape, makeAny( sal_False ) ); in createDefaultSet()
2520 pSet->setPropertyDefaultValue( nHandleTextGrouping, makeAny( (sal_Int32)-1 ) ); in createDefaultSet()
2521 pSet->setPropertyDefaultValue( nHandleAnimateForm, makeAny( sal_True ) ); in createDefaultSet()
2522 pSet->setPropertyDefaultValue( nHandleTextGroupingAuto, makeAny( (double)-1.0 ) ); in createDefaultSet()
2523 pSet->setPropertyDefaultValue( nHandleTextReverse, makeAny( sal_False ) ); in createDefaultSet()
2525 pSet->setPropertyDefaultValue( nHandleCurrentPage, aEmpty ); in createDefaultSet()
2527 pSet->setPropertyDefaultValue( nHandleSoundURL, aEmpty ); in createDefaultSet()
2528 pSet->setPropertyDefaultValue( nHandleSoundVolumne, makeAny( (double)1.0) ); in createDefaultSet()
2529 pSet->setPropertyDefaultValue( nHandleSoundEndAfterSlide, makeAny( (sal_Int32)0 ) ); in createDefaultSet()
2531 pSet->setPropertyDefaultValue( nHandleCommand, makeAny( (sal_Int16)0 ) ); in createDefaultSet()
2532 return pSet; in createDefaultSet()