| /AOO41X/main/idl/source/cmptools/ |
| H A D | hash.cxx | 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()
|
| /AOO41X/main/sd/source/filter/eppt/ |
| H A D | pptexanimations.cxx | 292 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 …]
|
| /AOO41X/main/slideshow/source/engine/animationnodes/ |
| H A D | basenode.cxx | 379 const sal_Int16 nFill((nTmp != animations::AnimationFill::DEFAULT && in getFillMode() local 387 if( nFill == animations::AnimationFill::AUTO ) { in getFillMode() 396 return nFill; in getFillMode()
|
| /AOO41X/main/odk/examples/DevelopersGuide/Spreadsheet/ |
| H A D | ExampleDataPilotSource.java | 280 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()
|
| /AOO41X/main/sd/source/ui/animations/ |
| H A D | CustomAnimationDialog.cxx | 2009 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 D | CustomAnimationPane.cxx | 1557 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()
|
| /AOO41X/main/sd/source/filter/ppt/ |
| H A D | pptinanimations.cxx | 1136 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()
|
| /AOO41X/main/idl/inc/ |
| H A D | hash.hxx | 36 sal_uInt32 nFill; // elements in hash-tabel member in SvHashTable
|
| /AOO41X/main/writerfilter/source/dmapper/ |
| H A D | PropertyMap.cxx | 1216 bool TablePropertyMap::getValue( TablePropertyMapTarget eWhich, sal_Int32& nFill ) in getValue() argument 1221 nFill = m_aValidValues[eWhich].nValue; in getValue()
|
| H A D | PropertyMap.hxx | 550 bool getValue( TablePropertyMapTarget eWhich, sal_Int32& nFill );
|
| /AOO41X/main/sd/inc/ |
| H A D | CustomAnimationEffect.hxx | 97 void setFill( sal_Int16 nFill );
|
| /AOO41X/main/oox/source/xls/ |
| H A D | stylesbuffer.cxx | 1906 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()
|
| /AOO41X/main/sd/source/core/ |
| H A D | CustomAnimationEffect.cxx | 970 void CustomAnimationEffect::setFill( sal_Int16 nFill ) in setFill() argument 973 mxNode->setFill( nFill ); in setFill()
|