Lines Matching refs:nCount

558 			sal_uInt16 nCount = (sal_uInt16)aSeq.getLength();  in setPropertyValue()  local
560 for (sal_uInt16 i=0; i<nCount; i++) in setPropertyValue()
638 sal_uInt16 nCount = pUserList->GetCount(); in getPropertyValue() local
639 uno::Sequence<rtl::OUString> aSeq(nCount); in getPropertyValue()
641 for (sal_uInt16 i=0; i<nCount; i++) in getPropertyValue()
700 sal_uInt16 nCount = rOpt.GetLRUFuncListCount(); in getRecentFunctionIds() local
704 uno::Sequence<sal_Int32> aSeq(nCount); in getRecentFunctionIds()
706 for (sal_uInt16 i=0; i<nCount; i++) in getRecentFunctionIds()
718 sal_uInt16 nCount = (sal_uInt16) Min( aRecentFunctionIds.getLength(), (sal_Int32) LRU_MAX ); in setRecentFunctionIds() local
721 sal_uInt16* pFuncs = nCount ? new sal_uInt16[nCount] : NULL; in setRecentFunctionIds()
722 for (sal_uInt16 i=0; i<nCount; i++) in setRecentFunctionIds()
727 aNewOpts.SetLRUFuncList(pFuncs, nCount); in setRecentFunctionIds()
800 sal_uInt16 nCount = rDesc.nArgCount; in lcl_FillSequence() local
801 if (nCount >= PAIRED_VAR_ARGS) in lcl_FillSequence()
802 nCount -= PAIRED_VAR_ARGS - 2; in lcl_FillSequence()
803 else if (nCount >= VAR_ARGS) in lcl_FillSequence()
804 nCount -= VAR_ARGS - 1; in lcl_FillSequence()
815 for (sal_uInt16 i=0, j=0; i<nCount; i++) in lcl_FillSequence()
844 sal_uInt16 nCount = (sal_uInt16)pFuncList->GetCount(); in getById() local
845 for (sal_uInt16 nIndex=0; nIndex<nCount; nIndex++) in getById()
875 sal_uInt16 nCount = (sal_uInt16)pFuncList->GetCount(); in getByName() local
876 for (sal_uInt16 nIndex=0; nIndex<nCount; nIndex++) in getByName()
901 sal_uInt16 nCount = 0; in getCount() local
904 nCount = (sal_uInt16)pFuncList->GetCount(); in getCount()
905 return nCount; in getCount()
964 sal_uInt16 nCount = (sal_uInt16)pFuncList->GetCount(); in getElementNames() local
965 uno::Sequence<rtl::OUString> aSeq(nCount); in getElementNames()
967 for (sal_uInt16 nIndex=0; nIndex<nCount; nIndex++) in getElementNames()
986 sal_uInt16 nCount = (sal_uInt16)pFuncList->GetCount(); in hasByName() local
987 for (sal_uInt16 nIndex=0; nIndex<nCount; nIndex++) in hasByName()