Lines Matching refs:nCount

382         int nCount = aOptions.getLength();  in loadStylesFromURL()  local
384 for(int i = 0; i < nCount; i++) in loadStylesFromURL()
504 sal_Int32 nCount = 0; in lcl_GetCountOrName() local
520 if ( nIndex == nCount ) in lcl_GetCountOrName()
530 nCount++; in lcl_GetCountOrName()
533 nCount += nBaseCount; in lcl_GetCountOrName()
553 if ( nIndex == nCount ) in lcl_GetCountOrName()
558 nCount++; in lcl_GetCountOrName()
561 nCount += nBaseCount; in lcl_GetCountOrName()
576 if ( nIndex == nCount ) in lcl_GetCountOrName()
581 nCount++; in lcl_GetCountOrName()
584 nCount += nBaseCount; in lcl_GetCountOrName()
600 if ( nIndex == nCount ) in lcl_GetCountOrName()
605 nCount++; in lcl_GetCountOrName()
608 nCount += nBaseCount; in lcl_GetCountOrName()
623 if ( nIndex == nCount ) in lcl_GetCountOrName()
628 nCount++; in lcl_GetCountOrName()
631 nCount += nBaseCount; in lcl_GetCountOrName()
638 return nCount; in lcl_GetCountOrName()
832 sal_uInt16 nCount = pIterator->Count(); in getElementNames() local
833 aRet.realloc(nCount); in getElementNames()
836 for(sal_uInt16 i = 0; i < nCount; i++) in getElementNames()
1294 long nCount = 1; in getSupportedServiceNames() local
1297 nCount = 5; in getSupportedServiceNames()
1299 nCount++; in getSupportedServiceNames()
1302 nCount = 5; in getSupportedServiceNames()
1304 nCount = 3; in getSupportedServiceNames()
1305 uno::Sequence< OUString > aRet(nCount); in getSupportedServiceNames()
3435 sal_Int32 nCount = aPropertyNames.getLength(); in getPropertyDefaults() local
3436 uno::Sequence < uno::Any > aRet(nCount); in getPropertyDefaults()
3438 if(nCount) in getPropertyDefaults()
3466 for(sal_Int32 i = 0; i < nCount; i++) in getPropertyDefaults()
4642 sal_uInt32 nCount = rAttrPool.GetItemCount2( RES_TXTATR_CJK_RUBY ); in SwAutoStylesEnumImpl() local
4644 for ( sal_uInt32 nI = 0; nI < nCount; ++nI ) in SwAutoStylesEnumImpl()
5305 const sal_Int32 nCount = aPropertyVector.size(); in getProperties() local
5306 uno::Sequence< beans::PropertyValue > aRet( nCount ); in getProperties()
5309 for ( int i = 0; i < nCount; ++i, pProps++ ) in getProperties()