Lines Matching refs:pSet

1114 void addValue( STLPropertySet* pSet, sal_Int32 nHandle, const Any& rValue )  in addValue()  argument
1116 switch( pSet->getPropertyState( nHandle ) ) in addValue()
1123 if( rValue != pSet->getPropertyValue( nHandle ) ) in addValue()
1124 pSet->setPropertyState( nHandle, STLPropertyState_AMBIGUOUS ); in addValue()
1128 pSet->setPropertyValue( nHandle, rValue ); in addValue()
1327 STLPropertySet* pSet = CustomAnimationDialog::createDefaultSet(); in createSelectionSet() local
1329 pSet->setPropertyValue( nHandleCurrentPage, makeAny( mxCurrentPage ) ); in createSelectionSet()
1352 addValue( pSet, nHandleHasAfterEffect, makeAny( pEffect->hasAfterEffect() ) ); in createSelectionSet()
1353 …addValue( pSet, nHandleAfterEffectOnNextEffect, makeAny( pEffect->IsAfterEffectOnNext() ? sal_True… in createSelectionSet()
1354 addValue( pSet, nHandleDimColor, pEffect->getDimColor() ); in createSelectionSet()
1355 addValue( pSet, nHandleIterateType, makeAny( pEffect->getIterateType() ) ); in createSelectionSet()
1363 addValue( pSet, nHandleIterateInterval, makeAny( (double)fIterateInterval ) ); in createSelectionSet()
1365 addValue( pSet, nHandleBegin, makeAny( pEffect->getBegin() ) ); in createSelectionSet()
1366 addValue( pSet, nHandleDuration, makeAny( pEffect->getDuration() ) ); in createSelectionSet()
1367 addValue( pSet, nHandleStart, makeAny( pEffect->getNodeType() ) ); in createSelectionSet()
1368 addValue( pSet, nHandleRepeat, makeAny( pEffect->getRepeatCount() ) ); in createSelectionSet()
1369 addValue( pSet, nHandleEnd, pEffect->getEnd() ); in createSelectionSet()
1370 addValue( pSet, nHandleRewind, makeAny( pEffect->getFill() ) ); in createSelectionSet()
1372 addValue( pSet, nHandlePresetId, makeAny( pEffect->getPresetId() ) ); in createSelectionSet()
1374 addValue( pSet, nHandleHasText, makeAny( (sal_Bool)pEffect->hasText() ) ); in createSelectionSet()
1376 … addValue( pSet, nHandleHasVisibleShape, Any( hasVisibleShape( pEffect->getTargetShape() ) ) ); in createSelectionSet()
1382 addValue( pSet, nHandleSoundVolumne, makeAny( pEffect->getAudio()->getVolume() ) ); in createSelectionSet()
1390 addValue( pSet, nHandleSoundURL, aSoundSource ); in createSelectionSet()
1397 …addValue( pSet, nHandleTextGrouping, makeAny( pTextGroup.get() ? pTextGroup->getTextGrouping() : (… in createSelectionSet()
1398 …addValue( pSet, nHandleAnimateForm, makeAny( pTextGroup.get() ? (sal_Bool)pTextGroup->getAnimateFo… in createSelectionSet()
1399 …addValue( pSet, nHandleTextGroupingAuto, makeAny( pTextGroup.get() ? pTextGroup->getTextGroupingAu… in createSelectionSet()
1400 …addValue( pSet, nHandleTextReverse, makeAny( pTextGroup.get() ? (sal_Bool)pTextGroup->getTextRever… in createSelectionSet()
1405 addValue( pSet, nHandleTrigger, makeAny( pIS->getTriggerShape() ) ); in createSelectionSet()
1421 addValue( pSet, nHandleProperty1Type, makeAny( nType ) ); in createSelectionSet()
1422 addValue( pSet, nHandleProperty1Value, getProperty1Value( nType, pEffect ) ); in createSelectionSet()
1427 addValue( pSet, nHandleAccelerate, makeAny( pEffect->getAcceleration() ) ); in createSelectionSet()
1432 addValue( pSet, nHandleDecelerate, makeAny( pEffect->getDecelerate() ) ); in createSelectionSet()
1437 addValue( pSet, nHandleAutoReverse, makeAny( pEffect->getAutoReverse() ) ); in createSelectionSet()
1442 addValue( pSet, nHandleMaxParaDepth, makeAny( nMaxParaDepth ) ); in createSelectionSet()
1444 return pSet; in createSelectionSet()
1849 STLPropertySet* pSet = createSelectionSet(); in showOptions() local
1851 CustomAnimationDialog* pDlg = new CustomAnimationDialog( this, pSet, nPage ); in showOptions()
1855 changeSelection( pDlg->getResultSet(), pSet ); in showOptions()