Home
last modified time | relevance | path

Searched refs:nFill (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx292 sal_Int16 nFill = xNode->getFill(); in GetFillMode() local
299 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 …]
/trunk/main/idl/source/cmptools/
H A Dhash.cxx57 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()
/trunk/main/slideshow/source/engine/animationnodes/
H A Dbasenode.cxx379 const sal_Int16 nFill((nTmp != animations::AnimationFill::DEFAULT && in getFillMode() local
387 if( nFill == animations::AnimationFill::AUTO ) { in getFillMode()
396 return nFill; in getFillMode()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleDataPilotSource.java280 int nFill = 1; in getResults() local
286 nFill *= nMembers; in getResults()
288 int nSize = nRepeat * nMembers * nFill; in getResults()
304 for (int nInner=1; nInner<nFill; nInner++) in getResults()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx2009 sal_Int16 nFill = 0; in CustomAnimationDurationTabPage() local
2010 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() local
2200 bSet = nFill != nOldFill; in update()
2204 pSet->setPropertyValue( nHandleRewind, makeAny( nFill ) ); in update()
H A DCustomAnimationPane.cxx1557 sal_Int16 nFill = 0; in changeSelection() local
1558 pResultSet->getPropertyValue( nHandleRewind ) >>= nFill; in changeSelection()
1559 if( pEffect->getFill() != nFill ) in changeSelection()
1561 pEffect->setFill( nFill ); in changeSelection()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx1136 sal_Int16 nFill = AnimationFill::DEFAULT; in fillNode() local
1139 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()
/trunk/main/idl/inc/
H A Dhash.hxx36 sal_uInt32 nFill; // elements in hash-tabel member in SvHashTable
/trunk/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx1222 bool TablePropertyMap::getValue( TablePropertyMapTarget eWhich, sal_Int32& nFill ) in getValue() argument
1227 nFill = m_aValidValues[eWhich].nValue; in getValue()
H A DPropertyMap.hxx550 bool getValue( TablePropertyMapTarget eWhich, sal_Int32& nFill );
/trunk/main/sd/inc/
H A DCustomAnimationEffect.hxx97 void setFill( sal_Int16 nFill );
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx1906 inline sal_Int32 lclGetMixedColorComp( sal_Int32 nPatt, sal_Int32 nFill, sal_Int32 nAlpha ) in lclGetMixedColorComp() argument
1908 return ((nPatt - nFill) * nAlpha) / 0x80 + nFill; in lclGetMixedColorComp()
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx970 void CustomAnimationEffect::setFill( sal_Int16 nFill ) in setFill() argument
973 mxNode->setFill( nFill ); in setFill()

Completed in 128 milliseconds