Lines Matching refs:nCount

813 		sal_Int32 nCount = aPropertyNames.getLength();  in _setPropertyValues()  local
830 for( ; nCount; nCount--, pPropertyNames++, pValues++ ) in _setPropertyValues()
928 sal_Int32 nCount = aPropertyNames.getLength(); in _getPropertyValues() local
931 uno::Sequence< uno::Any > aValues( nCount ); in _getPropertyValues()
947 for( ; nCount; nCount--, pPropertyNames++, pValues++ ) in _getPropertyValues()
1094 const sal_Int32 nCount = PropertyName.getLength(); in _getPropertyStates() local
1097 uno::Sequence< beans::PropertyState > aRet( nCount ); in _getPropertyStates()
1116 for( sal_Int32 nIdx = 0; nIdx < nCount; nIdx++ ) in _getPropertyStates()
1358 sal_Int32 nCount = aPropertyNames.getLength(); in setPropertiesToDefault() local
1359 for( const OUString* pName = aPropertyNames.getConstArray(); nCount; pName++, nCount-- ) in setPropertiesToDefault()
1367 sal_Int32 nCount = aPropertyNames.getLength(); in getPropertyDefaults() local
1368 uno::Sequence< uno::Any > ret( nCount ); in getPropertyDefaults()
1371 …for( const OUString* pName = aPropertyNames.getConstArray(); nCount; pName++, nCount--, pDefaults+… in getPropertyDefaults()
1404 sal_Bool SvxUnoTextRangeBase::GoLeft(sal_Int16 nCount, sal_Bool Expand) throw() in GoLeft() argument
1414 while ( nCount > nNewPos && bOk ) in GoLeft()
1424 nCount -= nNewPos + 1; in GoLeft()
1431 nNewPos = nNewPos - nCount; in GoLeft()
1442 sal_Bool SvxUnoTextRangeBase::GoRight(sal_Int16 nCount, sal_Bool Expand) throw() in GoRight() argument
1450 sal_uInt16 nNewPos = maSelection.nEndPos + nCount; //! Ueberlauf ??? in GoRight()