Searched refs:nFill (Results 1 – 13 of 13) sorted by relevance
292 sal_Int16 nFill = xNode->getFill(); in GetFillMode() local299 if ( nFill == AnimationFill::DEFAULT ) in GetFillMode()300 return nFill; in GetFillMode()303 if ( ( nFill == AnimationFill::DEFAULT ) || in GetFillMode()304 ( nFill == AnimationFill::INHERIT ) ) in GetFillMode()306 if ( nFill != AnimationFill::AUTO ) in GetFillMode()307 nFill = nFillDefault; in GetFillMode()309 if( nFill == AnimationFill::AUTO ) in GetFillMode()311 nFill = AnimationFill::REMOVE; in GetFillMode()341 nFill = AnimationFill::FREEZE; in GetFillMode()[all …]
57 nFill = 0; // no entries in SvHashTable()72 printf( "Maximum: %ld, F�llung: %ld\n", (sal_uLong)nMax, (sal_uLong)nFill ); in ~SvHashTable()121 nFill++; in Test_Insert()
379 const sal_Int16 nFill((nTmp != animations::AnimationFill::DEFAULT && in getFillMode() local387 if( nFill == animations::AnimationFill::AUTO ) { in getFillMode()396 return nFill; in getFillMode()
280 int nFill = 1; in getResults() local286 nFill *= nMembers; in getResults()288 int nSize = nRepeat * nMembers * nFill; in getResults()304 for (int nInner=1; nInner<nFill; nInner++) in getResults()
2009 sal_Int16 nFill = 0; in CustomAnimationDurationTabPage() local2010 if( pSet->getPropertyValue( nHandleRewind ) >>= nFill ) in CustomAnimationDurationTabPage()2012 mpCBXRewind->Check( (nFill == AnimationFill::REMOVE) ? sal_True : sal_False ); in CustomAnimationDurationTabPage()2192 sal_Int16 nFill = mpCBXRewind->IsChecked() ? AnimationFill::REMOVE : AnimationFill::HOLD; in update() local2200 bSet = nFill != nOldFill; in update()2204 pSet->setPropertyValue( nHandleRewind, makeAny( nFill ) ); in update()
1557 sal_Int16 nFill = 0; in changeSelection() local1558 pResultSet->getPropertyValue( nHandleRewind ) >>= nFill; in changeSelection()1559 if( pEffect->getFill() != nFill ) in changeSelection()1561 pEffect->setFill( nFill ); in changeSelection()
1136 sal_Int16 nFill = AnimationFill::DEFAULT; in fillNode() local1139 case 1: nFill = AnimationFill::REMOVE; break; in fillNode()1140 case 2: nFill = AnimationFill::FREEZE; break; in fillNode()1141 case 3: nFill = AnimationFill::HOLD; break; in fillNode()1142 case 4: nFill = AnimationFill::TRANSITION; break; in fillNode()1144 xNode->setFill( nFill ); in fillNode()
36 sal_uInt32 nFill; // elements in hash-tabel member in SvHashTable
1222 bool TablePropertyMap::getValue( TablePropertyMapTarget eWhich, sal_Int32& nFill ) in getValue() argument1227 nFill = m_aValidValues[eWhich].nValue; in getValue()
550 bool getValue( TablePropertyMapTarget eWhich, sal_Int32& nFill );
97 void setFill( sal_Int16 nFill );
1906 inline sal_Int32 lclGetMixedColorComp( sal_Int32 nPatt, sal_Int32 nFill, sal_Int32 nAlpha ) in lclGetMixedColorComp() argument1908 return ((nPatt - nFill) * nAlpha) / 0x80 + nFill; in lclGetMixedColorComp()
970 void CustomAnimationEffect::setFill( sal_Int16 nFill ) in setFill() argument973 mxNode->setFill( nFill ); in setFill()
Completed in 694 milliseconds