Lines Matching refs:pSet

1118 void addValue( STLPropertySet* pSet, sal_Int32 nHandle, const Any& rValue )  in addValue()  argument
1120 switch( pSet->getPropertyState( nHandle ) ) in addValue()
1127 if( rValue != pSet->getPropertyValue( nHandle ) ) in addValue()
1128 pSet->setPropertyState( nHandle, STLPropertyState_AMBIGUOUS ); in addValue()
1132 pSet->setPropertyValue( nHandle, rValue ); in addValue()
1331 STLPropertySet* pSet = CustomAnimationDialog::createDefaultSet(); in createSelectionSet() local
1333 pSet->setPropertyValue( nHandleCurrentPage, makeAny( mxCurrentPage ) ); in createSelectionSet()
1356 addValue( pSet, nHandleHasAfterEffect, makeAny( pEffect->hasAfterEffect() ) ); in createSelectionSet()
1357 …addValue( pSet, nHandleAfterEffectOnNextEffect, makeAny( pEffect->IsAfterEffectOnNext() ? sal_True… in createSelectionSet()
1358 addValue( pSet, nHandleDimColor, pEffect->getDimColor() ); in createSelectionSet()
1359 addValue( pSet, nHandleIterateType, makeAny( pEffect->getIterateType() ) ); in createSelectionSet()
1367 addValue( pSet, nHandleIterateInterval, makeAny( (double)fIterateInterval ) ); in createSelectionSet()
1369 addValue( pSet, nHandleBegin, makeAny( pEffect->getBegin() ) ); in createSelectionSet()
1370 addValue( pSet, nHandleDuration, makeAny( pEffect->getDuration() ) ); in createSelectionSet()
1371 addValue( pSet, nHandleStart, makeAny( pEffect->getNodeType() ) ); in createSelectionSet()
1372 addValue( pSet, nHandleRepeat, makeAny( pEffect->getRepeatCount() ) ); in createSelectionSet()
1373 addValue( pSet, nHandleEnd, pEffect->getEnd() ); in createSelectionSet()
1374 addValue( pSet, nHandleRewind, makeAny( pEffect->getFill() ) ); in createSelectionSet()
1376 addValue( pSet, nHandlePresetId, makeAny( pEffect->getPresetId() ) ); in createSelectionSet()
1378 addValue( pSet, nHandleHasText, makeAny( (sal_Bool)pEffect->hasText() ) ); in createSelectionSet()
1380 addValue( pSet, nHandleHasVisibleShape, Any( hasVisibleShape( pEffect->getTargetShape() ) ) ); in createSelectionSet()
1386 addValue( pSet, nHandleSoundVolumne, makeAny( pEffect->getAudio()->getVolume() ) ); in createSelectionSet()
1394 addValue( pSet, nHandleSoundURL, aSoundSource ); in createSelectionSet()
1401 …addValue( pSet, nHandleTextGrouping, makeAny( pTextGroup.get() ? pTextGroup->getTextGrouping() : (… in createSelectionSet()
1402 …addValue( pSet, nHandleAnimateForm, makeAny( pTextGroup.get() ? (sal_Bool)pTextGroup->getAnimateFo… in createSelectionSet()
1403 …addValue( pSet, nHandleTextGroupingAuto, makeAny( pTextGroup.get() ? pTextGroup->getTextGroupingAu… in createSelectionSet()
1404 …addValue( pSet, nHandleTextReverse, makeAny( pTextGroup.get() ? (sal_Bool)pTextGroup->getTextRever… in createSelectionSet()
1409 addValue( pSet, nHandleTrigger, makeAny( pIS->getTriggerShape() ) ); in createSelectionSet()
1425 addValue( pSet, nHandleProperty1Type, makeAny( nType ) ); in createSelectionSet()
1426 addValue( pSet, nHandleProperty1Value, getProperty1Value( nType, pEffect ) ); in createSelectionSet()
1431 addValue( pSet, nHandleAccelerate, makeAny( pEffect->getAcceleration() ) ); in createSelectionSet()
1436 addValue( pSet, nHandleDecelerate, makeAny( pEffect->getDecelerate() ) ); in createSelectionSet()
1441 addValue( pSet, nHandleAutoReverse, makeAny( pEffect->getAutoReverse() ) ); in createSelectionSet()
1446 addValue( pSet, nHandleMaxParaDepth, makeAny( nMaxParaDepth ) ); in createSelectionSet()
1448 return pSet; in createSelectionSet()
1850 STLPropertySet* pSet = createSelectionSet(); in showOptions() local
1852 CustomAnimationDialog* pDlg = new CustomAnimationDialog( this, pSet, nPage ); in showOptions()
1856 changeSelection( pDlg->getResultSet(), pSet ); in showOptions()